Click or drag to resize

ConnectorSnapStyle Enumeration

Represents the way in which objects snap together when connecting.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum ConnectorSnapStyle
Members
  Member nameValueDescription
Complete0 The object being moved is translated so the joining connectors are snapped together.
Horizontal1 The object being moved is translated only across the xz plane. This is useful for vertical lifts where connectors can be various heights.
None2 The object being moved doesn't snap into position.
See Also