.. role:: ts-api-decorator

#########################################
QueryGlobalNodePositionsForFramesDataItem
#########################################

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

.. container:: ts-api-section

   .. js:class:: QueryGlobalNodePositionsForFramesDataItem

      The position of a node in the given frames.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryGlobalNodePositionsForFramesDataItem.frameIndices`
   * :js:attr:`~cee.ug.QueryGlobalNodePositionsForFramesDataItem.globalNodePositions`
   * :js:attr:`~cee.ug.QueryGlobalNodePositionsForFramesDataItem.nodeIdent`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryGlobalNodePositionsForFramesDataItem.frameIndices

      :type: [number]

      The Frame indices in the query



.. container:: ts-api-section

   .. js:attribute:: QueryGlobalNodePositionsForFramesDataItem.globalNodePositions

      :type: [Vec3]

      The global position of the node for each frame in ``frameIndices``



.. container:: ts-api-section

   .. js:attribute:: QueryGlobalNodePositionsForFramesDataItem.nodeIdent

      :type: NodeIdent

      The ident of the node



