SlicePlaneRenderSettings
Settings for 3D slice plane rendering properties.
Import
import ScriptingApi as api
# Access the class
# SlicePlaneRenderSettings is available via api.SlicePlaneRenderSettings
Properties
opacity
Opacity value for the texture (range: 0.0 to 1.0).
Type: float
reslice_interpolate
Reslice interpolation mode (0=nearest, 1=linear, 2=cubic).
Type: int
texture_interpolate
If true, applies texture interpolation; if false, uses nearest neighbor.
Type: bool
outline_visibility
If true, shows the outline; if false, hides it.
Type: bool