AttitudeInclude =============== .. py:class:: ansys.stk.core.stkobjects.AttitudeInclude IntEnum .. py:currentmodule:: AttitudeInclude Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~QUATERNIONS` - Include quaternions with the exported data. * - :py:attr:`~QUATERNIONS_AND_ANGULAR_VELOCITY` - Include quaternions and angular velocity with the exported data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AttitudeInclude