AxisType Enumeration

Enumeration of possible axis types.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
[FlagsAttribute]
public enum AxisType

Members

None0 No axis defined or unknown.
X1 The X axis.
Y2 The Y axis.
Z4 The Z axis.
W8 The virtual W axis.

See Also