Click or drag to resize
SbImageDataAccessorSubVolumeRegionGetExtent Method

Returns extent of region.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual SbBox4i32 GetExtent()

Return Value

Type: SbBox4i32

Implements

SbImageDataAccessorRegionGetExtent
Remarks

As this region is a 3D space, the last coordinates of the extent are always 0. The 3 first coordinates correspond to the OIV.Inventor.SbBox3i32 given in the constructor.

See Also