.. role:: ts-api-decorator

##################
QueryPartNodesData
##################

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

.. container:: ts-api-section

   .. js:class:: QueryPartNodesData

      The result of a ``QueryPartNodes``.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryPartNodesData.frameIndex`
   * :js:attr:`~cee.ug.QueryPartNodesData.geometryIndex`
   * :js:attr:`~cee.ug.QueryPartNodesData.globalNodePositions`
   * :js:attr:`~cee.ug.QueryPartNodesData.partId`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryPartNodesData.frameIndex

      :type: number

      The zero-based frame index



.. container:: ts-api-section

   .. js:attribute:: QueryPartNodesData.geometryIndex

      :type: number

      The zero-based geometryIndex of the part.



.. container:: ts-api-section

   .. js:attribute:: QueryPartNodesData.globalNodePositions

      :type: [Vec3]

      The global positions of all the nodes in the part



.. container:: ts-api-section

   .. js:attribute:: QueryPartNodesData.partId

      :type: number

      The id of the part.



