ConnectorAlignmentStyle Enumeration |
Represents the way in which objects align with each other when they snap together.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic enum ConnectorAlignmentStyle
Members| Member name | Value | Description |
|---|
| Complete | 0 |
The object being moved rotates such that its normal is completely opposite to the other object's normal.
|
| Horizontal | 1 |
The object being moved rotates only about the Y-axis.
|
| None | 2 |
The object being moved does not require alignment.
|
See Also