Click or drag to resize
DetectableUsage Enumeration
Specifies how the CollisionDetector uses the Detectable property when checking for collision or minimum distance between two GraphicComponents.

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 DetectableUsage
Members
  Member nameValueDescription
Ignore0 The Detectable property is ignored
Either1 The pair is skipped if either object has Detectable set to false.
Both2 The pair is skipped if both objects has Detectable set to false.
First3 The pair is skipped if the first object has Detectable set to false.
Second3 The pair is skipped if the second object has Detectable set to false.
Version Information

Supported in: 1.0.0.0
See Also