.. role:: clio-optional
   :class: clio-flag clio-flag-optional


############
CuttingPlane
############

.. js:data:: wvc.CuttingPlane

   Represents a cutting plane with its geometric and visual properties.
   
   Defines a plane that can cut through 3D geometry, along with optional visual properties for rendering the plane's reference geometry.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.CuttingPlane.plane`
   * :js:data:`~wvc.CuttingPlane.color`
   * :js:data:`~wvc.CuttingPlane.hideReferenceGeometry`
   * :js:data:`~wvc.CuttingPlane.lineColor`
   * :js:data:`~wvc.CuttingPlane.opacity`
   * :js:data:`~wvc.CuttingPlane.referenceGeometry`
   
   



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

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


.. js:data:: wvc.CuttingPlane.plane

      .. rst-class:: sig-pretty-signature
      
         | plane: *Plane*
      
      The mathematical plane definition (normal vector and distance).
      



.. js:data:: wvc.CuttingPlane.color

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | color: *IColor*
      
      Optional face color for the plane's visual representation (RGB values 0-1).
      



.. js:data:: wvc.CuttingPlane.hideReferenceGeometry

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | hideReferenceGeometry: *boolean*
      
      Optional flag to hide the plane's reference geometry.
      



.. js:data:: wvc.CuttingPlane.lineColor

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | lineColor: *IColor*
      
      Optional line color for the plane's edges (RGB values 0-1).
      



.. js:data:: wvc.CuttingPlane.opacity

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | opacity: *number*
      
      Optional opacity value for the plane's visual representation (0-1).
      



.. js:data:: wvc.CuttingPlane.referenceGeometry

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | referenceGeometry: *Point3*\ []
      
      Optional 3D vertices defining the visual representation of the plane.
      




