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

Note: This API is now obsolete.

Returns values used to subsample at given values even when 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 GetSubSamplingLevel(
	out SbVec3i32 ROISampling,
	out SbVec3i32 secondarySampling
)

Parameters

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

See enableAutoSubSampling().Obsoletesince Open Inventor 9000 No longer supported.

See Also