.. role:: ts-api-decorator

##################
RayIntersectResult
##################

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

.. container:: ts-api-section

   .. js:class:: RayIntersectResult

      Information about what was hit during a ``RemoteModel.rayIntersect`` call



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.RayIntersectResult.hitItem`
   * :js:attr:`~cee.ug.RayIntersectResult.model`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: RayIntersectResult.hitItem

      :type: HitItem

      Specification of what was hit inside the RemoteModel



.. container:: ts-api-section

   .. js:attribute:: RayIntersectResult.model

      :type: RemoteModel

      The RemoteModel that was hit



