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


#######
Section
#######

.. js:data:: wvc.Section

   Represents a cutting section containing multiple cutting planes.
   
   A section groups related cutting planes together and can be activated/deactivated as a unit to control the cutting operation.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.Section.active`
   * :js:data:`~wvc.Section.cuttingPlanes`
   * :js:data:`~wvc.Section.hideReferenceGeometry`
   
   



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

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


.. js:data:: wvc.Section.active

      .. rst-class:: sig-pretty-signature
      
         | active: *boolean*
      
      Whether this cutting section is currently active (performing cuts).
      



.. js:data:: wvc.Section.cuttingPlanes

      .. rst-class:: sig-pretty-signature
      
         | cuttingPlanes: :js:data:`CuttingPlane <wvc.CuttingPlane>`\ []
      
      Array of cutting planes contained in this section.
      



.. js:data:: wvc.Section.hideReferenceGeometry

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | hideReferenceGeometry: *boolean*
      
      Optional flag to hide reference geometry for all planes in this section.
      




