SlicePlane
Slice plane options for image export and video generation. Available values: - YZ: Export slices perpendicular to the X axis (Plane 1 / sagittal). - XZ: Export slices perpendicular to the Y axis (Plane 2 / coronal). - XY: Export slices perpendicular to the Z axis (Plane 3 / axial).
Import
import ScriptingApi as api
# Access the class
# SlicePlane is available via api.SlicePlane
Enumeration Values
Enumeration Type from SlicePlane
| Value | Description |
|---|---|
SlicePlane.YZ | YZ option |
SlicePlane.XZ | XZ option |
SlicePlane.XY | XY option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.SlicePlane.YZ