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.2.419.0 (24.2.419.0)
Syntax public float MinimumHeight { get; }
Public ReadOnly Property MinimumHeight As Single
Get
public:
property float MinimumHeight {
float get ();
}
member MinimumHeight : float32 with get
Property Value
Type:
SingleSee Also