add_polygon
Add a graphic polygon to a PCB board by defining vertex points in millimeters, layer, and fill settings.
Instructions
Add a graphic polygon to the board.
points_mm should be a list like [{"x_mm": 0, "y_mm": 0}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filled | No | ||
| width_mm | No | ||
| points_mm | Yes | ||
| layer_name | Yes |