Click or drag to resize

AttachDirection Enumeration

Specify how to align the object's X-Axis with the Visual's "forwards" direction (e.g. X-Axis for a Straight Conveyor).

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum AttachDirection
Members
  Member nameValueDescription
Forwards0 Align object's X-Axis with the Visual's forward direction.
Reverse1 Align object's X-Axis with the Visual's reverse direction.
Nearest2 Align object's X-Axis to the closest direction.
See Also