Click or drag to resize
SoVolumeRenderfixedNumSlicesInRoi Property

When this field is set to false (the default), the number of samples set by OIV.VolumeViz.Nodes.SoVolumeRender.numSlices is the number of samples used for the region defined by the current ROI.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool fixedNumSlicesInRoi { get; }

Property Value

Type: SoSFBool
Remarks

Therefore the number of samples may change when the ROI size changes. When true, OIV.VolumeViz.Nodes.SoVolumeRender.numSlices is the number of samples for the whole volume. In this case the sample density is constant, independent of the ROI size. Default is false.

Note Note

Field available since Open Inventor 7.1

See Also