eda_pcb_math_polygon_calculate_bbox_height
Calculates the bounding-box height of a polygon from its source-array coordinates in your active EasyEDA Pro window. Returns the numeric height for layout and math operations.
Instructions
pcb_MathPolygon.calculateBBoxHeight(complexPolygon: TPCB_PolygonSourceArray | Array) -> number 计算多边形源数组的 BBox 高度
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |