AxesAspectDisplayComponents Enumeration |
Namespace: Demo3D.Visuals.Frames
[FlagsAttribute] public enum AxesAspectDisplayComponents
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Display none of the components. | |
| Axes | 1 | Display the axes and axis labels. | |
| Sphere | 2 | Display a sphere at the origin. | |
| Label | 4 | Display the axis label. | |
| All | 7 | Display all components. |