eda_sys_math_intersects
Check if two polygons overlap, including containment, partial intersection, or boundary touching, and return a true/false result to guide geometry handling.
Instructions
sys_Math.intersects(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput) -> boolean 判断两个多边形是否相交 remarks: 判断两个多边形的区域是否有任何重叠(包括包含、部分相交、边界接触) returns: 是否相交
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |