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.m_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: 10.3.0.0 (10.3.0.0)
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.m_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: field available since Open Inventor 7.1

See Also