.. role:: ts-api-decorator

#################
VisibleObjectItem
#################

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

.. container:: ts-api-section

   .. js:class:: VisibleObjectItem

      Identifier for a visible object.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.VisibleObjectItem.geometryIndex`
   * :js:attr:`~cee.ug.VisibleObjectItem.objectId`
   * :js:attr:`~cee.ug.VisibleObjectItem.objectType`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: VisibleObjectItem.geometryIndex

      :type: number

      The geometry index of the Part.

      Only valid for ``ObjectType.PART``. For other object types, this value is -1.



.. container:: ts-api-section

   .. js:attribute:: VisibleObjectItem.objectId

      :type: number

      ID of the object. Part ID, cutting plane ID, etc.



.. container:: ts-api-section

   .. js:attribute:: VisibleObjectItem.objectType

      :type: ObjectType

      Type of the object. See ``ObjectType``.



