Click or drag to resize

TraversalOrderType Enumeration

Defines the order of traversal directions.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public enum TraversalOrderType
Members
Member nameValueDescription
XYZ0 Traverse along X axis, then Y axis, and finally Z axis.
XZY1 Traverse along X axis, then Z axis, and finally Y axis.
YXZ2 Traverse along Y axis, then X axis, and finally Z axis.
YZX3 Traverse along Y axis, then Z axis, and finally X axis.
ZXY4 Traverse along Z axis, then X axis, and finally Y axis.
ZYX5 Traverse along Z axis, then Y axis, and finally X axis.
See Also