OrientationMarkerType
Orientation marker style for the 3D and 2D slice views. Available values: - Off: No orientation marker is shown. - Axes: Axes orientation marker. - BidirectionalAxes: Bidirectional axes orientation marker. - Cube: Labeled orientation cube marker. - Human: Human figure orientation marker.
Import
import ScriptingApi as api
# Access the class
# OrientationMarkerType is available via api.OrientationMarkerType
Enumeration Values
Enumeration Type from OrientationMarkerType
| Value | Description |
|---|---|
OrientationMarkerType.Off | Off option |
OrientationMarkerType.Axes | Axes option |
OrientationMarkerType.BidirectionalAxes | BidirectionalAxes option |
OrientationMarkerType.Cube | Cube option |
OrientationMarkerType.Human | Human option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.OrientationMarkerType.Off