eda_pcb_document_zoom_to_board_outline
Adjust the PCB view to fit the board outline exactly, ensuring the entire board boundary is visible in the active editor window.
Instructions
pcb_Document.zoomToBoardOutline() -> Promise 缩放到板框(适应板框) returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |