eda_pcb_math_polygon_create_complex_polygon
Create complex polygons for PCB layouts by merging multiple polygon sources into one object; returns undefined if the input data is invalid.
Instructions
pcb_MathPolygon.createComplexPolygon(complexPolygon: TPCB_PolygonSourceArray | Array | IPCB_Polygon | Array) -> IPCB_ComplexPolygon | undefined
创建复杂多边形
returns: 复杂多边形对象,undefined 表示数据不合法
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |