.. role:: ts-api-decorator

#########
NodeIdent
#########

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

.. container:: ts-api-section

   .. js:class:: NodeIdent

      Interface for identifying a node in a geometry. Nodes are uniquely defined by geometry index, part id and node index.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.NodeIdent.geometryIndex`
   * :js:attr:`~cee.ug.NodeIdent.nodeIndex`
   * :js:attr:`~cee.ug.NodeIdent.partId`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: NodeIdent.geometryIndex

      :type: number

      The index of the geometry the node belongs to.



.. container:: ts-api-section

   .. js:attribute:: NodeIdent.nodeIndex

      :type: number

      The index of the node.



.. container:: ts-api-section

   .. js:attribute:: NodeIdent.partId

      :type: number

      The id of the part the node belongs to.



