.. role:: ts-api-decorator

#################################
QueryGlobalNodePositionsForFrames
#################################

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

.. container:: ts-api-section

   .. js:class:: QueryGlobalNodePositionsForFrames

      Query to get the global position of a given node(s) in a given frame(s).



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.ug.QueryGlobalNodePositionsForFrames.constructor`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~cee.ug.QueryGlobalNodePositionsForFrames.executeQuery`





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

Constructors
============

.. container:: ts-api-section

   .. js:function:: QueryGlobalNodePositionsForFrames.constructor( model)

      :param model: None
      :type model: RemoteModel


      :rtype: QueryGlobalNodePositionsForFrames



Methods
=======

.. rst-class:: ts-api-section

executeQuery
------------

.. js:method:: QueryGlobalNodePositionsForFrames.executeQuery( frameIndex, nodes, callback)

   :param frameIndex: The zero-based frame index, or -1 for all frames
   :type frameIndex: number
   :param nodes: None
   :type nodes: [NodeIdent]
   :param callback: None
   :type callback: QueryGlobalNodePositionsForFramesCallback


   Gets the global position of the given node in the given frame(s).


   :rtype: void

