Click or drag to resize

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
C#
[FlagsAttribute]
public enum TransformAspectLabelComponents
Members
  Member nameValueDescription
None0 Display none of the components.
Name1 Display the name of the aspect.
Frames2 Display the names of the object and reference frames.
CoordinateSystem4 Display the coordinate system of the transformation.
Translation8 Display the translation (X, Y and Z).
Rotation16 Display the rotation (Rx, Ry and Rz).
All31 Display all components.
See Also