Click or drag to resize
SoVolumeDataSetPageSize Method (SbVec3s)

Note: This API is now obsolete.

Specifies page size in X, Y, and Z direction.

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 SetPageSize(
	out SbVec3s size
)

Parameters

size
Type: OIV.InventorSbVec3s
Remarks

Must be 2^n for some integer n. The default is 128x128x128.Obsoletesince Open Inventor 6000 No longer supported.

See Also