Click or drag to resize
SoVolumeDataSetSubSamplingLevel Method (SbVec3i32, SbVec3i32)

Note: This API is now obsolete.

Forces VolumeViz to subsample at given values even if automatic subsampling is disabled.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetSubSamplingLevel(
	SbVec3i32 ROISampling,
	SbVec3i32 secondarySampling
)

Parameters

ROISampling
Type: OIV.InventorSbVec3i32
secondarySampling
Type: OIV.InventorSbVec3i32
Remarks

See enableAutoSubSampling(). ROISampling corresponds to the sampling values used for the Region Of Interest. secondarySampling corresponds to the sampling values used for the rest of the volume (not yet used). Values are given in powers of two. For example if ROISampling is set to (1,1,0), the ROI will be subsampled using the subsampling factors (2,2,1). In this case the Z axis will not be subsampled.Obsoletesince Open Inventor 9000 No longer supported.

See Also