Click or drag to resize
SoVolumeDataXYZToVoxel Method (SbBox3f)

Converts the specified box in geometric coordinates to voxel coordinates.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public virtual SbBox3f XYZToVoxel(
	SbBox3f xyzBox
)

Parameters

xyzBox
Type: OIV.InventorSbBox3f

Return Value

Type: SbBox3f
Remarks

Correctly converts coordinates that are outside the volume extent, but the resulting voxel coordinate is outside the volume dimensions.

See Also