Click or drag to resize

TurntableDirection Enumeration

Direction to rotate a turntable conveyor.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum TurntableDirection
Members
  Member nameValueDescription
Automatic0
Clockwise1
Anticlockwise2
See Also