VehicleCoordinateSystem ======================= .. py:class:: ansys.stk.core.stkobjects.VehicleCoordinateSystem IntEnum .. py:currentmodule:: VehicleCoordinateSystem Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~CENTRAL_BODY_FIXED` - Use a Central Body Fixed coordinate system. * - :py:attr:`~INERTIAL` - Use an Inertial coordinate system. * - :py:attr:`~TRUE_OF_DATE` - Use an True Of Date coordinate system. * - :py:attr:`~TRUE_OF_EPOCH` - Use an True Of Epoch coordinate system. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleCoordinateSystem