BorderWallUpperLowerEdgeAltitudeReference ========================================= .. py:class:: ansys.stk.core.stkobjects.BorderWallUpperLowerEdgeAltitudeReference IntEnum .. py:currentmodule:: BorderWallUpperLowerEdgeAltitudeReference Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~MEAN_SEA_LEVEL` - Altitude reference: Mean Sea Level. * - :py:attr:`~OBJECT` - Altitude reference: the altitude of the object. * - :py:attr:`~TERRAIN` - Altitude reference: the altitude of the terrain. * - :py:attr:`~WGS84` - Altitude reference: the altitude of the central body's reference ellipsoid. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import BorderWallUpperLowerEdgeAltitudeReference