Click or drag to resize
SoImageDataAdapterGetVoxelSize Method

Returns the size of a voxel in 3D.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SbVec3f GetVoxelSize()

Return Value

Type: SbVec3f
Remarks

The voxel size is the OIV.ImageViz.Nodes.Images.SoImageDataAdapter.m_extent divided by the image dimensions (see OIV.ImageViz.Nodes.Images.SoImageDataAdapter.GetSize()).

See Also