Enum SnapMode
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.dll
Syntax
public enum SnapMode
Fields
| Name | Description |
|---|---|
| Center | Adjust to the center point of the picked surface. |
| Disable | No snapping. |
| Edge | Adjust to the closest point on the closest edge. |
| End | Adjust to the closest end point of the closest edge. |
| Gravity | |
| Grid | Adjust to the closest point on the UCS grid. |
| LocalOrigin | Adjust to the local origin (translation of the global transform) of the picked object. |
| Mid | Adjust to the mid point of the closest edge. |
| Snap |