close_model#
- dlubal.api.rfem.Application.close_model(self, *, save_changes, model_id=None)#
Closes model specified by model id
- Parameters:
save_changes (bool) – Specifies whether to save changes before closing the model
model_id (ModelId | None) – Unique identifier of the model Active model is used if this field is not set.
Method Type: Core
Usage
rfem_app.close_model(save_changes=False)
await RfemApp.close_model(saveChanges: false);