Click or drag to resize
SoDataSetVoxelToXYZ Method (SbBox3f)

Converts the specified box in voxel coordinates (I,J,K) to geometric coordinates (X,Y,Z).

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual SbBox3f VoxelToXYZ(
	SbBox3f box
)

Parameters

box
Type: OIV.InventorSbBox3f

Return Value

Type: SbBox3f
Remarks

The geometric coordinates are expressed in "extent" space, where voxel coordinates are mapped to the box defined by the volume extent.

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

See Also