Click or drag to resize
Ab4d.SharpEngine logo

AxesBoxNodeAxisShowingStrategies Enumeration

AxisShowingStrategies enum defines the possible strategies for showing/hiding axes.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public enum AxisShowingStrategies
Members
Member nameValueDescription
None0 AxesBoxNode will not automatically show and hide axes.
FrontFacingPlanes1 AxesBoxNode will automatically show and hide axes so that the axes that define front facing planes will be shown.
LeftmostAxis2 AxesBoxNode will automatically show and hide vertical axes (ZAxis) so that only axis that is furthest to the left on the screen is shown.
RightmostAxis3 AxesBoxNode will automatically show and hide vertical axes so that only axis that is furthest to the right on the screen is shown.
See Also