Click or drag to resize

ConnectorAlignmentStyle Enumeration

Represents the way in which objects align with each other when they snap together.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum ConnectorAlignmentStyle
Members
  Member nameValueDescription
Complete0 The object being moved rotates such that its normal is completely opposite to the other object's normal.
Horizontal1 The object being moved rotates only about the Y-axis.
None2 The object being moved does not require alignment.
See Also