Click or drag to resize
SnapMode Enumeration
Specifies values to indicate how the pick point will be adjusted ("snapped") when picking geometric objects.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum SnapMode
Members
  Member nameValueDescription
Disable0 No snapping.
Snap1 Adjust to the closest of either Center, Mid or End points.
Center2 Adjust to the center point of the picked surface.
Mid3 Adjust to the mid point of the closest edge.
End4 Adjust to the closest end point of the closest edge.
Edge5 Adjust to the closest point on the closest edge.
Gravity6 Adjust to the center of gravity of the picked Body or Part.
LocalOrigin7 Adjust to the local origin (translation of the global transform) of the picked object.
Grid8 Adjust to the closest point on the UCS grid.
Version Information

Supported in: 1.0.0.0
See Also