execute_code
Run Python code directly in Fusion 360 to automate CAD tasks, create geometry, manage parameters, and control 3D modeling operations through scripting.
Instructions
Run arbitrary Python in Fusion 360. The last expression's value is returned (REPL-style). Pre-defined names: app, ui, design, component, adsk, math.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |