Click or drag to resize
SoVolumeDataVoxelToXYZ Method (SbBox3f)

Converts the specified box in voxel coordinates to geometric coordinates.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public virtual SbBox3f VoxelToXYZ(
	SbBox3f box
)

Parameters

box
Type: OIV.InventorSbBox3f

Return Value

Type: SbBox3f
Remarks

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

See Also