|
AxesBoxVisual3DAxisShowingStrategies Enumeration |
AxisShowingStrategies enum defines the possible strategies that are used by the
AxisShowingStrategy property.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public enum AxisShowingStrategies
Members Member name | Value | Description |
---|
None | 0 |
AxesBoxVisual3D will not automatically show and hide axes.
|
FrontFacingPlanes | 1 |
AxesBoxVisual3D will automatically show and hide axes so that the axes that define front facing planes will be shown.
|
LeftmostAxis | 2 |
AxesBoxVisual3D will automatically show and hide axes so that only vertical (ZAxis) that is furthest to the left on the screen is shown.
|
RightmostAxis | 3 |
AxesBoxVisual3D will automatically show and hide axes so that only vertical (ZAxis) that is furthest to the right on the screen is shown.
|
See Also