SbImageDataAccessorSubVolumeRegionGetExtent Method |
Returns extent of region.
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual SbBox4i32 GetExtent()
Public Overridable Function GetExtent As SbBox4i32
public:
virtual SbBox4i32 GetExtent()
abstract GetExtent : unit -> SbBox4i32
override GetExtent : unit -> SbBox4i32
Return Value
Type:
SbBox4i32Implements
SbImageDataAccessorRegionGetExtentRemarks 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