Click or drag to resize

FrameCoordinateSystem Enumeration

Enumeration representing the basic coordinate system types supported by the Demo3D.Visuals.Frame class.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum FrameCoordinateSystem
Members
  Member nameValueDescription
LeftHandedYUp0 Left-handed coordinate system with the Y-axis pointing up (the system used in Emulate3D).
LeftHandedZUp1 Left-handed coordinate system with the Z-axis pointing up.
RightHandedYUp2 Right-handed coordinate system with the Y-axis pointing up.
RightHandedZUp3 Right-handed coordinate system with the Z-axis pointing up.
See Also