Click or drag to resize
CollisionType Enumeration
Specifies the collision type.

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 CollisionType
Members
  Member nameValueDescription
None0 No collision.
NearMiss1 The objects do not intersect, but are closer than a specified near miss distance.
Collision2 The objects intersect.
Version Information

Supported in: 1.0.0.0
See Also