Enum Scene.SnapType
Represents the type of snapping relation between objects.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.SnapType
Fields
| Name | Description |
|---|---|
| Anchor | A point of this type snaps to the points in other objects that have Recipient snap type. |
| Any | Specifies that any snapping type is considired. |
| Recipient | A point of this type snaps to the points in other objects that have Anchor snap type. |