dlubal.api 2.11.3__tar.gz → 2.11.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/PKG-INFO +2 -2
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/README.md +1 -1
- dlubal_api-2.11.4/dlubal/api/common/common_messages_pb2.py +78 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/common_messages_pb2.pyi +12 -2
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/packing.py +22 -11
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/__init__.py +1 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/application.py +147 -131
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/application_pb2.py +2 -2
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/application_pb2_grpc.py +52 -10
- dlubal_api-2.11.4/dlubal/api/rfem/base_data_objects/__init__.py +1 -0
- dlubal_api-2.11.4/dlubal/api/rfem/base_data_objects/terrain_pb2.py +42 -0
- dlubal_api-2.11.4/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +67 -0
- dlubal_api-2.11.4/dlubal/api/rfem/base_data_pb2.py +102 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/base_data_pb2.pyi +14 -18
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +5 -5
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +2 -2
- dlubal_api-2.11.4/dlubal/api/rfem/load_wizards/moving_load_pb2.py +52 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rfem}/load_wizards/moving_load_pb2.pyi +2 -0
- dlubal_api-2.11.4/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +46 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +8 -2
- dlubal_api-2.11.4/dlubal/api/rfem/loading/action_pb2.py +46 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rfem}/loading/action_pb2.pyi +2 -0
- dlubal_api-2.11.4/dlubal/api/rfem/loading/load_case_pb2.py +90 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/load_case_pb2.pyi +2 -0
- dlubal_api-2.11.4/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +48 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +10 -10
- dlubal_api-2.11.4/dlubal/api/rfem/object_type_pb2.py +36 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/results_type_pb2.py +2 -2
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rfem}/results/results_type_pb2.pyi +0 -2
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/section_pb2.py +25 -25
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/section_pb2.pyi +8 -0
- dlubal_api-2.11.4/dlubal/api/rsection/__init__.py +10 -0
- dlubal_api-2.11.4/dlubal/api/rsection/all_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rsection/application.py +461 -0
- dlubal_api-2.11.4/dlubal/api/rsection/application_pb2.py +46 -0
- dlubal_api-2.11.4/dlubal/api/rsection/application_pb2.pyi +29 -0
- dlubal_api-2.11.4/dlubal/api/rsection/application_pb2_grpc.py +1249 -0
- dlubal_api-2.11.4/dlubal/api/rsection/base_data_pb2.py +56 -0
- dlubal_api-2.11.4/dlubal/api/rsection/base_data_pb2.pyi +147 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/__init__.py +4 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/dimension_pb2.py +69 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/dimension_pb2.pyi +284 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.py +41 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.pyi +107 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rsection/guide_objects/object_snap_pb2.py +38 -0
- dlubal_api-2.11.4/dlubal/api/rsection/loading/__init__.py +2 -0
- dlubal_api-2.11.4/dlubal/api/rsection/loading/load_case_pb2.py +38 -0
- dlubal_api-2.11.4/dlubal/api/rsection/loading/load_case_pb2.pyi +616 -0
- dlubal_api-2.11.4/dlubal/api/rsection/loading/load_combination_pb2.py +42 -0
- dlubal_api-2.11.4/dlubal/api/rsection/loading/load_combination_pb2.pyi +113 -0
- dlubal_api-2.11.4/dlubal/api/rsection/object_id_pb2.py +39 -0
- dlubal_api-2.11.4/dlubal/api/rsection/object_id_pb2.pyi +25 -0
- dlubal_api-2.11.4/dlubal/api/rsection/object_type_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rsection/object_type_pb2.pyi +42 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/result_table_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/result_table_pb2.pyi +10 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/results_query_pb2.py +41 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/results_query_pb2.pyi +31 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/results_type_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/results_type_pb2.pyi +10 -0
- dlubal_api-2.11.4/dlubal/api/rsection/results/settings/result_settings_pb2.py +38 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/__init__.py +10 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/bar_pb2.py +40 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/bar_pb2.pyi +96 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/element_pb2.py +53 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/element_pb2.pyi +200 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/line_pb2.py +53 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/line_pb2.pyi +184 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/material_pb2.py +110 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/material_pb2.pyi +1033 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/opening_pb2.py +37 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/opening_pb2.pyi +31 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/part_pb2.py +39 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/part_pb2.pyi +54 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/point_pb2.py +43 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/point_pb2.pyi +105 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/section_pb2.py +44 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/section_pb2.pyi +1578 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/stirrup_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/stirrup_pb2.pyi +38 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/stress_point_pb2.py +45 -0
- dlubal_api-2.11.4/dlubal/api/rsection/structure_core/stress_point_pb2.pyi +97 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/__init__.py +1 -0
- dlubal_api-2.11.4/dlubal/api/rstab/all_pb2.pyi +9 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/application.py +153 -123
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/application_pb2.py +2 -2
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/application_pb2_grpc.py +52 -10
- dlubal_api-2.11.4/dlubal/api/rstab/base_data_objects/__init__.py +1 -0
- dlubal_api-2.11.4/dlubal/api/rstab/base_data_objects/terrain_pb2.py +42 -0
- dlubal_api-2.11.4/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +67 -0
- dlubal_api-2.11.4/dlubal/api/rstab/base_data_pb2.py +86 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/base_data_pb2.pyi +14 -18
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +5 -5
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +2 -2
- dlubal_api-2.11.4/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +28 -0
- dlubal_api-2.11.4/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +84 -0
- dlubal_api-2.11.4/dlubal/api/rstab/load_wizards/moving_load_pb2.py +52 -0
- {dlubal_api-2.11.3/dlubal/api/rfem → dlubal_api-2.11.4/dlubal/api/rstab}/load_wizards/moving_load_pb2.pyi +2 -0
- dlubal_api-2.11.4/dlubal/api/rstab/loading/action_pb2.py +46 -0
- {dlubal_api-2.11.3/dlubal/api/rfem → dlubal_api-2.11.4/dlubal/api/rstab}/loading/action_pb2.pyi +2 -0
- dlubal_api-2.11.4/dlubal/api/rstab/loading/load_case_pb2.py +90 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/load_case_pb2.pyi +2 -0
- dlubal_api-2.11.4/dlubal/api/rstab/object_type_pb2.py +36 -0
- dlubal_api-2.11.4/dlubal/api/rstab/results/__init__.py +4 -0
- dlubal_api-2.11.4/dlubal/api/rstab/results/results_type_pb2.py +36 -0
- {dlubal_api-2.11.3/dlubal/api/rfem → dlubal_api-2.11.4/dlubal/api/rstab}/results/results_type_pb2.pyi +0 -72
- dlubal_api-2.11.4/dlubal/api/rstab/results/settings/__init__.py +1 -0
- dlubal_api-2.11.4/dlubal/api/rstab/results/settings/result_settings_pb2.pyi +23 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/section_pb2.py +25 -25
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/section_pb2.pyi +8 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal.api.egg-info/SOURCES.txt +69 -1
- dlubal_api-2.11.4/examples/rfem/results_multiple_models.py +40 -0
- dlubal_api-2.11.4/examples/rfem/select_objects.py +39 -0
- dlubal_api-2.11.4/examples/rsection/steel_section.py +106 -0
- dlubal_api-2.11.4/examples/rstab/results_multiple_models.py +40 -0
- dlubal_api-2.11.4/examples/rstab/select_objects.py +39 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/pyproject.toml +1 -1
- dlubal_api-2.11.3/dlubal/api/common/common_messages_pb2.py +0 -76
- dlubal_api-2.11.3/dlubal/api/rfem/base_data_pb2.py +0 -102
- dlubal_api-2.11.3/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -52
- dlubal_api-2.11.3/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -46
- dlubal_api-2.11.3/dlubal/api/rfem/loading/action_pb2.py +0 -46
- dlubal_api-2.11.3/dlubal/api/rfem/loading/load_case_pb2.py +0 -90
- dlubal_api-2.11.3/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -48
- dlubal_api-2.11.3/dlubal/api/rfem/object_type_pb2.py +0 -36
- dlubal_api-2.11.3/dlubal/api/rstab/base_data_pb2.py +0 -86
- dlubal_api-2.11.3/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -52
- dlubal_api-2.11.3/dlubal/api/rstab/loading/action_pb2.py +0 -46
- dlubal_api-2.11.3/dlubal/api/rstab/loading/load_case_pb2.py +0 -90
- dlubal_api-2.11.3/dlubal/api/rstab/object_type_pb2.py +0 -36
- dlubal_api-2.11.3/dlubal/api/rstab/results/results_type_pb2.py +0 -36
- dlubal_api-2.11.3/examples/rsection/_imports.py +0 -14
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/import_export/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/import_export/export_attributes_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/common/utility.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/all_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/all_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/application_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/object_id_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/settings/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/settings/result_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/results/settings/result_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rsection}/all_pb2.pyi +0 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rsection}/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rsection}/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rsection}/results/__init__.py +0 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rsection}/results/settings/__init__.py +0 -0
- {dlubal_api-2.11.3/dlubal/api/rstab → dlubal_api-2.11.4/dlubal/api/rsection}/results/settings/result_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/all_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/application_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/object_id_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/results/settings/result_settings_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/block.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/bus_station.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/cantilever.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/column.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/dataframe.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/demo_limits.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/excel.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/export_model_to.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/frame.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/import_model_from.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/multiple_models.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/nested_tables.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/pydantic_streamlit.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/results_access.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/results_axes_system.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/results_filtering.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/results_in_location.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/sectioned_roof.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/silo.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/steel_hall.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/steel_station.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rfem/tank_wind_load.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/cantilever.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/column.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/dataframe.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/excel.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/frame.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/import_ifc.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/multiple_models.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/nested_tables.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/pydantic_streamlit.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/results_access.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/results_axes_system.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/examples/rstab/results_in_location.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/google/protobuf/any_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/google/protobuf/any_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/google/protobuf/empty_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/google/protobuf/empty_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/google/protobuf/wrappers_pb2.py +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/google/protobuf/wrappers_pb2.pyi +0 -0
- {dlubal_api-2.11.3 → dlubal_api-2.11.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dlubal.api
|
|
3
|
-
Version: 2.11.
|
|
3
|
+
Version: 2.11.4
|
|
4
4
|
Summary: Python Client Library for Dlubal Software APIs powered by gRPC
|
|
5
5
|
Author-email: Dlubal Software <api@dlubal.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,7 +24,7 @@ Requires-Dist: pandas==2.2.3
|
|
|
24
24
|
|
|
25
25
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
26
26
|
|
|
27
|
-
✅ **X.11.
|
|
27
|
+
✅ **X.11.0004.277.e3fb8eb82f6**
|
|
28
28
|
|
|
29
29
|
## Overview
|
|
30
30
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
10
10
|
|
|
11
|
-
✅ **X.11.
|
|
11
|
+
✅ **X.11.0004.277.e3fb8eb82f6**
|
|
12
12
|
|
|
13
13
|
## Overview
|
|
14
14
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/common/common_messages.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/common/common_messages.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
26
|
+
from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'dlubal/api/common/common_messages.proto\x12\x11\x64lubal.api.common\x1a\x19google/protobuf/any.proto\x1a dlubal/api/common/model_id.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x12SaveModelAsRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x11\n\x04path\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_model_idB\x07\n\x05_path\"i\n\x11\x43loseModelRequest\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\"=\n\tModelList\x12\x30\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1c.dlubal.api.common.ModelInfo\"\xd1\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x30\n\x04type\x18\x02 \x01(\x0e\x32\".dlubal.api.common.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"x\n\nObjectList\x12*\n\x07objects\x18\x01 \x03(\x0b\x32\x19.dlubal.api.common.Object\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\xa9\x01\n\x18PlausibilityCheckRequest\x12\x36\n\x04type\x18\x01 \x01(\x0e\x32(.dlubal.api.common.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xe0\x01\n\x13ModelMainParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x19\n\x11model_description\x18\x03 \x01(\t\x12\x15\n\rmodel_comment\x18\x04 \x01(\t\x12\x12\n\nmodel_path\x18\x05 \x01(\t\x12\x12\n\nproject_id\x18\x06 \x01(\t\x12\x14\n\x0cproject_name\x18\x07 \x01(\t\x12\x1b\n\x13project_description\x18\x08 \x01(\t\x12\x16\n\x0eproject_folder\x18\t \x01(\t\"\x83\x01\n\x15\x43onvertObjectsRequest\x12:\n\x0c\x63onvert_into\x18\x01 \x01(\x0e\x32$.dlubal.api.common.ConvertObjectInto\x12.\n\x07objects\x18\x02 \x01(\x0b\x32\x1d.dlubal.api.common.ObjectList\"\x97\x01\n\x12ImportModelRequest\x12\x10\n\x08\x66ilepath\x18\x01 \x01(\t\x12/\n\x11import_attributes\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\x97\x01\n\x12\x45xportModelRequest\x12\x10\n\x08\x66ilepath\x18\x01 \x01(\t\x12/\n\x11\x65xport_attributes\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\x92\x01\n\x14GetObjectListRequest\x12.\n\x07objects\x18\x01 \x01(\x0b\x32\x1d.dlubal.api.common.ObjectList\x12)\n\x1creturn_only_selected_objects\x18\x02 \x01(\x08H\x00\x88\x01\x01\x42\x1f\n\x1d_return_only_selected_objects*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07*\xd3\x01\n\x15PlausibilityCheckType\x12\"\n\x1ePLAUSIBILITY_CHECK_UNSPECIFIED\x10\x00\x12%\n!PLAUSIBILITY_CHECK_MESH_GENERATOR\x10\x01\x12\"\n\x1ePLAUSIBILITY_CHECK_CALCULATION\x10\x02\x12)\n%PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK\x10\x03\x12 \n\x1cPLAUSIBILITY_CHECK_PART_LIST\x10\x04*\xd8\x01\n\x11\x43onvertObjectInto\x12#\n\x1f\x43ONVERT_OBJECT_INTO_UNSPECIFIED\x10\x00\x12+\n\'CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER\x10\x01\x12)\n%CONVERT_IFC_OBJECT_INTO_CURVED_MEMBER\x10\x02\x12#\n\x1f\x43ONVERT_IFC_OBJECT_INTO_SURFACE\x10\x03\x12!\n\x1d\x43ONVERT_IFC_OBJECT_INTO_SOLID\x10\x04\x62\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.common.common_messages_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
DESCRIPTOR._loaded_options = None
|
|
36
|
+
_globals['_APPLICATIONTYPE']._serialized_start=2286
|
|
37
|
+
_globals['_APPLICATIONTYPE']._serialized_end=2527
|
|
38
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2530
|
|
39
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=2741
|
|
40
|
+
_globals['_CONVERTOBJECTINTO']._serialized_start=2744
|
|
41
|
+
_globals['_CONVERTOBJECTINTO']._serialized_end=2960
|
|
42
|
+
_globals['_CREATEMODELREQUEST']._serialized_start=123
|
|
43
|
+
_globals['_CREATEMODELREQUEST']._serialized_end=203
|
|
44
|
+
_globals['_OPENMODELREQUEST']._serialized_start=205
|
|
45
|
+
_globals['_OPENMODELREQUEST']._serialized_end=237
|
|
46
|
+
_globals['_SAVEMODELASREQUEST']._serialized_start=239
|
|
47
|
+
_globals['_SAVEMODELASREQUEST']._serialized_end=351
|
|
48
|
+
_globals['_CLOSEMODELREQUEST']._serialized_start=353
|
|
49
|
+
_globals['_CLOSEMODELREQUEST']._serialized_end=458
|
|
50
|
+
_globals['_CLOSEALLMODELSREQUEST']._serialized_start=460
|
|
51
|
+
_globals['_CLOSEALLMODELSREQUEST']._serialized_end=505
|
|
52
|
+
_globals['_MODELINFO']._serialized_start=507
|
|
53
|
+
_globals['_MODELINFO']._serialized_end=574
|
|
54
|
+
_globals['_MODELLIST']._serialized_start=576
|
|
55
|
+
_globals['_MODELLIST']._serialized_end=637
|
|
56
|
+
_globals['_APPLICATIONINFO']._serialized_start=640
|
|
57
|
+
_globals['_APPLICATIONINFO']._serialized_end=849
|
|
58
|
+
_globals['_OBJECT']._serialized_start=851
|
|
59
|
+
_globals['_OBJECT']._serialized_end=961
|
|
60
|
+
_globals['_OBJECTLIST']._serialized_start=963
|
|
61
|
+
_globals['_OBJECTLIST']._serialized_end=1083
|
|
62
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_start=1086
|
|
63
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_end=1255
|
|
64
|
+
_globals['_CALCULATEALLREQUEST']._serialized_start=1257
|
|
65
|
+
_globals['_CALCULATEALLREQUEST']._serialized_end=1365
|
|
66
|
+
_globals['_OPERATIONRESULT']._serialized_start=1367
|
|
67
|
+
_globals['_OPERATIONRESULT']._serialized_end=1465
|
|
68
|
+
_globals['_MODELMAINPARAMETERS']._serialized_start=1468
|
|
69
|
+
_globals['_MODELMAINPARAMETERS']._serialized_end=1692
|
|
70
|
+
_globals['_CONVERTOBJECTSREQUEST']._serialized_start=1695
|
|
71
|
+
_globals['_CONVERTOBJECTSREQUEST']._serialized_end=1826
|
|
72
|
+
_globals['_IMPORTMODELREQUEST']._serialized_start=1829
|
|
73
|
+
_globals['_IMPORTMODELREQUEST']._serialized_end=1980
|
|
74
|
+
_globals['_EXPORTMODELREQUEST']._serialized_start=1983
|
|
75
|
+
_globals['_EXPORTMODELREQUEST']._serialized_end=2134
|
|
76
|
+
_globals['_GETOBJECTLISTREQUEST']._serialized_start=2137
|
|
77
|
+
_globals['_GETOBJECTLISTREQUEST']._serialized_end=2283
|
|
78
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -134,10 +134,12 @@ class Object(_message.Message):
|
|
|
134
134
|
def __init__(self, object: _Optional[_Union[_any_pb2.Any, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
135
135
|
|
|
136
136
|
class ObjectList(_message.Message):
|
|
137
|
-
__slots__ = ("objects",)
|
|
137
|
+
__slots__ = ("objects", "model_id")
|
|
138
138
|
OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
139
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
139
140
|
objects: _containers.RepeatedCompositeFieldContainer[Object]
|
|
140
|
-
|
|
141
|
+
model_id: _model_id_pb2.ModelId
|
|
142
|
+
def __init__(self, objects: _Optional[_Iterable[_Union[Object, _Mapping]]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
141
143
|
|
|
142
144
|
class PlausibilityCheckRequest(_message.Message):
|
|
143
145
|
__slots__ = ("type", "skip_warnings", "model_id")
|
|
@@ -216,3 +218,11 @@ class ExportModelRequest(_message.Message):
|
|
|
216
218
|
export_attributes: _any_pb2.Any
|
|
217
219
|
model_id: _model_id_pb2.ModelId
|
|
218
220
|
def __init__(self, filepath: _Optional[str] = ..., export_attributes: _Optional[_Union[_any_pb2.Any, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
221
|
+
|
|
222
|
+
class GetObjectListRequest(_message.Message):
|
|
223
|
+
__slots__ = ("objects", "return_only_selected_objects")
|
|
224
|
+
OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
225
|
+
RETURN_ONLY_SELECTED_OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
226
|
+
objects: ObjectList
|
|
227
|
+
return_only_selected_objects: bool
|
|
228
|
+
def __init__(self, objects: _Optional[_Union[ObjectList, _Mapping]] = ..., return_only_selected_objects: bool = ...) -> None: ...
|
|
@@ -60,22 +60,33 @@ def unpack_object(packed_object: Object, Type = None):
|
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
def pack_object_list(object_list, model_id=None):
|
|
63
|
-
packed_list = ObjectList()
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
packed_list = ObjectList(model_id=model_id)
|
|
64
|
+
for obj in object_list:
|
|
65
|
+
if isinstance(obj, tuple) and len(obj) == 2:
|
|
66
|
+
obj_to_pack, obj_model_id = obj
|
|
67
|
+
packed_list.objects.append(pack_object(obj_to_pack, obj_model_id))
|
|
68
|
+
elif isinstance(obj, Object):
|
|
69
|
+
if obj.model_id is not None:
|
|
70
|
+
packed_list.objects.append(pack_object(obj.object, obj.model_id))
|
|
71
|
+
else:
|
|
72
|
+
packed_list.objects.append(pack_object(obj.object, model_id))
|
|
73
|
+
else:
|
|
74
|
+
packed_list.objects.append(pack_object(obj, model_id))
|
|
66
75
|
return packed_list
|
|
67
76
|
|
|
68
77
|
|
|
69
|
-
def unpack_object_list(packed_object_list: ObjectList,
|
|
78
|
+
def unpack_object_list(packed_object_list: ObjectList, objs: list):
|
|
79
|
+
type_list = []
|
|
80
|
+
for o in objs:
|
|
81
|
+
if isinstance(o, tuple) and len(o) == 2:
|
|
82
|
+
type_list.append(type(o[0]))
|
|
83
|
+
else:
|
|
84
|
+
type_list.append(type(o))
|
|
70
85
|
unpacked_list = []
|
|
71
|
-
|
|
72
|
-
# object type has to be determined dynamically
|
|
73
|
-
dynamic_type = len(type_lst) != len(packed_object_list.objects)
|
|
74
|
-
|
|
86
|
+
dynamic_type = len(type_list) != len(packed_object_list.objects)
|
|
75
87
|
for i, object in enumerate(packed_object_list.objects):
|
|
76
|
-
|
|
77
|
-
unpacked_list.append(unpack_object(object,
|
|
78
|
-
|
|
88
|
+
typ = None if dynamic_type else type_list[i]
|
|
89
|
+
unpacked_list.append(unpack_object(object, typ))
|
|
79
90
|
return unpacked_list
|
|
80
91
|
|
|
81
92
|
|
|
@@ -41,6 +41,7 @@ from . import imperfections
|
|
|
41
41
|
from . import aluminum_design_objects
|
|
42
42
|
from . import types_for_aluminum_design
|
|
43
43
|
from . import types_for_nodes
|
|
44
|
+
from . import base_data_objects
|
|
44
45
|
from . import timber_design_objects
|
|
45
46
|
from . import types_for_steel_design
|
|
46
47
|
from . import beam_panels
|
|
@@ -4,7 +4,8 @@ from __future__ import annotations
|
|
|
4
4
|
from dlubal.api.common.connection import _ApiKey, check_ssl, init_channel
|
|
5
5
|
from dlubal.api.common.packing import pack_message_to_any, pack_object, pack_object_list, unpack_object, unpack_object_list, convert_table_data_to_table
|
|
6
6
|
from dlubal.api.common.table_data_pb2 import TableData
|
|
7
|
-
from dlubal.api.common.
|
|
7
|
+
from dlubal.api.common.model_id_pb2 import ModelId
|
|
8
|
+
from dlubal.api.common.common_messages_pb2 import ConvertObjectsRequest, ImportModelRequest, ExportModelRequest, GetObjectListRequest
|
|
8
9
|
from dlubal.api.rfem.results import ResultsType
|
|
9
10
|
from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
|
|
10
11
|
import grpc
|
|
@@ -117,243 +118,270 @@ class Application:
|
|
|
117
118
|
return
|
|
118
119
|
|
|
119
120
|
# Functions using packing
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
Retrieves a single object from the model using only the `no` argument in the object arguments.
|
|
121
|
+
def get_object(self, obj, model_id: ModelId | None = None):
|
|
122
|
+
"""
|
|
123
|
+
Retrieves a single object from the model using its number.
|
|
124
124
|
|
|
125
125
|
Args:
|
|
126
126
|
obj (obj):
|
|
127
|
-
An object to be retrieved defined by its number.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
Unique identifier of the model.
|
|
127
|
+
An object to be retrieved defined by its number. See :ref:`rfem_objects`.
|
|
128
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
129
|
+
Unique identifier of the model. If None, the active model is used.
|
|
131
130
|
|
|
132
131
|
Returns:
|
|
133
132
|
:ref:`rfem_objects`: A retrieved object.
|
|
134
|
-
|
|
133
|
+
"""
|
|
135
134
|
result = self.stub.get_object_impl(pack_object(obj, model_id))
|
|
136
135
|
return unpack_object(result, type(obj))
|
|
137
136
|
|
|
138
|
-
def get_object_list(self, objs: list, model_id:
|
|
139
|
-
|
|
137
|
+
def get_object_list(self, objs: list, only_selected: bool = False, model_id: ModelId | None = None):
|
|
138
|
+
"""
|
|
140
139
|
Retrieves a list of objects from the model.
|
|
141
140
|
|
|
142
141
|
Args:
|
|
143
142
|
objs (list[obj]):
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
143
|
+
A list of model objects to retrieve. See :ref:`rfem_objects`.
|
|
144
|
+
only_selected (bool, optional):
|
|
145
|
+
If True, only returns objects from the list that are currently selected in the model.
|
|
146
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
147
|
+
Unique identifier of the model. If None, the active model is used.
|
|
148
148
|
|
|
149
149
|
Returns:
|
|
150
|
-
:
|
|
151
|
-
|
|
152
|
-
result = self.stub.get_object_list_impl(
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
150
|
+
list[obj]: A list of the retrieved objects.
|
|
151
|
+
"""
|
|
152
|
+
result = self.stub.get_object_list_impl(
|
|
153
|
+
GetObjectListRequest(
|
|
154
|
+
objects=pack_object_list(objs, model_id),
|
|
155
|
+
return_only_selected_objects=only_selected
|
|
156
|
+
)
|
|
157
|
+
)
|
|
158
|
+
return unpack_object_list(result, objs)
|
|
157
159
|
|
|
158
|
-
def create_object(self, obj, model_id:
|
|
159
|
-
|
|
160
|
+
def create_object(self, obj, model_id: ModelId | None = None):
|
|
161
|
+
"""
|
|
160
162
|
Creates a single object in the model.
|
|
161
163
|
|
|
162
164
|
Args:
|
|
163
165
|
obj (obj):
|
|
164
|
-
An object to be created.
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
Unique identifier of the model.
|
|
166
|
+
An object to be created. See :ref:`rfem_objects`.
|
|
167
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
168
|
+
Unique identifier of the model. If None, the active model is used.
|
|
168
169
|
|
|
169
170
|
Returns:
|
|
170
|
-
|
|
171
|
-
|
|
171
|
+
None
|
|
172
|
+
"""
|
|
172
173
|
return self.stub.create_object_impl(pack_object(obj, model_id))
|
|
173
174
|
|
|
174
|
-
def create_object_list(self, objs:list, model_id:
|
|
175
|
-
|
|
175
|
+
def create_object_list(self, objs: list, model_id: ModelId | None = None):
|
|
176
|
+
"""
|
|
176
177
|
Creates a list of objects in the model.
|
|
177
178
|
|
|
178
179
|
Args:
|
|
179
180
|
objs (list[obj]):
|
|
180
|
-
A list of objects to be created.
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
181
|
+
A list of objects to be created. See :ref:`rfem_objects`.
|
|
182
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
183
|
+
Unique identifier of the model. If None, the active model is used.
|
|
184
|
+
|
|
184
185
|
Returns:
|
|
185
186
|
None
|
|
186
|
-
|
|
187
|
+
"""
|
|
187
188
|
return self.stub.create_object_list_impl(pack_object_list(objs, model_id))
|
|
188
189
|
|
|
189
|
-
def update_object(self, obj, model_id:
|
|
190
|
-
|
|
190
|
+
def update_object(self, obj, model_id: ModelId | None = None):
|
|
191
|
+
"""
|
|
191
192
|
Updates a single object in the model.
|
|
192
193
|
|
|
193
194
|
Args:
|
|
194
195
|
obj (obj):
|
|
195
|
-
An object to be updated.
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
Unique identifier of the model.
|
|
196
|
+
An object to be updated. See :ref:`rfem_objects`.
|
|
197
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
198
|
+
Unique identifier of the model. If None, the active model is used.
|
|
199
199
|
|
|
200
200
|
Returns:
|
|
201
201
|
None
|
|
202
|
-
|
|
202
|
+
"""
|
|
203
203
|
self.stub.update_object_impl(pack_object(obj, model_id))
|
|
204
204
|
|
|
205
|
-
def update_object_list(self, objs: list, model_id:
|
|
206
|
-
|
|
205
|
+
def update_object_list(self, objs: list, model_id: ModelId | None = None):
|
|
206
|
+
"""
|
|
207
207
|
Updates a list of objects in the model.
|
|
208
208
|
|
|
209
209
|
Args:
|
|
210
210
|
objs (list[obj]):
|
|
211
|
-
A list of objects to be updated.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
Unique identifier of the model.
|
|
211
|
+
A list of objects to be updated. See :ref:`rfem_objects`.
|
|
212
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
213
|
+
Unique identifier of the model. If None, the active model is used.
|
|
215
214
|
|
|
216
215
|
Returns:
|
|
217
216
|
None
|
|
218
|
-
|
|
217
|
+
"""
|
|
219
218
|
self.stub.update_object_list_impl(pack_object_list(objs, model_id))
|
|
220
219
|
|
|
221
|
-
def delete_object(self, obj, model_id:
|
|
222
|
-
|
|
220
|
+
def delete_object(self, obj, model_id: ModelId | None = None):
|
|
221
|
+
"""
|
|
223
222
|
Deletes a single object from the model.
|
|
224
223
|
|
|
225
224
|
Args:
|
|
226
225
|
obj (obj):
|
|
227
|
-
An object to be deleted defined by its number.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
Unique identifier of the model.
|
|
226
|
+
An object to be deleted defined by its number. See :ref:`rfem_objects`.
|
|
227
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
228
|
+
Unique identifier of the model. If None, the active model is used.
|
|
231
229
|
|
|
232
230
|
Returns:
|
|
233
231
|
None
|
|
234
|
-
|
|
232
|
+
"""
|
|
235
233
|
self.stub.delete_object_impl(pack_object(obj, model_id))
|
|
236
234
|
|
|
237
|
-
def delete_object_list(self, objs: list, model_id:
|
|
238
|
-
|
|
235
|
+
def delete_object_list(self, objs: list, model_id: ModelId | None = None):
|
|
236
|
+
"""
|
|
239
237
|
Deletes a list of objects from the model.
|
|
240
238
|
|
|
241
239
|
Args:
|
|
242
240
|
objs (list[obj]):
|
|
243
|
-
A list of objects to be deleted.
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
Unique identifier of the model.
|
|
241
|
+
A list of objects to be deleted. See :ref:`rfem_objects`.
|
|
242
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
243
|
+
Unique identifier of the model. If None, the active model is used.
|
|
247
244
|
|
|
248
245
|
Returns:
|
|
249
246
|
None
|
|
250
|
-
|
|
247
|
+
"""
|
|
251
248
|
self.stub.delete_object_list_impl(pack_object_list(objs, model_id))
|
|
252
249
|
|
|
250
|
+
def select_objects(self, objs: list, model_id: ModelId | None = None):
|
|
251
|
+
"""
|
|
252
|
+
Selects a list of objects in the model.
|
|
253
253
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
254
|
+
Args:
|
|
255
|
+
objs (list[obj]):
|
|
256
|
+
A list of objects to be selected. See :ref:`rfem_objects`.
|
|
257
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
258
|
+
Unique identifier of the model. If None, the active model is used.
|
|
259
|
+
|
|
260
|
+
Returns:
|
|
261
|
+
None
|
|
262
|
+
"""
|
|
263
|
+
self.stub.select_objects_impl(pack_object_list(objs, model_id))
|
|
264
|
+
|
|
265
|
+
def get_results(self, results_type: ResultsType, filters: Iterable[ResultsFilter] | None = None, model_id: ModelId | None = None, **keyword_filters):
|
|
266
|
+
"""
|
|
267
|
+
Retrieves raw results directly from the database in table format (as a pandas DataFrame wrapper).
|
|
268
|
+
|
|
269
|
+
This method returns the full dataset for the specified result type, including all available columns and
|
|
270
|
+
values — even those not shown in the GUI. Ideal for custom analysis or post-processing.
|
|
258
271
|
|
|
259
272
|
Args:
|
|
260
|
-
results_type (:ref:`
|
|
273
|
+
results_type (:ref:`rfem_results_results_type_ResultsType`):
|
|
261
274
|
Unique identifier of the result category type.
|
|
262
|
-
filters (:ref:`
|
|
263
|
-
|
|
275
|
+
filters (Iterable[:ref:`rfem_results_results_query_ResultsFilter`], optional):
|
|
276
|
+
Filters to limit the result set.
|
|
277
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
278
|
+
Unique identifier of the model. If None, the active model is used.
|
|
279
|
+
**keyword_filters:
|
|
280
|
+
Shorthand filters using keyword arguments (e.g. member_no=1).
|
|
264
281
|
|
|
265
282
|
Returns:
|
|
266
|
-
Table
|
|
267
|
-
|
|
268
|
-
'''
|
|
269
|
-
|
|
283
|
+
Table: Results as a DataFrame-like table.
|
|
284
|
+
"""
|
|
270
285
|
all_filters = list(filters) if filters else []
|
|
271
|
-
|
|
272
286
|
for key, value in keyword_filters.items():
|
|
273
287
|
all_filters.append(ResultsFilter(column_id=key, filter_expression=str(value)))
|
|
274
288
|
|
|
275
|
-
results: TableData = self.stub.get_results_impl(
|
|
276
|
-
|
|
289
|
+
results: TableData = self.stub.get_results_impl(
|
|
290
|
+
ResultsQuery(
|
|
291
|
+
results_type=results_type,
|
|
292
|
+
filters=all_filters,
|
|
293
|
+
model_id=model_id
|
|
294
|
+
)
|
|
295
|
+
)
|
|
277
296
|
return convert_table_data_to_table(table_data=results)
|
|
278
297
|
|
|
279
|
-
|
|
280
298
|
def get_result_table(self, table: ResultTable, loading: ObjectId, model_id: ModelId | None = None):
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
299
|
+
"""
|
|
300
|
+
Retrieves a preprocessed result table in the same format as shown in the GUI (as a pandas DataFrame wrapper).
|
|
301
|
+
|
|
302
|
+
This method returns a simplified result table with only the most important values,
|
|
303
|
+
mirroring what users typically see in the RFEM desktop application.
|
|
284
304
|
|
|
285
305
|
Args:
|
|
286
|
-
table (:ref:`
|
|
287
|
-
|
|
306
|
+
table (:ref:`rfem_results_result_table_ResultTable`):
|
|
307
|
+
Identifier of the result table type.
|
|
288
308
|
loading (:ref:`rfem_object_id_ObjectId`):
|
|
289
|
-
|
|
290
|
-
model_id (:ref:`
|
|
291
|
-
Unique identifier of the model.
|
|
309
|
+
Loading reference (load case, combination, etc.).
|
|
310
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
311
|
+
Unique identifier of the model. If None, the active model is used.
|
|
292
312
|
|
|
293
313
|
Returns:
|
|
294
|
-
Table
|
|
295
|
-
|
|
296
|
-
'''
|
|
314
|
+
Table: Results as a DataFrame-like table.
|
|
315
|
+
"""
|
|
297
316
|
results: TableData = self.stub.get_result_table_impl(
|
|
298
317
|
dlubal.api.rfem.GetResultTableRequest(
|
|
299
318
|
table=table,
|
|
300
319
|
loading=loading,
|
|
301
320
|
model_id=model_id)
|
|
302
321
|
)
|
|
303
|
-
|
|
304
322
|
return convert_table_data_to_table(table_data=results)
|
|
305
323
|
|
|
306
324
|
def convert_objects(self, *, convert_into: ConvertObjectInto, objects: list, model_id: ModelId | None = None):
|
|
307
325
|
"""
|
|
308
|
-
Converts specified objects into different
|
|
326
|
+
Converts specified objects into a different type.
|
|
309
327
|
|
|
310
328
|
Args:
|
|
311
|
-
convert_into (:ref:`
|
|
312
|
-
Specifies conversion type
|
|
313
|
-
objects (
|
|
314
|
-
Objects to be converted
|
|
315
|
-
model_id (:ref:`
|
|
316
|
-
Unique identifier of the model.
|
|
329
|
+
convert_into (:ref:`common_common_messages_ConvertObjectInto`):
|
|
330
|
+
Specifies the target conversion type.
|
|
331
|
+
objects (list):
|
|
332
|
+
Objects to be converted.
|
|
333
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
334
|
+
Unique identifier of the model. If None, the active model is used.
|
|
335
|
+
|
|
336
|
+
Returns:
|
|
337
|
+
None
|
|
317
338
|
"""
|
|
318
339
|
request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objects, model_id))
|
|
319
340
|
self.stub.convert_objects_impl(request)
|
|
320
341
|
|
|
321
|
-
def import_model_from(self, *, filepath: str, import_attributes: google.protobuf.any_pb2.Any, model_id:
|
|
342
|
+
def import_model_from(self, *, filepath: str, import_attributes: google.protobuf.any_pb2.Any, model_id: ModelId | None = None):
|
|
322
343
|
"""
|
|
323
|
-
Imports model from the specified file
|
|
344
|
+
Imports a model from the specified file.
|
|
324
345
|
|
|
325
346
|
Args:
|
|
326
|
-
filepath (str):
|
|
327
|
-
|
|
328
|
-
|
|
347
|
+
filepath (str):
|
|
348
|
+
Path to the file to be imported.
|
|
349
|
+
import_attributes (Any):
|
|
350
|
+
Specifies the format and attributes of the import.
|
|
329
351
|
Supported message types:
|
|
330
|
-
|
|
352
|
+
:ref:`common_import_export_export_attributes_IfcExportAttributes`
|
|
353
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
354
|
+
Unique identifier of the model. If None, the active model is used.
|
|
331
355
|
|
|
332
|
-
|
|
333
|
-
|
|
356
|
+
Returns:
|
|
357
|
+
None
|
|
334
358
|
"""
|
|
335
359
|
request = ImportModelRequest(filepath=filepath, import_attributes=pack_message_to_any(import_attributes), model_id=model_id)
|
|
336
360
|
self.stub.import_model_from_impl(request)
|
|
337
361
|
|
|
338
|
-
def export_model_to(self, *, filepath: str, export_attributes: google.protobuf.any_pb2.Any, model_id:
|
|
362
|
+
def export_model_to(self, *, filepath: str, export_attributes: google.protobuf.any_pb2.Any, model_id: ModelId | None = None):
|
|
339
363
|
"""
|
|
340
|
-
Exports model to specified format
|
|
364
|
+
Exports the current model to the specified format.
|
|
341
365
|
|
|
342
366
|
Args:
|
|
343
|
-
filepath (str):
|
|
344
|
-
|
|
345
|
-
|
|
367
|
+
filepath (str):
|
|
368
|
+
Full path of the file for export.
|
|
369
|
+
export_attributes (Any):
|
|
370
|
+
Specifies the format and attributes of the export.
|
|
346
371
|
Supported message types:
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
372
|
+
:ref:`common_import_export_export_attributes_PythonGrpcExportAttributes`
|
|
373
|
+
:ref:`common_import_export_export_attributes_IfcExportAttributes`
|
|
374
|
+
model_id (:ref:`common_model_id_ModelId` | None):
|
|
375
|
+
Unique identifier of the model. If None, the active model is used.
|
|
350
376
|
|
|
351
|
-
|
|
352
|
-
|
|
377
|
+
Returns:
|
|
378
|
+
None
|
|
353
379
|
"""
|
|
354
380
|
request = ExportModelRequest(filepath=filepath, export_attributes=pack_message_to_any(export_attributes), model_id=model_id)
|
|
355
381
|
self.stub.export_model_to_impl(request)
|
|
356
382
|
|
|
383
|
+
|
|
384
|
+
|
|
357
385
|
def create_model(self, *, name: str, template_path: str | None = None) -> dlubal.api.common.model_id_pb2.ModelId:
|
|
358
386
|
"""
|
|
359
387
|
Creates new model with the name specified in request.
|
|
@@ -508,18 +536,6 @@ class Application:
|
|
|
508
536
|
return self.stub.calculate_specific(request)
|
|
509
537
|
|
|
510
538
|
def has_results(self, *, loading: dlubal.api.rfem.object_id_pb2.ObjectId | None = None, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
511
|
-
"""
|
|
512
|
-
Checks whether the model has calculation results.
|
|
513
|
-
Returns true if results are available.
|
|
514
|
-
|
|
515
|
-
Args:
|
|
516
|
-
loading (dlubal.api.rfem.object_id_pb2.ObjectId | None): Allowed types: OBJECT_TYPE_CONSTRUCTION_STAGE, OBJECT_TYPE_DESIGN_SITUATION, OBJECT_TYPE_LOAD_CASE, OBJECT_TYPE_LOAD_COMBINATION, OBJECT_TYPE_RESULT_COMBINATION
|
|
517
|
-
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
518
|
-
Active model is used if this field is not set.
|
|
519
|
-
|
|
520
|
-
Returns:
|
|
521
|
-
google.protobuf.wrappers_pb2.BoolValue
|
|
522
|
-
"""
|
|
523
539
|
request = dlubal.api.rfem.application_pb2.HasResultsRequest(loading=loading, model_id=model_id)
|
|
524
540
|
return self.stub.has_results(request)
|
|
525
541
|
|
|
@@ -573,7 +589,7 @@ class Application:
|
|
|
573
589
|
|
|
574
590
|
def generate_combinations(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()):
|
|
575
591
|
"""
|
|
576
|
-
Generates combinations
|
|
592
|
+
Generates combinations.
|
|
577
593
|
|
|
578
594
|
Args:
|
|
579
595
|
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|