Click or drag to resize
SbImageDataAccessorSubVolumeRegionGetSize Method

Returns the dimensions of the region.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual SbVec4i32 GetSize()

Return Value

Type: SbVec4i32

Implements

SbImageDataAccessorRegionGetSize
Remarks

As this region represent a 3D space, getDimension()[3] is always 1. getDimension()[0], [1] and [2] correspond to size of OIV.Inventor.SbBox3i32 given in constructor.

See Also