.. role:: ts-api-decorator

####################
QueryPartResultsData
####################

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

.. container:: ts-api-section

   .. js:class:: QueryPartResultsData

      The result data of a ``QueryPartResults``.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryPartResultsData.frameIndex`
   * :js:attr:`~cee.ug.QueryPartResultsData.geometryIndex`
   * :js:attr:`~cee.ug.QueryPartResultsData.itemDataArr`
   * :js:attr:`~cee.ug.QueryPartResultsData.partId`
   * :js:attr:`~cee.ug.QueryPartResultsData.resultId`
   * :js:attr:`~cee.ug.QueryPartResultsData.resultMapping`
   * :js:attr:`~cee.ug.QueryPartResultsData.resultType`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.frameIndex

      :type: number

      The zero-based frame index.



.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.geometryIndex

      :type: number

      The zero-based geometryIndex of the part.



.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.itemDataArr

      :type: [QueryPartResultsDataItem]

      Data per item. Depending on ``resultMapping``, This will be per node for ``ResultMapping.PER_NODE``, per element for ``ResultMapping.PER_ELEMENT``, 
      per element node for ``ResultMapping.PER_ELEMENT_NODE``.



.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.partId

      :type: number

      The id of the part.



.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.resultId

      :type: number

      Id of the result on which the query was performed.



.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.resultMapping

      :type: ResultMapping

      The result mapping of the specified result. The mappings supported by this query are ``ResultMapping.PER_NODE``,
      ``ResultMapping.PER_ELEMENT`` and ``ResultMapping.PER_ELEMENT_NODE``.



.. container:: ts-api-section

   .. js:attribute:: QueryPartResultsData.resultType

      :type: ResultType

      Type of result. Scalar or vector type is supported.



