Click or drag to resize
SoLDMTileManagerGetTileDimension Method
Get Tile dimension. For the default topology (octree) this function should always return the same size.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual SbVec3i32 GetTileDimension(
	SoLDMTileID tileID
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID

Return Value

Type: SbVec3i32
See Also