dlubal.api 2.10.13__tar.gz → 2.11.2__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.10.13 → dlubal_api-2.11.2}/PKG-INFO +2 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/README.md +1 -1
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/__init__.py +1 -0
- dlubal_api-2.11.2/dlubal/api/common/import_export/export_attributes_pb2.py +46 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -4
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/packing.py +14 -2
- dlubal_api-2.11.2/dlubal/api/common/utility.py +127 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/__init__.py +0 -1
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/application.py +36 -6
- dlubal_api-2.11.2/dlubal/api/rfem/application_pb2.py +53 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/application_pb2.pyi +12 -1
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/application_pb2_grpc.py +45 -0
- dlubal_api-2.11.2/dlubal/api/rfem/building_model/building_story_pb2.py +58 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/building_story_pb2.pyi +44 -5
- dlubal_api-2.11.2/dlubal/api/rfem/load_wizards/load_model_pb2.py +48 -0
- dlubal_api-2.11.2/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +107 -0
- dlubal_api-2.11.2/dlubal/api/rfem/load_wizards/moving_load_pb2.py +52 -0
- {dlubal_api-2.10.13/dlubal/api/rstab → dlubal_api-2.11.2/dlubal/api/rfem}/load_wizards/moving_load_pb2.pyi +81 -28
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/results/__init__.py +1 -0
- dlubal_api-2.11.2/dlubal/api/rfem/results/result_table_pb2.py +36 -0
- dlubal_api-2.11.2/dlubal/api/rfem/results/result_table_pb2.pyi +198 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/results/results_query_pb2.py +6 -5
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/results/results_query_pb2.pyi +7 -2
- dlubal_api-2.11.2/dlubal/api/rfem/results/results_type_pb2.py +36 -0
- {dlubal_api-2.10.13/dlubal/api/rstab → dlubal_api-2.11.2/dlubal/api/rfem}/results/results_type_pb2.pyi +6 -0
- dlubal_api-2.11.2/dlubal/api/rfem/results/settings/__init__.py +1 -0
- dlubal_api-2.11.2/dlubal/api/rfem/results/settings/result_settings_pb2.py +38 -0
- dlubal_api-2.11.2/dlubal/api/rfem/results/settings/result_settings_pb2.pyi +23 -0
- dlubal_api-2.11.2/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +41 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +20 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/block_pb2.py +20 -16
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +26 -3
- dlubal_api-2.11.2/dlubal/api/rfem/structure_core/material_pb2.py +144 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/material_pb2.pyi +4 -2
- dlubal_api-2.11.2/dlubal/api/rfem/structure_core/member_pb2.py +173 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_pb2.pyi +21 -2
- dlubal_api-2.11.2/dlubal/api/rfem/structure_core/member_representative_pb2.py +255 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +21 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/section_pb2.py +31 -29
- {dlubal_api-2.10.13/dlubal/api/rstab → dlubal_api-2.11.2/dlubal/api/rfem}/structure_core/section_pb2.pyi +19 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/thickness_pb2.py +19 -17
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +21 -2
- dlubal_api-2.11.2/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- {dlubal_api-2.10.13/dlubal/api/rstab → dlubal_api-2.11.2/dlubal/api/rfem}/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +7 -2
- dlubal_api-2.11.2/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +7 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/__init__.py +0 -1
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/application.py +35 -6
- dlubal_api-2.11.2/dlubal/api/rstab/application_pb2.py +53 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/application_pb2.pyi +12 -1
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/application_pb2_grpc.py +45 -0
- dlubal_api-2.11.2/dlubal/api/rstab/load_wizards/load_model_pb2.py +48 -0
- dlubal_api-2.11.2/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +107 -0
- dlubal_api-2.11.2/dlubal/api/rstab/load_wizards/moving_load_pb2.py +52 -0
- {dlubal_api-2.10.13/dlubal/api/rfem → dlubal_api-2.11.2/dlubal/api/rstab}/load_wizards/moving_load_pb2.pyi +81 -28
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/results/__init__.py +1 -0
- dlubal_api-2.11.2/dlubal/api/rstab/results/result_table_pb2.py +36 -0
- {dlubal_api-2.10.13/dlubal/api/rfem → dlubal_api-2.11.2/dlubal/api/rstab}/results/result_table_pb2.pyi +24 -20
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/results/results_query_pb2.py +6 -5
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/results/results_query_pb2.pyi +7 -2
- dlubal_api-2.11.2/dlubal/api/rstab/results/results_type_pb2.py +36 -0
- {dlubal_api-2.10.13/dlubal/api/rfem → dlubal_api-2.11.2/dlubal/api/rstab}/results/results_type_pb2.pyi +6 -0
- dlubal_api-2.11.2/dlubal/api/rstab/results/settings/__init__.py +1 -0
- dlubal_api-2.11.2/dlubal/api/rstab/results/settings/result_settings_pb2.py +38 -0
- dlubal_api-2.11.2/dlubal/api/rstab/results/settings/result_settings_pb2.pyi +23 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/block_pb2.py +20 -16
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +26 -3
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/section_pb2.py +31 -29
- {dlubal_api-2.10.13/dlubal/api/rfem → dlubal_api-2.11.2/dlubal/api/rstab}/structure_core/section_pb2.pyi +19 -2
- dlubal_api-2.11.2/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- {dlubal_api-2.10.13/dlubal/api/rfem → dlubal_api-2.11.2/dlubal/api/rstab}/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +7 -2
- dlubal_api-2.11.2/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +7 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal.api.egg-info/SOURCES.txt +13 -6
- dlubal_api-2.11.2/examples/rfem/block.py +29 -0
- dlubal_api-2.11.2/examples/rfem/demo_limits.py +373 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/frame.py +16 -20
- dlubal_api-2.11.2/examples/rfem/results_axes_system.py +66 -0
- dlubal_api-2.11.2/examples/rfem/results_filtering.py +28 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/results_in_location.py +8 -11
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/frame.py +12 -6
- dlubal_api-2.11.2/examples/rstab/results_axes_system.py +53 -0
- dlubal_api-2.11.2/examples/rstab/results_in_location.py +39 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/pyproject.toml +1 -1
- dlubal_api-2.10.13/dlubal/api/common/import_export/export_attributes_pb2.py +0 -48
- dlubal_api-2.10.13/dlubal/api/rfem/application_pb2.py +0 -51
- dlubal_api-2.10.13/dlubal/api/rfem/base_data_objects/__init__.py +0 -1
- dlubal_api-2.10.13/dlubal/api/rfem/base_data_objects/terrain_pb2.py +0 -42
- dlubal_api-2.10.13/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +0 -67
- dlubal_api-2.10.13/dlubal/api/rfem/building_model/building_story_pb2.py +0 -54
- dlubal_api-2.10.13/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -40
- dlubal_api-2.10.13/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -37
- dlubal_api-2.10.13/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -48
- dlubal_api-2.10.13/dlubal/api/rfem/results/result_table_pb2.py +0 -36
- dlubal_api-2.10.13/dlubal/api/rfem/results/results_type_pb2.py +0 -36
- dlubal_api-2.10.13/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -38
- dlubal_api-2.10.13/dlubal/api/rfem/structure_core/material_pb2.py +0 -144
- dlubal_api-2.10.13/dlubal/api/rfem/structure_core/member_pb2.py +0 -171
- dlubal_api-2.10.13/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -253
- dlubal_api-2.10.13/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -46
- dlubal_api-2.10.13/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -46
- dlubal_api-2.10.13/dlubal/api/rstab/application_pb2.py +0 -51
- dlubal_api-2.10.13/dlubal/api/rstab/base_data_objects/__init__.py +0 -1
- dlubal_api-2.10.13/dlubal/api/rstab/base_data_objects/terrain_pb2.py +0 -42
- dlubal_api-2.10.13/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +0 -67
- dlubal_api-2.10.13/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -40
- dlubal_api-2.10.13/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -37
- dlubal_api-2.10.13/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -48
- dlubal_api-2.10.13/dlubal/api/rstab/results/result_table_pb2.py +0 -36
- dlubal_api-2.10.13/dlubal/api/rstab/results/result_table_pb2.pyi +0 -50
- dlubal_api-2.10.13/dlubal/api/rstab/results/results_type_pb2.py +0 -36
- dlubal_api-2.10.13/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -46
- dlubal_api-2.10.13/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -46
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/common_messages_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/common_messages_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/import_export/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/all_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/all_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/base_data_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/object_id_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/object_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/all_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/all_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/base_data_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/base_data_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/object_id_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/object_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/bus_station.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/cantilever.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/column.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/dataframe.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/excel.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/export_model_to.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/import_model_from.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/multiple_models.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/nested_tables.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/pydantic_streamlit.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/results_access.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/sectioned_roof.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/silo.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/steel_hall.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/steel_station.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rfem/tank_wind_load.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rsection/_imports.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/cantilever.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/column.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/dataframe.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/excel.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/import_ifc.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/multiple_models.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/nested_tables.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/pydantic_streamlit.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/examples/rstab/results_access.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/google/protobuf/any_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/google/protobuf/any_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/google/protobuf/empty_pb2.py +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/google/protobuf/empty_pb2.pyi +0 -0
- {dlubal_api-2.10.13 → dlubal_api-2.11.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dlubal.api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.11.2
|
|
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.
|
|
27
|
+
✅ **X.11.0002.259.034b3e429b4**
|
|
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
|
+
✅ **X.11.0002.259.034b3e429b4**
|
|
12
12
|
|
|
13
13
|
## Overview
|
|
14
14
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/common/import_export/export_attributes.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/common/import_export/export_attributes.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
26
|
+
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/common/import_export/export_attributes.proto\x12\x1f\x64lubal.api.common.import_export\x1a\x19google/protobuf/any.proto\x1a\x1e\x64lubal/api/common/common.proto\"\x1c\n\x1aPythonGrpcExportAttributes\"\x89\x08\n\x13IfcExportAttributes\x12P\n\x04type\x18\x01 \x01(\x0e\x32\x42.dlubal.api.common.import_export.IfcExportAttributes.IfcExportType\x12\x1b\n\x0eremove_accents\x18\x02 \x01(\x08H\x00\x88\x01\x01\x12\x1a\n\rmirror_axis_x\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x1a\n\rmirror_axis_y\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12\x1a\n\rmirror_axis_z\x18\x05 \x01(\x08H\x03\x88\x01\x01\x12<\n\x12origin_coordinates\x18\x06 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12^\n\x18rotation_angles_sequence\x18\x07 \x01(\x0e\x32\x37.dlubal.api.common.import_export.RotationAnglesSequenceH\x05\x88\x01\x01\x12\x39\n\x0frotation_angles\x18\x08 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x06\x88\x01\x01\x12G\n\raxis_change_x\x18\t \x01(\x0e\x32+.dlubal.api.common.import_export.AxisChangeH\x07\x88\x01\x01\x12G\n\raxis_change_y\x18\n \x01(\x0e\x32+.dlubal.api.common.import_export.AxisChangeH\x08\x88\x01\x01\x12G\n\raxis_change_z\x18\x0b \x01(\x0e\x32+.dlubal.api.common.import_export.AxisChangeH\t\x88\x01\x01\x12/\n\x11objects_to_export\x18\x0c \x03(\x0b\x32\x14.google.protobuf.Any\"\x82\x01\n\rIfcExportType\x12\x1f\n\x1bIFC_EXPORT_TYPE_UNSPECIFIED\x10\x00\x12\"\n\x1eIFC_EXPORT_TYPE_REFERENCE_VIEW\x10\x01\x12,\n(IFC_EXPORT_TYPE_STRUCTURAL_ANALYSIS_VIEW\x10\x02\x42\x11\n\x0f_remove_accentsB\x10\n\x0e_mirror_axis_xB\x10\n\x0e_mirror_axis_yB\x10\n\x0e_mirror_axis_zB\x15\n\x13_origin_coordinatesB\x1b\n\x19_rotation_angles_sequenceB\x12\n\x10_rotation_anglesB\x10\n\x0e_axis_change_xB\x10\n\x0e_axis_change_yB\x10\n\x0e_axis_change_z*\x8e\x02\n\x16RotationAnglesSequence\x12(\n$ROTATION_ANGLES_SEQUENCE_UNSPECIFIED\x10\x00\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XYZ\x10\x01\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XZY\x10\x02\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YXZ\x10\x03\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YZX\x10\x04\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZXY\x10\x05\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZYX\x10\x06*b\n\nAxisChange\x12\x1b\n\x17\x41XIS_CHANGE_UNSPECIFIED\x10\x00\x12\x11\n\rAXIS_CHANGE_X\x10\x01\x12\x11\n\rAXIS_CHANGE_Y\x10\x02\x12\x11\n\rAXIS_CHANGE_Z\x10\x03\x62\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.common.import_export.export_attributes_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
DESCRIPTOR._loaded_options = None
|
|
36
|
+
_globals['_ROTATIONANGLESSEQUENCE']._serialized_start=1218
|
|
37
|
+
_globals['_ROTATIONANGLESSEQUENCE']._serialized_end=1488
|
|
38
|
+
_globals['_AXISCHANGE']._serialized_start=1490
|
|
39
|
+
_globals['_AXISCHANGE']._serialized_end=1588
|
|
40
|
+
_globals['_PYTHONGRPCEXPORTATTRIBUTES']._serialized_start=151
|
|
41
|
+
_globals['_PYTHONGRPCEXPORTATTRIBUTES']._serialized_end=179
|
|
42
|
+
_globals['_IFCEXPORTATTRIBUTES']._serialized_start=182
|
|
43
|
+
_globals['_IFCEXPORTATTRIBUTES']._serialized_end=1215
|
|
44
|
+
_globals['_IFCEXPORTATTRIBUTES_IFCEXPORTTYPE']._serialized_start=886
|
|
45
|
+
_globals['_IFCEXPORTATTRIBUTES_IFCEXPORTTYPE']._serialized_end=1016
|
|
46
|
+
# @@protoc_insertion_point(module_scope)
|
{dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/common/import_export/export_attributes_pb2.pyi
RENAMED
|
@@ -36,10 +36,6 @@ AXIS_CHANGE_X: AxisChange
|
|
|
36
36
|
AXIS_CHANGE_Y: AxisChange
|
|
37
37
|
AXIS_CHANGE_Z: AxisChange
|
|
38
38
|
|
|
39
|
-
class PythonExportAttributes(_message.Message):
|
|
40
|
-
__slots__ = ()
|
|
41
|
-
def __init__(self) -> None: ...
|
|
42
|
-
|
|
43
39
|
class PythonGrpcExportAttributes(_message.Message):
|
|
44
40
|
__slots__ = ()
|
|
45
41
|
def __init__(self) -> None: ...
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
from dlubal.api.common.common_messages_pb2 import Object, ObjectList
|
|
2
2
|
from dlubal.api.common.table import Table
|
|
3
3
|
from dlubal.api.common.table_data_pb2 import TableData
|
|
4
|
+
from dlubal.api.common.common_pb2 import Value
|
|
4
5
|
from google.protobuf.any_pb2 import Any
|
|
5
|
-
from google.protobuf.struct_pb2 import Value
|
|
6
6
|
from google.protobuf import descriptor_pool
|
|
7
7
|
from google.protobuf.message_factory import GetMessageClass
|
|
8
8
|
import pandas as pd
|
|
@@ -84,12 +84,24 @@ def get_internal_value(value: Value):
|
|
|
84
84
|
Get the internal value stored in a generic Value object
|
|
85
85
|
'''
|
|
86
86
|
kind = value.WhichOneof("kind")
|
|
87
|
-
if kind == "null_value":
|
|
87
|
+
if not kind or kind == "null_value":
|
|
88
88
|
return None
|
|
89
89
|
else:
|
|
90
90
|
return getattr(value, kind)
|
|
91
91
|
|
|
92
92
|
|
|
93
|
+
def set_internal_value(wrapped_value: Value, value: int | float | str | bool | None):
|
|
94
|
+
match value:
|
|
95
|
+
case int():
|
|
96
|
+
wrapped_value.int_value = value
|
|
97
|
+
case float():
|
|
98
|
+
wrapped_value.double_value = value
|
|
99
|
+
case str():
|
|
100
|
+
wrapped_value.string_value = value
|
|
101
|
+
case bool():
|
|
102
|
+
wrapped_value.bool_value = value
|
|
103
|
+
|
|
104
|
+
|
|
93
105
|
def convert_table_data_to_table(table_data: TableData) -> Table:
|
|
94
106
|
'''
|
|
95
107
|
Converts TableData from API response to a Pandas-based Table.
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
from dlubal.api.common.packing import get_internal_value, set_internal_value
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def _get_subtree_item(subtree, path: list[str]):
|
|
5
|
+
"""
|
|
6
|
+
Recursively retrieve an item from a subtree based on the specified path.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
subtree: The starting subtree object which may have children.
|
|
10
|
+
path (list[str]): A list of keys representing the path to the desired item.
|
|
11
|
+
|
|
12
|
+
Returns:
|
|
13
|
+
The subtree item at the specified path if found, otherwise None.
|
|
14
|
+
"""
|
|
15
|
+
if not path:
|
|
16
|
+
return subtree
|
|
17
|
+
|
|
18
|
+
if not hasattr(subtree, 'children'):
|
|
19
|
+
return None
|
|
20
|
+
for child in subtree.children:
|
|
21
|
+
if hasattr(child, 'key') and child.key == path[0]:
|
|
22
|
+
return _get_subtree_item(child, path[1:])
|
|
23
|
+
return None
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def get_tree_item(tree, path: list[str]):
|
|
27
|
+
"""
|
|
28
|
+
Retrieve an item from a tree table protobuf message based on the specified path.
|
|
29
|
+
|
|
30
|
+
Args:
|
|
31
|
+
tree: The root tree object which contains rows.
|
|
32
|
+
path (list[str]): A list of keys representing the path to the desired item.
|
|
33
|
+
|
|
34
|
+
Returns:
|
|
35
|
+
The tree item at the specified path if found, otherwise None.
|
|
36
|
+
"""
|
|
37
|
+
if not path:
|
|
38
|
+
return tree
|
|
39
|
+
|
|
40
|
+
if not hasattr(tree, 'rows'):
|
|
41
|
+
return None
|
|
42
|
+
for row in tree.rows:
|
|
43
|
+
if hasattr(row, 'key') and row.key == path[0]:
|
|
44
|
+
return _get_subtree_item(row, path[1:])
|
|
45
|
+
return None
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def get_tree_value(tree, path: list[str]) -> int | float | str | bool | None:
|
|
49
|
+
"""
|
|
50
|
+
Retrieve the value from a tree table protobuf message at the specified path.
|
|
51
|
+
|
|
52
|
+
Args:
|
|
53
|
+
tree: The root tree object which contains rows.
|
|
54
|
+
path (list[str]): A list of keys representing the path to the desired value.
|
|
55
|
+
|
|
56
|
+
Returns:
|
|
57
|
+
The value at the specified path if found, otherwise None.
|
|
58
|
+
"""
|
|
59
|
+
row = get_tree_item(tree, path)
|
|
60
|
+
if not row:
|
|
61
|
+
return None
|
|
62
|
+
return get_internal_value(row.value)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def set_tree_value(tree, path: list[str], value: int | float | str | bool | None):
|
|
66
|
+
"""
|
|
67
|
+
Set a value in a tree table protobuf message at the specified path.
|
|
68
|
+
Creates intermediate rows if they do not exist.
|
|
69
|
+
|
|
70
|
+
Args:
|
|
71
|
+
tree: The root tree object which contains rows or children.
|
|
72
|
+
path (list[str]): A list of keys representing the path to the desired item.
|
|
73
|
+
value (int | float | str | bool | None): The value to set at the specified path.
|
|
74
|
+
|
|
75
|
+
Returns:
|
|
76
|
+
None
|
|
77
|
+
"""
|
|
78
|
+
if not path:
|
|
79
|
+
return
|
|
80
|
+
|
|
81
|
+
current = tree
|
|
82
|
+
for key in path[:-1]:
|
|
83
|
+
# Determine container: rows or children
|
|
84
|
+
if hasattr(current, 'rows'):
|
|
85
|
+
container = current.rows
|
|
86
|
+
elif hasattr(current, 'children'):
|
|
87
|
+
container = current.children
|
|
88
|
+
else:
|
|
89
|
+
# Cannot proceed if no container
|
|
90
|
+
return
|
|
91
|
+
|
|
92
|
+
# Find child with key
|
|
93
|
+
child = None
|
|
94
|
+
for row in container:
|
|
95
|
+
if row.key == key:
|
|
96
|
+
child = row
|
|
97
|
+
break
|
|
98
|
+
|
|
99
|
+
# If not found, create new row
|
|
100
|
+
if child is None:
|
|
101
|
+
child = container.add()
|
|
102
|
+
child.key = key
|
|
103
|
+
|
|
104
|
+
current = child
|
|
105
|
+
|
|
106
|
+
# Handle last key
|
|
107
|
+
last_key = path[-1]
|
|
108
|
+
if hasattr(current, 'rows'):
|
|
109
|
+
container = current.rows
|
|
110
|
+
elif hasattr(current, 'children'):
|
|
111
|
+
container = current.children
|
|
112
|
+
else:
|
|
113
|
+
return
|
|
114
|
+
|
|
115
|
+
# Find or create last row
|
|
116
|
+
last_row = None
|
|
117
|
+
for row in container:
|
|
118
|
+
if row.key == last_key:
|
|
119
|
+
last_row = row
|
|
120
|
+
break
|
|
121
|
+
|
|
122
|
+
if last_row is None:
|
|
123
|
+
last_row = container.add()
|
|
124
|
+
last_row.key = last_key
|
|
125
|
+
|
|
126
|
+
# Set the value
|
|
127
|
+
set_internal_value(last_row.value, value)
|
|
@@ -41,7 +41,6 @@ from . import imperfections
|
|
|
41
41
|
from . import aluminum_design_objects
|
|
42
42
|
from . import types_for_aluminum_design
|
|
43
43
|
from . import types_for_nodes
|
|
44
|
-
from . import base_data_objects
|
|
45
44
|
from . import timber_design_objects
|
|
46
45
|
from . import types_for_steel_design
|
|
47
46
|
from . import beam_panels
|
|
@@ -5,12 +5,14 @@ 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.common_messages_pb2 import ConvertObjectsRequest, ImportModelRequest, ExportModelRequest
|
|
8
|
+
from dlubal.api.rfem.results.settings.result_settings_pb2 import MemberAxesSystem, CoordinateSystem
|
|
8
9
|
from dlubal.api.rfem.results import ResultsType
|
|
9
10
|
from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
|
|
10
11
|
import grpc
|
|
11
12
|
from collections.abc import Iterable
|
|
12
13
|
import sys
|
|
13
14
|
from pkg_resources import get_distribution, DistributionNotFound
|
|
15
|
+
import collections.abc
|
|
14
16
|
import dlubal.api.common.common_messages_pb2
|
|
15
17
|
import dlubal.api.common.model_id_pb2
|
|
16
18
|
import dlubal.api.rfem.application_pb2
|
|
@@ -248,7 +250,10 @@ class Application:
|
|
|
248
250
|
'''
|
|
249
251
|
self.stub.delete_object_list_impl(pack_object_list(objs, model_id))
|
|
250
252
|
|
|
251
|
-
def get_results(self, results_type: ResultsType, filters: Iterable[ResultsFilter] | None = None,
|
|
253
|
+
def get_results(self, results_type: ResultsType, filters: Iterable[ResultsFilter] | None = None,
|
|
254
|
+
member_axes_system : MemberAxesSystem | None = None,
|
|
255
|
+
nodal_support_coordinate_system : CoordinateSystem | None = None,
|
|
256
|
+
**keyword_filters):
|
|
252
257
|
'''
|
|
253
258
|
Returns Table, which is just a convenience wrapper around a Pandas Dataframe.
|
|
254
259
|
The Dataframe can be directly accessed as .data
|
|
@@ -256,12 +261,16 @@ class Application:
|
|
|
256
261
|
Args:
|
|
257
262
|
results_type (:ref:`rfem_results_type_ResultsType` | None):
|
|
258
263
|
Unique identifier of the result category type.
|
|
259
|
-
filters (:ref:`
|
|
260
|
-
Filter to
|
|
264
|
+
filters (:ref:`rfem_results_query_ResultsFilter`, optional):
|
|
265
|
+
Filter(s) to return only relevant results.
|
|
266
|
+
member_axes_system (:ref:`rfem_result_settings_MemberAxesSystem`, optional):
|
|
267
|
+
Axes system to use for member results.
|
|
268
|
+
nodal_support_coordinate_system (:ref:`rfem_result_settings_CoordinateSystem`, optional):
|
|
269
|
+
Axes system to use for nodal support results.
|
|
261
270
|
|
|
262
271
|
Returns:
|
|
263
|
-
|
|
264
|
-
|
|
272
|
+
table_data (:ref:`common_table_data_TableData`):
|
|
273
|
+
The requested results wrapped as a table.
|
|
265
274
|
'''
|
|
266
275
|
|
|
267
276
|
all_filters = list(filters) if filters else []
|
|
@@ -269,7 +278,11 @@ class Application:
|
|
|
269
278
|
for key, value in keyword_filters.items():
|
|
270
279
|
all_filters.append(ResultsFilter(column_id=key, filter_expression=str(value)))
|
|
271
280
|
|
|
272
|
-
results: TableData = self.stub.get_results_impl(
|
|
281
|
+
results: TableData = self.stub.get_results_impl(
|
|
282
|
+
ResultsQuery(results_type=results_type,
|
|
283
|
+
filters=all_filters,
|
|
284
|
+
member_axes_system=member_axes_system,
|
|
285
|
+
nodal_support_coordinate_system=nodal_support_coordinate_system))
|
|
273
286
|
|
|
274
287
|
return convert_table_data_to_table(table_data=results)
|
|
275
288
|
|
|
@@ -487,6 +500,23 @@ class Application:
|
|
|
487
500
|
request = dlubal.api.common.common_messages_pb2.CalculateAllRequest(skip_warnings=skip_warnings, model_id=model_id)
|
|
488
501
|
return self.stub.calculate_all(request)
|
|
489
502
|
|
|
503
|
+
def calculate_specific(self, *, loadings: collections.abc.Iterable[dlubal.api.rfem.object_id_pb2.ObjectId] | None = None, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.common.common_messages_pb2.OperationResult:
|
|
504
|
+
"""
|
|
505
|
+
Performs a calculation for the specific objects.
|
|
506
|
+
Returns result of the operation, description of the result and possibly additional information about an error.
|
|
507
|
+
|
|
508
|
+
Args:
|
|
509
|
+
loadings (collections.abc.Iterable[dlubal.api.rfem.object_id_pb2.ObjectId] | None): Unique identifier of the loading.
|
|
510
|
+
skip_warnings (bool): Specifies whether to skip warnings during the calculation.
|
|
511
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
512
|
+
Active model is used if this field is not set.
|
|
513
|
+
|
|
514
|
+
Returns:
|
|
515
|
+
dlubal.api.common.common_messages_pb2.OperationResult
|
|
516
|
+
"""
|
|
517
|
+
request = dlubal.api.rfem.application_pb2.CalculateSpecificRequest(loadings=loadings, skip_warnings=skip_warnings, model_id=model_id)
|
|
518
|
+
return self.stub.calculate_specific(request)
|
|
519
|
+
|
|
490
520
|
def plausibility_check(self, *, type: dlubal.api.common.common_messages_pb2.PlausibilityCheckType, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.common.common_messages_pb2.OperationResult:
|
|
491
521
|
"""
|
|
492
522
|
Performs validation based on the specified validation type.
|
|
@@ -0,0 +1,53 @@
|
|
|
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 dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
27
|
+
from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
|
|
28
|
+
from dlubal.api.common import common_messages_pb2 as dlubal_dot_api_dot_common_dot_common__messages__pb2
|
|
29
|
+
from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__data__pb2
|
|
30
|
+
from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_object__type__pb2
|
|
31
|
+
from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
|
|
32
|
+
from dlubal.api.rfem.results import result_table_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_result__table__pb2
|
|
33
|
+
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x1bgoogle/protobuf/empty.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/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\"\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_id2\xfa\x15\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\x12V\n\x14get_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\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\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\x12Y\n\x16import_model_from_impl\x12%.dlubal.api.common.ImportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12W\n\x14\x65xport_model_to_impl\x12%.dlubal.api.common.ExportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
|
|
37
|
+
|
|
38
|
+
_globals = globals()
|
|
39
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
40
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
|
|
41
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
42
|
+
DESCRIPTOR._loaded_options = None
|
|
43
|
+
_globals['_GETOBJECTIDLISTREQUEST']._serialized_start=385
|
|
44
|
+
_globals['_GETOBJECTIDLISTREQUEST']._serialized_end=582
|
|
45
|
+
_globals['_BASEDATAREQUEST']._serialized_start=584
|
|
46
|
+
_globals['_BASEDATAREQUEST']._serialized_end=711
|
|
47
|
+
_globals['_GETRESULTTABLEREQUEST']._serialized_start=714
|
|
48
|
+
_globals['_GETRESULTTABLEREQUEST']._serialized_end=915
|
|
49
|
+
_globals['_CALCULATESPECIFICREQUEST']._serialized_start=918
|
|
50
|
+
_globals['_CALCULATESPECIFICREQUEST']._serialized_end=1076
|
|
51
|
+
_globals['_APPLICATION']._serialized_start=1079
|
|
52
|
+
_globals['_APPLICATION']._serialized_end=3889
|
|
53
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -7,9 +7,10 @@ from dlubal.api.rfem import object_type_pb2 as _object_type_pb2
|
|
|
7
7
|
from dlubal.api.rfem import object_id_pb2 as _object_id_pb2
|
|
8
8
|
from dlubal.api.rfem.results import result_table_pb2 as _result_table_pb2
|
|
9
9
|
from dlubal.api.rfem.results import results_query_pb2 as _results_query_pb2
|
|
10
|
+
from google.protobuf.internal import containers as _containers
|
|
10
11
|
from google.protobuf import descriptor as _descriptor
|
|
11
12
|
from google.protobuf import message as _message
|
|
12
|
-
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
13
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
13
14
|
|
|
14
15
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
16
|
|
|
@@ -40,3 +41,13 @@ class GetResultTableRequest(_message.Message):
|
|
|
40
41
|
loading: _object_id_pb2.ObjectId
|
|
41
42
|
model_id: _model_id_pb2.ModelId
|
|
42
43
|
def __init__(self, table: _Optional[_Union[_result_table_pb2.ResultTable, str]] = ..., loading: _Optional[_Union[_object_id_pb2.ObjectId, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
44
|
+
|
|
45
|
+
class CalculateSpecificRequest(_message.Message):
|
|
46
|
+
__slots__ = ("loadings", "skip_warnings", "model_id")
|
|
47
|
+
LOADINGS_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
SKIP_WARNINGS_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
loadings: _containers.RepeatedCompositeFieldContainer[_object_id_pb2.ObjectId]
|
|
51
|
+
skip_warnings: bool
|
|
52
|
+
model_id: _model_id_pb2.ModelId
|
|
53
|
+
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: ...
|
|
@@ -146,6 +146,11 @@ class ApplicationStub(object):
|
|
|
146
146
|
request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CalculateAllRequest.SerializeToString,
|
|
147
147
|
response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
|
|
148
148
|
_registered_method=True)
|
|
149
|
+
self.calculate_specific = channel.unary_unary(
|
|
150
|
+
'/dlubal.api.rfem.Application/calculate_specific',
|
|
151
|
+
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.SerializeToString,
|
|
152
|
+
response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
|
|
153
|
+
_registered_method=True)
|
|
149
154
|
self.get_results_impl = channel.unary_unary(
|
|
150
155
|
'/dlubal.api.rfem.Application/get_results_impl',
|
|
151
156
|
request_serializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
|
|
@@ -348,6 +353,14 @@ class ApplicationServicer(object):
|
|
|
348
353
|
context.set_details('Method not implemented!')
|
|
349
354
|
raise NotImplementedError('Method not implemented!')
|
|
350
355
|
|
|
356
|
+
def calculate_specific(self, request, context):
|
|
357
|
+
"""Performs a calculation for the specific objects.
|
|
358
|
+
Returns result of the operation, description of the result and possibly additional information about an error.
|
|
359
|
+
"""
|
|
360
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
361
|
+
context.set_details('Method not implemented!')
|
|
362
|
+
raise NotImplementedError('Method not implemented!')
|
|
363
|
+
|
|
351
364
|
def get_results_impl(self, request, context):
|
|
352
365
|
"""Missing associated documentation comment in .proto file."""
|
|
353
366
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -538,6 +551,11 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
538
551
|
request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CalculateAllRequest.FromString,
|
|
539
552
|
response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
|
|
540
553
|
),
|
|
554
|
+
'calculate_specific': grpc.unary_unary_rpc_method_handler(
|
|
555
|
+
servicer.calculate_specific,
|
|
556
|
+
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.FromString,
|
|
557
|
+
response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
|
|
558
|
+
),
|
|
541
559
|
'get_results_impl': grpc.unary_unary_rpc_method_handler(
|
|
542
560
|
servicer.get_results_impl,
|
|
543
561
|
request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
|
|
@@ -1171,6 +1189,33 @@ class Application(object):
|
|
|
1171
1189
|
metadata,
|
|
1172
1190
|
_registered_method=True)
|
|
1173
1191
|
|
|
1192
|
+
@staticmethod
|
|
1193
|
+
def calculate_specific(request,
|
|
1194
|
+
target,
|
|
1195
|
+
options=(),
|
|
1196
|
+
channel_credentials=None,
|
|
1197
|
+
call_credentials=None,
|
|
1198
|
+
insecure=False,
|
|
1199
|
+
compression=None,
|
|
1200
|
+
wait_for_ready=None,
|
|
1201
|
+
timeout=None,
|
|
1202
|
+
metadata=None):
|
|
1203
|
+
return grpc.experimental.unary_unary(
|
|
1204
|
+
request,
|
|
1205
|
+
target,
|
|
1206
|
+
'/dlubal.api.rfem.Application/calculate_specific',
|
|
1207
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.SerializeToString,
|
|
1208
|
+
dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
|
|
1209
|
+
options,
|
|
1210
|
+
channel_credentials,
|
|
1211
|
+
insecure,
|
|
1212
|
+
call_credentials,
|
|
1213
|
+
compression,
|
|
1214
|
+
wait_for_ready,
|
|
1215
|
+
timeout,
|
|
1216
|
+
metadata,
|
|
1217
|
+
_registered_method=True)
|
|
1218
|
+
|
|
1174
1219
|
@staticmethod
|
|
1175
1220
|
def get_results_impl(request,
|
|
1176
1221
|
target,
|
|
@@ -0,0 +1,58 @@
|
|
|
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/building_model/building_story.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/building_model/building_story.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3dlubal/api/rfem/building_model/building_story.proto\x12\x1e\x64lubal.api.rfem.building_model\"\xa3 \n\rBuildingStory\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x45\n\x04type\x18\x02 \x01(\x0e\x32\x32.dlubal.api.rfem.building_model.BuildingStory.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x15\n\x08story_no\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\televation\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1d\n\x10\x62ottom_elevation\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x13\n\x06height\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1c\n\x0fmodified_height\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x16\n\tthickness\x18\n \x01(\x01H\t\x88\x01\x01\x12J\n\x04info\x18\x0b \x01(\x0b\x32\x37.dlubal.api.rfem.building_model.BuildingStory.InfoTableH\n\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12U\n\ntotal_info\x18\r \x01(\x0b\x32<.dlubal.api.rfem.building_model.BuildingStory.TotalInfoTableH\x0c\x88\x01\x01\x12\x63\n\x14modify_geometry_type\x18\x0e \x01(\x0e\x32@.dlubal.api.rfem.building_model.BuildingStory.ModifyGeometryTypeH\r\x88\x01\x01\x12X\n\x0ethickness_type\x18\x0f \x01(\x0e\x32;.dlubal.api.rfem.building_model.BuildingStory.ThicknessTypeH\x0e\x88\x01\x01\x12\x61\n\x13slab_stiffness_type\x18\x10 \x01(\x0e\x32?.dlubal.api.rfem.building_model.BuildingStory.SlabStiffnessTypeH\x0f\x88\x01\x01\x12\x63\n\x14\x66loor_stiffness_type\x18\x11 \x01(\x0e\x32@.dlubal.api.rfem.building_model.BuildingStory.FloorStiffnessTypeH\x10\x88\x01\x01\x12(\n\x1bvertical_result_line_active\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12,\n\x1fvertical_result_line_position_x\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12,\n\x1fvertical_result_line_position_y\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12*\n\x1dvertical_result_line_relative\x18\x15 \x01(\x08H\x14\x88\x01\x01\x12\x35\n(vertical_result_line_relative_position_x\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12\x35\n(vertical_result_line_relative_position_y\x18\x17 \x01(\x01H\x16\x88\x01\x01\x12\x11\n\x04mass\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_x\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_y\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12_\n\x12line_support_model\x18\x1b \x01(\x0e\x32>.dlubal.api.rfem.building_model.BuildingStory.LineSupportModelH\x1a\x88\x01\x01\x12\x61\n\x13nodal_support_model\x18\x1c \x01(\x0e\x32?.dlubal.api.rfem.building_model.BuildingStory.NodalSupportModelH\x1b\x88\x01\x01\x12(\n\x1b\x62uilding_stories_zero_value\x18\x1d \x01(\x01H\x1c\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x1e \x01(\tH\x1d\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1f \x01(\tH\x1e\x88\x01\x01\x1aU\n\tInfoTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.building_model.BuildingStory.InfoTableRow\x1a\xac\x02\n\x0cInfoTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x12\n\x05value\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x1c\n\x0fvalue_from_mesh\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04unit\x18\x06 \x01(\tH\x05\x88\x01\x01\x12L\n\x08\x63hildren\x18\x07 \x03(\x0b\x32:.dlubal.api.rfem.building_model.BuildingStory.InfoTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\t\n\x07_symbolB\x08\n\x06_valueB\x12\n\x10_value_from_meshB\x07\n\x05_unit\x1a_\n\x0eTotalInfoTable\x12M\n\x04rows\x18\x01 \x03(\x0b\x32?.dlubal.api.rfem.building_model.BuildingStory.TotalInfoTableRow\x1a\xb6\x02\n\x11TotalInfoTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x12\n\x05value\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x1c\n\x0fvalue_from_mesh\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04unit\x18\x06 \x01(\tH\x05\x88\x01\x01\x12Q\n\x08\x63hildren\x18\x07 \x03(\x0b\x32?.dlubal.api.rfem.building_model.BuildingStory.TotalInfoTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\t\n\x07_symbolB\x08\n\x06_valueB\x12\n\x10_value_from_meshB\x07\n\x05_unit\"+\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\"\xc2\x01\n\x12ModifyGeometryType\x12#\n\x1fMODIFY_GEOMETRY_TYPE_DO_NOTHING\x10\x00\x12\x30\n,MODIFY_GEOMETRY_TYPE_CONST_FROM_STORY_GROUND\x10\x02\x12.\n*MODIFY_GEOMETRY_TYPE_CONST_FROM_STORY_ROOF\x10\x01\x12%\n!MODIFY_GEOMETRY_TYPE_PROPORTIONAL\x10\x03\"U\n\rThicknessType\x12#\n\x1fTHICKNESS_TYPE_EFFECTIVE_HEIGHT\x10\x00\x12\x1f\n\x1bTHICKNESS_TYPE_CLEAR_HEIGHT\x10\x01\"^\n\x11SlabStiffnessType\x12 \n\x1cSLAB_STIFFNESS_TYPE_STANDARD\x10\x00\x12\'\n#SLAB_STIFFNESS_TYPE_RIGID_DIAPHRAGM\x10\x01\"\xb2\x01\n\x12\x46loorStiffnessType\x12!\n\x1d\x46LOOR_STIFFNESS_TYPE_STANDARD\x10\x00\x12+\n\'FLOOR_STIFFNESS_TYPE_FLEXIBLE_DIAPHRAGM\x10\x04\x12(\n$FLOOR_STIFFNESS_TYPE_RIGID_DIAPHRAGM\x10\x02\x12\"\n\x1e\x46LOOR_STIFFNESS_TYPE_SEMIRIGID\x10\x03\"\xc1\x01\n\x10LineSupportModel\x12\x1d\n\x19LINE_SUPPORT_MODEL_HINGED\x10\x00\x12\"\n\x1eLINE_SUPPORT_MODEL_HINGE_HINGE\x10\x04\x12\"\n\x1eLINE_SUPPORT_MODEL_HINGE_RIGID\x10\x02\x12\"\n\x1eLINE_SUPPORT_MODEL_RIGID_HINGE\x10\x03\x12\"\n\x1eLINE_SUPPORT_MODEL_RIGID_RIGID\x10\x01\"\xf9\x01\n\x11NodalSupportModel\x12\x1e\n\x1aNODAL_SUPPORT_MODEL_HINGED\x10\x00\x12\x30\n,NODAL_SUPPORT_MODEL_ACCORDING_TO_MEMBER_TYPE\x10\x05\x12#\n\x1fNODAL_SUPPORT_MODEL_HINGE_HINGE\x10\x04\x12#\n\x1fNODAL_SUPPORT_MODEL_HINGE_RIGID\x10\x02\x12#\n\x1fNODAL_SUPPORT_MODEL_RIGID_HINGE\x10\x03\x12#\n\x1fNODAL_SUPPORT_MODEL_RIGID_RIGID\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_story_noB\x0c\n\n_elevationB\x13\n\x11_bottom_elevationB\t\n\x07_heightB\x12\n\x10_modified_heightB\x0c\n\n_thicknessB\x07\n\x05_infoB\n\n\x08_commentB\r\n\x0b_total_infoB\x17\n\x15_modify_geometry_typeB\x11\n\x0f_thickness_typeB\x16\n\x14_slab_stiffness_typeB\x17\n\x15_floor_stiffness_typeB\x1e\n\x1c_vertical_result_line_activeB\"\n _vertical_result_line_position_xB\"\n _vertical_result_line_position_yB \n\x1e_vertical_result_line_relativeB+\n)_vertical_result_line_relative_position_xB+\n)_vertical_result_line_relative_position_yB\x07\n\x05_massB\x16\n\x14_center_of_gravity_xB\x16\n\x14_center_of_gravity_yB\x15\n\x13_line_support_modelB\x16\n\x14_nodal_support_modelB\x1e\n\x1c_building_stories_zero_valueB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.building_model.building_story_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_BUILDINGSTORY']._serialized_start=88
|
|
35
|
+
_globals['_BUILDINGSTORY']._serialized_end=4219
|
|
36
|
+
_globals['_BUILDINGSTORY_INFOTABLE']._serialized_start=1670
|
|
37
|
+
_globals['_BUILDINGSTORY_INFOTABLE']._serialized_end=1755
|
|
38
|
+
_globals['_BUILDINGSTORY_INFOTABLEROW']._serialized_start=1758
|
|
39
|
+
_globals['_BUILDINGSTORY_INFOTABLEROW']._serialized_end=2058
|
|
40
|
+
_globals['_BUILDINGSTORY_TOTALINFOTABLE']._serialized_start=2060
|
|
41
|
+
_globals['_BUILDINGSTORY_TOTALINFOTABLE']._serialized_end=2155
|
|
42
|
+
_globals['_BUILDINGSTORY_TOTALINFOTABLEROW']._serialized_start=2158
|
|
43
|
+
_globals['_BUILDINGSTORY_TOTALINFOTABLEROW']._serialized_end=2468
|
|
44
|
+
_globals['_BUILDINGSTORY_TYPE']._serialized_start=2470
|
|
45
|
+
_globals['_BUILDINGSTORY_TYPE']._serialized_end=2513
|
|
46
|
+
_globals['_BUILDINGSTORY_MODIFYGEOMETRYTYPE']._serialized_start=2516
|
|
47
|
+
_globals['_BUILDINGSTORY_MODIFYGEOMETRYTYPE']._serialized_end=2710
|
|
48
|
+
_globals['_BUILDINGSTORY_THICKNESSTYPE']._serialized_start=2712
|
|
49
|
+
_globals['_BUILDINGSTORY_THICKNESSTYPE']._serialized_end=2797
|
|
50
|
+
_globals['_BUILDINGSTORY_SLABSTIFFNESSTYPE']._serialized_start=2799
|
|
51
|
+
_globals['_BUILDINGSTORY_SLABSTIFFNESSTYPE']._serialized_end=2893
|
|
52
|
+
_globals['_BUILDINGSTORY_FLOORSTIFFNESSTYPE']._serialized_start=2896
|
|
53
|
+
_globals['_BUILDINGSTORY_FLOORSTIFFNESSTYPE']._serialized_end=3074
|
|
54
|
+
_globals['_BUILDINGSTORY_LINESUPPORTMODEL']._serialized_start=3077
|
|
55
|
+
_globals['_BUILDINGSTORY_LINESUPPORTMODEL']._serialized_end=3270
|
|
56
|
+
_globals['_BUILDINGSTORY_NODALSUPPORTMODEL']._serialized_start=3273
|
|
57
|
+
_globals['_BUILDINGSTORY_NODALSUPPORTMODEL']._serialized_end=3522
|
|
58
|
+
# @@protoc_insertion_point(module_scope)
|
{dlubal_api-2.10.13 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/building_story_pb2.pyi
RENAMED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
1
2
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
2
3
|
from google.protobuf import descriptor as _descriptor
|
|
3
4
|
from google.protobuf import message as _message
|
|
4
|
-
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
5
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
5
6
|
|
|
6
7
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
7
8
|
|
|
@@ -72,11 +73,49 @@ class BuildingStory(_message.Message):
|
|
|
72
73
|
NODAL_SUPPORT_MODEL_RIGID_HINGE: BuildingStory.NodalSupportModel
|
|
73
74
|
NODAL_SUPPORT_MODEL_RIGID_RIGID: BuildingStory.NodalSupportModel
|
|
74
75
|
class InfoTable(_message.Message):
|
|
75
|
-
__slots__ = ()
|
|
76
|
-
|
|
76
|
+
__slots__ = ("rows",)
|
|
77
|
+
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
78
|
+
rows: _containers.RepeatedCompositeFieldContainer[BuildingStory.InfoTableRow]
|
|
79
|
+
def __init__(self, rows: _Optional[_Iterable[_Union[BuildingStory.InfoTableRow, _Mapping]]] = ...) -> None: ...
|
|
80
|
+
class InfoTableRow(_message.Message):
|
|
81
|
+
__slots__ = ("key", "description", "symbol", "value", "value_from_mesh", "unit", "children")
|
|
82
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
83
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
84
|
+
SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
|
85
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
86
|
+
VALUE_FROM_MESH_FIELD_NUMBER: _ClassVar[int]
|
|
87
|
+
UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
88
|
+
CHILDREN_FIELD_NUMBER: _ClassVar[int]
|
|
89
|
+
key: str
|
|
90
|
+
description: str
|
|
91
|
+
symbol: str
|
|
92
|
+
value: float
|
|
93
|
+
value_from_mesh: float
|
|
94
|
+
unit: str
|
|
95
|
+
children: _containers.RepeatedCompositeFieldContainer[BuildingStory.InfoTableRow]
|
|
96
|
+
def __init__(self, key: _Optional[str] = ..., description: _Optional[str] = ..., symbol: _Optional[str] = ..., value: _Optional[float] = ..., value_from_mesh: _Optional[float] = ..., unit: _Optional[str] = ..., children: _Optional[_Iterable[_Union[BuildingStory.InfoTableRow, _Mapping]]] = ...) -> None: ...
|
|
77
97
|
class TotalInfoTable(_message.Message):
|
|
78
|
-
__slots__ = ()
|
|
79
|
-
|
|
98
|
+
__slots__ = ("rows",)
|
|
99
|
+
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
100
|
+
rows: _containers.RepeatedCompositeFieldContainer[BuildingStory.TotalInfoTableRow]
|
|
101
|
+
def __init__(self, rows: _Optional[_Iterable[_Union[BuildingStory.TotalInfoTableRow, _Mapping]]] = ...) -> None: ...
|
|
102
|
+
class TotalInfoTableRow(_message.Message):
|
|
103
|
+
__slots__ = ("key", "description", "symbol", "value", "value_from_mesh", "unit", "children")
|
|
104
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
105
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
106
|
+
SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
|
107
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
108
|
+
VALUE_FROM_MESH_FIELD_NUMBER: _ClassVar[int]
|
|
109
|
+
UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
110
|
+
CHILDREN_FIELD_NUMBER: _ClassVar[int]
|
|
111
|
+
key: str
|
|
112
|
+
description: str
|
|
113
|
+
symbol: str
|
|
114
|
+
value: float
|
|
115
|
+
value_from_mesh: float
|
|
116
|
+
unit: str
|
|
117
|
+
children: _containers.RepeatedCompositeFieldContainer[BuildingStory.TotalInfoTableRow]
|
|
118
|
+
def __init__(self, key: _Optional[str] = ..., description: _Optional[str] = ..., symbol: _Optional[str] = ..., value: _Optional[float] = ..., value_from_mesh: _Optional[float] = ..., unit: _Optional[str] = ..., children: _Optional[_Iterable[_Union[BuildingStory.TotalInfoTableRow, _Mapping]]] = ...) -> None: ...
|
|
80
119
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
81
120
|
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
82
121
|
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|