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: 9.9.13.0 (9.9.13.0)
Syntax
public SbVec3f GetVoxelSize()

Return Value

Type: SbVec3f
Remarks

The voxel size is the extent divided by the image dimensions (see getSize()).

See Also