AnimationEndTimeMode ==================== .. py:class:: ansys.stk.core.stkobjects.AnimationEndTimeMode IntEnum .. py:currentmodule:: AnimationEndTimeMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown animation mode. * - :py:attr:`~NORMAL` - Normal animation mode. * - :py:attr:`~REAL_TIME` - Real time animation mode. * - :py:attr:`~X_REAL_TIME` - X times real time animation mode. * - :py:attr:`~TIME_ARRAY` - Time array animation mode. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AnimationEndTimeMode