.. role:: ts-api-decorator

.. _cee.ug.VectorScaleMode:

###############
VectorScaleMode
###############

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

.. container:: ts-api-section

   Scaling mode to use for vectors.



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

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





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

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

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

.. _cee.ug.VectorScaleMode.ABSOLUTE_SCALING:

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

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

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

.. _cee.ug.VectorScaleMode.RELATIVE_SCALING:

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

Relative scaling of vectors. Vectors will be scaled relative to the current model's bounding box. For example, a factor of 0.1 means that
the length of the longest vector in the result will be 10% of the current model's bounding box extent.

