Click or drag to resize
SoLDMDataAccessVoxelToXYZ Method (SbBox3i32)

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

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbBox3f VoxelToXYZ(
	SbBox3i32 boxIJK
)

Parameters

boxIJK
Type: OIV.InventorSbBox3i32

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 extent, but the resulting voxel coordinate is outside the volume dimensions.

Note Note

Member available since Open Inventor 10.8

See Also