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
Syntaxpublic enum FrameCoordinateSystem
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | LeftHandedYUp | 0 | 
            Left-handed coordinate system with the Y-axis pointing up (the system used in Emulate3D).
             | 
 | LeftHandedZUp | 1 | 
            Left-handed coordinate system with the Z-axis pointing up.
             | 
 | RightHandedYUp | 2 | 
            Right-handed coordinate system with the Y-axis pointing up.
             | 
 | RightHandedZUp | 3 | 
            Right-handed coordinate system with the Z-axis pointing up.
             | 
See Also