Enum IntersectionType
Specifies how an object intersects with a volume
Namespace: ABB.Robotics.RobotStudio .Stations
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public enum IntersectionType
Fields
Name | Description |
---|---|
Inside | The object is completely inside the volume. |
Intersects | The object intersects with the volume. |
Outside | The object is outside the volume. |