.. role:: ts-api-decorator

#################
QueryNodeInfoData
#################

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

.. container:: ts-api-section

   .. js:class:: QueryNodeInfoData

      Info about a node in a given frame



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryNodeInfoData.elementsUsingNode`
   * :js:attr:`~cee.ug.QueryNodeInfoData.frameIndex`
   * :js:attr:`~cee.ug.QueryNodeInfoData.geometryIndex`
   * :js:attr:`~cee.ug.QueryNodeInfoData.nodeId`
   * :js:attr:`~cee.ug.QueryNodeInfoData.nodeIndex`
   * :js:attr:`~cee.ug.QueryNodeInfoData.nodePosition`
   * :js:attr:`~cee.ug.QueryNodeInfoData.partId`
   * :js:attr:`~cee.ug.QueryNodeInfoData.scalarResult`
   * :js:attr:`~cee.ug.QueryNodeInfoData.scalarResultIsInterpolated`
   * :js:attr:`~cee.ug.QueryNodeInfoData.stateId`
   * :js:attr:`~cee.ug.QueryNodeInfoData.vectorResultArr`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.elementsUsingNode

      :type: [function]

      Id and index of all elements using the given node



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.frameIndex

      :type: number

      The index of the frame



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.geometryIndex

      :type: number

      The index of the CAE geometry. In almost all cases this will be 0



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.nodeId

      :type: number

      The id of the node.



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.nodeIndex

      :type: number

      The index of the node



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.nodePosition

      :type: [number]

      The coordinate of the node in the given frame



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.partId

      :type: number

      The id of the part containing the node



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.scalarResult

      :type: number

      The scalar value of the node. The result currently shown as scalar fringes on the part will be used.



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.scalarResultIsInterpolated

      :type: boolean

      Whether or not the ``scalarResult`` in this node is interpolated.



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.stateId

      :type: number

      The state id of the frame



.. container:: ts-api-section

   .. js:attribute:: QueryNodeInfoData.vectorResultArr

      :type: [number]

      The vector result(s) in the node. The array will contain 3 values (x,y,z) for each vector result specified in the model spec



