![]() |
• World Manager | ||
|
API Links
Developer Links
|
GeometryObject::GetGeometryLevelDefined in:
Returns a specific geometric level of detail.
C4GeometryObjects.hPrototype
Parameters
Description
The GetGeometryLevel function returns the a pointer to the GeometryLevel object for the detail level specified by the level parameter. The number of detail levels can be determined by calling the GeometryObject::GetGeometryLevelCount function. The level parameter must be in the range [0, n − 1], where n is the number of detail levels.
See Also
|