execute_code
Execute custom Python code in Fusion 360 to create or modify 3D models when standard tools are insufficient.
Instructions
Execute arbitrary Fusion 360 Python API code. Use this for operations not covered by other tools. The code has access to 'app' (Application) and 'design' (active Design).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. Has access to variables: app, design, root (rootComponent). |