ifc_save
Write an IFC model to a specified file path. Requires explicit overwrite permission to replace existing files, and optionally validates the saved file by reopening and checking it.
Instructions
Write the model to path.
A new path is required by default. Overwriting anything — including the file the model was opened from — needs overwrite=true, stated explicitly.
With validate=true the saved file is reopened and checked, and the result reports any issue that was not already in the model before saving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| validate | No | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||