Add schematic rectangle
easyeda_schematic_add_rectangleDraw rectangles on schematic sheets to create visual groupings for functional blocks. Use with text for labeled titles.
Instructions
Draw a rectangle on the schematic sheet — section dividers/grouping boxes for organizing a busy schematic into labeled functional blocks (pair with add_text for the title). Cosmetic only. x/y is the top-left corner; fillColor "none" leaves it unfilled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| color | No | Border/line color, hex string (e.g. "#FF0000") | |
| width | Yes | ||
| height | Yes | ||
| lineType | No | ||
| rotation | No | ||
| fillColor | No | Fill color, hex string, or "none" for unfilled | |
| fillStyle | No | ||
| lineWidth | No | ||
| confirmWrite | Yes | Must be the literal boolean true (not the string "true") to allow this write. | |
| cornerRadius | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||