VehicleDirection ================ .. py:class:: ansys.stk.core.stkobjects.VehicleDirection IntEnum .. py:currentmodule:: VehicleDirection Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ASCENDING` - Ascending: crossing the specified latitude from south to north. * - :py:attr:`~DESCENDING` - Descending: crossing the specified latitude from north to south. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleDirection