Execute Code
execute_codeRun Python scripts directly in Autodesk Fusion 360 to automate CAD/CAM tasks, returning the last expression's value in REPL style.
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 |