HoopsCuttingPlanePanelElement

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.

Examples

<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>

Custom Element

hoops-cutting-plane-panel

Services

CuttingService

Service for managing cutting planes and sections

Since

2026.1.0

Index

Constructors

Constructors

wvc.HoopsCuttingPlanePanelElement.constructor()
HoopsCuttingPlanePanelElement(): HoopsCuttingPlanePanelElement

Returns: HoopsCuttingPlanePanelElement