Click or drag to resize
IntersectionType Enumeration
Specifies how an object intersects with a volume

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum IntersectionType
Members
  Member nameValueDescription
Outside0 The object is outside the volume.
Intersects1 The object intersects with the volume.
Inside2 The object is completely inside the volume.
Version Information

Supported in: 1.0.0.0
See Also