CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Snap modes to specify in which points the SnapPointFinder should respect
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
[FlagsAttribute] public enum SnapModes |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SnapModes |
| Visual C++ |
|---|
[FlagsAttribute] public enum class SnapModes |
Members
| Member name | Description | |
|---|---|---|
| SnapToIntersectionPoint | ||
| SnapToDropPoint | ||
| SnapToObjectPoint | ||
| SnapToObjectSnapPoint | ||
| SnapToObjectCenter | ||
| SnapToTangentPoint | ||
| SnapToGridPoint | ||
| AdjustOrtho | ||
| SnapToZero | ||
| SnapToFaceSurface |