eda_sch_primitive_rectangle_get_all
Retrieves all rectangle primitives from the schematic in the active EDA window. Returns an array of rectangle objects for inspection or further processing.
Instructions
sch_PrimitiveRectangle.getAll() -> Promise<Array> 获取所有矩形 returns: 矩形图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |