eda_sch_primitive_arc_get_all
Retrieve all arc primitives from an EasyEDA Pro schematic window, returning an array of arc objects for analysis or further processing.
Instructions
sch_PrimitiveArc.getAll() -> Promise<Array> 获取所有圆弧 returns: 圆弧图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |