Click or drag to resize
SoVolumeDataSetPageSize Method (SbVec3i32)

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.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetPageSize(
	out SbVec3i32 size
)

Parameters

size
Type: OIV.InventorSbVec3i32
Remarks

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

See Also