eda_sys_math_union
Calculate the union of two polygons, returning a polygon group that preserves outer ring and hole relationships for combined geometry in EasyEDA Pro.
Instructions
sys_Math.union(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput) -> TSYS_MathPolygonGroup 计算两个多边形的并集 returns: 并集结果的多边形组,保留外环与孔洞的归属关系
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |