execute_code
Run custom Python code in Fusion 360 for operations not available through standard tools. Access the application, design, and root component directly.
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
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. Has access to variables: app, design, root (rootComponent). |