Enum SnapPointFinder.DidSnapModes
Resulting snap modes of the snap opertaion.
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public enum DidSnapModes
Fields
| Name | Description |
|---|---|
| DidAdjustOrtho | AdjustOrtho caused the snapping. |
| DidNotSnap | There was no snap action. |
| DidSnapToAbsoluteZero | SnapToZero caused the snapping to absolute zero. |
| DidSnapToDropPoint | SnapToDropPoint caused the snapping. |
| DidSnapToFaceSurface | SnapToFaceSurface caused the snapping. |
| DidSnapToGridPoint | SnapToGridPoint caused the snapping. |
| DidSnapToIntersectionPoint | SnapToIntersectionPoint caused the snapping. |
| DidSnapToLocalZero | SnapToZero caused the snapping to the drawing plane origin. |
| DidSnapToObjectCenter | |
| DidSnapToObjectPoint | SnapToObjectPoint caused the snapping. |
| DidSnapToObjectSnapPoint | SnapToObjectSnapPoint caused the snapping. |
| DidSnapToTangentPoint | SnapToTangentPoint caused the snapping. |
| KeyboardInput | There was a keyboard input for the point, no snapping. |