eda_sys_math_contains
Checks whether one polygon fully contains another, returning a boolean result for geometry containment tests.
Instructions
sys_Math.contains(polygon1: TSYS_MathPolygonInput, polygon2: TSYS_MathPolygonInput) -> boolean 判断 polygon1 是否完全包含 polygon2 returns: polygon1 是否完全包含 polygon2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |