.. role:: ts-api-decorator

##############
QueryPartNodes
##############

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

.. container:: ts-api-section

   .. js:class:: QueryPartNodes

      Query all nodes of a given part in a given frame



.. container:: api-index-section

   .. rubric:: Constructors

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

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



.. container:: api-index-section

   .. rubric:: Methods

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

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





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

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

.. container:: ts-api-section

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

      :param model: None
      :type model: RemoteModel


      :rtype: QueryPartNodes



Methods
=======

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

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

.. js:method:: QueryPartNodes.executeQuery( frameIndex, geometryIndex, partId, callback)

   :param frameIndex: None
   :type frameIndex: number
   :param geometryIndex: None
   :type geometryIndex: number
   :param partId: None
   :type partId: number
   :param callback: None
   :type callback: QueryPartNodesCallback


   Executes the query to get the part nodes


   :rtype: void

