.. role:: ts-api-decorator

#############
RefOnTopoItem
#############

.. container:: ts-api-section

   .. js:class:: RefOnTopoItem

      Object which identifies a reference to an element on a brep



.. container:: api-index-section

   .. rubric:: Constructors

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

   * :js:meth:`~RefOnTopoItem.constructor`



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~RefOnTopoItem.bodyId`
   * :js:attr:`~RefOnTopoItem.subElementIndex`
   * :js:attr:`~RefOnTopoItem.subElementType`





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

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

.. container:: ts-api-section

   .. js:function:: RefOnTopoItem.constructor()



      :rtype: RefOnTopoItem



Properties
==========

.. container:: ts-api-section

   .. js:attribute:: RefOnTopoItem.bodyId

      :type: number

      Id of the body in assembly tree



.. container:: ts-api-section

   .. js:attribute:: RefOnTopoItem.subElementIndex

      :type: number

      Index of the face, edge...



.. container:: ts-api-section

   .. js:attribute:: RefOnTopoItem.subElementType

      :type: PmiTopoRef

      See PmiTopoRef. Could be face, edge...



