Dashboard Mode - Zone priority for overlapping fills
Business Question
Which copper fill zones take priority when they overlap on a PCB design, and how does this affect the final copper coverage?
Which copper fill zones take priority when they overlap on a PCB design, and how does this affect the final copper coverage?
| Zone ID | Net Name | Area (mm²) | Priority | Overlap With | Effective Area (mm²) |
|---|---|---|---|---|---|
| Z1 | GND | 150 | 1 | Z2 | 130 |
| Z2 | VCC | 120 | 2 | Z1 | 20 |
| Z3 | Signal | 80 | 3 | None | 80 |
| Z4 | GND | 60 | 1 | Z3 | 60 |
| Z5 | VCC | 40 | 2 | Z4 | 10 |
+----------------------+-----------------------+
| KPI: Total Copper | KPI: Total Effective |
| Area | Copper Area |
| 450 mm² | 300 mm² |
+----------------------+-----------------------+
| Bar Chart: Zone Areas by Priority |
| |
+--------------------------------------------------+
| Stacked Bar Chart: Overlapping Areas by Zone |
| |
+--------------------------------------------------+
| Table: Zone Details |
| |
+--------------------------------------------------+
User can filter by Net Name (e.g., GND, VCC, Signal). Filtering updates all components to show only zones of the selected net.
Filtering by Priority updates the bar charts and KPIs to reflect only zones with that priority.
Hovering over bars in charts highlights corresponding rows in the Zone Details table for easy comparison.
If you add a filter for Net Name = GND, which components update and what changes occur?