eda_sys_math_contains_point
Checks whether a given point lies inside a specified polygon. Returns true if the point is within the polygon boundary, aiding in geometric containment tests.
Instructions
sys_Math.containsPoint(polygon: TSYS_MathPolygonInput, point: ISYS_MathPoint) -> boolean 判断点是否在多边形内部 returns: 是否在多边形内部
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |