Click or drag to resize

QuantizedMeshTerrainTileMinimumHeight Property

Gets the minimum height in the area covered by this tile. The minimum may be lower than the height of any vertex in this tile in the case that the min 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 MinimumHeight { get; }

Property Value

Type: Single
See Also