save_ifc_file
Save the current IFC model in-place or to a new file with overwrite control; optionally reload the project to reflect edits in the viewport.
Instructions
[EDIT] Save the loaded IFC model. With no arguments it saves the project back to its own file (in-place, like File > Save IFC). Pass output_path for a save-as; that refuses to overwrite existing files unless overwrite=true. Pass reload=true to reload the project from the saved file afterwards, which rebuilds the Blender scene so IFC-level edits become visible in the viewport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reload | No | Reload the project after saving so the viewport reflects IFC edits. | |
| overwrite | No | ||
| output_path | No | Optional save-as path. Omit to save the project to its own file. |