Click or drag to resize
SoImageDataAdapterSetVoxelSize Method

Sets the voxel size in 3D.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetVoxelSize(
	SbVec3f voxelSize
)

Parameters

voxelSize
Type: OIV.InventorSbVec3f
Remarks

The OIV.ImageViz.Nodes.Images.SoImageDataAdapter.extent field is automatically updated to be voxel size times the image dimensions (see OIV.ImageViz.Nodes.Images.SoImageDataAdapter.GetSize()).

See Also