Click or drag to resize

AxesAspectDisplayComponents Enumeration

Flag enumeration representing the displayable elements of an AxesAspect.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
[FlagsAttribute]
public enum AxesAspectDisplayComponents
Members
  Member nameValueDescription
None0 Display none of the components.
Axes1 Display the axes and axis labels.
Sphere2 Display a sphere at the origin.
Label4 Display the axis label.
All7 Display all components.
See Also