.. role:: ts-api-decorator

#########################
QueryPartSurfacePositions
#########################

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

.. container:: ts-api-section

   .. js:class:: QueryPartSurfacePositions

      Query information about positions on the visible surface of a part

      See ``QueryPartSurfacePositionsData`` for more information about the result of the query.



.. container:: api-index-section

   .. rubric:: Constructors

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

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



.. container:: api-index-section

   .. rubric:: Methods

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

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





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

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

.. container:: ts-api-section

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

      :param model: None
      :type model: RemoteModel


      :rtype: QueryPartSurfacePositions



Methods
=======

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

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

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

   :param positionType: None
   :type positionType: SurfacePositionType
   :param frameIndex: None
   :type frameIndex: number
   :param geometryIndex: None
   :type geometryIndex: number
   :param partId: None
   :type partId: number
   :param callback: None
   :type callback: QueryPartSurfacePositionsCallback


   Executes the query to get information about the display part


   :rtype: void

