
############
SelectedFace
############

.. js:data:: wvc.SelectedFace

   Represents a selected face in the 3D model for cutting plane creation.
   
   Contains the geometric information needed to create a cutting plane based on a user's face selection in the 3D viewer.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.SelectedFace.normal`
   * :js:data:`~wvc.SelectedFace.position`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wvc.SelectedFace.normal

      .. rst-class:: sig-pretty-signature
      
         | normal: *Point3*
      
      The normal vector of the selected face.
      



.. js:data:: wvc.SelectedFace.position

      .. rst-class:: sig-pretty-signature
      
         | position: *Point3*
      
      A position point on the selected face surface.
      




