close_connection#

dlubal.api.rfem.Application.close_connection(self)#

Closes connection to API server

Method Type: Service


Usage

rfem_app.close_connection()

Tip

The connection is automatically closed in the with rfem.Application() block or when disposing ApplicationRfem. Call this method only if you need to terminate the session manually.