eda_pcb_ray_tracer_engine_dispose
Stop the active PCB ray tracing engine to release resources and end visualization updates. Use this to clean up before switching views or closing the editor.
Instructions
pcb_RayTracerEngine.dispose() -> Promise 停止光线追踪引擎 remarks: ADD since EDA v4
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |