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


##############################
HoopsCuttingPlaneEditorElement
##############################

.. js:class:: wvc.HoopsCuttingPlaneEditorElement

   A comprehensive editor component for modifying cutting plane properties.
   
   This component provides a full interface for editing all aspects of a cutting plane, including geometric properties (normal vector and distance), visual properties (colors and opacity), and real-time preview updates.
   
   Key features:
   
   
   - Coordinate inputs for plane normal vector (x, y, z) and distance (d)
   - Color pickers for face color and border color
   - Opacity slider for transparency control
   - Real-time updates with debounced service calls
   - Automatic synchronization with cutting plane changes
   - Conditional rendering based on cutting plane existence
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsCuttingPlaneEditorElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.HoopsCuttingPlaneEditorElement.coordinateInputs`
   * :js:data:`~wvc.HoopsCuttingPlaneEditorElement.planeIndex`
   * :js:data:`~wvc.HoopsCuttingPlaneEditorElement.sectionIndex`
   * :js:data:`~wvc.HoopsCuttingPlaneEditorElement.service`
   
   



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

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


.. js:method:: wvc.HoopsCuttingPlaneEditorElement.constructor

      .. rst-class:: sig-pretty-signature
      
         | HoopsCuttingPlaneEditorElement(): :js:class:`HoopsCuttingPlaneEditorElement <wvc.HoopsCuttingPlaneEditorElement>`
      
      Constructs a new HoopsCuttingPlaneEditorElement.
      
      Initializes the component with default property values and binds the invalidateEditor method for proper event handling context.
      
      **Returns**\ : :js:class:`HoopsCuttingPlaneEditorElement <wvc.HoopsCuttingPlaneEditorElement>`
      



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

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


.. js:data:: wvc.HoopsCuttingPlaneEditorElement.coordinateInputs

      .. rst-class:: sig-pretty-signature
      
         | coordinateInputs: *HoopsCoordinateInputElement*\ []
      
      Query selector for all coordinate input elements within the editor. Used for batch operations like requesting updates when the plane changes.
      



.. js:data:: wvc.HoopsCuttingPlaneEditorElement.planeIndex

      .. rst-class:: sig-pretty-signature
      
         | planeIndex: *number*
      
      The index of the cutting plane within the specified cutting section. Used to identify the specific plane to be edited.
      



.. js:data:: wvc.HoopsCuttingPlaneEditorElement.sectionIndex

      .. rst-class:: sig-pretty-signature
      
         | sectionIndex: *number*
      
      The index of the cutting section containing the target cutting plane. Used to identify which section contains the plane to be edited.
      



.. js:data:: wvc.HoopsCuttingPlaneEditorElement.service

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | service: :js:class:`ICuttingService <wvc.ICuttingService>`
      
      The cutting service instance that provides cutting plane operations. All editor operations are performed through this service interface. When undefined, the editor renders nothing.
      




