Click or drag to resize
SoVolumeDataVoxelToXYZ Method (SbVec3f)

Converts the specified point 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 SbVec3f VoxelToXYZ(
	SbVec3f dataPosition
)

Parameters

dataPosition
Type: OIV.InventorSbVec3f

Return Value

Type: SbVec3f
Remarks

The left bottom coordinate of the voxel is returned. Correctly converts coordinates that are outside the volume dimensions, but the resulting geometric coordinate is outside the volume extent.

See Also