OptionalaxisOptionalcolormapColormap stops. Default viridis — perceptually uniform, the
scientifically defensible choice for unbiased magnitude reading.
OptionalfilterTexel filtering. Default "linear" — smooth interpolation
between samples. "nearest" reads as a stepped voxel block,
useful for low-resolution diagnostic views.
OptionalidSceneModel id. Default "volumeSlicePlane".
OptionalopacityOpacity for the slice. Default 0.85 — the building behind
still reads faintly through.
OptionalpositionWorld-space position along axis where the slice sits. Defaults to the midpoint of the grid along the chosen axis.
OptionalrangeValue range mapped to the colormap. Default grid.valueRange,
or the data-driven min/max when that's unset. Lock this when
comparing multiple overlays.
OptionalresolutionSampling resolution on the slice plane, in cells along the two
in-plane axes. Default 80 × 80 — smooth enough to read without
a noticeable bake cost. Higher resolution costs O(nu · nv)
sample lookups per rebuild.
OptionalzOffset (in world units) along the slice's normal axis, to
lift the slice off any coincident floor / wall surface and
avoid Z-fighting. Default 0.02.
Which axis the slice is perpendicular to. Default
"z"— horizontal slice, the most common HVAC / thermal study form.