list_zones
Retrieves all copper zones on the board, returning details such as name, net, layer, fill mode, and priority.
Instructions
List all zones (copper areas) on the board.
Returns: List of zone objects with name, net, layer, fill mode, priority.
Example: >>> list_zones() [{"name": "GND", "net": "GND", "layer": "Copper", "priority": 0}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |