SoLDMTopoOctreeGetTilePos Method |
Returns the bounding box, in voxel/cell coordinates, of the specified tile.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbBox3i32 GetTilePos(
SoLDMTileID tileID
)
Public Function GetTilePos (
tileID As SoLDMTileID
) As SbBox3i32
public:
SbBox3i32 GetTilePos(
SoLDMTileID tileID
)
member GetTilePos :
tileID : SoLDMTileID -> SbBox3i32
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
Return Value
Type:
SbBox3i32Remarks Regardless the tile's resolution level in the LDM tile hierarchy, the returned bounding box is always in full-resolution voxel coordinates.
See Also