Click or drag to resize
SoLDMTopoOctreeGetTilePos Method

Returns the bounding box, in voxel/cell coordinates, of the specified tile.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbBox3i32 GetTilePos(
	SoLDMTileID tileID
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID

Return Value

Type: SbBox3i32
Remarks

Regardless the tile's resolution level in the LDM tile hierarchy, the returned bounding box is always in full-resolution voxel coordinates.

See Also