Enumeration AltitudeReference

The altitude of a mesh can be relative to the ground surface, or to the mean sea level

Index

Enumeration Members

Enumeration Members

GROUND: 1

Use the ground as a reference point to compute the altitude

MEAN_SEA_LEVEL: 2

Uses mean sea level as a reference point to compute the altitude

Was this helpful?