Execute Code
execute_codeRun arbitrary Python code inside Autodesk Fusion 360 to manipulate designs, access the UI, and return computed values via a REPL-style workflow.
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
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |