dlubal.api 2.11.1__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.11.1 → dlubal_api-2.11.2}/PKG-INFO +2 -2
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/README.md +1 -1
- dlubal_api-2.11.2/dlubal/api/common/import_export/export_attributes_pb2.py +46 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -4
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/__init__.py +0 -1
- {dlubal_api-2.11.1 → 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.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/application_pb2.pyi +12 -1
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/application_pb2_grpc.py +45 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/__init__.py +1 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/results_query_pb2.py +6 -5
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/results_query_pb2.pyi +7 -2
- 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.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/thickness_pb2.py +13 -13
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +2 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/__init__.py +0 -1
- {dlubal_api-2.11.1 → 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.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/application_pb2.pyi +12 -1
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/application_pb2_grpc.py +45 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/__init__.py +1 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/results_query_pb2.py +6 -5
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/results_query_pb2.pyi +7 -2
- 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.11.1 → dlubal_api-2.11.2}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal.api.egg-info/SOURCES.txt +10 -6
- {dlubal_api-2.11.1 → 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.11.1 → dlubal_api-2.11.2}/examples/rfem/results_in_location.py +8 -11
- {dlubal_api-2.11.1 → 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.11.1 → dlubal_api-2.11.2}/pyproject.toml +1 -1
- dlubal_api-2.11.1/dlubal/api/common/import_export/export_attributes_pb2.py +0 -48
- dlubal_api-2.11.1/dlubal/api/rfem/application_pb2.py +0 -51
- dlubal_api-2.11.1/dlubal/api/rfem/base_data_objects/__init__.py +0 -1
- dlubal_api-2.11.1/dlubal/api/rfem/base_data_objects/terrain_pb2.py +0 -42
- dlubal_api-2.11.1/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +0 -67
- dlubal_api-2.11.1/dlubal/api/rstab/application_pb2.py +0 -51
- dlubal_api-2.11.1/dlubal/api/rstab/base_data_objects/__init__.py +0 -1
- dlubal_api-2.11.1/dlubal/api/rstab/base_data_objects/terrain_pb2.py +0 -42
- dlubal_api-2.11.1/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +0 -67
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/common_messages_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/common_messages_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/import_export/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/packing.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/common/utility.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/all_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/all_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/base_data_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/object_id_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/object_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/results_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/results/results_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/all_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/all_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/base_data_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/base_data_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/object_id_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/object_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/result_table_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/result_table_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/results_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/results/results_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/block.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/bus_station.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/cantilever.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/column.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/dataframe.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/demo_limits.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/excel.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/export_model_to.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/import_model_from.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/multiple_models.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/nested_tables.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/pydantic_streamlit.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/results_access.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/sectioned_roof.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/silo.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/steel_hall.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/steel_station.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rfem/tank_wind_load.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rsection/_imports.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/cantilever.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/column.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/dataframe.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/excel.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/import_ifc.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/multiple_models.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/nested_tables.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/pydantic_streamlit.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/examples/rstab/results_access.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/google/protobuf/any_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/google/protobuf/any_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/google/protobuf/empty_pb2.py +0 -0
- {dlubal_api-2.11.1 → dlubal_api-2.11.2}/google/protobuf/empty_pb2.pyi +0 -0
- {dlubal_api-2.11.1 → 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.11.
|
|
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.11.1 → 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: ...
|
|
@@ -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,
|
|
@@ -24,17 +24,18 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
26
26
|
from dlubal.api.rfem.results import results_type_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__type__pb2
|
|
27
|
+
from dlubal.api.rfem.results.settings import result_settings_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_settings_dot_result__settings__pb2
|
|
27
28
|
|
|
28
29
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+dlubal/api/rfem/results/results_query.proto\x12\x17\x64lubal.api.rfem.results\x1a dlubal/api/common/model_id.proto\x1a*dlubal/api/rfem/results/results_type.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+dlubal/api/rfem/results/results_query.proto\x12\x17\x64lubal.api.rfem.results\x1a dlubal/api/common/model_id.proto\x1a*dlubal/api/rfem/results/results_type.proto\x1a\x36\x64lubal/api/rfem/results/settings/result_settings.proto\"\xb5\x03\n\x0cResultsQuery\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12:\n\x0cresults_type\x18\x02 \x01(\x0e\x32$.dlubal.api.rfem.results.ResultsType\x12\x37\n\x07\x66ilters\x18\x03 \x03(\x0b\x32&.dlubal.api.rfem.results.ResultsFilter\x12S\n\x12member_axes_system\x18\x04 \x01(\x0e\x32\x32.dlubal.api.rfem.results.settings.MemberAxesSystemH\x01\x88\x01\x01\x12`\n\x1fnodal_support_coordinate_system\x18\x05 \x01(\x0e\x32\x32.dlubal.api.rfem.results.settings.CoordinateSystemH\x02\x88\x01\x01\x42\x0b\n\t_model_idB\x15\n\x13_member_axes_systemB\"\n _nodal_support_coordinate_system\"=\n\rResultsFilter\x12\x11\n\tcolumn_id\x18\x01 \x01(\t\x12\x19\n\x11\x66ilter_expression\x18\x02 \x01(\tb\x06proto3')
|
|
30
31
|
|
|
31
32
|
_globals = globals()
|
|
32
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
34
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.results.results_query_pb2', _globals)
|
|
34
35
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
36
|
DESCRIPTOR._loaded_options = None
|
|
36
|
-
_globals['_RESULTSQUERY']._serialized_start=
|
|
37
|
-
_globals['_RESULTSQUERY']._serialized_end=
|
|
38
|
-
_globals['_RESULTSFILTER']._serialized_start=
|
|
39
|
-
_globals['_RESULTSFILTER']._serialized_end=
|
|
37
|
+
_globals['_RESULTSQUERY']._serialized_start=207
|
|
38
|
+
_globals['_RESULTSQUERY']._serialized_end=644
|
|
39
|
+
_globals['_RESULTSFILTER']._serialized_start=646
|
|
40
|
+
_globals['_RESULTSFILTER']._serialized_end=707
|
|
40
41
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
from dlubal.api.common import model_id_pb2 as _model_id_pb2
|
|
2
2
|
from dlubal.api.rfem.results import results_type_pb2 as _results_type_pb2
|
|
3
|
+
from dlubal.api.rfem.results.settings import result_settings_pb2 as _result_settings_pb2
|
|
3
4
|
from google.protobuf.internal import containers as _containers
|
|
4
5
|
from google.protobuf import descriptor as _descriptor
|
|
5
6
|
from google.protobuf import message as _message
|
|
@@ -8,14 +9,18 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map
|
|
|
8
9
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
10
|
|
|
10
11
|
class ResultsQuery(_message.Message):
|
|
11
|
-
__slots__ = ("model_id", "results_type", "filters")
|
|
12
|
+
__slots__ = ("model_id", "results_type", "filters", "member_axes_system", "nodal_support_coordinate_system")
|
|
12
13
|
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
13
14
|
RESULTS_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
14
15
|
FILTERS_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
MEMBER_AXES_SYSTEM_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
NODAL_SUPPORT_COORDINATE_SYSTEM_FIELD_NUMBER: _ClassVar[int]
|
|
15
18
|
model_id: _model_id_pb2.ModelId
|
|
16
19
|
results_type: _results_type_pb2.ResultsType
|
|
17
20
|
filters: _containers.RepeatedCompositeFieldContainer[ResultsFilter]
|
|
18
|
-
|
|
21
|
+
member_axes_system: _result_settings_pb2.MemberAxesSystem
|
|
22
|
+
nodal_support_coordinate_system: _result_settings_pb2.CoordinateSystem
|
|
23
|
+
def __init__(self, model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ..., results_type: _Optional[_Union[_results_type_pb2.ResultsType, str]] = ..., filters: _Optional[_Iterable[_Union[ResultsFilter, _Mapping]]] = ..., member_axes_system: _Optional[_Union[_result_settings_pb2.MemberAxesSystem, str]] = ..., nodal_support_coordinate_system: _Optional[_Union[_result_settings_pb2.CoordinateSystem, str]] = ...) -> None: ...
|
|
19
24
|
|
|
20
25
|
class ResultsFilter(_message.Message):
|
|
21
26
|
__slots__ = ("column_id", "filter_expression")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .result_settings_pb2 import *
|
|
@@ -0,0 +1,38 @@
|
|
|
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/results/settings/result_settings.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/results/settings/result_settings.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'\n6dlubal/api/rfem/results/settings/result_settings.proto\x12 dlubal.api.rfem.results.settings*\x8d\x01\n\x10MemberAxesSystem\x12\"\n\x1eMEMBER_AXES_SYSTEM_UNSPECIFIED\x10\x00\x12+\n\'MEMBER_AXES_SYSTEM_PRINCIPAL_AXES_X_U_V\x10\x01\x12(\n$MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z\x10\x02*p\n\x10\x43oordinateSystem\x12!\n\x1d\x43OORDINATE_SYSTEM_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43OORDINATE_SYSTEM_LOCAL\x10\x01\x12\x1c\n\x18\x43OORDINATE_SYSTEM_GLOBAL\x10\x02\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.results.settings.result_settings_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_MEMBERAXESSYSTEM']._serialized_start=93
|
|
35
|
+
_globals['_MEMBERAXESSYSTEM']._serialized_end=234
|
|
36
|
+
_globals['_COORDINATESYSTEM']._serialized_start=236
|
|
37
|
+
_globals['_COORDINATESYSTEM']._serialized_end=348
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from typing import ClassVar as _ClassVar
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class MemberAxesSystem(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
MEMBER_AXES_SYSTEM_UNSPECIFIED: _ClassVar[MemberAxesSystem]
|
|
10
|
+
MEMBER_AXES_SYSTEM_PRINCIPAL_AXES_X_U_V: _ClassVar[MemberAxesSystem]
|
|
11
|
+
MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z: _ClassVar[MemberAxesSystem]
|
|
12
|
+
|
|
13
|
+
class CoordinateSystem(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
14
|
+
__slots__ = ()
|
|
15
|
+
COORDINATE_SYSTEM_UNSPECIFIED: _ClassVar[CoordinateSystem]
|
|
16
|
+
COORDINATE_SYSTEM_LOCAL: _ClassVar[CoordinateSystem]
|
|
17
|
+
COORDINATE_SYSTEM_GLOBAL: _ClassVar[CoordinateSystem]
|
|
18
|
+
MEMBER_AXES_SYSTEM_UNSPECIFIED: MemberAxesSystem
|
|
19
|
+
MEMBER_AXES_SYSTEM_PRINCIPAL_AXES_X_U_V: MemberAxesSystem
|
|
20
|
+
MEMBER_AXES_SYSTEM_MEMBER_AXES_X_Y_Z: MemberAxesSystem
|
|
21
|
+
COORDINATE_SYSTEM_UNSPECIFIED: CoordinateSystem
|
|
22
|
+
COORDINATE_SYSTEM_LOCAL: CoordinateSystem
|
|
23
|
+
COORDINATE_SYSTEM_GLOBAL: CoordinateSystem
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.dlubal/api/rfem/structure_core/thickness.proto\x12\x1e\x64lubal.api.rfem.structure_core\"\xfaU\n\tThickness\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x1c\n\x14\x61ssigned_to_surfaces\x18\x04 \x03(\x05\x12\x41\n\x04type\x18\x05 \x01(\x0e\x32..dlubal.api.rfem.structure_core.Thickness.TypeH\x03\x88\x01\x01\x12\x15\n\x08material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x1e\n\x11uniform_thickness\x18\x07 \x01(\x01H\x05\x88\x01\x01\x12,\n\x1funiform_or_fictitious_thickness\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12\x43\n6advanced_time_dependent_properties_of_concrete_enabled\x18\t \x01(\x08H\x07\x88\x01\x01\x12\x1a\n\rcreep_enabled\x18\n \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11shrinkage_enabled\x18\x0b \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11relative_humidity\x18\x0c \x01(\x01H\n\x88\x01\x01\x12/\n\"specify_integration_method_enabled\x18\r \x01(\x08H\x0b\x88\x01\x01\x12\x65\n\x17integration_method_type\x18\x0e \x01(\x0e\x32?.dlubal.api.rfem.structure_core.Thickness.IntegrationMethodTypeH\x0c\x88\x01\x01\x12)\n\x1cnumber_of_integration_points\x18\x0f \x01(\x05H\r\x88\x01\x01\x12\x18\n\x0bthickness_1\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x13\n\x06node_1\x18\x11 \x01(\x05H\x0f\x88\x01\x01\x12\x18\n\x0bthickness_2\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x13\n\x06node_2\x18\x13 \x01(\x05H\x11\x88\x01\x01\x12\x18\n\x0bthickness_3\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x13\n\x06node_3\x18\x15 \x01(\x05H\x13\x88\x01\x01\x12K\n\tdirection\x18\x16 \x01(\x0e\x32\x33.dlubal.api.rfem.structure_core.Thickness.DirectionH\x14\x88\x01\x01\x12\x18\n\x0bthickness_4\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x13\n\x06node_4\x18\x18 \x01(\x05H\x16\x88\x01\x01\x12$\n\x17thickness_circle_center\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\"\n\x15thickness_circle_line\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x1b \x01(\tH\x19\x88\x01\x01\x12\x63\n\x16layers_reference_table\x18\x1c \x01(\x0b\x32>.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableH\x1a\x88\x01\x01\x12\'\n\x1alayers_solid_model_enabled\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\x1f\n\x12layers_gas_enabled\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12#\n\x16layers_total_thickness\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12 \n\x13layers_total_weight\x18 \x01(\x01H\x1e\x88\x01\x01\x12(\n\x1bstiffness_reduction_enabled\x18! \x01(\x08H\x1f\x88\x01\x01\x12)\n\x1cis_enabled_design_of_failure\x18\" \x01(\x08H \x88\x01\x01\x12\x1b\n\x0eplank_width_bx\x18# \x01(\x01H!\x88\x01\x01\x12\x1b\n\x0eplank_width_by\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!plank_width_including_gap_enabled\x18% \x01(\x08H#\x88\x01\x01\x12)\n\x1cplank_width_including_gap_ex\x18& \x01(\x01H$\x88\x01\x01\x12)\n\x1cplank_width_including_gap_ey\x18\' \x01(\x01H%\x88\x01\x01\x12\x39\n,stiffness_reduction_elements_editing_enabled\x18( \x01(\x08H&\x88\x01\x01\x12\x10\n\x03K33\x18) \x01(\x01H\'\x88\x01\x01\x12\x10\n\x03K44\x18* \x01(\x01H(\x88\x01\x01\x12\x10\n\x03K55\x18+ \x01(\x01H)\x88\x01\x01\x12\x10\n\x03K88\x18, \x01(\x01H*\x88\x01\x01\x12\x15\n\x08K33_note\x18- \x01(\tH+\x88\x01\x01\x12\x15\n\x08K44_note\x18. \x01(\tH,\x88\x01\x01\x12\x15\n\x08K55_note\x18/ \x01(\tH-\x88\x01\x01\x12\x15\n\x08K88_note\x18\x30 \x01(\tH.\x88\x01\x01\x12l\n\x1b\x66unction_data_function_type\x18\x31 \x01(\x0e\x32\x42.dlubal.api.rfem.structure_core.Thickness.FunctionDataFunctionTypeH/\x88\x01\x01\x12#\n\x16\x66unction_data_layer_id\x18\x32 \x01(\x05H0\x88\x01\x01\x12\x41\n4function_data_age_of_concrete_at_the_considered_time\x18\x33 \x01(\x01H1\x88\x01\x01\x12*\n\x1d\x66unction_data_number_of_steps\x18\x34 \x01(\x05H2\x88\x01\x01\x12p\n\x1a\x66unction_data_coefficients\x18\x35 \x01(\x0b\x32G.dlubal.api.rfem.structure_core.Thickness.FunctionDataCoefficientsTableH3\x88\x01\x01\x12\x1d\n\x10parent_thickness\x18\x36 \x01(\x05H4\x88\x01\x01\x12\x1f\n\x17parent_thickness_layers\x18\x37 \x03(\x05\x12V\n\x0forthotropy_type\x18\x38 \x01(\x0e\x32\x38.dlubal.api.rfem.structure_core.Thickness.OrthotropyTypeH5\x88\x01\x01\x12%\n\x18orthotropy_rotation_beta\x18\x39 \x01(\x01H6\x88\x01\x01\x12,\n\x1forthotropy_fictitious_thickness\x18: \x01(\x01H7\x88\x01\x01\x12\x8c\x01\n,shape_orthotropy_self_weight_definition_type\x18; \x01(\x0e\x32Q.dlubal.api.rfem.structure_core.Thickness.ShapeOrthotropySelfWeightDefinitionTypeH8\x88\x01\x01\x12\x33\n&shape_orthotropy_effective_thickness_x\x18< \x01(\x01H9\x88\x01\x01\x12\x33\n&shape_orthotropy_effective_thickness_y\x18= \x01(\x01H:\x88\x01\x01\x12)\n\x1cshape_orthotropy_self_weight\x18> \x01(\x01H;\x88\x01\x01\x12\x8c\x01\n,stiffness_matrix_self_weight_definition_type\x18? \x01(\x0e\x32Q.dlubal.api.rfem.structure_core.Thickness.StiffnessMatrixSelfWeightDefinitionTypeH<\x88\x01\x01\x12*\n\x1dstiffness_matrix_bulk_density\x18@ \x01(\x01H=\x88\x01\x01\x12*\n\x1dstiffness_matrix_area_density\x18\x41 \x01(\x01H>\x88\x01\x01\x12>\n1stiffness_matrix_coefficient_of_thermal_expansion\x18\x42 \x01(\x01H?\x88\x01\x01\x12\x1f\n\x12\x63oupling_thickness\x18\x43 \x01(\x01H@\x88\x01\x01\x12\x1d\n\x10\x63oupling_spacing\x18\x44 \x01(\x01HA\x88\x01\x01\x12\x1b\n\x0e\x63oupling_width\x18\x45 \x01(\x01HB\x88\x01\x01\x12\x1b\n\x0eslab_thickness\x18\x46 \x01(\x01HC\x88\x01\x01\x12\x17\n\nrib_height\x18G \x01(\x01HD\x88\x01\x01\x12\x18\n\x0brib_spacing\x18H \x01(\x01HE\x88\x01\x01\x12\x16\n\trib_width\x18I \x01(\x01HF\x88\x01\x01\x12\x1a\n\rrib_spacing_x\x18J \x01(\x01HG\x88\x01\x01\x12\x1a\n\rrib_spacing_y\x18K \x01(\x01HH\x88\x01\x01\x12\x18\n\x0brib_width_x\x18L \x01(\x01HI\x88\x01\x01\x12\x18\n\x0brib_width_y\x18M \x01(\x01HJ\x88\x01\x01\x12\x1c\n\x0fsheet_thickness\x18N \x01(\x01HK\x88\x01\x01\x12!\n\x14total_profile_height\x18O \x01(\x01HL\x88\x01\x01\x12\x1d\n\x10top_flange_width\x18P \x01(\x01HM\x88\x01\x01\x12 \n\x13\x62ottom_flange_width\x18Q \x01(\x01HN\x88\x01\x01\x12\x19\n\x0cvoid_spacing\x18R \x01(\x01HO\x88\x01\x01\x12\x1a\n\rvoid_diameter\x18S \x01(\x01HP\x88\x01\x01\x12\x19\n\x0crib_height_x\x18T \x01(\x01HQ\x88\x01\x01\x12\x19\n\x0crib_height_y\x18U \x01(\x01HR\x88\x01\x01\x12\x10\n\x03\x44\x31\x31\x18V \x01(\x01HS\x88\x01\x01\x12\x15\n\x08\x44\x31\x31_note\x18W \x01(\tHT\x88\x01\x01\x12\x10\n\x03\x44\x31\x32\x18X \x01(\x01HU\x88\x01\x01\x12\x15\n\x08\x44\x31\x32_note\x18Y \x01(\tHV\x88\x01\x01\x12\x10\n\x03\x44\x31\x33\x18Z \x01(\x01HW\x88\x01\x01\x12\x15\n\x08\x44\x31\x33_note\x18[ \x01(\tHX\x88\x01\x01\x12\x10\n\x03\x44\x31\x36\x18\\ \x01(\x01HY\x88\x01\x01\x12\x15\n\x08\x44\x31\x36_note\x18] \x01(\tHZ\x88\x01\x01\x12\x10\n\x03\x44\x31\x37\x18^ \x01(\x01H[\x88\x01\x01\x12\x15\n\x08\x44\x31\x37_note\x18_ \x01(\tH\\\x88\x01\x01\x12\x10\n\x03\x44\x31\x38\x18` \x01(\x01H]\x88\x01\x01\x12\x15\n\x08\x44\x31\x38_note\x18\x61 \x01(\tH^\x88\x01\x01\x12\x10\n\x03\x44\x32\x32\x18\x62 \x01(\x01H_\x88\x01\x01\x12\x15\n\x08\x44\x32\x32_note\x18\x63 \x01(\tH`\x88\x01\x01\x12\x10\n\x03\x44\x32\x33\x18\x64 \x01(\x01Ha\x88\x01\x01\x12\x15\n\x08\x44\x32\x33_note\x18\x65 \x01(\tHb\x88\x01\x01\x12\x10\n\x03\x44\x32\x37\x18\x66 \x01(\x01Hc\x88\x01\x01\x12\x15\n\x08\x44\x32\x37_note\x18g \x01(\tHd\x88\x01\x01\x12\x10\n\x03\x44\x32\x38\x18h \x01(\x01He\x88\x01\x01\x12\x15\n\x08\x44\x32\x38_note\x18i \x01(\tHf\x88\x01\x01\x12\x10\n\x03\x44\x33\x33\x18j \x01(\x01Hg\x88\x01\x01\x12\x15\n\x08\x44\x33\x33_note\x18k \x01(\tHh\x88\x01\x01\x12\x10\n\x03\x44\x33\x38\x18l \x01(\x01Hi\x88\x01\x01\x12\x15\n\x08\x44\x33\x38_note\x18m \x01(\tHj\x88\x01\x01\x12\x10\n\x03\x44\x34\x34\x18n \x01(\x01Hk\x88\x01\x01\x12\x15\n\x08\x44\x34\x34_note\x18o \x01(\tHl\x88\x01\x01\x12\x10\n\x03\x44\x34\x35\x18p \x01(\x01Hm\x88\x01\x01\x12\x15\n\x08\x44\x34\x35_note\x18q \x01(\tHn\x88\x01\x01\x12\x10\n\x03\x44\x35\x35\x18r \x01(\x01Ho\x88\x01\x01\x12\x15\n\x08\x44\x35\x35_note\x18s \x01(\tHp\x88\x01\x01\x12\x10\n\x03\x44\x36\x36\x18t \x01(\x01Hq\x88\x01\x01\x12\x15\n\x08\x44\x36\x36_note\x18u \x01(\tHr\x88\x01\x01\x12\x10\n\x03\x44\x36\x37\x18v \x01(\x01Hs\x88\x01\x01\x12\x15\n\x08\x44\x36\x37_note\x18w \x01(\tHt\x88\x01\x01\x12\x10\n\x03\x44\x36\x38\x18x \x01(\x01Hu\x88\x01\x01\x12\x15\n\x08\x44\x36\x38_note\x18y \x01(\tHv\x88\x01\x01\x12\x10\n\x03\x44\x37\x37\x18z \x01(\x01Hw\x88\x01\x01\x12\x15\n\x08\x44\x37\x37_note\x18{ \x01(\tHx\x88\x01\x01\x12\x10\n\x03\x44\x37\x38\x18| \x01(\x01Hy\x88\x01\x01\x12\x15\n\x08\x44\x37\x38_note\x18} \x01(\tHz\x88\x01\x01\x12\x10\n\x03\x44\x38\x38\x18~ \x01(\x01H{\x88\x01\x01\x12\x15\n\x08\x44\x38\x38_note\x18\x7f \x01(\tH|\x88\x01\x01\x12\x1a\n\x0cis_generated\x18\x80\x01 \x01(\x08H}\x88\x01\x01\x12$\n\x16generating_object_info\x18\x81\x01 \x01(\tH~\x88\x01\x01\x12o\n\x19time_dependent_properties\x18\x82\x01 \x01(\x0b\x32\x46.dlubal.api.rfem.structure_core.Thickness.TimeDependentPropertiesTableH\x7f\x88\x01\x01\x12#\n\x14id_for_export_import\x18\x83\x01 \x01(\tH\x80\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\x84\x01 \x01(\tH\x81\x01\x88\x01\x01\x1ag\n\x14LayersReferenceTable\x12O\n\x04rows\x18\x01 \x03(\x0b\x32\x41.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableRow\x1a\xb6\x08\n\x17LayersReferenceTableRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x64\n\nlayer_type\x18\x04 \x01(\x0e\x32K.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableRow.LayerTypeH\x03\x88\x01\x01\x12!\n\x14thickness_type_or_id\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x15\n\x08material\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\x16\n\tthickness\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x12\n\x05\x61ngle\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1f\n\x12integration_points\x18\t \x01(\x05H\x08\x88\x01\x01\x12\x37\n*connection_with_other_topological_elements\x18\n \x01(\x08H\t\x88\x01\x01\x12l\n\x0e\x65\x64ge_finishing\x18\x0b \x01(\x0e\x32O.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableRow.EdgeFinishingH\n\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x1c\n\x0fspecific_weight\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06weight\x18\x0e \x01(\x01H\r\x88\x01\x01\"t\n\tLayerType\x12!\n\x1dLAYER_TYPE_E_LAYER_TYPE_LAYER\x10\x00\x12#\n\x1fLAYER_TYPE_E_LAYER_TYPE_CONTACT\x10\x01\x12\x1f\n\x1bLAYER_TYPE_E_LAYER_TYPE_GAS\x10\x02\"\x90\x01\n\rEdgeFinishing\x12\"\n\x1e\x45\x44GE_FINISHING_CLEAN_CUT_EDGES\x10\x00\x12\x17\n\x13\x45\x44GE_FINISHING_NONE\x10\x03\x12!\n\x1d\x45\x44GE_FINISHING_POLISHED_EDGES\x10\x02\x12\x1f\n\x1b\x45\x44GE_FINISHING_SEAMED_EDGES\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\r\n\x0b_layer_typeB\x17\n\x15_thickness_type_or_idB\x0b\n\t_materialB\x0c\n\n_thicknessB\x08\n\x06_angleB\x15\n\x13_integration_pointsB-\n+_connection_with_other_topological_elementsB\x11\n\x0f_edge_finishingB\n\n\x08_commentB\x12\n\x10_specific_weightB\t\n\x07_weight\x1at\n\x1d\x46unctionDataCoefficientsTable\x12S\n\x04rows\x18\x01 \x03(\x0b\x32\x45.dlubal.api.rfem.structure_core.Thickness.FunctionDataCoefficientsRow\x1a\xa5\x01\n\x1b\x46unctionDataCoefficientsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04time\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x18\n\x0b\x63oefficient\x18\x04 \x01(\x01H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_timeB\x0e\n\x0c_coefficient\x1aw\n\x1cTimeDependentPropertiesTable\x12W\n\x04rows\x18\x01 \x03(\x0b\x32I.dlubal.api.rfem.structure_core.Thickness.TimeDependentPropertiesTableRow\x1a\x9c\x02\n\x1fTimeDependentPropertiesTableRow\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(\tH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12[\n\x08\x63hildren\x18\x06 \x03(\x0b\x32I.dlubal.api.rfem.structure_core.Thickness.TimeDependentPropertiesTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\"\xa0\x03\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x13\n\x0fTYPE_BEAM_PANEL\x10\r\x12\x1a\n\x16TYPE_GLASS_COMPOSITION\x10\x0e\x12\x0f\n\x0bTYPE_LAYERS\x10\x06\x12\x19\n\x15TYPE_SHAPE_ORTHOTROPY\x10\x07\x12\x19\n\x15TYPE_STIFFNESS_MATRIX\x10\x08\x12\x18\n\x14TYPE_THICKNESS_PHASE\x10\x0c\x12\x10\n\x0cTYPE_UNIFORM\x10\x01\x12\x18\n\x14TYPE_VARIABLE_CIRCLE\x10\x05\x12&\n\"TYPE_VARIABLE_FOUR_SURFACE_CORNERS\x10\x04\x12\x1d\n\x19TYPE_VARIABLE_THREE_NODES\x10\x02\x12)\n%TYPE_VARIABLE_TWO_NODES_AND_DIRECTION\x10\x03\x12\x18\n\x14TYPE_WALL_SHEAR_FREE\x10\t\x12\x1d\n\x19TYPE_WALL_SHEAR_FREE_IN_X\x10\n\x12\x1d\n\x19TYPE_WALL_SHEAR_FREE_IN_Y\x10\x0b\"\xa6\x01\n\x15IntegrationMethodType\x12\x34\n0INTEGRATION_METHOD_TYPE_GAUSS_LOBATTO_QUADRATURE\x10\x00\x12)\n%INTEGRATION_METHOD_TYPE_SIMPSONS_RULE\x10\x01\x12,\n(INTEGRATION_METHOD_TYPE_TRAPEZOIDAL_RULE\x10\x02\"\x90\x01\n\tDirection\x12\x19\n\x15\x44IRECTION_GLOBAL_IN_X\x10\x00\x12\x19\n\x15\x44IRECTION_GLOBAL_IN_Y\x10\x01\x12\x19\n\x15\x44IRECTION_GLOBAL_IN_Z\x10\x02\x12\x18\n\x14\x44IRECTION_LOCAL_IN_X\x10\x03\x12\x18\n\x14\x44IRECTION_LOCAL_IN_Y\x10\x04\"\xec\x01\n\x18\x46unctionDataFunctionType\x12\x31\n-FUNCTION_DATA_FUNCTION_TYPE_CREEP_COEFFICIENT\x10\x00\x12\x33\n/FUNCTION_DATA_FUNCTION_TYPE_SHRINKAGE_STRAIN_CA\x10\x02\x12\x33\n/FUNCTION_DATA_FUNCTION_TYPE_SHRINKAGE_STRAIN_CD\x10\x03\x12\x33\n/FUNCTION_DATA_FUNCTION_TYPE_SHRINKAGE_STRAIN_CS\x10\x01\"\xd3\x02\n\x0eOrthotropyType\x12)\n%ORTHOTROPY_TYPE_EFFECTIVE_THICKNESSES\x10\x00\x12.\n*ORTHOTROPY_TYPE_BIDIRECTIONAL_RIBBED_PLATE\x10\x03\x12\x1c\n\x18ORTHOTROPY_TYPE_COUPLING\x10\x01\x12\x1c\n\x18ORTHOTROPY_TYPE_GRILLAGE\x10\x06\x12$\n ORTHOTROPY_TYPE_HOLLOW_CORE_SLAB\x10\x05\x12%\n!ORTHOTROPY_TYPE_TRAPEZOIDAL_SHEET\x10\x04\x12,\n(ORTHOTROPY_TYPE_UNIDIRECTIONAL_BOX_FLOOR\x10\x07\x12/\n+ORTHOTROPY_TYPE_UNIDIRECTIONAL_RIBBED_PLATE\x10\x02\"\xad\x02\n\'ShapeOrthotropySelfWeightDefinitionType\x12j\nfSHAPE_ORTHOTROPY_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_COMPUTED_FROM_PARAMETERS\x10\x00\x12Q\nMSHAPE_ORTHOTROPY_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS\x10\x01\x12\x43\n?SHAPE_ORTHOTROPY_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_WEIGHT\x10\x02\"\xcd\x02\n\'StiffnessMatrixSelfWeightDefinitionType\x12\x62\n^STIFFNESS_MATRIX_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_AND_BULK_DENSITY\x10\x00\x12Z\nVSTIFFNESS_MATRIX_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_BULK_DENSITY_AND_AREA_DENSITY\x10\x02\x12\x62\n^STIFFNESS_MATRIX_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_AND_AREA_DENSITY\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x07\n\x05_typeB\x0b\n\t_materialB\x14\n\x12_uniform_thicknessB\"\n _uniform_or_fictitious_thicknessB9\n7_advanced_time_dependent_properties_of_concrete_enabledB\x10\n\x0e_creep_enabledB\x14\n\x12_shrinkage_enabledB\x14\n\x12_relative_humidityB%\n#_specify_integration_method_enabledB\x1a\n\x18_integration_method_typeB\x1f\n\x1d_number_of_integration_pointsB\x0e\n\x0c_thickness_1B\t\n\x07_node_1B\x0e\n\x0c_thickness_2B\t\n\x07_node_2B\x0e\n\x0c_thickness_3B\t\n\x07_node_3B\x0c\n\n_directionB\x0e\n\x0c_thickness_4B\t\n\x07_node_4B\x1a\n\x18_thickness_circle_centerB\x18\n\x16_thickness_circle_lineB\n\n\x08_commentB\x19\n\x17_layers_reference_tableB\x1d\n\x1b_layers_solid_model_enabledB\x15\n\x13_layers_gas_enabledB\x19\n\x17_layers_total_thicknessB\x16\n\x14_layers_total_weightB\x1e\n\x1c_stiffness_reduction_enabledB\x1f\n\x1d_is_enabled_design_of_failureB\x11\n\x0f_plank_width_bxB\x11\n\x0f_plank_width_byB$\n\"_plank_width_including_gap_enabledB\x1f\n\x1d_plank_width_including_gap_exB\x1f\n\x1d_plank_width_including_gap_eyB/\n-_stiffness_reduction_elements_editing_enabledB\x06\n\x04_K33B\x06\n\x04_K44B\x06\n\x04_K55B\x06\n\x04_K88B\x0b\n\t_K33_noteB\x0b\n\t_K44_noteB\x0b\n\t_K55_noteB\x0b\n\t_K88_noteB\x1e\n\x1c_function_data_function_typeB\x19\n\x17_function_data_layer_idB7\n5_function_data_age_of_concrete_at_the_considered_timeB \n\x1e_function_data_number_of_stepsB\x1d\n\x1b_function_data_coefficientsB\x13\n\x11_parent_thicknessB\x12\n\x10_orthotropy_typeB\x1b\n\x19_orthotropy_rotation_betaB\"\n _orthotropy_fictitious_thicknessB/\n-_shape_orthotropy_self_weight_definition_typeB)\n\'_shape_orthotropy_effective_thickness_xB)\n\'_shape_orthotropy_effective_thickness_yB\x1f\n\x1d_shape_orthotropy_self_weightB/\n-_stiffness_matrix_self_weight_definition_typeB \n\x1e_stiffness_matrix_bulk_densityB \n\x1e_stiffness_matrix_area_densityB4\n2_stiffness_matrix_coefficient_of_thermal_expansionB\x15\n\x13_coupling_thicknessB\x13\n\x11_coupling_spacingB\x11\n\x0f_coupling_widthB\x11\n\x0f_slab_thicknessB\r\n\x0b_rib_heightB\x0e\n\x0c_rib_spacingB\x0c\n\n_rib_widthB\x10\n\x0e_rib_spacing_xB\x10\n\x0e_rib_spacing_yB\x0e\n\x0c_rib_width_xB\x0e\n\x0c_rib_width_yB\x12\n\x10_sheet_thicknessB\x17\n\x15_total_profile_heightB\x13\n\x11_top_flange_widthB\x16\n\x14_bottom_flange_widthB\x0f\n\r_void_spacingB\x10\n\x0e_void_diameterB\x0f\n\r_rib_height_xB\x0f\n\r_rib_height_yB\x06\n\x04_D11B\x0b\n\t_D11_noteB\x06\n\x04_D12B\x0b\n\t_D12_noteB\x06\n\x04_D13B\x0b\n\t_D13_noteB\x06\n\x04_D16B\x0b\n\t_D16_noteB\x06\n\x04_D17B\x0b\n\t_D17_noteB\x06\n\x04_D18B\x0b\n\t_D18_noteB\x06\n\x04_D22B\x0b\n\t_D22_noteB\x06\n\x04_D23B\x0b\n\t_D23_noteB\x06\n\x04_D27B\x0b\n\t_D27_noteB\x06\n\x04_D28B\x0b\n\t_D28_noteB\x06\n\x04_D33B\x0b\n\t_D33_noteB\x06\n\x04_D38B\x0b\n\t_D38_noteB\x06\n\x04_D44B\x0b\n\t_D44_noteB\x06\n\x04_D45B\x0b\n\t_D45_noteB\x06\n\x04_D55B\x0b\n\t_D55_noteB\x06\n\x04_D66B\x0b\n\t_D66_noteB\x06\n\x04_D67B\x0b\n\t_D67_noteB\x06\n\x04_D68B\x0b\n\t_D68_noteB\x06\n\x04_D77B\x0b\n\t_D77_noteB\x06\n\x04_D78B\x0b\n\t_D78_noteB\x06\n\x04_D88B\x0b\n\t_D88_noteB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1c\n\x1a_time_dependent_propertiesB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.dlubal/api/rfem/structure_core/thickness.proto\x12\x1e\x64lubal.api.rfem.structure_core\"\xb2V\n\tThickness\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x1c\n\x14\x61ssigned_to_surfaces\x18\x04 \x03(\x05\x12\x41\n\x04type\x18\x05 \x01(\x0e\x32..dlubal.api.rfem.structure_core.Thickness.TypeH\x03\x88\x01\x01\x12\x15\n\x08material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x1e\n\x11uniform_thickness\x18\x07 \x01(\x01H\x05\x88\x01\x01\x12,\n\x1funiform_or_fictitious_thickness\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12\x43\n6advanced_time_dependent_properties_of_concrete_enabled\x18\t \x01(\x08H\x07\x88\x01\x01\x12\x1a\n\rcreep_enabled\x18\n \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11shrinkage_enabled\x18\x0b \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11relative_humidity\x18\x0c \x01(\x01H\n\x88\x01\x01\x12/\n\"specify_integration_method_enabled\x18\r \x01(\x08H\x0b\x88\x01\x01\x12\x65\n\x17integration_method_type\x18\x0e \x01(\x0e\x32?.dlubal.api.rfem.structure_core.Thickness.IntegrationMethodTypeH\x0c\x88\x01\x01\x12)\n\x1cnumber_of_integration_points\x18\x0f \x01(\x05H\r\x88\x01\x01\x12\x18\n\x0bthickness_1\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x13\n\x06node_1\x18\x11 \x01(\x05H\x0f\x88\x01\x01\x12\x18\n\x0bthickness_2\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x13\n\x06node_2\x18\x13 \x01(\x05H\x11\x88\x01\x01\x12\x18\n\x0bthickness_3\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x13\n\x06node_3\x18\x15 \x01(\x05H\x13\x88\x01\x01\x12K\n\tdirection\x18\x16 \x01(\x0e\x32\x33.dlubal.api.rfem.structure_core.Thickness.DirectionH\x14\x88\x01\x01\x12\x18\n\x0bthickness_4\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x13\n\x06node_4\x18\x18 \x01(\x05H\x16\x88\x01\x01\x12$\n\x17thickness_circle_center\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\"\n\x15thickness_circle_line\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x1b \x01(\tH\x19\x88\x01\x01\x12\x63\n\x16layers_reference_table\x18\x1c \x01(\x0b\x32>.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableH\x1a\x88\x01\x01\x12\'\n\x1alayers_solid_model_enabled\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\x1f\n\x12layers_gas_enabled\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12#\n\x16layers_total_thickness\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12 \n\x13layers_total_weight\x18 \x01(\x01H\x1e\x88\x01\x01\x12(\n\x1bstiffness_reduction_enabled\x18! \x01(\x08H\x1f\x88\x01\x01\x12)\n\x1cis_enabled_design_of_failure\x18\" \x01(\x08H \x88\x01\x01\x12\x1b\n\x0eplank_width_bx\x18# \x01(\x01H!\x88\x01\x01\x12\x1b\n\x0eplank_width_by\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!plank_width_including_gap_enabled\x18% \x01(\x08H#\x88\x01\x01\x12)\n\x1cplank_width_including_gap_ex\x18& \x01(\x01H$\x88\x01\x01\x12)\n\x1cplank_width_including_gap_ey\x18\' \x01(\x01H%\x88\x01\x01\x12\x39\n,stiffness_reduction_elements_editing_enabled\x18( \x01(\x08H&\x88\x01\x01\x12\x10\n\x03K33\x18) \x01(\x01H\'\x88\x01\x01\x12\x10\n\x03K44\x18* \x01(\x01H(\x88\x01\x01\x12\x10\n\x03K55\x18+ \x01(\x01H)\x88\x01\x01\x12\x10\n\x03K88\x18, \x01(\x01H*\x88\x01\x01\x12\x15\n\x08K33_note\x18- \x01(\tH+\x88\x01\x01\x12\x15\n\x08K44_note\x18. \x01(\tH,\x88\x01\x01\x12\x15\n\x08K55_note\x18/ \x01(\tH-\x88\x01\x01\x12\x15\n\x08K88_note\x18\x30 \x01(\tH.\x88\x01\x01\x12l\n\x1b\x66unction_data_function_type\x18\x31 \x01(\x0e\x32\x42.dlubal.api.rfem.structure_core.Thickness.FunctionDataFunctionTypeH/\x88\x01\x01\x12#\n\x16\x66unction_data_layer_id\x18\x32 \x01(\x05H0\x88\x01\x01\x12\x41\n4function_data_age_of_concrete_at_the_considered_time\x18\x33 \x01(\x01H1\x88\x01\x01\x12*\n\x1d\x66unction_data_number_of_steps\x18\x34 \x01(\x05H2\x88\x01\x01\x12p\n\x1a\x66unction_data_coefficients\x18\x35 \x01(\x0b\x32G.dlubal.api.rfem.structure_core.Thickness.FunctionDataCoefficientsTableH3\x88\x01\x01\x12\x1d\n\x10parent_thickness\x18\x36 \x01(\x05H4\x88\x01\x01\x12\x1f\n\x17parent_thickness_layers\x18\x37 \x03(\x05\x12V\n\x0forthotropy_type\x18\x38 \x01(\x0e\x32\x38.dlubal.api.rfem.structure_core.Thickness.OrthotropyTypeH5\x88\x01\x01\x12%\n\x18orthotropy_rotation_beta\x18\x39 \x01(\x01H6\x88\x01\x01\x12,\n\x1forthotropy_fictitious_thickness\x18: \x01(\x01H7\x88\x01\x01\x12\x8c\x01\n,shape_orthotropy_self_weight_definition_type\x18; \x01(\x0e\x32Q.dlubal.api.rfem.structure_core.Thickness.ShapeOrthotropySelfWeightDefinitionTypeH8\x88\x01\x01\x12\x33\n&shape_orthotropy_effective_thickness_x\x18< \x01(\x01H9\x88\x01\x01\x12\x33\n&shape_orthotropy_effective_thickness_y\x18= \x01(\x01H:\x88\x01\x01\x12)\n\x1cshape_orthotropy_self_weight\x18> \x01(\x01H;\x88\x01\x01\x12\x8c\x01\n,stiffness_matrix_self_weight_definition_type\x18? \x01(\x0e\x32Q.dlubal.api.rfem.structure_core.Thickness.StiffnessMatrixSelfWeightDefinitionTypeH<\x88\x01\x01\x12*\n\x1dstiffness_matrix_bulk_density\x18@ \x01(\x01H=\x88\x01\x01\x12*\n\x1dstiffness_matrix_area_density\x18\x41 \x01(\x01H>\x88\x01\x01\x12>\n1stiffness_matrix_coefficient_of_thermal_expansion\x18\x42 \x01(\x01H?\x88\x01\x01\x12\x1f\n\x12\x63oupling_thickness\x18\x43 \x01(\x01H@\x88\x01\x01\x12\x1d\n\x10\x63oupling_spacing\x18\x44 \x01(\x01HA\x88\x01\x01\x12\x1b\n\x0e\x63oupling_width\x18\x45 \x01(\x01HB\x88\x01\x01\x12\x1b\n\x0eslab_thickness\x18\x46 \x01(\x01HC\x88\x01\x01\x12\x17\n\nrib_height\x18G \x01(\x01HD\x88\x01\x01\x12\x18\n\x0brib_spacing\x18H \x01(\x01HE\x88\x01\x01\x12\x16\n\trib_width\x18I \x01(\x01HF\x88\x01\x01\x12\x1a\n\rrib_spacing_x\x18J \x01(\x01HG\x88\x01\x01\x12\x1a\n\rrib_spacing_y\x18K \x01(\x01HH\x88\x01\x01\x12\x18\n\x0brib_width_x\x18L \x01(\x01HI\x88\x01\x01\x12\x18\n\x0brib_width_y\x18M \x01(\x01HJ\x88\x01\x01\x12\x1c\n\x0fsheet_thickness\x18N \x01(\x01HK\x88\x01\x01\x12!\n\x14total_profile_height\x18O \x01(\x01HL\x88\x01\x01\x12\x1d\n\x10top_flange_width\x18P \x01(\x01HM\x88\x01\x01\x12 \n\x13\x62ottom_flange_width\x18Q \x01(\x01HN\x88\x01\x01\x12\x19\n\x0cvoid_spacing\x18R \x01(\x01HO\x88\x01\x01\x12\x1a\n\rvoid_diameter\x18S \x01(\x01HP\x88\x01\x01\x12\x19\n\x0crib_height_x\x18T \x01(\x01HQ\x88\x01\x01\x12\x19\n\x0crib_height_y\x18U \x01(\x01HR\x88\x01\x01\x12\x10\n\x03\x44\x31\x31\x18V \x01(\x01HS\x88\x01\x01\x12\x15\n\x08\x44\x31\x31_note\x18W \x01(\tHT\x88\x01\x01\x12\x10\n\x03\x44\x31\x32\x18X \x01(\x01HU\x88\x01\x01\x12\x15\n\x08\x44\x31\x32_note\x18Y \x01(\tHV\x88\x01\x01\x12\x10\n\x03\x44\x31\x33\x18Z \x01(\x01HW\x88\x01\x01\x12\x15\n\x08\x44\x31\x33_note\x18[ \x01(\tHX\x88\x01\x01\x12\x10\n\x03\x44\x31\x36\x18\\ \x01(\x01HY\x88\x01\x01\x12\x15\n\x08\x44\x31\x36_note\x18] \x01(\tHZ\x88\x01\x01\x12\x10\n\x03\x44\x31\x37\x18^ \x01(\x01H[\x88\x01\x01\x12\x15\n\x08\x44\x31\x37_note\x18_ \x01(\tH\\\x88\x01\x01\x12\x10\n\x03\x44\x31\x38\x18` \x01(\x01H]\x88\x01\x01\x12\x15\n\x08\x44\x31\x38_note\x18\x61 \x01(\tH^\x88\x01\x01\x12\x10\n\x03\x44\x32\x32\x18\x62 \x01(\x01H_\x88\x01\x01\x12\x15\n\x08\x44\x32\x32_note\x18\x63 \x01(\tH`\x88\x01\x01\x12\x10\n\x03\x44\x32\x33\x18\x64 \x01(\x01Ha\x88\x01\x01\x12\x15\n\x08\x44\x32\x33_note\x18\x65 \x01(\tHb\x88\x01\x01\x12\x10\n\x03\x44\x32\x37\x18\x66 \x01(\x01Hc\x88\x01\x01\x12\x15\n\x08\x44\x32\x37_note\x18g \x01(\tHd\x88\x01\x01\x12\x10\n\x03\x44\x32\x38\x18h \x01(\x01He\x88\x01\x01\x12\x15\n\x08\x44\x32\x38_note\x18i \x01(\tHf\x88\x01\x01\x12\x10\n\x03\x44\x33\x33\x18j \x01(\x01Hg\x88\x01\x01\x12\x15\n\x08\x44\x33\x33_note\x18k \x01(\tHh\x88\x01\x01\x12\x10\n\x03\x44\x33\x38\x18l \x01(\x01Hi\x88\x01\x01\x12\x15\n\x08\x44\x33\x38_note\x18m \x01(\tHj\x88\x01\x01\x12\x10\n\x03\x44\x34\x34\x18n \x01(\x01Hk\x88\x01\x01\x12\x15\n\x08\x44\x34\x34_note\x18o \x01(\tHl\x88\x01\x01\x12\x10\n\x03\x44\x34\x35\x18p \x01(\x01Hm\x88\x01\x01\x12\x15\n\x08\x44\x34\x35_note\x18q \x01(\tHn\x88\x01\x01\x12\x10\n\x03\x44\x35\x35\x18r \x01(\x01Ho\x88\x01\x01\x12\x15\n\x08\x44\x35\x35_note\x18s \x01(\tHp\x88\x01\x01\x12\x10\n\x03\x44\x36\x36\x18t \x01(\x01Hq\x88\x01\x01\x12\x15\n\x08\x44\x36\x36_note\x18u \x01(\tHr\x88\x01\x01\x12\x10\n\x03\x44\x36\x37\x18v \x01(\x01Hs\x88\x01\x01\x12\x15\n\x08\x44\x36\x37_note\x18w \x01(\tHt\x88\x01\x01\x12\x10\n\x03\x44\x36\x38\x18x \x01(\x01Hu\x88\x01\x01\x12\x15\n\x08\x44\x36\x38_note\x18y \x01(\tHv\x88\x01\x01\x12\x10\n\x03\x44\x37\x37\x18z \x01(\x01Hw\x88\x01\x01\x12\x15\n\x08\x44\x37\x37_note\x18{ \x01(\tHx\x88\x01\x01\x12\x10\n\x03\x44\x37\x38\x18| \x01(\x01Hy\x88\x01\x01\x12\x15\n\x08\x44\x37\x38_note\x18} \x01(\tHz\x88\x01\x01\x12\x10\n\x03\x44\x38\x38\x18~ \x01(\x01H{\x88\x01\x01\x12\x15\n\x08\x44\x38\x38_note\x18\x7f \x01(\tH|\x88\x01\x01\x12\x1a\n\x0cis_generated\x18\x80\x01 \x01(\x08H}\x88\x01\x01\x12$\n\x16generating_object_info\x18\x81\x01 \x01(\tH~\x88\x01\x01\x12o\n\x19time_dependent_properties\x18\x82\x01 \x01(\x0b\x32\x46.dlubal.api.rfem.structure_core.Thickness.TimeDependentPropertiesTableH\x7f\x88\x01\x01\x12#\n\x14id_for_export_import\x18\x83\x01 \x01(\tH\x80\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\x84\x01 \x01(\tH\x81\x01\x88\x01\x01\x1ag\n\x14LayersReferenceTable\x12O\n\x04rows\x18\x01 \x03(\x0b\x32\x41.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableRow\x1a\xb6\x08\n\x17LayersReferenceTableRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x64\n\nlayer_type\x18\x04 \x01(\x0e\x32K.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableRow.LayerTypeH\x03\x88\x01\x01\x12!\n\x14thickness_type_or_id\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x15\n\x08material\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\x16\n\tthickness\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x12\n\x05\x61ngle\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1f\n\x12integration_points\x18\t \x01(\x05H\x08\x88\x01\x01\x12\x37\n*connection_with_other_topological_elements\x18\n \x01(\x08H\t\x88\x01\x01\x12l\n\x0e\x65\x64ge_finishing\x18\x0b \x01(\x0e\x32O.dlubal.api.rfem.structure_core.Thickness.LayersReferenceTableRow.EdgeFinishingH\n\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x1c\n\x0fspecific_weight\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06weight\x18\x0e \x01(\x01H\r\x88\x01\x01\"t\n\tLayerType\x12!\n\x1dLAYER_TYPE_E_LAYER_TYPE_LAYER\x10\x00\x12#\n\x1fLAYER_TYPE_E_LAYER_TYPE_CONTACT\x10\x01\x12\x1f\n\x1bLAYER_TYPE_E_LAYER_TYPE_GAS\x10\x02\"\x90\x01\n\rEdgeFinishing\x12\"\n\x1e\x45\x44GE_FINISHING_CLEAN_CUT_EDGES\x10\x00\x12\x17\n\x13\x45\x44GE_FINISHING_NONE\x10\x03\x12!\n\x1d\x45\x44GE_FINISHING_POLISHED_EDGES\x10\x02\x12\x1f\n\x1b\x45\x44GE_FINISHING_SEAMED_EDGES\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\r\n\x0b_layer_typeB\x17\n\x15_thickness_type_or_idB\x0b\n\t_materialB\x0c\n\n_thicknessB\x08\n\x06_angleB\x15\n\x13_integration_pointsB-\n+_connection_with_other_topological_elementsB\x11\n\x0f_edge_finishingB\n\n\x08_commentB\x12\n\x10_specific_weightB\t\n\x07_weight\x1at\n\x1d\x46unctionDataCoefficientsTable\x12S\n\x04rows\x18\x01 \x03(\x0b\x32\x45.dlubal.api.rfem.structure_core.Thickness.FunctionDataCoefficientsRow\x1a\xa5\x01\n\x1b\x46unctionDataCoefficientsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04time\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x18\n\x0b\x63oefficient\x18\x04 \x01(\x01H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_timeB\x0e\n\x0c_coefficient\x1aw\n\x1cTimeDependentPropertiesTable\x12W\n\x04rows\x18\x01 \x03(\x0b\x32I.dlubal.api.rfem.structure_core.Thickness.TimeDependentPropertiesTableRow\x1a\x9c\x02\n\x1fTimeDependentPropertiesTableRow\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(\tH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12[\n\x08\x63hildren\x18\x06 \x03(\x0b\x32I.dlubal.api.rfem.structure_core.Thickness.TimeDependentPropertiesTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\"\xa0\x03\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x13\n\x0fTYPE_BEAM_PANEL\x10\r\x12\x1a\n\x16TYPE_GLASS_COMPOSITION\x10\x0e\x12\x0f\n\x0bTYPE_LAYERS\x10\x06\x12\x19\n\x15TYPE_SHAPE_ORTHOTROPY\x10\x07\x12\x19\n\x15TYPE_STIFFNESS_MATRIX\x10\x08\x12\x18\n\x14TYPE_THICKNESS_PHASE\x10\x0c\x12\x10\n\x0cTYPE_UNIFORM\x10\x01\x12\x18\n\x14TYPE_VARIABLE_CIRCLE\x10\x05\x12&\n\"TYPE_VARIABLE_FOUR_SURFACE_CORNERS\x10\x04\x12\x1d\n\x19TYPE_VARIABLE_THREE_NODES\x10\x02\x12)\n%TYPE_VARIABLE_TWO_NODES_AND_DIRECTION\x10\x03\x12\x18\n\x14TYPE_WALL_SHEAR_FREE\x10\t\x12\x1d\n\x19TYPE_WALL_SHEAR_FREE_IN_X\x10\n\x12\x1d\n\x19TYPE_WALL_SHEAR_FREE_IN_Y\x10\x0b\"\xde\x01\n\x15IntegrationMethodType\x12\x34\n0INTEGRATION_METHOD_TYPE_GAUSS_LOBATTO_QUADRATURE\x10\x00\x12\x36\n2INTEGRATION_METHOD_TYPE_CLENSHAW_CURTIS_QUADRATURE\x10\x03\x12)\n%INTEGRATION_METHOD_TYPE_SIMPSONS_RULE\x10\x01\x12,\n(INTEGRATION_METHOD_TYPE_TRAPEZOIDAL_RULE\x10\x02\"\x90\x01\n\tDirection\x12\x19\n\x15\x44IRECTION_GLOBAL_IN_X\x10\x00\x12\x19\n\x15\x44IRECTION_GLOBAL_IN_Y\x10\x01\x12\x19\n\x15\x44IRECTION_GLOBAL_IN_Z\x10\x02\x12\x18\n\x14\x44IRECTION_LOCAL_IN_X\x10\x03\x12\x18\n\x14\x44IRECTION_LOCAL_IN_Y\x10\x04\"\xec\x01\n\x18\x46unctionDataFunctionType\x12\x31\n-FUNCTION_DATA_FUNCTION_TYPE_CREEP_COEFFICIENT\x10\x00\x12\x33\n/FUNCTION_DATA_FUNCTION_TYPE_SHRINKAGE_STRAIN_CA\x10\x02\x12\x33\n/FUNCTION_DATA_FUNCTION_TYPE_SHRINKAGE_STRAIN_CD\x10\x03\x12\x33\n/FUNCTION_DATA_FUNCTION_TYPE_SHRINKAGE_STRAIN_CS\x10\x01\"\xd3\x02\n\x0eOrthotropyType\x12)\n%ORTHOTROPY_TYPE_EFFECTIVE_THICKNESSES\x10\x00\x12.\n*ORTHOTROPY_TYPE_BIDIRECTIONAL_RIBBED_PLATE\x10\x03\x12\x1c\n\x18ORTHOTROPY_TYPE_COUPLING\x10\x01\x12\x1c\n\x18ORTHOTROPY_TYPE_GRILLAGE\x10\x06\x12$\n ORTHOTROPY_TYPE_HOLLOW_CORE_SLAB\x10\x05\x12%\n!ORTHOTROPY_TYPE_TRAPEZOIDAL_SHEET\x10\x04\x12,\n(ORTHOTROPY_TYPE_UNIDIRECTIONAL_BOX_FLOOR\x10\x07\x12/\n+ORTHOTROPY_TYPE_UNIDIRECTIONAL_RIBBED_PLATE\x10\x02\"\xad\x02\n\'ShapeOrthotropySelfWeightDefinitionType\x12j\nfSHAPE_ORTHOTROPY_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_COMPUTED_FROM_PARAMETERS\x10\x00\x12Q\nMSHAPE_ORTHOTROPY_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS\x10\x01\x12\x43\n?SHAPE_ORTHOTROPY_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_WEIGHT\x10\x02\"\xcd\x02\n\'StiffnessMatrixSelfWeightDefinitionType\x12\x62\n^STIFFNESS_MATRIX_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_AND_BULK_DENSITY\x10\x00\x12Z\nVSTIFFNESS_MATRIX_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_BULK_DENSITY_AND_AREA_DENSITY\x10\x02\x12\x62\n^STIFFNESS_MATRIX_SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_AND_AREA_DENSITY\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x07\n\x05_typeB\x0b\n\t_materialB\x14\n\x12_uniform_thicknessB\"\n _uniform_or_fictitious_thicknessB9\n7_advanced_time_dependent_properties_of_concrete_enabledB\x10\n\x0e_creep_enabledB\x14\n\x12_shrinkage_enabledB\x14\n\x12_relative_humidityB%\n#_specify_integration_method_enabledB\x1a\n\x18_integration_method_typeB\x1f\n\x1d_number_of_integration_pointsB\x0e\n\x0c_thickness_1B\t\n\x07_node_1B\x0e\n\x0c_thickness_2B\t\n\x07_node_2B\x0e\n\x0c_thickness_3B\t\n\x07_node_3B\x0c\n\n_directionB\x0e\n\x0c_thickness_4B\t\n\x07_node_4B\x1a\n\x18_thickness_circle_centerB\x18\n\x16_thickness_circle_lineB\n\n\x08_commentB\x19\n\x17_layers_reference_tableB\x1d\n\x1b_layers_solid_model_enabledB\x15\n\x13_layers_gas_enabledB\x19\n\x17_layers_total_thicknessB\x16\n\x14_layers_total_weightB\x1e\n\x1c_stiffness_reduction_enabledB\x1f\n\x1d_is_enabled_design_of_failureB\x11\n\x0f_plank_width_bxB\x11\n\x0f_plank_width_byB$\n\"_plank_width_including_gap_enabledB\x1f\n\x1d_plank_width_including_gap_exB\x1f\n\x1d_plank_width_including_gap_eyB/\n-_stiffness_reduction_elements_editing_enabledB\x06\n\x04_K33B\x06\n\x04_K44B\x06\n\x04_K55B\x06\n\x04_K88B\x0b\n\t_K33_noteB\x0b\n\t_K44_noteB\x0b\n\t_K55_noteB\x0b\n\t_K88_noteB\x1e\n\x1c_function_data_function_typeB\x19\n\x17_function_data_layer_idB7\n5_function_data_age_of_concrete_at_the_considered_timeB \n\x1e_function_data_number_of_stepsB\x1d\n\x1b_function_data_coefficientsB\x13\n\x11_parent_thicknessB\x12\n\x10_orthotropy_typeB\x1b\n\x19_orthotropy_rotation_betaB\"\n _orthotropy_fictitious_thicknessB/\n-_shape_orthotropy_self_weight_definition_typeB)\n\'_shape_orthotropy_effective_thickness_xB)\n\'_shape_orthotropy_effective_thickness_yB\x1f\n\x1d_shape_orthotropy_self_weightB/\n-_stiffness_matrix_self_weight_definition_typeB \n\x1e_stiffness_matrix_bulk_densityB \n\x1e_stiffness_matrix_area_densityB4\n2_stiffness_matrix_coefficient_of_thermal_expansionB\x15\n\x13_coupling_thicknessB\x13\n\x11_coupling_spacingB\x11\n\x0f_coupling_widthB\x11\n\x0f_slab_thicknessB\r\n\x0b_rib_heightB\x0e\n\x0c_rib_spacingB\x0c\n\n_rib_widthB\x10\n\x0e_rib_spacing_xB\x10\n\x0e_rib_spacing_yB\x0e\n\x0c_rib_width_xB\x0e\n\x0c_rib_width_yB\x12\n\x10_sheet_thicknessB\x17\n\x15_total_profile_heightB\x13\n\x11_top_flange_widthB\x16\n\x14_bottom_flange_widthB\x0f\n\r_void_spacingB\x10\n\x0e_void_diameterB\x0f\n\r_rib_height_xB\x0f\n\r_rib_height_yB\x06\n\x04_D11B\x0b\n\t_D11_noteB\x06\n\x04_D12B\x0b\n\t_D12_noteB\x06\n\x04_D13B\x0b\n\t_D13_noteB\x06\n\x04_D16B\x0b\n\t_D16_noteB\x06\n\x04_D17B\x0b\n\t_D17_noteB\x06\n\x04_D18B\x0b\n\t_D18_noteB\x06\n\x04_D22B\x0b\n\t_D22_noteB\x06\n\x04_D23B\x0b\n\t_D23_noteB\x06\n\x04_D27B\x0b\n\t_D27_noteB\x06\n\x04_D28B\x0b\n\t_D28_noteB\x06\n\x04_D33B\x0b\n\t_D33_noteB\x06\n\x04_D38B\x0b\n\t_D38_noteB\x06\n\x04_D44B\x0b\n\t_D44_noteB\x06\n\x04_D45B\x0b\n\t_D45_noteB\x06\n\x04_D55B\x0b\n\t_D55_noteB\x06\n\x04_D66B\x0b\n\t_D66_noteB\x06\n\x04_D67B\x0b\n\t_D67_noteB\x06\n\x04_D68B\x0b\n\t_D68_noteB\x06\n\x04_D77B\x0b\n\t_D77_noteB\x06\n\x04_D78B\x0b\n\t_D78_noteB\x06\n\x04_D88B\x0b\n\t_D88_noteB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1c\n\x1a_time_dependent_propertiesB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,7 +32,7 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.structure_c
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_THICKNESS']._serialized_start=83
|
|
35
|
-
_globals['_THICKNESS']._serialized_end=
|
|
35
|
+
_globals['_THICKNESS']._serialized_end=11141
|
|
36
36
|
_globals['_THICKNESS_LAYERSREFERENCETABLE']._serialized_start=4693
|
|
37
37
|
_globals['_THICKNESS_LAYERSREFERENCETABLE']._serialized_end=4796
|
|
38
38
|
_globals['_THICKNESS_LAYERSREFERENCETABLEROW']._serialized_start=4799
|
|
@@ -52,15 +52,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
52
|
_globals['_THICKNESS_TYPE']._serialized_start=6574
|
|
53
53
|
_globals['_THICKNESS_TYPE']._serialized_end=6990
|
|
54
54
|
_globals['_THICKNESS_INTEGRATIONMETHODTYPE']._serialized_start=6993
|
|
55
|
-
_globals['_THICKNESS_INTEGRATIONMETHODTYPE']._serialized_end=
|
|
56
|
-
_globals['_THICKNESS_DIRECTION']._serialized_start=
|
|
57
|
-
_globals['_THICKNESS_DIRECTION']._serialized_end=
|
|
58
|
-
_globals['_THICKNESS_FUNCTIONDATAFUNCTIONTYPE']._serialized_start=
|
|
59
|
-
_globals['_THICKNESS_FUNCTIONDATAFUNCTIONTYPE']._serialized_end=
|
|
60
|
-
_globals['_THICKNESS_ORTHOTROPYTYPE']._serialized_start=
|
|
61
|
-
_globals['_THICKNESS_ORTHOTROPYTYPE']._serialized_end=
|
|
62
|
-
_globals['_THICKNESS_SHAPEORTHOTROPYSELFWEIGHTDEFINITIONTYPE']._serialized_start=
|
|
63
|
-
_globals['_THICKNESS_SHAPEORTHOTROPYSELFWEIGHTDEFINITIONTYPE']._serialized_end=
|
|
64
|
-
_globals['_THICKNESS_STIFFNESSMATRIXSELFWEIGHTDEFINITIONTYPE']._serialized_start=
|
|
65
|
-
_globals['_THICKNESS_STIFFNESSMATRIXSELFWEIGHTDEFINITIONTYPE']._serialized_end=
|
|
55
|
+
_globals['_THICKNESS_INTEGRATIONMETHODTYPE']._serialized_end=7215
|
|
56
|
+
_globals['_THICKNESS_DIRECTION']._serialized_start=7218
|
|
57
|
+
_globals['_THICKNESS_DIRECTION']._serialized_end=7362
|
|
58
|
+
_globals['_THICKNESS_FUNCTIONDATAFUNCTIONTYPE']._serialized_start=7365
|
|
59
|
+
_globals['_THICKNESS_FUNCTIONDATAFUNCTIONTYPE']._serialized_end=7601
|
|
60
|
+
_globals['_THICKNESS_ORTHOTROPYTYPE']._serialized_start=7604
|
|
61
|
+
_globals['_THICKNESS_ORTHOTROPYTYPE']._serialized_end=7943
|
|
62
|
+
_globals['_THICKNESS_SHAPEORTHOTROPYSELFWEIGHTDEFINITIONTYPE']._serialized_start=7946
|
|
63
|
+
_globals['_THICKNESS_SHAPEORTHOTROPYSELFWEIGHTDEFINITIONTYPE']._serialized_end=8247
|
|
64
|
+
_globals['_THICKNESS_STIFFNESSMATRIXSELFWEIGHTDEFINITIONTYPE']._serialized_start=8250
|
|
65
|
+
_globals['_THICKNESS_STIFFNESSMATRIXSELFWEIGHTDEFINITIONTYPE']._serialized_end=8583
|
|
66
66
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -43,9 +43,11 @@ class Thickness(_message.Message):
|
|
|
43
43
|
class IntegrationMethodType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
44
44
|
__slots__ = ()
|
|
45
45
|
INTEGRATION_METHOD_TYPE_GAUSS_LOBATTO_QUADRATURE: _ClassVar[Thickness.IntegrationMethodType]
|
|
46
|
+
INTEGRATION_METHOD_TYPE_CLENSHAW_CURTIS_QUADRATURE: _ClassVar[Thickness.IntegrationMethodType]
|
|
46
47
|
INTEGRATION_METHOD_TYPE_SIMPSONS_RULE: _ClassVar[Thickness.IntegrationMethodType]
|
|
47
48
|
INTEGRATION_METHOD_TYPE_TRAPEZOIDAL_RULE: _ClassVar[Thickness.IntegrationMethodType]
|
|
48
49
|
INTEGRATION_METHOD_TYPE_GAUSS_LOBATTO_QUADRATURE: Thickness.IntegrationMethodType
|
|
50
|
+
INTEGRATION_METHOD_TYPE_CLENSHAW_CURTIS_QUADRATURE: Thickness.IntegrationMethodType
|
|
49
51
|
INTEGRATION_METHOD_TYPE_SIMPSONS_RULE: Thickness.IntegrationMethodType
|
|
50
52
|
INTEGRATION_METHOD_TYPE_TRAPEZOIDAL_RULE: Thickness.IntegrationMethodType
|
|
51
53
|
class Direction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|