eda_sys_math_subtract
Subtracts one polygon from another to compute their geometric difference, returning a polygon group with outer boundaries and holes preserved.
Instructions
sys_Math.subtract(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput) -> TSYS_MathPolygonGroup 计算两个多边形的差集(polygon1 - polygon2) returns: 差集结果的多边形组,保留外环与孔洞的归属关系
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |