close_all_models#

dlubal.api.rfem.Application.close_all_models(self, *, save_changes)#

Closes all open models

Parameters:

save_changes (bool) – Specifies whether to save changes before closing the models

Method Type: Core


Usage

rfem_app.close_all_models()

Tip

Call this function at the beginning of your script—especially if you create new models—to avoid overwriting an already open model.