Click or drag to resize
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.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoLDMTileID GetTileID(
	SbVec3i32 cellPos,
	int resolution
)

Parameters

cellPos
Type: OIV.InventorSbVec3i32
resolution
Type: SystemInt32

Return Value

Type: SoLDMTileID
Remarks