SoImageDataAdapterGetVoxelSize Method |
Returns the size of a voxel in 3D.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbVec3f GetVoxelSize()
Public Function GetVoxelSize As SbVec3f
public:
SbVec3f GetVoxelSize()
member GetVoxelSize : unit -> SbVec3f
Return Value
Type:
SbVec3f
RemarksThe voxel size is the extent divided by the image dimensions (see getSize()).
See Also