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.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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