fusion_new_document
Create a new empty Fusion 360 design document only when explicitly requested or when no document is open, preventing accidental stray files.
Instructions
Create a NEW empty Fusion design document.
Prefer NOT calling this. If a document is already open, build in THAT one — several parts belong in ONE document as separate components (fusion_create_component). Stray documents pile up and only the user can close them by hand.
Set confirm=true only when the user explicitly asked for a new document/project, or when nothing is open at all (then it is a no-op flag). Without confirm the call is refused while any document is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No |