calculate_all#

Calculates all load cases, combinations, and add-ons.


Example

from dlubal.api import rstab

with rstab.Application() as rstab_app:
    rstab_app.open_model("model_path")
    rstab_app.calculate_all(skip_warnings=True)