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