eda_sys_math_xor
Compute the symmetric difference (XOR) of two polygons to return the areas unique to each, preserving outer rings and holes.
Instructions
sys_Math.xor(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput) -> TSYS_MathPolygonGroup 计算两个多边形的对称差集(异或) returns: 对称差集结果的多边形组,保留外环与孔洞的归属关系
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |