Skip to main content

SlicePlane

Other

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

ValueDescription
SlicePlane.YZYZ option
SlicePlane.XZXZ option
SlicePlane.XYXY option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.SlicePlane.YZ

See Also