.. role:: ts-api-decorator

.. _cee.ug.ModeShapeAnimationType:

######################
ModeShapeAnimationType
######################

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   Mode shape animation type



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`cee.ug.ModeShapeAnimationType.FULL`
   * :ref:`cee.ug.ModeShapeAnimationType.HALF`
   * :ref:`cee.ug.ModeShapeAnimationType.QUARTER`





------------

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _cee.ug.ModeShapeAnimationType.FULL:

FULL
----

Animate from the original position to the displaced position and back again,
then to the negative displacement and back: V0 ... VD ... V0 ... -VD ... V0

.. rst-class:: ts-api-section

.. _cee.ug.ModeShapeAnimationType.HALF:

HALF
----

Animate from original position to the displaced position and back again: V0 ... VD ... V0

.. rst-class:: ts-api-section

.. _cee.ug.ModeShapeAnimationType.QUARTER:

QUARTER
-------

Animate from original position to the displaced position: V0 ... VD

