VehicleGraphics2DElevation ========================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DElevation IntEnum .. py:currentmodule:: VehicleGraphics2DElevation Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown. * - :py:attr:`~ELEVATION_GROUND_ELEVATION` - Ground elevation. * - :py:attr:`~ELEVATION_SWATH_HALF_WIDTH` - Swath half width. * - :py:attr:`~ELEVATION_VEHICLE_HALF_ANGLE` - Vehicle half angle. * - :py:attr:`~ELEVATION_GROUND_ELEVATION_ENVELOPE` - Vehicle ground elevation envelope. * - :py:attr:`~ELEVATION_VEHICLE_HALF_ANGLE_ENVELOPE` - Vehicle half angle envelope. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DElevation