dlubal.api 2.11.7__tar.gz → 2.11.9__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.7 → dlubal_api-2.11.9}/PKG-INFO +2 -2
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/README.md +1 -1
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/common_messages_pb2.py +13 -13
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/common_messages_pb2.pyi +2 -2
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/import_export/import_attributes_pb2.py +3 -1
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/import_export/import_attributes_pb2.pyi +4 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/__init__.py +2 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/application.py +71 -8
- dlubal_api-2.11.9/dlubal/api/rfem/application_pb2.py +61 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/application_pb2.pyi +17 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/application_pb2_grpc.py +243 -21
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/base_data_pb2.py +38 -38
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/base_data_pb2.pyi +2 -0
- dlubal_api-2.11.9/dlubal/api/rfem/building_model/building_story_pb2.py +58 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/building_story_pb2.pyi +15 -15
- dlubal_api-2.11.9/dlubal/api/rfem/component_design_objects/__init__.py +2 -0
- dlubal_api-2.11.9/dlubal/api/rfem/component_design_objects/component_pb2.py +49 -0
- dlubal_api-2.11.9/dlubal/api/rfem/component_design_objects/component_pb2.pyi +120 -0
- dlubal_api-2.11.9/dlubal/api/rfem/component_design_objects/component_serie_pb2.py +38 -0
- dlubal_api-2.11.9/dlubal/api/rfem/component_design_objects/component_serie_pb2.pyi +54 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +18 -18
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +4 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/note_pb2.py +10 -10
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/note_pb2.pyi +2 -0
- dlubal_api-2.11.9/dlubal/api/rfem/load_wizards/load_model_pb2.py +48 -0
- {dlubal_api-2.11.7/dlubal/api/rstab → dlubal_api-2.11.9/dlubal/api/rfem}/load_wizards/load_model_pb2.pyi +17 -17
- dlubal_api-2.11.9/dlubal/api/rfem/load_wizards/moving_load_pb2.py +52 -0
- {dlubal_api-2.11.7/dlubal/api/rstab → dlubal_api-2.11.9/dlubal/api/rfem}/load_wizards/moving_load_pb2.pyi +11 -11
- dlubal_api-2.11.9/dlubal/api/rfem/mesh/__init__.py +1 -0
- dlubal_api-2.11.9/dlubal/api/rfem/mesh/mesh_settings_pb2.py +55 -0
- dlubal_api-2.11.9/dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +276 -0
- dlubal_api-2.11.9/dlubal/api/rfem/object_type_pb2.py +36 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/object_type_pb2.pyi +4 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +6 -6
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +8 -8
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/block_pb2.py +20 -20
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +8 -8
- dlubal_api-2.11.9/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +61 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +7 -7
- dlubal_api-2.11.9/dlubal/api/rfem/structure_core/member_pb2.py +173 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/member_pb2.pyi +14 -8
- dlubal_api-2.11.9/dlubal/api/rfem/structure_core/member_representative_pb2.py +255 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -8
- dlubal_api-2.11.9/dlubal/api/rfem/structure_core/section_pb2.py +70 -0
- {dlubal_api-2.11.7/dlubal/api/rstab → dlubal_api-2.11.9/dlubal/api/rfem}/structure_core/section_pb2.pyi +8 -8
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/thickness_pb2.py +32 -32
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +8 -8
- dlubal_api-2.11.9/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +50 -0
- {dlubal_api-2.11.7/dlubal/api/rstab → dlubal_api-2.11.9/dlubal/api/rfem}/types_for_foundations/single_foundation_pb2.pyi +2 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/object_type_pb2.py +1 -1
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/application.py +9 -8
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/application_pb2.py +2 -2
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/application_pb2_grpc.py +21 -21
- dlubal_api-2.11.9/dlubal/api/rstab/base_data_pb2.py +86 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/base_data_pb2.pyi +2 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/note_pb2.py +8 -8
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/note_pb2.pyi +2 -0
- dlubal_api-2.11.9/dlubal/api/rstab/load_wizards/load_model_pb2.py +48 -0
- {dlubal_api-2.11.7/dlubal/api/rfem → dlubal_api-2.11.9/dlubal/api/rstab}/load_wizards/load_model_pb2.pyi +17 -17
- dlubal_api-2.11.9/dlubal/api/rstab/load_wizards/moving_load_pb2.py +52 -0
- {dlubal_api-2.11.7/dlubal/api/rfem → dlubal_api-2.11.9/dlubal/api/rstab}/load_wizards/moving_load_pb2.pyi +11 -11
- dlubal_api-2.11.9/dlubal/api/rstab/object_type_pb2.py +36 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/block_pb2.py +20 -20
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +8 -8
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_pb2.py +21 -21
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_pb2.pyi +6 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_representative_pb2.py +21 -21
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +6 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +29 -29
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +6 -0
- dlubal_api-2.11.9/dlubal/api/rstab/structure_core/section_pb2.py +70 -0
- {dlubal_api-2.11.7/dlubal/api/rfem → dlubal_api-2.11.9/dlubal/api/rstab}/structure_core/section_pb2.pyi +8 -8
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal.api.egg-info/SOURCES.txt +14 -2
- dlubal_api-2.11.9/examples/rfem/component_design.py +161 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/export_model_to.py +2 -2
- dlubal_api-2.11.7/examples/rfem/import_model_from.py → dlubal_api-2.11.9/examples/rfem/import_from_ifc.py +1 -1
- dlubal_api-2.11.9/examples/rfem/import_from_rsection.py +111 -0
- dlubal_api-2.11.9/examples/rfem/mesh_settings.py +25 -0
- dlubal_api-2.11.7/examples/rstab/import_ifc.py → dlubal_api-2.11.9/examples/rstab/import_from_ifc.py +16 -1
- dlubal_api-2.11.9/examples/rstab/import_from_rsection.py +105 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/pyproject.toml +1 -1
- dlubal_api-2.11.7/dlubal/api/rfem/application_pb2.py +0 -56
- dlubal_api-2.11.7/dlubal/api/rfem/building_model/building_story_pb2.py +0 -58
- dlubal_api-2.11.7/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -48
- dlubal_api-2.11.7/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -52
- dlubal_api-2.11.7/dlubal/api/rfem/object_type_pb2.py +0 -36
- dlubal_api-2.11.7/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -61
- dlubal_api-2.11.7/dlubal/api/rfem/structure_core/member_pb2.py +0 -173
- dlubal_api-2.11.7/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -255
- dlubal_api-2.11.7/dlubal/api/rfem/structure_core/section_pb2.py +0 -70
- dlubal_api-2.11.7/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -50
- dlubal_api-2.11.7/dlubal/api/rstab/base_data_pb2.py +0 -86
- dlubal_api-2.11.7/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -48
- dlubal_api-2.11.7/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -52
- dlubal_api-2.11.7/dlubal/api/rstab/object_type_pb2.py +0 -36
- dlubal_api-2.11.7/dlubal/api/rstab/structure_core/section_pb2.py +0 -70
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/import_export/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/import_export/export_attributes_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/packing.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/utility.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/all_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/all_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/base_data_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/base_data_objects/terrain_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/object_id_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/results_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/results_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/settings/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/settings/result_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/results/settings/result_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/all_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/all_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/application.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/application_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/application_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/application_pb2_grpc.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/base_data_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/base_data_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/loading/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/object_id_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/object_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/results_query_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/results_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/results_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/settings/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/settings/result_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/results/settings/result_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/bar_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/bar_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/element_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/element_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/part_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/part_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/point_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/point_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/stirrup_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/stirrup_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/stress_point_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rsection/structure_core/stress_point_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/all_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/all_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/application_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/base_data_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/base_data_objects/terrain_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/action_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/object_id_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/results_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/results_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/settings/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/settings/result_settings_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/results/settings/result_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.11.7/dlubal/api/rfem → dlubal_api-2.11.9/dlubal/api/rstab}/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/block.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/bus_station.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/cantilever.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/column.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/dataframe.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/demo_limits.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/excel.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/frame.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/multiple_models.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/nested_tables.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/pydantic_streamlit.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/results_access.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/results_axes_system.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/results_design_addons.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/results_filtering.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/results_in_location.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/results_multiple_models.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/sectioned_roof.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/select_objects.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/silo.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/steel_hall.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/steel_station.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rfem/tank_wind_load.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rsection/steel_section.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/cantilever.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/column.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/dataframe.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/excel.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/frame.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/multiple_models.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/nested_tables.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/pydantic_streamlit.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/results_access.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/results_axes_system.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/results_in_location.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/results_multiple_models.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/examples/rstab/select_objects.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/google/protobuf/any_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/google/protobuf/any_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/google/protobuf/empty_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/google/protobuf/empty_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/google/protobuf/wrappers_pb2.py +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/google/protobuf/wrappers_pb2.pyi +0 -0
- {dlubal_api-2.11.7 → dlubal_api-2.11.9}/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.9
|
|
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.0009.183.2e0f3574cd32**
|
|
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.0009.183.2e0f3574cd32**
|
|
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.
|
|
@@ -26,19 +26,19 @@ from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
|
26
26
|
from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
27
27
|
|
|
28
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\"\
|
|
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\"\x92\x01\n\rImportRequest\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\"\x92\x01\n\rExportRequest\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
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
33
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.common.common_messages_pb2', _globals)
|
|
34
34
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
35
|
DESCRIPTOR._loaded_options = None
|
|
36
|
-
_globals['_APPLICATIONTYPE']._serialized_start=
|
|
37
|
-
_globals['_APPLICATIONTYPE']._serialized_end=
|
|
38
|
-
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=
|
|
39
|
-
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=
|
|
40
|
-
_globals['_CONVERTOBJECTINTO']._serialized_start=
|
|
41
|
-
_globals['_CONVERTOBJECTINTO']._serialized_end=
|
|
36
|
+
_globals['_APPLICATIONTYPE']._serialized_start=2276
|
|
37
|
+
_globals['_APPLICATIONTYPE']._serialized_end=2517
|
|
38
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2520
|
|
39
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=2731
|
|
40
|
+
_globals['_CONVERTOBJECTINTO']._serialized_start=2734
|
|
41
|
+
_globals['_CONVERTOBJECTINTO']._serialized_end=2950
|
|
42
42
|
_globals['_CREATEMODELREQUEST']._serialized_start=123
|
|
43
43
|
_globals['_CREATEMODELREQUEST']._serialized_end=203
|
|
44
44
|
_globals['_OPENMODELREQUEST']._serialized_start=205
|
|
@@ -69,10 +69,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
69
69
|
_globals['_MODELMAINPARAMETERS']._serialized_end=1692
|
|
70
70
|
_globals['_CONVERTOBJECTSREQUEST']._serialized_start=1695
|
|
71
71
|
_globals['_CONVERTOBJECTSREQUEST']._serialized_end=1826
|
|
72
|
-
_globals['
|
|
73
|
-
_globals['
|
|
74
|
-
_globals['
|
|
75
|
-
_globals['
|
|
76
|
-
_globals['_GETOBJECTLISTREQUEST']._serialized_start=
|
|
77
|
-
_globals['_GETOBJECTLISTREQUEST']._serialized_end=
|
|
72
|
+
_globals['_IMPORTREQUEST']._serialized_start=1829
|
|
73
|
+
_globals['_IMPORTREQUEST']._serialized_end=1975
|
|
74
|
+
_globals['_EXPORTREQUEST']._serialized_start=1978
|
|
75
|
+
_globals['_EXPORTREQUEST']._serialized_end=2124
|
|
76
|
+
_globals['_GETOBJECTLISTREQUEST']._serialized_start=2127
|
|
77
|
+
_globals['_GETOBJECTLISTREQUEST']._serialized_end=2273
|
|
78
78
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -199,7 +199,7 @@ class ConvertObjectsRequest(_message.Message):
|
|
|
199
199
|
objects: ObjectList
|
|
200
200
|
def __init__(self, convert_into: _Optional[_Union[ConvertObjectInto, str]] = ..., objects: _Optional[_Union[ObjectList, _Mapping]] = ...) -> None: ...
|
|
201
201
|
|
|
202
|
-
class
|
|
202
|
+
class ImportRequest(_message.Message):
|
|
203
203
|
__slots__ = ("filepath", "import_attributes", "model_id")
|
|
204
204
|
FILEPATH_FIELD_NUMBER: _ClassVar[int]
|
|
205
205
|
IMPORT_ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -209,7 +209,7 @@ class ImportModelRequest(_message.Message):
|
|
|
209
209
|
model_id: _model_id_pb2.ModelId
|
|
210
210
|
def __init__(self, filepath: _Optional[str] = ..., import_attributes: _Optional[_Union[_any_pb2.Any, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
211
211
|
|
|
212
|
-
class
|
|
212
|
+
class ExportRequest(_message.Message):
|
|
213
213
|
__slots__ = ("filepath", "export_attributes", "model_id")
|
|
214
214
|
FILEPATH_FIELD_NUMBER: _ClassVar[int]
|
|
215
215
|
EXPORT_ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
{dlubal_api-2.11.7 → dlubal_api-2.11.9}/dlubal/api/common/import_export/import_attributes_pb2.py
RENAMED
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/common/import_export/import_attributes.proto\x12\x1f\x64lubal.api.common.import_export\"\x15\n\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/common/import_export/import_attributes.proto\x12\x1f\x64lubal.api.common.import_export\"\x15\n\x13IfcImportAttributes\"\x1a\n\x18RsectionImportAttributesb\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,4 +33,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_IFCIMPORTATTRIBUTES']._serialized_start=92
|
|
35
35
|
_globals['_IFCIMPORTATTRIBUTES']._serialized_end=113
|
|
36
|
+
_globals['_RSECTIONIMPORTATTRIBUTES']._serialized_start=115
|
|
37
|
+
_globals['_RSECTIONIMPORTATTRIBUTES']._serialized_end=141
|
|
36
38
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -12,6 +12,7 @@ from . import concrete_design_objects
|
|
|
12
12
|
from . import dynamic_loads
|
|
13
13
|
from . import types_for_lines
|
|
14
14
|
from . import result_objects
|
|
15
|
+
from . import mesh
|
|
15
16
|
from . import types_for_concrete_design
|
|
16
17
|
from . import types_for_foundations
|
|
17
18
|
from . import loads
|
|
@@ -37,6 +38,7 @@ from . import guide_objects
|
|
|
37
38
|
from . import results
|
|
38
39
|
from . import structure_core
|
|
39
40
|
from . import building_model
|
|
41
|
+
from . import component_design_objects
|
|
40
42
|
from . import imperfections
|
|
41
43
|
from . import aluminum_design_objects
|
|
42
44
|
from . import types_for_aluminum_design
|
|
@@ -5,7 +5,7 @@ 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
7
|
from dlubal.api.common.model_id_pb2 import ModelId
|
|
8
|
-
from dlubal.api.common.common_messages_pb2 import ConvertObjectsRequest,
|
|
8
|
+
from dlubal.api.common.common_messages_pb2 import ConvertObjectsRequest, ImportRequest, ExportRequest, GetObjectListRequest
|
|
9
9
|
from dlubal.api.rfem.results import ResultsType
|
|
10
10
|
from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
|
|
11
11
|
import grpc
|
|
@@ -18,6 +18,7 @@ import dlubal.api.common.model_id_pb2
|
|
|
18
18
|
import dlubal.api.rfem.application_pb2
|
|
19
19
|
import dlubal.api.rfem.application_pb2_grpc
|
|
20
20
|
import dlubal.api.rfem.base_data_pb2
|
|
21
|
+
import dlubal.api.rfem.mesh.mesh_settings_pb2
|
|
21
22
|
import dlubal.api.rfem.object_id_pb2
|
|
22
23
|
import dlubal.api.rfem.object_type_pb2
|
|
23
24
|
import google.protobuf.empty_pb2
|
|
@@ -347,7 +348,7 @@ class Application:
|
|
|
347
348
|
request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objects, model_id))
|
|
348
349
|
self.stub.convert_objects_impl(request)
|
|
349
350
|
|
|
350
|
-
def
|
|
351
|
+
def import_from(self, *, filepath: str, import_attributes: google.protobuf.any_pb2.Any, model_id: ModelId | None = None):
|
|
351
352
|
"""
|
|
352
353
|
Imports a model from the specified file.
|
|
353
354
|
|
|
@@ -357,17 +358,18 @@ class Application:
|
|
|
357
358
|
import_attributes (Any):
|
|
358
359
|
Specifies the format and attributes of the import.
|
|
359
360
|
Supported message types:
|
|
360
|
-
:ref:`
|
|
361
|
+
:ref:`common_import_export_import_attributes_IfcImportAttributes`
|
|
362
|
+
:ref:`common_import_export_import_attributes_RsectionImportAttributes`
|
|
361
363
|
model_id (:ref:`common_model_id_ModelId` | None):
|
|
362
364
|
Unique identifier of the model. If None, the active model is used.
|
|
363
365
|
|
|
364
366
|
Returns:
|
|
365
367
|
None
|
|
366
368
|
"""
|
|
367
|
-
request =
|
|
368
|
-
self.stub.
|
|
369
|
+
request = ImportRequest(filepath=filepath, import_attributes=pack_message_to_any(import_attributes), model_id=model_id)
|
|
370
|
+
self.stub.import_from_impl(request)
|
|
369
371
|
|
|
370
|
-
def
|
|
372
|
+
def export_to(self, *, filepath: str, export_attributes: google.protobuf.any_pb2.Any, model_id: ModelId | None = None):
|
|
371
373
|
"""
|
|
372
374
|
Exports the current model to the specified format.
|
|
373
375
|
|
|
@@ -385,8 +387,8 @@ class Application:
|
|
|
385
387
|
Returns:
|
|
386
388
|
None
|
|
387
389
|
"""
|
|
388
|
-
request =
|
|
389
|
-
self.stub.
|
|
390
|
+
request = ExportRequest(filepath=filepath, export_attributes=pack_message_to_any(export_attributes), model_id=model_id)
|
|
391
|
+
self.stub.export_to_impl(request)
|
|
390
392
|
|
|
391
393
|
|
|
392
394
|
|
|
@@ -643,3 +645,64 @@ class Application:
|
|
|
643
645
|
"""
|
|
644
646
|
request = dlubal.api.rfem.application_pb2.BaseDataRequest(base_data=base_data, model_id=model_id)
|
|
645
647
|
self.stub.set_base_data(request)
|
|
648
|
+
|
|
649
|
+
def get_mesh_settings(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()) -> dlubal.api.rfem.mesh.mesh_settings_pb2.MeshSettings:
|
|
650
|
+
"""
|
|
651
|
+
Returns mesh settings.
|
|
652
|
+
|
|
653
|
+
Args:
|
|
654
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
655
|
+
|
|
656
|
+
Returns:
|
|
657
|
+
dlubal.api.rfem.mesh.mesh_settings_pb2.MeshSettings
|
|
658
|
+
"""
|
|
659
|
+
return self.stub.get_mesh_settings(optional_model_id)
|
|
660
|
+
|
|
661
|
+
def set_mesh_settings(self, *, mesh_settings: dlubal.api.rfem.mesh.mesh_settings_pb2.MeshSettings | None = None, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
662
|
+
"""
|
|
663
|
+
Sets mesh settings.
|
|
664
|
+
|
|
665
|
+
Args:
|
|
666
|
+
mesh_settings (dlubal.api.rfem.mesh.mesh_settings_pb2.MeshSettings | None):
|
|
667
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
668
|
+
Active model is used if this field is not set.
|
|
669
|
+
"""
|
|
670
|
+
request = dlubal.api.rfem.application_pb2.SetMeshSettingsRequest(mesh_settings=mesh_settings, model_id=model_id)
|
|
671
|
+
self.stub.set_mesh_settings(request)
|
|
672
|
+
|
|
673
|
+
def generate_mesh(self, *, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.common.common_messages_pb2.OperationResult:
|
|
674
|
+
"""
|
|
675
|
+
Generates mesh.
|
|
676
|
+
Returns result of the operation.
|
|
677
|
+
|
|
678
|
+
Args:
|
|
679
|
+
skip_warnings (bool): Specifies whether to skip warnings during the generation mesh.
|
|
680
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
681
|
+
Active model is used if this field is not set.
|
|
682
|
+
|
|
683
|
+
Returns:
|
|
684
|
+
dlubal.api.common.common_messages_pb2.OperationResult
|
|
685
|
+
"""
|
|
686
|
+
request = dlubal.api.rfem.application_pb2.GenerateMeshRequest(skip_warnings=skip_warnings, model_id=model_id)
|
|
687
|
+
return self.stub.generate_mesh(request)
|
|
688
|
+
|
|
689
|
+
def get_mesh_statistics(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()) -> dlubal.api.rfem.mesh.mesh_settings_pb2.MeshStatistics:
|
|
690
|
+
"""
|
|
691
|
+
Returns mesh statistics.
|
|
692
|
+
|
|
693
|
+
Args:
|
|
694
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
695
|
+
|
|
696
|
+
Returns:
|
|
697
|
+
dlubal.api.rfem.mesh.mesh_settings_pb2.MeshStatistics
|
|
698
|
+
"""
|
|
699
|
+
return self.stub.get_mesh_statistics(optional_model_id)
|
|
700
|
+
|
|
701
|
+
def delete_mesh(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()):
|
|
702
|
+
"""
|
|
703
|
+
Delete mesh
|
|
704
|
+
|
|
705
|
+
Args:
|
|
706
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
707
|
+
"""
|
|
708
|
+
self.stub.delete_mesh(optional_model_id)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/application.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/rfem/application.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
26
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
27
|
+
from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
28
|
+
from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
|
|
29
|
+
from dlubal.api.common import common_messages_pb2 as dlubal_dot_api_dot_common_dot_common__messages__pb2
|
|
30
|
+
from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__data__pb2
|
|
31
|
+
from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_object__type__pb2
|
|
32
|
+
from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
|
|
33
|
+
from dlubal.api.rfem.mesh import mesh_settings_pb2 as dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2
|
|
34
|
+
from dlubal.api.rfem.results import result_table_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_result__table__pb2
|
|
35
|
+
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a\'dlubal/api/common/common_messages.proto\x1a\x1f\x64lubal/api/rfem/base_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\x1a(dlubal/api/rfem/mesh/mesh_settings.proto\x1a*dlubal/api/rfem/results/result_table.proto\x1a+dlubal/api/rfem/results/results_query.proto\"\xc5\x01\n\x16GetObjectIdListRequest\x12\x35\n\x0bobject_type\x18\x01 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x00\x88\x01\x01\x12\x16\n\tparent_no\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x02\x88\x01\x01\x42\x0e\n\x0c_object_typeB\x0c\n\n_parent_noB\x0b\n\t_model_id\"\x7f\n\x0f\x42\x61seDataRequest\x12,\n\tbase_data\x18\x01 \x01(\x0b\x32\x19.dlubal.api.rfem.BaseData\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\"\x90\x01\n\x11HasResultsRequest\x12/\n\x07loading\x18\x01 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x00\x88\x01\x01\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x01\x88\x01\x01\x42\n\n\x08_loadingB\x0b\n\t_model_id\"\xc9\x01\n\x15GetResultTableRequest\x12\x33\n\x05table\x18\x01 \x01(\x0e\x32$.dlubal.api.rfem.results.ResultTable\x12/\n\x07loading\x18\x02 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x00\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x01\x88\x01\x01\x42\n\n\x08_loadingB\x0b\n\t_model_id\"\x9e\x01\n\x18\x43\x61lculateSpecificRequest\x12+\n\x08loadings\x18\x01 \x03(\x0b\x32\x19.dlubal.api.rfem.ObjectId\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\"\x93\x01\n\x16SetMeshSettingsRequest\x12\x39\n\rmesh_settings\x18\x01 \x01(\x0b\x32\".dlubal.api.rfem.mesh.MeshSettings\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\"l\n\x13GenerateMeshRequest\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_id2\xd3\x1a\n\x0b\x41pplication\x12S\n\x0c\x63reate_model\x12%.dlubal.api.common.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12O\n\nopen_model\x12#.dlubal.api.common.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nsave_model\x12%.dlubal.api.common.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12M\n\x0b\x63lose_model\x12$.dlubal.api.common.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12V\n\x10\x63lose_all_models\x12(.dlubal.api.common.CloseAllModelsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x10get_active_model\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12H\n\x10set_active_model\x12\x1a.dlubal.api.common.ModelId\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x11\x63lose_application\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1c.dlubal.api.common.ModelList\"\x00\x12T\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a\".dlubal.api.common.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12I\n\x0fget_object_impl\x12\x19.dlubal.api.common.Object\x1a\x19.dlubal.api.common.Object\"\x00\x12`\n\x14get_object_list_impl\x12\'.dlubal.api.common.GetObjectListRequest\x1a\x1d.dlubal.api.common.ObjectList\"\x00\x12I\n\x12\x63reate_object_impl\x12\x19.dlubal.api.common.Object\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x17\x63reate_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12I\n\x12update_object_impl\x12\x19.dlubal.api.common.Object\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x17update_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12I\n\x12\x64\x65lete_object_impl\x12\x19.dlubal.api.common.Object\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x17\x64\x65lete_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x12\x64\x65lete_all_objects\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12]\n\rcalculate_all\x12&.dlubal.api.common.CalculateAllRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12\x65\n\x12\x63\x61lculate_specific\x12).dlubal.api.rfem.CalculateSpecificRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12O\n\x0bhas_results\x12\".dlubal.api.rfem.HasResultsRequest\x1a\x1a.google.protobuf.BoolValue\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x12_\n\x15get_result_table_impl\x12&.dlubal.api.rfem.GetResultTableRequest\x1a\x1c.dlubal.api.common.TableData\"\x00\x12g\n\x12plausibility_check\x12+.dlubal.api.common.PlausibilityCheckRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12^\n\x12get_object_id_list\x12\'.dlubal.api.rfem.GetObjectIdListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12i\n\x19get_model_main_parameters\x12\".dlubal.api.common.OptionalModelId\x1a&.dlubal.api.common.ModelMainParameters\"\x00\x12U\n\x15generate_combinations\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Z\n\x14\x63onvert_objects_impl\x12(.dlubal.api.common.ConvertObjectsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\rget_base_data\x12\".dlubal.api.common.OptionalModelId\x1a\x19.dlubal.api.rfem.BaseData\"\x00\x12K\n\rset_base_data\x12 .dlubal.api.rfem.BaseDataRequest\x1a\x16.google.protobuf.Empty\"\x00\x12N\n\x10import_from_impl\x12 .dlubal.api.common.ImportRequest\x1a\x16.google.protobuf.Empty\"\x00\x12L\n\x0e\x65xport_to_impl\x12 .dlubal.api.common.ExportRequest\x1a\x16.google.protobuf.Empty\"\x00\x12N\n\x13select_objects_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12]\n\x11get_mesh_settings\x12\".dlubal.api.common.OptionalModelId\x1a\".dlubal.api.rfem.mesh.MeshSettings\"\x00\x12V\n\x11set_mesh_settings\x12\'.dlubal.api.rfem.SetMeshSettingsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12[\n\rgenerate_mesh\x12$.dlubal.api.rfem.GenerateMeshRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12\x61\n\x13get_mesh_statistics\x12\".dlubal.api.common.OptionalModelId\x1a$.dlubal.api.rfem.mesh.MeshStatistics\"\x00\x12K\n\x0b\x64\x65lete_mesh\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
|
|
39
|
+
|
|
40
|
+
_globals = globals()
|
|
41
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
42
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
|
|
43
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
44
|
+
DESCRIPTOR._loaded_options = None
|
|
45
|
+
_globals['_GETOBJECTIDLISTREQUEST']._serialized_start=459
|
|
46
|
+
_globals['_GETOBJECTIDLISTREQUEST']._serialized_end=656
|
|
47
|
+
_globals['_BASEDATAREQUEST']._serialized_start=658
|
|
48
|
+
_globals['_BASEDATAREQUEST']._serialized_end=785
|
|
49
|
+
_globals['_HASRESULTSREQUEST']._serialized_start=788
|
|
50
|
+
_globals['_HASRESULTSREQUEST']._serialized_end=932
|
|
51
|
+
_globals['_GETRESULTTABLEREQUEST']._serialized_start=935
|
|
52
|
+
_globals['_GETRESULTTABLEREQUEST']._serialized_end=1136
|
|
53
|
+
_globals['_CALCULATESPECIFICREQUEST']._serialized_start=1139
|
|
54
|
+
_globals['_CALCULATESPECIFICREQUEST']._serialized_end=1297
|
|
55
|
+
_globals['_SETMESHSETTINGSREQUEST']._serialized_start=1300
|
|
56
|
+
_globals['_SETMESHSETTINGSREQUEST']._serialized_end=1447
|
|
57
|
+
_globals['_GENERATEMESHREQUEST']._serialized_start=1449
|
|
58
|
+
_globals['_GENERATEMESHREQUEST']._serialized_end=1557
|
|
59
|
+
_globals['_APPLICATION']._serialized_start=1560
|
|
60
|
+
_globals['_APPLICATION']._serialized_end=4971
|
|
61
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -6,6 +6,7 @@ from dlubal.api.common import common_messages_pb2 as _common_messages_pb2
|
|
|
6
6
|
from dlubal.api.rfem import base_data_pb2 as _base_data_pb2
|
|
7
7
|
from dlubal.api.rfem import object_type_pb2 as _object_type_pb2
|
|
8
8
|
from dlubal.api.rfem import object_id_pb2 as _object_id_pb2
|
|
9
|
+
from dlubal.api.rfem.mesh import mesh_settings_pb2 as _mesh_settings_pb2
|
|
9
10
|
from dlubal.api.rfem.results import result_table_pb2 as _result_table_pb2
|
|
10
11
|
from dlubal.api.rfem.results import results_query_pb2 as _results_query_pb2
|
|
11
12
|
from google.protobuf.internal import containers as _containers
|
|
@@ -60,3 +61,19 @@ class CalculateSpecificRequest(_message.Message):
|
|
|
60
61
|
skip_warnings: bool
|
|
61
62
|
model_id: _model_id_pb2.ModelId
|
|
62
63
|
def __init__(self, loadings: _Optional[_Iterable[_Union[_object_id_pb2.ObjectId, _Mapping]]] = ..., skip_warnings: bool = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
64
|
+
|
|
65
|
+
class SetMeshSettingsRequest(_message.Message):
|
|
66
|
+
__slots__ = ("mesh_settings", "model_id")
|
|
67
|
+
MESH_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
|
68
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
69
|
+
mesh_settings: _mesh_settings_pb2.MeshSettings
|
|
70
|
+
model_id: _model_id_pb2.ModelId
|
|
71
|
+
def __init__(self, mesh_settings: _Optional[_Union[_mesh_settings_pb2.MeshSettings, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
72
|
+
|
|
73
|
+
class GenerateMeshRequest(_message.Message):
|
|
74
|
+
__slots__ = ("skip_warnings", "model_id")
|
|
75
|
+
SKIP_WARNINGS_FIELD_NUMBER: _ClassVar[int]
|
|
76
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
77
|
+
skip_warnings: bool
|
|
78
|
+
model_id: _model_id_pb2.ModelId
|
|
79
|
+
def __init__(self, skip_warnings: bool = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|