.. role:: ts-api-decorator

##########
PickResult
##########

.. js:module:: Sc
   :noindex:

.. container:: ts-api-section

   .. js:class:: PickResult



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~Sc.PickResult.face`
   * :js:attr:`~Sc.PickResult.line`
   * :js:attr:`~Sc.PickResult.point`
   * :js:attr:`~Sc.PickResult.proximityFace`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: PickResult.face

      :type: null | FacePickResult





.. container:: ts-api-section

   .. js:attribute:: PickResult.line

      :type: null | LinePickResult





.. container:: ts-api-section

   .. js:attribute:: PickResult.point

      :type: null | PointPickResult





.. container:: ts-api-section

   .. js:attribute:: PickResult.proximityFace

      :type: null | ProximityFacePickResult





