Click or drag to resize
SoVolumeDataXYZToVoxel Method (SbVec3f)

Converts the specified point in geometric coordinates to voxel coordinates.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual SbVec3f XYZToVoxel(
	SbVec3f dataPosition
)

Parameters

dataPosition
Type: OIV.InventorSbVec3f

Return Value

Type: SbVec3f
Remarks

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

See Also