.. role:: ts-api-decorator

#################
QuerySetItemsItem
#################

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

.. container:: ts-api-section

   .. js:class:: QuerySetItemsItem

      An item in a set.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QuerySetItemsItem.geometryIndex`
   * :js:attr:`~cee.ug.QuerySetItemsItem.itemIndex`
   * :js:attr:`~cee.ug.QuerySetItemsItem.partId`
   * :js:attr:`~cee.ug.QuerySetItemsItem.subItemIndex`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QuerySetItemsItem.geometryIndex

      :type: number

      The index of the geometry the item belongs to.



.. container:: ts-api-section

   .. js:attribute:: QuerySetItemsItem.itemIndex

      :type: number

      The index of the set item (element or node index depending on the Set item type)



.. container:: ts-api-section

   .. js:attribute:: QuerySetItemsItem.partId

      :type: number

      The id of the part the item belongs to.



.. container:: ts-api-section

   .. js:attribute:: QuerySetItemsItem.subItemIndex

      :type: number

      The sub-index of the set item. This is only applicable for Element_Edge, Element_Face and Element_Node sets and is the local face/edge/node index



