eda_sys_math_intersection
Compute the intersection of two polygons in EasyEDA Pro. Returns the resulting polygon group, or an empty array when no overlap exists.
Instructions
sys_Math.intersection(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput) -> TSYS_MathPolygonGroup 计算两个多边形的交集 returns: 交集结果的多边形组,空数组表示无交集
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |