
#############################
HoopsCuttingPlanePanelElement
#############################

.. js:class:: wvc.HoopsCuttingPlanePanelElement

   A top-level panel component that provides a complete cutting planes management interface.
   
   This component serves as the main entry point for cutting plane functionality, providing automatic service discovery, dynamic display of cutting sections, and comprehensive event handling for real-time updates.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-cutting-plane-panel></hoops-cutting-plane-panel>
      
      <script>
        const panel = document.getElementsByTagName('hoops-cutting-plane-panel')[0];
        // Panel automatically discovers and connects to the cutting service
      </script>
   
   .. rubric:: Custom Element
   
   
   ``hoops-cutting-plane-panel``
   
   .. rubric:: Services
   
   
   **CuttingService**
   
   
      Service for managing cutting planes and sections
   
   
   .. rubric:: Since
   
   
   ``2026.1.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsCuttingPlanePanelElement.constructor`
   
   



.. rst-class:: kind-group kind-constructors

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


.. js:method:: wvc.HoopsCuttingPlanePanelElement.constructor

      .. rst-class:: sig-pretty-signature
      
         | HoopsCuttingPlanePanelElement(): :js:class:`HoopsCuttingPlanePanelElement <wvc.HoopsCuttingPlanePanelElement>`
      
      **Returns**\ : :js:class:`HoopsCuttingPlanePanelElement <wvc.HoopsCuttingPlanePanelElement>`
      




