eda_sys_math_get_bbox
Gets the minimum bounding box of a polygon in EasyEDA Pro, returning the rectangle's coordinates.
Instructions
sys_Math.getBBox(polygon: TSYS_MathPolygonInput) -> ISYS_MathBBox 获取多边形的最小外接矩形(BBox) returns: BBox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |