.. role:: ts-api-decorator

.. _cee.ug.ElementInterpolationType:

########################
ElementInterpolationType
########################

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

.. container:: ts-api-section

   Element interpolation type to use if the result is not PER_ELEMENT.



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.ug.ElementInterpolationType.AVERAGE`
   * :ref:`cee.ug.ElementInterpolationType.MAX`
   * :ref:`cee.ug.ElementInterpolationType.MIN`





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

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

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

.. _cee.ug.ElementInterpolationType.AVERAGE:

AVERAGE
-------

Use the average value of all nodes.

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

.. _cee.ug.ElementInterpolationType.MAX:

MAX
---

Use the maximum value of all nodes.

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

.. _cee.ug.ElementInterpolationType.MIN:

MIN
---

Use the minimum value of all nodes.

