close_document
Closes a FreeCAD document by name or the active one, freeing its objects and invalidating handles into it, then returns closed and invalidated handle counts.
Instructions
Close a document by name (or 'active' for the currently active one). Frees its objects and invalidates any handles into the closed doc. Returns {closed, invalidated_handles}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | active |