.. role:: ts-api-decorator

#########################
QueryResultMinMaxDataItem
#########################

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

.. container:: ts-api-section

   .. js:class:: QueryResultMinMaxDataItem

      A min or max item from ``QueryResultMinMax``



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.elementId`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.elementIndex`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.elementSubIndex`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.nodeId`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.nodeIndex`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.partId`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.position`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.stateId`
   * :js:attr:`~cee.ug.QueryResultMinMaxDataItem.value`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.elementId

      :type: number

      The id of the element with the value. -1 for PER_NODE results.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.elementIndex

      :type: number

      The zero based index of the element with the value. -1 for PER_NODE results.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.elementSubIndex

      :type: number

      The zero based index of the element node / element surface. -1 for PER_NODE and PER_ELEMENT results.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.nodeId

      :type: number

      The id of the node with the value. -1 for PER_ELEMENT and PER_SURFACE results.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.nodeIndex

      :type: number

      The zero based index of the node with the value. -1 for PER_ELEMENT and PER_SURFACE results.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.partId

      :type: number

      The id of the part with the value



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.position

      :type: [number]

      Position <x,y,z> of the minimum item. This will be the node for PER_NODE and PER_ELEMENT_NODE results, 
      element centroid for PER_ELEMENT results and element surface centroid for PER_SURFACE results.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.stateId

      :type: number

      The id of the state with the value



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxDataItem.value

      :type: [number]

      Minimum/maximum value. The array will have one item for scalars and 3 items (x,y,z) for vector and displacements



