eda_pcb_manufacture_data_get3_dshell_file
Retrieves 3D shell files (STL, STEP, OBJ) for PCB manufacture data. Use it to obtain enclosure geometry for design verification or visualization.
Instructions
pcb_ManufactureData.get3DShellFile(fileName?: string, fileType?: 'stl' | 'step' | 'obj') -> Promise<File | undefined> 获取 3D 外壳文件 returns: 3D 外壳文件数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |