Click or drag to resize

QuantizedMeshTerrainTileMaximumHeight Property

Gets the maximum height in the area covered by this tile. The maximum may be higher than the height of any vertex in this tile in the case that the max vertex was removed during mesh simplification, but these are the appropriate values to use for analysis or visualization.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public float MaximumHeight { get; }

Property Value

Type: Single
See Also