TransformAspectLabelComponents Enumeration | 
 
            Flag enumeration representing the elements of a TransformAspect's label.
            
 
    Namespace: 
   Demo3D.Visuals.Frames
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax[FlagsAttribute]
public enum TransformAspectLabelComponents
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            Display none of the components.
             | 
 | Name | 1 | 
            Display the name of the aspect.
             | 
 | Frames | 2 | 
            Display the names of the object and reference frames.
             | 
 | CoordinateSystem | 4 | 
            Display the coordinate system of the transformation.
             | 
 | Translation | 8 | 
            Display the translation (X, Y and Z).
             | 
 | Rotation | 16 | 
            Display the rotation (Rx, Ry and Rz).
             | 
 | All | 31 | 
            Display all components.
             | 
See Also