SoLDMTopoOctreeGetTileID Method (SbVec3i32, Int32) |
Given the position of a voxel/cell (i,j,k) and the resolution level, returns the tile ID of the corresponding tile.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoLDMTileID GetTileID(
SbVec3i32 cellPos,
int resolution
)
Public Function GetTileID (
cellPos As SbVec3i32,
resolution As Integer
) As SoLDMTileID
public:
SoLDMTileID GetTileID(
SbVec3i32 cellPos,
int resolution
)
member GetTileID :
cellPos : SbVec3i32 *
resolution : int -> SoLDMTileID
Parameters
- cellPos
- Type: OIV.InventorSbVec3i32
- resolution
- Type: SystemInt32
Return Value
Type:
SoLDMTileID
Remarks
See Also