Click or drag to resize
SoLDMTopoOctreeGetLevelMax Method

Returns the maximum level of the octree tile hierarchy.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public int GetLevelMax()

Return Value

Type: Int32
Remarks

Example: If there are 3 levels in the octree, returns 2. Note: Octree must be initialized.

See Also