dlubal.api 2.9.5__tar.gz → 2.9.7__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.9.5 → dlubal_api-2.9.7}/PKG-INFO +2 -2
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/README.md +1 -1
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/application.py +43 -17
- dlubal_api-2.9.7/dlubal/api/rfem/application_pb2.py +80 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/application_pb2.pyi +45 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/application_pb2_grpc.py +90 -0
- dlubal_api-2.9.7/dlubal/api/rfem/base_data/terrain_pb2.py +42 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/base_data/terrain_pb2.pyi +23 -6
- dlubal_api-2.9.7/dlubal/api/rfem/building_model/building_story_pb2.py +54 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/building_model/building_story_pb2.pyi +5 -5
- dlubal_api-2.9.7/dlubal/api/rfem/building_model/deep_beam_pb2.py +43 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +29 -5
- dlubal_api-2.9.7/dlubal/api/rfem/building_model/shear_wall_pb2.py +43 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +25 -5
- dlubal_api-2.9.7/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +52 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +25 -6
- dlubal_api-2.9.7/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +68 -0
- dlubal_api-2.9.7/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +359 -0
- dlubal_api-2.9.7/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +42 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +25 -6
- dlubal_api-2.9.7/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +44 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +27 -6
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +8 -6
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +25 -6
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +4 -4
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +2 -0
- dlubal_api-2.9.7/dlubal/api/rfem/guide_objects/dimension_pb2.py +73 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +136 -13
- dlubal_api-2.9.7/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +56 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +58 -9
- dlubal_api-2.9.7/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +46 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +25 -6
- dlubal_api-2.9.7/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +54 -0
- dlubal_api-2.9.7/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +154 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/action_combination_pb2.py +48 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/action_combination_pb2.pyi +159 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/action_pb2.py +44 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/action_pb2.pyi +21 -6
- dlubal_api-2.9.7/dlubal/api/rfem/loading/combination_wizard_pb2.py +44 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +32 -6
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/design_situation_pb2.py +6 -4
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/design_situation_pb2.pyi +19 -6
- dlubal_api-2.9.7/dlubal/api/rfem/loading/load_case_pb2.py +85 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/load_case_pb2.pyi +99 -10
- dlubal_api-2.9.7/dlubal/api/rfem/loading/load_combination_pb2.py +58 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/load_combination_pb2.pyi +292 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +52 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +54 -6
- dlubal_api-2.9.7/dlubal/api/rfem/loading/optimization_settings_pb2.py +44 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +29 -6
- dlubal_api-2.9.7/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +44 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +68 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/result_combination_pb2.py +52 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/result_combination_pb2.pyi +215 -0
- dlubal_api-2.9.7/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +46 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +2 -6
- dlubal_api-2.9.7/dlubal/api/rfem/loads/free_polygon_load_pb2.py +46 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +21 -5
- dlubal_api-2.9.7/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +53 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +45 -9
- dlubal_api-2.9.7/dlubal/api/rfem/loads/line_load_pb2.py +48 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/line_load_pb2.pyi +23 -5
- dlubal_api-2.9.7/dlubal/api/rfem/loads/line_set_load_pb2.py +48 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +23 -5
- dlubal_api-2.9.7/dlubal/api/rfem/loads/member_load_pb2.py +69 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/member_load_pb2.pyi +31 -5
- dlubal_api-2.9.7/dlubal/api/rfem/loads/member_set_load_pb2.py +69 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +31 -5
- dlubal_api-2.9.7/dlubal/api/rfem/loads/surface_load_pb2.py +59 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/surface_load_pb2.pyi +25 -5
- dlubal_api-2.9.7/dlubal/api/rfem/loads/surface_set_load_pb2.py +59 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +25 -5
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +8 -6
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +19 -5
- dlubal_api-2.9.7/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +78 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +374 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +61 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +52 -15
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/line_pb2.py +63 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/line_pb2.pyi +83 -17
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/material_pb2.py +142 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/material_pb2.pyi +1528 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_pb2.py +171 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_pb2.pyi +1916 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_representative_pb2.py +253 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +3175 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_set_pb2.py +137 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_set_pb2.pyi +1510 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +353 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +4681 -0
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/section_pb2.py +68 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/section_pb2.pyi +23 -8
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/surface_pb2.py +69 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/surface_pb2.pyi +19 -7
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/surface_set_pb2.py +49 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +17 -5
- dlubal_api-2.9.7/dlubal/api/rfem/structure_core/thickness_pb2.py +62 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +66 -100
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +78 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +348 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +46 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +114 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +107 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +106 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +530 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +54 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +21 -5
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +74 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +21 -5
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +123 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +206 -51
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_lines/line_support_pb2.py +151 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +229 -49
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +195 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +401 -90
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_openings_pb2.py +46 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +98 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +40 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +19 -5
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +50 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +25 -6
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_spring_pb2.py +52 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +23 -5
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +48 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +149 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +201 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +302 -74
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +123 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +182 -44
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +122 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +137 -29
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +81 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +115 -25
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +50 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +194 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +112 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +223 -21
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +46 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +114 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +92 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +441 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal_api-2.9.7/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +127 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/setup.py +1 -1
- dlubal_api-2.9.5/dlubal/api/rfem/application_pb2.py +0 -74
- dlubal_api-2.9.5/dlubal/api/rfem/base_data/terrain_pb2.py +0 -40
- dlubal_api-2.9.5/dlubal/api/rfem/building_model/building_story_pb2.py +0 -54
- dlubal_api-2.9.5/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -41
- dlubal_api-2.9.5/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -41
- dlubal_api-2.9.5/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -50
- dlubal_api-2.9.5/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -46
- dlubal_api-2.9.5/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -176
- dlubal_api-2.9.5/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -40
- dlubal_api-2.9.5/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -42
- dlubal_api-2.9.5/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -61
- dlubal_api-2.9.5/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -50
- dlubal_api-2.9.5/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -44
- dlubal_api-2.9.5/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -46
- dlubal_api-2.9.5/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -84
- dlubal_api-2.9.5/dlubal/api/rfem/loading/action_combination_pb2.py +0 -40
- dlubal_api-2.9.5/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -58
- dlubal_api-2.9.5/dlubal/api/rfem/loading/action_pb2.py +0 -42
- dlubal_api-2.9.5/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -40
- dlubal_api-2.9.5/dlubal/api/rfem/loading/load_case_pb2.py +0 -77
- dlubal_api-2.9.5/dlubal/api/rfem/loading/load_combination_pb2.py +0 -48
- dlubal_api-2.9.5/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -152
- dlubal_api-2.9.5/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -48
- dlubal_api-2.9.5/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -42
- dlubal_api-2.9.5/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -40
- dlubal_api-2.9.5/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -36
- dlubal_api-2.9.5/dlubal/api/rfem/loading/result_combination_pb2.py +0 -42
- dlubal_api-2.9.5/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -76
- dlubal_api-2.9.5/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -46
- dlubal_api-2.9.5/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -44
- dlubal_api-2.9.5/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -49
- dlubal_api-2.9.5/dlubal/api/rfem/loads/line_load_pb2.py +0 -46
- dlubal_api-2.9.5/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -46
- dlubal_api-2.9.5/dlubal/api/rfem/loads/member_load_pb2.py +0 -67
- dlubal_api-2.9.5/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -67
- dlubal_api-2.9.5/dlubal/api/rfem/loads/surface_load_pb2.py +0 -57
- dlubal_api-2.9.5/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -57
- dlubal_api-2.9.5/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -56
- dlubal_api-2.9.5/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -161
- dlubal_api-2.9.5/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -55
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/line_pb2.py +0 -55
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/material_pb2.py +0 -100
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -955
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_pb2.py +0 -79
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -566
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -83
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -590
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -53
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -225
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -99
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -811
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/section_pb2.py +0 -66
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/surface_pb2.py +0 -67
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -47
- dlubal_api-2.9.5/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -64
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -56
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -150
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -36
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -36
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -66
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -186
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -52
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -72
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -103
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -127
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -151
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -36
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -48
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -50
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -36
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -171
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -105
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -110
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -69
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -42
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -60
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -90
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -36
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -56
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -139
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -38
- dlubal_api-2.9.5/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -36
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/object_type_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/packing.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal.api.egg-info/SOURCES.txt +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.9.5 → dlubal_api-2.9.7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dlubal.api
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.7
|
|
4
4
|
Summary: Python Client Library for Dlubal Software APIs powered by gRPC
|
|
5
5
|
Author: Dlubal Software
|
|
6
6
|
Author-email: api@dlubal.com
|
|
@@ -35,7 +35,7 @@ Dynamic: summary
|
|
|
35
35
|
|
|
36
36
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
37
37
|
|
|
38
|
-
✅ **X.09.
|
|
38
|
+
✅ **X.09.0007.321.e646a6152de**
|
|
39
39
|
|
|
40
40
|
## Overview
|
|
41
41
|
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 like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
10
10
|
|
|
11
|
-
✅ **X.09.
|
|
11
|
+
✅ **X.09.0007.321.e646a6152de**
|
|
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 like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
@@ -88,12 +88,12 @@ class Application:
|
|
|
88
88
|
result = self.stub.get_object_impl(pack_object(obj, model_id))
|
|
89
89
|
return unpack_object(result, type(obj))
|
|
90
90
|
|
|
91
|
-
def get_object_list(self, objs, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
91
|
+
def get_object_list(self, objs: list, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
92
92
|
'''
|
|
93
93
|
Retrieves a list of objects from the model.
|
|
94
94
|
|
|
95
95
|
Args:
|
|
96
|
-
objs (obj): An object
|
|
96
|
+
objs (list[obj]): An object list to be retrieved. Refer to the :ref:`rfem_objects` for available objects.
|
|
97
97
|
model_id (:ref:`ModelId` | None): Unique identifier of the model.
|
|
98
98
|
|
|
99
99
|
Returns:
|
|
@@ -118,7 +118,7 @@ class Application:
|
|
|
118
118
|
'''
|
|
119
119
|
return self.stub.create_object_impl(pack_object(obj, model_id))
|
|
120
120
|
|
|
121
|
-
def create_object_list(self, objs, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None, return_object_id=False):
|
|
121
|
+
def create_object_list(self, objs:list, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None, return_object_id=False):
|
|
122
122
|
'''
|
|
123
123
|
Creates a list of objects in the model.
|
|
124
124
|
|
|
@@ -128,7 +128,7 @@ class Application:
|
|
|
128
128
|
return_object_id (bool): Specifies whether to return the list of object IDs.
|
|
129
129
|
|
|
130
130
|
Returns:
|
|
131
|
-
ObjectIdList | None: List of IDs of the created objects if `return_object_id` is True, otherwise None.
|
|
131
|
+
ObjectIdList (:ref:`ObjectIdList` | None): List of IDs of the created objects if `return_object_id` is True, otherwise None.
|
|
132
132
|
'''
|
|
133
133
|
return self.stub.create_object_list_impl(pack_object_list(objs, model_id, return_object_id))
|
|
134
134
|
|
|
@@ -145,7 +145,7 @@ class Application:
|
|
|
145
145
|
'''
|
|
146
146
|
self.stub.update_object_impl(pack_object(obj, model_id))
|
|
147
147
|
|
|
148
|
-
def update_object_list(self, objs, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
148
|
+
def update_object_list(self, objs: list, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
149
149
|
'''
|
|
150
150
|
Updates a list of objects in the model.
|
|
151
151
|
|
|
@@ -171,7 +171,7 @@ class Application:
|
|
|
171
171
|
'''
|
|
172
172
|
self.stub.delete_object_impl(pack_object(obj, model_id))
|
|
173
173
|
|
|
174
|
-
def delete_object_list(self, objs, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
174
|
+
def delete_object_list(self, objs: list, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
175
175
|
'''
|
|
176
176
|
Deletes a list of objects from the model.
|
|
177
177
|
|
|
@@ -247,6 +247,7 @@ class Application:
|
|
|
247
247
|
|
|
248
248
|
Args:
|
|
249
249
|
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model
|
|
250
|
+
Active model is used if this field is not set.
|
|
250
251
|
path (str | None): Path to the model
|
|
251
252
|
"""
|
|
252
253
|
request = dlubal.api.rfem.application_pb2.SaveModelAsRequest(model_id=model_id, path=path)
|
|
@@ -258,6 +259,7 @@ class Application:
|
|
|
258
259
|
|
|
259
260
|
Args:
|
|
260
261
|
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model
|
|
262
|
+
Active model is used if this field is not set.
|
|
261
263
|
save_changes (bool): Specifies whether to save changes before closing the model
|
|
262
264
|
"""
|
|
263
265
|
request = dlubal.api.rfem.application_pb2.CloseModelRequest(model_id=model_id, save_changes=save_changes)
|
|
@@ -287,7 +289,7 @@ class Application:
|
|
|
287
289
|
Sets active model specified by model id
|
|
288
290
|
|
|
289
291
|
Args:
|
|
290
|
-
model_id (
|
|
292
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId):
|
|
291
293
|
"""
|
|
292
294
|
self.stub.set_active_model(model_id)
|
|
293
295
|
|
|
@@ -321,20 +323,14 @@ class Application:
|
|
|
321
323
|
"""
|
|
322
324
|
self.stub.close_connection(google.protobuf.empty_pb2.Empty())
|
|
323
325
|
|
|
324
|
-
def delete_all_objects(self, *,
|
|
326
|
+
def delete_all_objects(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()):
|
|
325
327
|
"""
|
|
326
|
-
Deletes all objects
|
|
328
|
+
Deletes all objects
|
|
327
329
|
|
|
328
330
|
Args:
|
|
329
|
-
|
|
330
|
-
Active model is used if this field is not set.
|
|
331
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
331
332
|
"""
|
|
332
|
-
|
|
333
|
-
dlubal.api.common.model_id_pb2.OptionalModelId(guid=model_id.guid)
|
|
334
|
-
if model_id
|
|
335
|
-
else dlubal.api.common.model_id_pb2.OptionalModelId()
|
|
336
|
-
)
|
|
337
|
-
self.stub.delete_all_objects(request)
|
|
333
|
+
self.stub.delete_all_objects(optional_model_id)
|
|
338
334
|
|
|
339
335
|
def calculate_all(self, *, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.OperationResult:
|
|
340
336
|
"""
|
|
@@ -351,3 +347,33 @@ class Application:
|
|
|
351
347
|
"""
|
|
352
348
|
request = dlubal.api.rfem.application_pb2.CalculateAllRequest(skip_warnings=skip_warnings, model_id=model_id)
|
|
353
349
|
return self.stub.calculate_all(request)
|
|
350
|
+
|
|
351
|
+
def plausibility_check(self, *, type: dlubal.api.rfem.application_pb2.PlausibilityCheckType, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.OperationResult:
|
|
352
|
+
"""
|
|
353
|
+
Performs validation based on the specified validation type.
|
|
354
|
+
Returns result of the operation, description of the result and possibly additional information about an error.
|
|
355
|
+
|
|
356
|
+
Args:
|
|
357
|
+
type (dlubal.api.rfem.application_pb2.PlausibilityCheckType): Specifies various validation checks that can be performed before generating a mesh, running a calculation, or verifying plausibility.
|
|
358
|
+
skip_warnings (bool): Specifies whether to skip warnings during the calculation.
|
|
359
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
360
|
+
Active model is used if this field is not set.
|
|
361
|
+
|
|
362
|
+
Returns:
|
|
363
|
+
dlubal.api.rfem.application_pb2.OperationResult
|
|
364
|
+
"""
|
|
365
|
+
request = dlubal.api.rfem.application_pb2.PlausibilityCheckRequest(type=type, skip_warnings=skip_warnings, model_id=model_id)
|
|
366
|
+
return self.stub.plausibility_check(request)
|
|
367
|
+
|
|
368
|
+
def get_model_main_parameters(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()) -> dlubal.api.rfem.application_pb2.ModelMainParameters:
|
|
369
|
+
"""
|
|
370
|
+
Retrieves the main parameters of a model, including its ID, name, description,
|
|
371
|
+
comments, file path, and associated project details.
|
|
372
|
+
|
|
373
|
+
Args:
|
|
374
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
375
|
+
|
|
376
|
+
Returns:
|
|
377
|
+
dlubal.api.rfem.application_pb2.ModelMainParameters
|
|
378
|
+
"""
|
|
379
|
+
return self.stub.get_model_main_parameters(optional_model_id)
|
|
@@ -0,0 +1,80 @@
|
|
|
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 any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
26
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
27
|
+
from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
28
|
+
from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
|
|
29
|
+
from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_object__type__pb2
|
|
30
|
+
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x12SaveModelAsRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x11\n\x04path\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_model_idB\x07\n\x05_path\"i\n\x11\x43loseModelRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\x42\x0b\n\t_model_id\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"{\n\x17\x43reateObjectListRequest\x12,\n\x07objects\x18\x01 \x01(\x0b\x32\x1b.dlubal.api.rfem.ObjectList\x12\x1d\n\x10return_object_id\x18\x02 \x01(\x08H\x00\x88\x01\x01\x42\x13\n\x11_return_object_id\"\xc3\x01\n\x08ObjectId\x12\n\n\x02no\x18\x01 \x01(\x05\x12\x30\n\x0bobject_type\x18\x02 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectType\x12\x16\n\tparent_no\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12<\n\x12parent_object_type\x18\x04 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x01\x88\x01\x01\x42\x0c\n\n_parent_noB\x15\n\x13_parent_object_type\"<\n\x0cObjectIdList\x12,\n\tobject_id\x18\x01 \x03(\x0b\x32\x19.dlubal.api.rfem.ObjectId\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xa7\x01\n\x18PlausibilityCheckRequest\x12\x34\n\x04type\x18\x01 \x01(\x0e\x32&.dlubal.api.rfem.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\xe0\x01\n\x13ModelMainParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x19\n\x11model_description\x18\x03 \x01(\t\x12\x15\n\rmodel_comment\x18\x04 \x01(\t\x12\x12\n\nmodel_path\x18\x05 \x01(\t\x12\x12\n\nproject_id\x18\x06 \x01(\t\x12\x14\n\x0cproject_name\x18\x07 \x01(\t\x12\x1b\n\x13project_description\x18\x08 \x01(\t\x12\x16\n\x0eproject_folder\x18\t \x01(\t*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07*\xd3\x01\n\x15PlausibilityCheckType\x12\"\n\x1ePLAUSIBILITY_CHECK_UNSPECIFIED\x10\x00\x12%\n!PLAUSIBILITY_CHECK_MESH_GENERATOR\x10\x01\x12\"\n\x1ePLAUSIBILITY_CHECK_CALCULATION\x10\x02\x12)\n%PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK\x10\x03\x12 \n\x1cPLAUSIBILITY_CHECK_PART_LIST\x10\x04\x32\xb7\x0f\n\x0b\x41pplication\x12Q\n\x0c\x63reate_model\x12#.dlubal.api.rfem.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nopen_model\x12!.dlubal.api.rfem.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12K\n\nsave_model\x12#.dlubal.api.rfem.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12K\n\x0b\x63lose_model\x12\".dlubal.api.rfem.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12T\n\x10\x63lose_all_models\x12&.dlubal.api.rfem.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\x12\x46\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.rfem.ModelList\"\x00\x12R\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a .dlubal.api.rfem.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x0fget_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x17.dlubal.api.rfem.Object\"\x00\x12R\n\x14get_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x1b.dlubal.api.rfem.ObjectList\"\x00\x12J\n\x12\x63reate_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x19.dlubal.api.rfem.ObjectId\"\x00\x12\x64\n\x17\x63reate_object_list_impl\x12(.dlubal.api.rfem.CreateObjectListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12G\n\x12update_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17update_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12\x64\x65lete_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x64\x65lete_object_list_impl\x12\x1b.dlubal.api.rfem.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\x12Y\n\rcalculate_all\x12$.dlubal.api.rfem.CalculateAllRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x12\x63\n\x12plausibility_check\x12).dlubal.api.rfem.PlausibilityCheckRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12g\n\x19get_model_main_parameters\x12\".dlubal.api.common.OptionalModelId\x1a$.dlubal.api.rfem.ModelMainParameters\"\x00\x62\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
DESCRIPTOR._loaded_options = None
|
|
40
|
+
_globals['_APPLICATIONTYPE']._serialized_start=2145
|
|
41
|
+
_globals['_APPLICATIONTYPE']._serialized_end=2386
|
|
42
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2389
|
|
43
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=2600
|
|
44
|
+
_globals['_CREATEMODELREQUEST']._serialized_start=260
|
|
45
|
+
_globals['_CREATEMODELREQUEST']._serialized_end=340
|
|
46
|
+
_globals['_OPENMODELREQUEST']._serialized_start=342
|
|
47
|
+
_globals['_OPENMODELREQUEST']._serialized_end=374
|
|
48
|
+
_globals['_SAVEMODELASREQUEST']._serialized_start=376
|
|
49
|
+
_globals['_SAVEMODELASREQUEST']._serialized_end=488
|
|
50
|
+
_globals['_CLOSEMODELREQUEST']._serialized_start=490
|
|
51
|
+
_globals['_CLOSEMODELREQUEST']._serialized_end=595
|
|
52
|
+
_globals['_CLOSEALLMODELSREQUEST']._serialized_start=597
|
|
53
|
+
_globals['_CLOSEALLMODELSREQUEST']._serialized_end=642
|
|
54
|
+
_globals['_MODELINFO']._serialized_start=644
|
|
55
|
+
_globals['_MODELINFO']._serialized_end=711
|
|
56
|
+
_globals['_MODELLIST']._serialized_start=713
|
|
57
|
+
_globals['_MODELLIST']._serialized_end=772
|
|
58
|
+
_globals['_APPLICATIONINFO']._serialized_start=775
|
|
59
|
+
_globals['_APPLICATIONINFO']._serialized_end=982
|
|
60
|
+
_globals['_OBJECT']._serialized_start=984
|
|
61
|
+
_globals['_OBJECT']._serialized_end=1094
|
|
62
|
+
_globals['_OBJECTLIST']._serialized_start=1096
|
|
63
|
+
_globals['_OBJECTLIST']._serialized_end=1150
|
|
64
|
+
_globals['_CREATEOBJECTLISTREQUEST']._serialized_start=1152
|
|
65
|
+
_globals['_CREATEOBJECTLISTREQUEST']._serialized_end=1275
|
|
66
|
+
_globals['_OBJECTID']._serialized_start=1278
|
|
67
|
+
_globals['_OBJECTID']._serialized_end=1473
|
|
68
|
+
_globals['_OBJECTIDLIST']._serialized_start=1475
|
|
69
|
+
_globals['_OBJECTIDLIST']._serialized_end=1535
|
|
70
|
+
_globals['_CALCULATEALLREQUEST']._serialized_start=1537
|
|
71
|
+
_globals['_CALCULATEALLREQUEST']._serialized_end=1645
|
|
72
|
+
_globals['_OPERATIONRESULT']._serialized_start=1647
|
|
73
|
+
_globals['_OPERATIONRESULT']._serialized_end=1745
|
|
74
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_start=1748
|
|
75
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_end=1915
|
|
76
|
+
_globals['_MODELMAINPARAMETERS']._serialized_start=1918
|
|
77
|
+
_globals['_MODELMAINPARAMETERS']._serialized_end=2142
|
|
78
|
+
_globals['_APPLICATION']._serialized_start=2603
|
|
79
|
+
_globals['_APPLICATION']._serialized_end=4578
|
|
80
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,6 +22,14 @@ class ApplicationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
22
22
|
APPLICATION_RSECTION: _ClassVar[ApplicationType]
|
|
23
23
|
APPLICATION_WEB_SECTIONS: _ClassVar[ApplicationType]
|
|
24
24
|
APPLICATION_CRASH_REPORTER: _ClassVar[ApplicationType]
|
|
25
|
+
|
|
26
|
+
class PlausibilityCheckType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
27
|
+
__slots__ = ()
|
|
28
|
+
PLAUSIBILITY_CHECK_UNSPECIFIED: _ClassVar[PlausibilityCheckType]
|
|
29
|
+
PLAUSIBILITY_CHECK_MESH_GENERATOR: _ClassVar[PlausibilityCheckType]
|
|
30
|
+
PLAUSIBILITY_CHECK_CALCULATION: _ClassVar[PlausibilityCheckType]
|
|
31
|
+
PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK: _ClassVar[PlausibilityCheckType]
|
|
32
|
+
PLAUSIBILITY_CHECK_PART_LIST: _ClassVar[PlausibilityCheckType]
|
|
25
33
|
APPLICATION_UNSPECIFIED: ApplicationType
|
|
26
34
|
APPLICATION_DLUBAL_CENTER: ApplicationType
|
|
27
35
|
APPLICATION_REPORT_VIEWER: ApplicationType
|
|
@@ -30,6 +38,11 @@ APPLICATION_RSTAB: ApplicationType
|
|
|
30
38
|
APPLICATION_RSECTION: ApplicationType
|
|
31
39
|
APPLICATION_WEB_SECTIONS: ApplicationType
|
|
32
40
|
APPLICATION_CRASH_REPORTER: ApplicationType
|
|
41
|
+
PLAUSIBILITY_CHECK_UNSPECIFIED: PlausibilityCheckType
|
|
42
|
+
PLAUSIBILITY_CHECK_MESH_GENERATOR: PlausibilityCheckType
|
|
43
|
+
PLAUSIBILITY_CHECK_CALCULATION: PlausibilityCheckType
|
|
44
|
+
PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK: PlausibilityCheckType
|
|
45
|
+
PLAUSIBILITY_CHECK_PART_LIST: PlausibilityCheckType
|
|
33
46
|
|
|
34
47
|
class CreateModelRequest(_message.Message):
|
|
35
48
|
__slots__ = ("name", "template_path")
|
|
@@ -160,3 +173,35 @@ class OperationResult(_message.Message):
|
|
|
160
173
|
data: str
|
|
161
174
|
message: str
|
|
162
175
|
def __init__(self, succeeded: bool = ..., data: _Optional[str] = ..., message: _Optional[str] = ...) -> None: ...
|
|
176
|
+
|
|
177
|
+
class PlausibilityCheckRequest(_message.Message):
|
|
178
|
+
__slots__ = ("type", "skip_warnings", "model_id")
|
|
179
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
180
|
+
SKIP_WARNINGS_FIELD_NUMBER: _ClassVar[int]
|
|
181
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
182
|
+
type: PlausibilityCheckType
|
|
183
|
+
skip_warnings: bool
|
|
184
|
+
model_id: _model_id_pb2.ModelId
|
|
185
|
+
def __init__(self, type: _Optional[_Union[PlausibilityCheckType, str]] = ..., skip_warnings: bool = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
186
|
+
|
|
187
|
+
class ModelMainParameters(_message.Message):
|
|
188
|
+
__slots__ = ("model_id", "model_name", "model_description", "model_comment", "model_path", "project_id", "project_name", "project_description", "project_folder")
|
|
189
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
190
|
+
MODEL_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
191
|
+
MODEL_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
192
|
+
MODEL_COMMENT_FIELD_NUMBER: _ClassVar[int]
|
|
193
|
+
MODEL_PATH_FIELD_NUMBER: _ClassVar[int]
|
|
194
|
+
PROJECT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
195
|
+
PROJECT_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
196
|
+
PROJECT_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
197
|
+
PROJECT_FOLDER_FIELD_NUMBER: _ClassVar[int]
|
|
198
|
+
model_id: str
|
|
199
|
+
model_name: str
|
|
200
|
+
model_description: str
|
|
201
|
+
model_comment: str
|
|
202
|
+
model_path: str
|
|
203
|
+
project_id: str
|
|
204
|
+
project_name: str
|
|
205
|
+
project_description: str
|
|
206
|
+
project_folder: str
|
|
207
|
+
def __init__(self, model_id: _Optional[str] = ..., model_name: _Optional[str] = ..., model_description: _Optional[str] = ..., model_comment: _Optional[str] = ..., model_path: _Optional[str] = ..., project_id: _Optional[str] = ..., project_name: _Optional[str] = ..., project_description: _Optional[str] = ..., project_folder: _Optional[str] = ...) -> None: ...
|
|
@@ -148,6 +148,16 @@ class ApplicationStub(object):
|
|
|
148
148
|
request_serializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
|
|
149
149
|
response_deserializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
|
|
150
150
|
_registered_method=True)
|
|
151
|
+
self.plausibility_check = channel.unary_unary(
|
|
152
|
+
'/dlubal.api.rfem.Application/plausibility_check',
|
|
153
|
+
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.SerializeToString,
|
|
154
|
+
response_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.OperationResult.FromString,
|
|
155
|
+
_registered_method=True)
|
|
156
|
+
self.get_model_main_parameters = channel.unary_unary(
|
|
157
|
+
'/dlubal.api.rfem.Application/get_model_main_parameters',
|
|
158
|
+
request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
|
|
159
|
+
response_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ModelMainParameters.FromString,
|
|
160
|
+
_registered_method=True)
|
|
151
161
|
|
|
152
162
|
|
|
153
163
|
class ApplicationServicer(object):
|
|
@@ -301,6 +311,22 @@ class ApplicationServicer(object):
|
|
|
301
311
|
context.set_details('Method not implemented!')
|
|
302
312
|
raise NotImplementedError('Method not implemented!')
|
|
303
313
|
|
|
314
|
+
def plausibility_check(self, request, context):
|
|
315
|
+
"""Performs validation based on the specified validation type.
|
|
316
|
+
Returns result of the operation, description of the result and possibly additional information about an error.
|
|
317
|
+
"""
|
|
318
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
319
|
+
context.set_details('Method not implemented!')
|
|
320
|
+
raise NotImplementedError('Method not implemented!')
|
|
321
|
+
|
|
322
|
+
def get_model_main_parameters(self, request, context):
|
|
323
|
+
"""Retrieves the main parameters of a model, including its ID, name, description,
|
|
324
|
+
comments, file path, and associated project details.
|
|
325
|
+
"""
|
|
326
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
327
|
+
context.set_details('Method not implemented!')
|
|
328
|
+
raise NotImplementedError('Method not implemented!')
|
|
329
|
+
|
|
304
330
|
|
|
305
331
|
def add_ApplicationServicer_to_server(servicer, server):
|
|
306
332
|
rpc_method_handlers = {
|
|
@@ -414,6 +440,16 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
414
440
|
request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
|
|
415
441
|
response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
|
|
416
442
|
),
|
|
443
|
+
'plausibility_check': grpc.unary_unary_rpc_method_handler(
|
|
444
|
+
servicer.plausibility_check,
|
|
445
|
+
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.FromString,
|
|
446
|
+
response_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.OperationResult.SerializeToString,
|
|
447
|
+
),
|
|
448
|
+
'get_model_main_parameters': grpc.unary_unary_rpc_method_handler(
|
|
449
|
+
servicer.get_model_main_parameters,
|
|
450
|
+
request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
|
|
451
|
+
response_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ModelMainParameters.SerializeToString,
|
|
452
|
+
),
|
|
417
453
|
}
|
|
418
454
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
419
455
|
'dlubal.api.rfem.Application', rpc_method_handlers)
|
|
@@ -1018,3 +1054,57 @@ class Application(object):
|
|
|
1018
1054
|
timeout,
|
|
1019
1055
|
metadata,
|
|
1020
1056
|
_registered_method=True)
|
|
1057
|
+
|
|
1058
|
+
@staticmethod
|
|
1059
|
+
def plausibility_check(request,
|
|
1060
|
+
target,
|
|
1061
|
+
options=(),
|
|
1062
|
+
channel_credentials=None,
|
|
1063
|
+
call_credentials=None,
|
|
1064
|
+
insecure=False,
|
|
1065
|
+
compression=None,
|
|
1066
|
+
wait_for_ready=None,
|
|
1067
|
+
timeout=None,
|
|
1068
|
+
metadata=None):
|
|
1069
|
+
return grpc.experimental.unary_unary(
|
|
1070
|
+
request,
|
|
1071
|
+
target,
|
|
1072
|
+
'/dlubal.api.rfem.Application/plausibility_check',
|
|
1073
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.SerializeToString,
|
|
1074
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.OperationResult.FromString,
|
|
1075
|
+
options,
|
|
1076
|
+
channel_credentials,
|
|
1077
|
+
insecure,
|
|
1078
|
+
call_credentials,
|
|
1079
|
+
compression,
|
|
1080
|
+
wait_for_ready,
|
|
1081
|
+
timeout,
|
|
1082
|
+
metadata,
|
|
1083
|
+
_registered_method=True)
|
|
1084
|
+
|
|
1085
|
+
@staticmethod
|
|
1086
|
+
def get_model_main_parameters(request,
|
|
1087
|
+
target,
|
|
1088
|
+
options=(),
|
|
1089
|
+
channel_credentials=None,
|
|
1090
|
+
call_credentials=None,
|
|
1091
|
+
insecure=False,
|
|
1092
|
+
compression=None,
|
|
1093
|
+
wait_for_ready=None,
|
|
1094
|
+
timeout=None,
|
|
1095
|
+
metadata=None):
|
|
1096
|
+
return grpc.experimental.unary_unary(
|
|
1097
|
+
request,
|
|
1098
|
+
target,
|
|
1099
|
+
'/dlubal.api.rfem.Application/get_model_main_parameters',
|
|
1100
|
+
dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
|
|
1101
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.ModelMainParameters.FromString,
|
|
1102
|
+
options,
|
|
1103
|
+
channel_credentials,
|
|
1104
|
+
insecure,
|
|
1105
|
+
call_credentials,
|
|
1106
|
+
compression,
|
|
1107
|
+
wait_for_ready,
|
|
1108
|
+
timeout,
|
|
1109
|
+
metadata,
|
|
1110
|
+
_registered_method=True)
|
|
@@ -0,0 +1,42 @@
|
|
|
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/base_data/terrain.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/base_data/terrain.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'\n\'dlubal/api/rfem/base_data/terrain.proto\x12\x19\x64lubal.api.rfem.base_data\"\xc3\x05\n\x07Terrain\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x39\n\x04type\x18\x02 \x01(\x0e\x32&.dlubal.api.rfem.base_data.TerrainTypeH\x01\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_x\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x63\x65nter_of_terrain_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1e\n\x11rotation_around_Z\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1f\n\x12\x63onsider_boreholes\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\t \x01(\x05H\x08\x88\x01\x01\x12J\n\rterrain_table\x18\n \x01(\x0b\x32..dlubal.api.rfem.base_data.TerrainTerrainTableH\t\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0b \x01(\tH\n\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0c \x01(\tH\x0b\x88\x01\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\n\n\x08_commentB\x18\n\x16_bounding_box_offset_xB\x18\n\x16_bounding_box_offset_yB\x16\n\x14_center_of_terrain_zB\x14\n\x12_rotation_around_ZB\x15\n\x13_consider_boreholesB\x14\n\x12_coordinate_systemB\x10\n\x0e_terrain_tableB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import\"V\n\x13TerrainTerrainTable\x12?\n\x04rows\x18\x01 \x03(\x0b\x32\x31.dlubal.api.rfem.base_data.TerrainTerrainTableRow\"\xc6\x01\n\x16TerrainTerrainTableRow\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\x08global_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08global_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08global_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_global_xB\x0b\n\t_global_yB\x0b\n\t_global_z*\xbc\x01\n\x0bTerrainType\x12\x18\n\x14TERRAIN_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16TERRAIN_TYPE_BOREHOLES\x10\x05\x12!\n\x1dTERRAIN_TYPE_HORIZONTAL_PLANE\x10\x02\x12\x1f\n\x1bTERRAIN_TYPE_INCLINED_PLANE\x10\x03\x12\x1b\n\x17TERRAIN_TYPE_NO_TERRAIN\x10\x01\x12\x16\n\x12TERRAIN_TYPE_TABLE\x10\x04\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.base_data.terrain_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_TERRAINTYPE']._serialized_start=1070
|
|
35
|
+
_globals['_TERRAINTYPE']._serialized_end=1258
|
|
36
|
+
_globals['_TERRAIN']._serialized_start=71
|
|
37
|
+
_globals['_TERRAIN']._serialized_end=778
|
|
38
|
+
_globals['_TERRAINTERRAINTABLE']._serialized_start=780
|
|
39
|
+
_globals['_TERRAINTERRAINTABLE']._serialized_end=866
|
|
40
|
+
_globals['_TERRAINTERRAINTABLEROW']._serialized_start=869
|
|
41
|
+
_globals['_TERRAINTERRAINTABLEROW']._serialized_end=1067
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
1
2
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
2
3
|
from google.protobuf import descriptor as _descriptor
|
|
3
4
|
from google.protobuf import message as _message
|
|
4
|
-
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
5
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
5
6
|
|
|
6
7
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
7
8
|
|
|
@@ -43,11 +44,27 @@ class Terrain(_message.Message):
|
|
|
43
44
|
rotation_around_Z: float
|
|
44
45
|
consider_boreholes: bool
|
|
45
46
|
coordinate_system: int
|
|
46
|
-
terrain_table:
|
|
47
|
+
terrain_table: TerrainTerrainTable
|
|
47
48
|
id_for_export_import: str
|
|
48
49
|
metadata_for_export_import: str
|
|
49
|
-
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[TerrainType, str]] = ..., comment: _Optional[str] = ..., bounding_box_offset_x: _Optional[float] = ..., bounding_box_offset_y: _Optional[float] = ..., center_of_terrain_z: _Optional[float] = ..., rotation_around_Z: _Optional[float] = ..., consider_boreholes: bool = ..., coordinate_system: _Optional[int] = ..., terrain_table: _Optional[_Union[
|
|
50
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[TerrainType, str]] = ..., comment: _Optional[str] = ..., bounding_box_offset_x: _Optional[float] = ..., bounding_box_offset_y: _Optional[float] = ..., center_of_terrain_z: _Optional[float] = ..., rotation_around_Z: _Optional[float] = ..., consider_boreholes: bool = ..., coordinate_system: _Optional[int] = ..., terrain_table: _Optional[_Union[TerrainTerrainTable, _Mapping]] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
50
51
|
|
|
51
|
-
class
|
|
52
|
-
__slots__ = ()
|
|
53
|
-
|
|
52
|
+
class TerrainTerrainTable(_message.Message):
|
|
53
|
+
__slots__ = ("rows",)
|
|
54
|
+
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
55
|
+
rows: _containers.RepeatedCompositeFieldContainer[TerrainTerrainTableRow]
|
|
56
|
+
def __init__(self, rows: _Optional[_Iterable[_Union[TerrainTerrainTableRow, _Mapping]]] = ...) -> None: ...
|
|
57
|
+
|
|
58
|
+
class TerrainTerrainTableRow(_message.Message):
|
|
59
|
+
__slots__ = ("no", "description", "global_x", "global_y", "global_z")
|
|
60
|
+
NO_FIELD_NUMBER: _ClassVar[int]
|
|
61
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
62
|
+
GLOBAL_X_FIELD_NUMBER: _ClassVar[int]
|
|
63
|
+
GLOBAL_Y_FIELD_NUMBER: _ClassVar[int]
|
|
64
|
+
GLOBAL_Z_FIELD_NUMBER: _ClassVar[int]
|
|
65
|
+
no: int
|
|
66
|
+
description: str
|
|
67
|
+
global_x: float
|
|
68
|
+
global_y: float
|
|
69
|
+
global_z: float
|
|
70
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., global_x: _Optional[float] = ..., global_y: _Optional[float] = ..., global_z: _Optional[float] = ...) -> None: ...
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/building_model/building_story.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/building_model/building_story.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3dlubal/api/rfem/building_model/building_story.proto\x12\x1e\x64lubal.api.rfem.building_model\"\xf6\x11\n\rBuildingStory\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x44\n\x04type\x18\x02 \x01(\x0e\x32\x31.dlubal.api.rfem.building_model.BuildingStoryTypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x15\n\x08story_no\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\televation\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1d\n\x10\x62ottom_elevation\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x13\n\x06height\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1c\n\x0fmodified_height\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x16\n\tthickness\x18\n \x01(\x01H\t\x88\x01\x01\x12V\n\x04info\x18\x0b \x01(\x0b\x32\x43.dlubal.api.rfem.building_model.BuildingStoryInfoAndChildItemsTableH\n\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x61\n\ntotal_info\x18\r \x01(\x0b\x32H.dlubal.api.rfem.building_model.BuildingStoryTotalInfoAndChildItemsTableH\x0c\x88\x01\x01\x12\x62\n\x14modify_geometry_type\x18\x0e \x01(\x0e\x32?.dlubal.api.rfem.building_model.BuildingStoryModifyGeometryTypeH\r\x88\x01\x01\x12W\n\x0ethickness_type\x18\x0f \x01(\x0e\x32:.dlubal.api.rfem.building_model.BuildingStoryThicknessTypeH\x0e\x88\x01\x01\x12`\n\x13slab_stiffness_type\x18\x10 \x01(\x0e\x32>.dlubal.api.rfem.building_model.BuildingStorySlabStiffnessTypeH\x0f\x88\x01\x01\x12\x62\n\x14\x66loor_stiffness_type\x18\x11 \x01(\x0e\x32?.dlubal.api.rfem.building_model.BuildingStoryFloorStiffnessTypeH\x10\x88\x01\x01\x12(\n\x1bvertical_result_line_active\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12,\n\x1fvertical_result_line_position_x\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12,\n\x1fvertical_result_line_position_y\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12*\n\x1dvertical_result_line_relative\x18\x15 \x01(\x08H\x14\x88\x01\x01\x12\x35\n(vertical_result_line_relative_position_x\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12\x35\n(vertical_result_line_relative_position_y\x18\x17 \x01(\x01H\x16\x88\x01\x01\x12\x11\n\x04mass\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_x\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_y\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12^\n\x12line_support_model\x18\x1b \x01(\x0e\x32=.dlubal.api.rfem.building_model.BuildingStoryLineSupportModelH\x1a\x88\x01\x01\x12`\n\x13nodal_support_model\x18\x1c \x01(\x0e\x32>.dlubal.api.rfem.building_model.BuildingStoryNodalSupportModelH\x1b\x88\x01\x01\x12(\n\x1b\x62uilding_stories_zero_value\x18\x1d \x01(\x01H\x1c\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x1e \x01(\tH\x1d\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1f \x01(\tH\x1e\x88\x01\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_story_noB\x0c\n\n_elevationB\x13\n\x11_bottom_elevationB\t\n\x07_heightB\x12\n\x10_modified_heightB\x0c\n\n_thicknessB\x07\n\x05_infoB\n\n\x08_commentB\r\n\x0b_total_infoB\x17\n\x15_modify_geometry_typeB\x11\n\x0f_thickness_typeB\x16\n\x14_slab_stiffness_typeB\x17\n\x15_floor_stiffness_typeB\x1e\n\x1c_vertical_result_line_activeB\"\n _vertical_result_line_position_xB\"\n _vertical_result_line_position_yB \n\x1e_vertical_result_line_relativeB+\n)_vertical_result_line_relative_position_xB+\n)_vertical_result_line_relative_position_yB\x07\n\x05_massB\x16\n\x14_center_of_gravity_xB\x16\n\x14_center_of_gravity_yB\x15\n\x13_line_support_modelB\x16\n\x14_nodal_support_modelB\x1e\n\x1c_building_stories_zero_valueB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import\"%\n#BuildingStoryInfoAndChildItemsTable\"*\n(BuildingStoryTotalInfoAndChildItemsTable*V\n\x11\x42uildingStoryType\x12\x1f\n\x1b\x42UILDING_STORY_TYPE_UNKNOWN\x10\x00\x12 \n\x1c\x42UILDING_STORY_TYPE_STANDARD\x10\x01*\x8b\x02\n\x1f\x42uildingStoryModifyGeometryType\x12\x32\n.BUILDING_STORY_MODIFY_GEOMETRY_TYPE_DO_NOTHING\x10\x00\x12?\n;BUILDING_STORY_MODIFY_GEOMETRY_TYPE_CONST_FROM_STORY_GROUND\x10\x02\x12=\n9BUILDING_STORY_MODIFY_GEOMETRY_TYPE_CONST_FROM_STORY_ROOF\x10\x01\x12\x34\n0BUILDING_STORY_MODIFY_GEOMETRY_TYPE_PROPORTIONAL\x10\x03*\x80\x01\n\x1a\x42uildingStoryThicknessType\x12\x32\n.BUILDING_STORY_THICKNESS_TYPE_EFFECTIVE_HEIGHT\x10\x00\x12.\n*BUILDING_STORY_THICKNESS_TYPE_CLEAR_HEIGHT\x10\x01*\x89\x01\n\x1e\x42uildingStorySlabStiffnessType\x12/\n+BUILDING_STORY_SLAB_STIFFNESS_TYPE_STANDARD\x10\x00\x12\x36\n2BUILDING_STORY_SLAB_STIFFNESS_TYPE_RIGID_DIAPHRAGM\x10\x01*\xfb\x01\n\x1f\x42uildingStoryFloorStiffnessType\x12\x30\n,BUILDING_STORY_FLOOR_STIFFNESS_TYPE_STANDARD\x10\x00\x12:\n6BUILDING_STORY_FLOOR_STIFFNESS_TYPE_FLEXIBLE_DIAPHRAGM\x10\x04\x12\x37\n3BUILDING_STORY_FLOOR_STIFFNESS_TYPE_RIGID_DIAPHRAGM\x10\x02\x12\x31\n-BUILDING_STORY_FLOOR_STIFFNESS_TYPE_SEMIRIGID\x10\x03*\x99\x02\n\x1d\x42uildingStoryLineSupportModel\x12,\n(BUILDING_STORY_LINE_SUPPORT_MODEL_HINGED\x10\x00\x12\x31\n-BUILDING_STORY_LINE_SUPPORT_MODEL_HINGE_HINGE\x10\x04\x12\x31\n-BUILDING_STORY_LINE_SUPPORT_MODEL_HINGE_RIGID\x10\x02\x12\x31\n-BUILDING_STORY_LINE_SUPPORT_MODEL_RIGID_HINGE\x10\x03\x12\x31\n-BUILDING_STORY_LINE_SUPPORT_MODEL_RIGID_RIGID\x10\x01*\xe0\x02\n\x1e\x42uildingStoryNodalSupportModel\x12-\n)BUILDING_STORY_NODAL_SUPPORT_MODEL_HINGED\x10\x00\x12?\n;BUILDING_STORY_NODAL_SUPPORT_MODEL_ACCORDING_TO_MEMBER_TYPE\x10\x05\x12\x32\n.BUILDING_STORY_NODAL_SUPPORT_MODEL_HINGE_HINGE\x10\x04\x12\x32\n.BUILDING_STORY_NODAL_SUPPORT_MODEL_HINGE_RIGID\x10\x02\x12\x32\n.BUILDING_STORY_NODAL_SUPPORT_MODEL_RIGID_HINGE\x10\x03\x12\x32\n.BUILDING_STORY_NODAL_SUPPORT_MODEL_RIGID_RIGID\x10\x01\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.building_model.building_story_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_BUILDINGSTORYTYPE']._serialized_start=2467
|
|
35
|
+
_globals['_BUILDINGSTORYTYPE']._serialized_end=2553
|
|
36
|
+
_globals['_BUILDINGSTORYMODIFYGEOMETRYTYPE']._serialized_start=2556
|
|
37
|
+
_globals['_BUILDINGSTORYMODIFYGEOMETRYTYPE']._serialized_end=2823
|
|
38
|
+
_globals['_BUILDINGSTORYTHICKNESSTYPE']._serialized_start=2826
|
|
39
|
+
_globals['_BUILDINGSTORYTHICKNESSTYPE']._serialized_end=2954
|
|
40
|
+
_globals['_BUILDINGSTORYSLABSTIFFNESSTYPE']._serialized_start=2957
|
|
41
|
+
_globals['_BUILDINGSTORYSLABSTIFFNESSTYPE']._serialized_end=3094
|
|
42
|
+
_globals['_BUILDINGSTORYFLOORSTIFFNESSTYPE']._serialized_start=3097
|
|
43
|
+
_globals['_BUILDINGSTORYFLOORSTIFFNESSTYPE']._serialized_end=3348
|
|
44
|
+
_globals['_BUILDINGSTORYLINESUPPORTMODEL']._serialized_start=3351
|
|
45
|
+
_globals['_BUILDINGSTORYLINESUPPORTMODEL']._serialized_end=3632
|
|
46
|
+
_globals['_BUILDINGSTORYNODALSUPPORTMODEL']._serialized_start=3635
|
|
47
|
+
_globals['_BUILDINGSTORYNODALSUPPORTMODEL']._serialized_end=3987
|
|
48
|
+
_globals['_BUILDINGSTORY']._serialized_start=88
|
|
49
|
+
_globals['_BUILDINGSTORY']._serialized_end=2382
|
|
50
|
+
_globals['_BUILDINGSTORYINFOANDCHILDITEMSTABLE']._serialized_start=2384
|
|
51
|
+
_globals['_BUILDINGSTORYINFOANDCHILDITEMSTABLE']._serialized_end=2421
|
|
52
|
+
_globals['_BUILDINGSTORYTOTALINFOANDCHILDITEMSTABLE']._serialized_start=2423
|
|
53
|
+
_globals['_BUILDINGSTORYTOTALINFOANDCHILDITEMSTABLE']._serialized_end=2465
|
|
54
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -119,9 +119,9 @@ class BuildingStory(_message.Message):
|
|
|
119
119
|
height: float
|
|
120
120
|
modified_height: float
|
|
121
121
|
thickness: float
|
|
122
|
-
info:
|
|
122
|
+
info: BuildingStoryInfoAndChildItemsTable
|
|
123
123
|
comment: str
|
|
124
|
-
total_info:
|
|
124
|
+
total_info: BuildingStoryTotalInfoAndChildItemsTable
|
|
125
125
|
modify_geometry_type: BuildingStoryModifyGeometryType
|
|
126
126
|
thickness_type: BuildingStoryThicknessType
|
|
127
127
|
slab_stiffness_type: BuildingStorySlabStiffnessType
|
|
@@ -140,12 +140,12 @@ class BuildingStory(_message.Message):
|
|
|
140
140
|
building_stories_zero_value: float
|
|
141
141
|
id_for_export_import: str
|
|
142
142
|
metadata_for_export_import: str
|
|
143
|
-
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[BuildingStoryType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., story_no: _Optional[int] = ..., elevation: _Optional[float] = ..., bottom_elevation: _Optional[float] = ..., height: _Optional[float] = ..., modified_height: _Optional[float] = ..., thickness: _Optional[float] = ..., info: _Optional[_Union[
|
|
143
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[BuildingStoryType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., story_no: _Optional[int] = ..., elevation: _Optional[float] = ..., bottom_elevation: _Optional[float] = ..., height: _Optional[float] = ..., modified_height: _Optional[float] = ..., thickness: _Optional[float] = ..., info: _Optional[_Union[BuildingStoryInfoAndChildItemsTable, _Mapping]] = ..., comment: _Optional[str] = ..., total_info: _Optional[_Union[BuildingStoryTotalInfoAndChildItemsTable, _Mapping]] = ..., modify_geometry_type: _Optional[_Union[BuildingStoryModifyGeometryType, str]] = ..., thickness_type: _Optional[_Union[BuildingStoryThicknessType, str]] = ..., slab_stiffness_type: _Optional[_Union[BuildingStorySlabStiffnessType, str]] = ..., floor_stiffness_type: _Optional[_Union[BuildingStoryFloorStiffnessType, str]] = ..., vertical_result_line_active: bool = ..., vertical_result_line_position_x: _Optional[float] = ..., vertical_result_line_position_y: _Optional[float] = ..., vertical_result_line_relative: bool = ..., vertical_result_line_relative_position_x: _Optional[float] = ..., vertical_result_line_relative_position_y: _Optional[float] = ..., mass: _Optional[float] = ..., center_of_gravity_x: _Optional[float] = ..., center_of_gravity_y: _Optional[float] = ..., line_support_model: _Optional[_Union[BuildingStoryLineSupportModel, str]] = ..., nodal_support_model: _Optional[_Union[BuildingStoryNodalSupportModel, str]] = ..., building_stories_zero_value: _Optional[float] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
144
144
|
|
|
145
|
-
class
|
|
145
|
+
class BuildingStoryInfoAndChildItemsTable(_message.Message):
|
|
146
146
|
__slots__ = ()
|
|
147
147
|
def __init__(self) -> None: ...
|
|
148
148
|
|
|
149
|
-
class
|
|
149
|
+
class BuildingStoryTotalInfoAndChildItemsTable(_message.Message):
|
|
150
150
|
__slots__ = ()
|
|
151
151
|
def __init__(self) -> None: ...
|