.. role:: ts-api-decorator

.. _cee.ug.DisplacementScaleMode:

#####################
DisplacementScaleMode
#####################

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

.. container:: ts-api-section

   Scaling mode to use for displacements.



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.ug.DisplacementScaleMode.ABSOLUTE_SCALING`
   * :ref:`cee.ug.DisplacementScaleMode.RELATIVE_SCALING`





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

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

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

.. _cee.ug.DisplacementScaleMode.ABSOLUTE_SCALING:

ABSOLUTE_SCALING
----------------

Absolute scaling of displacements. Displacements will be scaled by the specified factor and rendered in world coordinates.

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

.. _cee.ug.DisplacementScaleMode.RELATIVE_SCALING:

RELATIVE_SCALING
----------------

Relative scaling of displacements. Displacements will be scaled relative to the current model's bounding box (BB).
A relative scale of 1 means the largest displacement will have its length equal to the length of the model bounding box's diagonal.
Typical usable values for the scale factor are in the range 0 to 0.5.

