fusion_close_document
Close an open Fusion 360 document, saving changes when requested or discarding them otherwise. Unsaved files are saved first when save=true; failed saves keep the document open.
Instructions
Close a document — save=true saves it first, save=false discards unsaved changes.
Closes the active document unless document names another open one. With
save=true a never-saved document is written into the active Fusion project
first (use name / project to choose where); if that save fails the
document is left open rather than losing the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| save | Yes | ||
| project | No | ||
| document | No | ||
| description | No |