.. role:: ts-api-decorator

###########
PartHitItem
###########

.. js:module:: cee.mrk
   :noindex:

.. container:: ts-api-section

   .. js:class:: PartHitItem

      HitItem contains the result of a picking operation (``rayIntersect()``) on a MarkupModel part.



.. container:: api-index-section

   .. rubric:: Constructors

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

   * :js:meth:`~cee.mrk.PartHitItem.constructor`



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.mrk.PartHitItem.intersectionPoint`
   * :js:attr:`~cee.mrk.PartHitItem.primitiveIndex`





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

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

.. container:: ts-api-section

   .. js:function:: PartHitItem.constructor()



      :rtype: PartHitItem



Properties
==========

.. container:: ts-api-section

   .. js:attribute:: PartHitItem.intersectionPoint

      :type: Vec3

      The intersection point.



.. container:: ts-api-section

   .. js:attribute:: PartHitItem.primitiveIndex

      :type: number

      The index of the primitive that was hit.



