.. role:: ts-api-decorator

.. _cee.usg.ScaleMode:

#########
ScaleMode
#########

.. js:module:: cee.usg
   :noindex:

.. container:: ts-api-section

   Scaling mode for vector results



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.usg.ScaleMode.ABSOLUTE_SCALING`
   * :ref:`cee.usg.ScaleMode.RELATIVE_SCALING`





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

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

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

.. _cee.usg.ScaleMode.ABSOLUTE_SCALING:

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

Absolute scaling of vectors. The vector is multiplied with the scaleFactor before being drawn.

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

.. _cee.usg.ScaleMode.RELATIVE_SCALING:

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

Scales vectors relative to model extent. The scaleFactor is considered to be a fraction of the 
model extent. So a value of 0.2 (default) will make the longest vector 20% of the model extent.

