.. role:: ts-api-decorator

#############################
QueryPartSurfacePositionsData
#############################

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

.. container:: ts-api-section

   .. js:class:: QueryPartSurfacePositionsData

      The result of a ``QueryPartSurfacePositions``.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryPartSurfacePositionsData.frameIndex`
   * :js:attr:`~cee.ug.QueryPartSurfacePositionsData.geometryIndex`
   * :js:attr:`~cee.ug.QueryPartSurfacePositionsData.itemIdArr`
   * :js:attr:`~cee.ug.QueryPartSurfacePositionsData.normalArr`
   * :js:attr:`~cee.ug.QueryPartSurfacePositionsData.partId`
   * :js:attr:`~cee.ug.QueryPartSurfacePositionsData.positionArr`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryPartSurfacePositionsData.frameIndex

      :type: number

      The zero-based frame index



.. container:: ts-api-section

   .. js:attribute:: QueryPartSurfacePositionsData.geometryIndex

      :type: number

      The zero-based geometryIndex of the part.



.. container:: ts-api-section

   .. js:attribute:: QueryPartSurfacePositionsData.itemIdArr

      :type: Int32Array

      The id of the node/element for all the nodes in the query data



.. container:: ts-api-section

   .. js:attribute:: QueryPartSurfacePositionsData.normalArr

      :type: Float32Array

      The normals of all the nodes in the query data. The array is interleaved (x0, y0, z0, x1, y1, ... zn)



.. container:: ts-api-section

   .. js:attribute:: QueryPartSurfacePositionsData.partId

      :type: number

      The id of the part.



.. container:: ts-api-section

   .. js:attribute:: QueryPartSurfacePositionsData.positionArr

      :type: Float32Array

      The centroids of all the nodes in the query data. The array is interleaved (x0, y0, z0, x1, y1, ... zn)



