SoLDMTopoOctreeGetTilePos Method |
Returns the bounding box, in voxel/cell coordinates, of the specified tile.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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:
SbBox3i32
Remarks
See Also