Enum DisplayRefType
[Flags]
public enum DisplayRefType
Fields
ALL = TZ | RX | RY | TXY_RZ | PXZ | PYZ
Display all reference frames
DEFAULT = -1
Set the default behavior
NONE = 0
No axis to display
PXY = 64
Display the plane translation along XY plane
PXZ = 128
Display the plane translation along XZ plane
PYZ = 256
Display the plane translation along YZ plane
RX = 8
Display the rotation X axis
RY = 16
Display the rotation Y axis
RZ = 32
Display the rotation Z axis
TX = 1
Display the translation X axis
TXY_RZ = TX | TY | RZ | PXY
Display the translation/rotation along the XY plane (holds Z axis the same)
TY = 2
Display the translation Y axis
TZ = 4
Display the translation Z axis