dlubal.api 2.9.11.dev1__tar.gz → 2.9.12__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.11.dev1 → dlubal_api-2.9.12}/PKG-INFO +2 -3
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/README.md +1 -1
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/application.py +34 -35
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +5 -5
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +4 -4
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +3 -3
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +2 -0
- dlubal_api-2.9.12/dlubal/api/rfem/loading/design_situation_pb2.py +42 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/design_situation_pb2.pyi +2 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/results/results_id_pb2.py +2 -2
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -2
- dlubal_api-2.9.12/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +52 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +2 -6
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal.api.egg-info/PKG-INFO +2 -3
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/setup.py +1 -2
- dlubal_api-2.9.11.dev1/dlubal/api/rfem/loading/design_situation_pb2.py +0 -42
- dlubal_api-2.9.11.dev1/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -54
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/application_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/application_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/object_type_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/packing.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal.api.egg-info/SOURCES.txt +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/setup.cfg +0 -0
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dlubal.api
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.12
|
|
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
|
|
7
7
|
License: MIT
|
|
8
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -35,7 +34,7 @@ Dynamic: summary
|
|
|
35
34
|
|
|
36
35
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
37
36
|
|
|
38
|
-
✅ **X.09.
|
|
37
|
+
✅ **X.09.0012.511.ea97688f12e**
|
|
39
38
|
|
|
40
39
|
## Overview
|
|
41
40
|
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.0012.511.ea97688f12e**
|
|
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**.
|
|
@@ -8,7 +8,8 @@ from dlubal.api.rfem.results import ResultsId
|
|
|
8
8
|
from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
|
|
9
9
|
import grpc
|
|
10
10
|
from collections.abc import Iterable
|
|
11
|
-
|
|
11
|
+
import sys
|
|
12
|
+
from pkg_resources import get_distribution, DistributionNotFound
|
|
12
13
|
import dlubal.api.common.model_id_pb2
|
|
13
14
|
import dlubal.api.rfem.application_pb2
|
|
14
15
|
import dlubal.api.rfem.application_pb2_grpc
|
|
@@ -54,7 +55,7 @@ class Application:
|
|
|
54
55
|
self.api_key = _ApiKey(api_key_name, api_key_value)
|
|
55
56
|
self.channel = init_channel(self.api_key.value, self.url, self.port, self.ssl, self.ssl_file)
|
|
56
57
|
self.stub = dlubal.api.rfem.application_pb2_grpc.ApplicationStub(self.channel) if self.channel else None
|
|
57
|
-
self.
|
|
58
|
+
self.__check_connection()
|
|
58
59
|
|
|
59
60
|
def __enter__(self):
|
|
60
61
|
'''
|
|
@@ -81,32 +82,33 @@ class Application:
|
|
|
81
82
|
return False
|
|
82
83
|
raise RuntimeError(f"Unexpected error: {str(exc_value)}") from None
|
|
83
84
|
|
|
84
|
-
def
|
|
85
|
+
def __check_connection(self):
|
|
85
86
|
'''
|
|
86
|
-
Check
|
|
87
|
+
Check connection and package version compatibility.
|
|
87
88
|
'''
|
|
88
|
-
app_info = self.get_application_info()
|
|
89
|
-
app_version = app_info.version.split('.')
|
|
90
|
-
app_major = int(app_version[1])
|
|
91
|
-
app_minor = int(app_version[2])
|
|
92
89
|
|
|
90
|
+
# Check connection
|
|
93
91
|
try:
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
except(ImportError, ModuleNotFoundError):
|
|
99
|
-
print("dlubal.api version not found.")
|
|
100
|
-
print("Package is not installed in the current environment.")
|
|
101
|
-
print("It appears you may be running the application directly from source code.\n")
|
|
102
|
-
return
|
|
92
|
+
application_info = self.get_application_info()
|
|
93
|
+
except grpc._channel._InactiveRpcError as e:
|
|
94
|
+
sys.tracebacklimit = 0
|
|
95
|
+
raise RuntimeError(f"gRPC Connection error: {e.code().name} - {e.details()}") from None
|
|
103
96
|
|
|
104
|
-
#
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
97
|
+
# Check package version compatibility
|
|
98
|
+
try:
|
|
99
|
+
client_version = get_distribution('dlubal.api').version
|
|
100
|
+
client_major, client_minor = map(int, client_version.split('.')[1:3])
|
|
101
|
+
app_major, app_minor = map(int, application_info.version.split('.')[1:3])
|
|
102
|
+
|
|
103
|
+
# If the versions differ, print a warning
|
|
104
|
+
if app_major != client_major or app_minor != client_minor:
|
|
105
|
+
print('\033[93mWARNING:\033[0m')
|
|
106
|
+
print(f'Version mismatch between dlubal.api client package \033[91m{client_version}\033[0m and server application {application_info.name}.')
|
|
107
|
+
print(f'To ensure full compatibility, please use the client version 2.{app_major}.{app_minor}.')
|
|
108
|
+
print(f'To update, run: \033[92mpython.exe -m pip install --upgrade dlubal.api==2.{app_major}.{app_minor}\033[0m\n')
|
|
109
|
+
|
|
110
|
+
except DistributionNotFound:
|
|
111
|
+
return
|
|
110
112
|
|
|
111
113
|
# Functions using packing
|
|
112
114
|
|
|
@@ -177,7 +179,7 @@ class Application:
|
|
|
177
179
|
Specifies whether to return the list of object IDs.
|
|
178
180
|
|
|
179
181
|
Returns:
|
|
180
|
-
|
|
182
|
+
ObjectIdList:
|
|
181
183
|
List of IDs of the created objects if `return_object_id` is True, otherwise None.
|
|
182
184
|
'''
|
|
183
185
|
return self.stub.create_object_list_impl(pack_object_list(objs, model_id, return_object_id))
|
|
@@ -348,7 +350,7 @@ class Application:
|
|
|
348
350
|
Sets active model specified by model id
|
|
349
351
|
|
|
350
352
|
Args:
|
|
351
|
-
model_id (dlubal.api.common.model_id_pb2.ModelId):
|
|
353
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId):
|
|
352
354
|
"""
|
|
353
355
|
self.stub.set_active_model(model_id)
|
|
354
356
|
|
|
@@ -387,7 +389,7 @@ class Application:
|
|
|
387
389
|
Deletes all objects
|
|
388
390
|
|
|
389
391
|
Args:
|
|
390
|
-
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
392
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
391
393
|
"""
|
|
392
394
|
self.stub.delete_all_objects(optional_model_id)
|
|
393
395
|
|
|
@@ -430,14 +432,11 @@ class Application:
|
|
|
430
432
|
If you want to retrieve all object ids, do not specify the object_type.
|
|
431
433
|
|
|
432
434
|
Args:
|
|
433
|
-
object_type (dlubal.api.rfem.object_type_pb2.ObjectType | None):
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
model_id (dlubal.api.common.model_id_pb2.ModelId | None):
|
|
439
|
-
Unique identifier of the model.
|
|
440
|
-
If not specified, the active model is used.
|
|
435
|
+
object_type (dlubal.api.rfem.object_type_pb2.ObjectType | None): The type of objects to retrieve. To get all object ids, omit it.
|
|
436
|
+
parent_no (int | None): Unique identifier of the parent object.
|
|
437
|
+
Omit this parameter if the object type does not have a parent or you want to get result for all parent objects.
|
|
438
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
439
|
+
If not specified, the active model is used.
|
|
441
440
|
|
|
442
441
|
Returns:
|
|
443
442
|
dlubal.api.rfem.application_pb2.ObjectIdList
|
|
@@ -451,7 +450,7 @@ class Application:
|
|
|
451
450
|
comments, file path, and associated project details.
|
|
452
451
|
|
|
453
452
|
Args:
|
|
454
|
-
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
453
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
455
454
|
|
|
456
455
|
Returns:
|
|
457
456
|
dlubal.api.rfem.application_pb2.ModelMainParameters
|
{dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py
RENAMED
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4dlubal/api/rfem/geotechnical_analysis/borehole.proto\x12%dlubal.api.rfem.geotechnical_analysis\x1a\x1e\x64lubal/api/common/common.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4dlubal/api/rfem/geotechnical_analysis/borehole.proto\x12%dlubal.api.rfem.geotechnical_analysis\x1a\x1e\x64lubal/api/common/common.proto\"\xa7\n\n\x08\x42orehole\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12G\n\x04type\x18\x02 \x01(\x0e\x32\x34.dlubal.api.rfem.geotechnical_analysis.Borehole.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x19\n\x0c\x63oordinate_0\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x19\n\x0c\x63oordinate_1\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x19\n\x0c\x63oordinate_2\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12-\n import_coordinate_z_from_terrain\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x18\n\x0bgroundwater\x18\n \x01(\x08H\t\x88\x01\x01\x12!\n\x14groundwater_ordinate\x18\x0b \x01(\x01H\n\x88\x01\x01\x12V\n\x0clayers_table\x18\x0c \x01(\x0b\x32;.dlubal.api.rfem.geotechnical_analysis.Borehole.LayersTableH\x0b\x88\x01\x01\x12!\n\x14layers_thickness_sum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0e \x01(\tH\r\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x10 \x01(\tH\x0f\x88\x01\x01\x1a[\n\x0bLayersTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.geotechnical_analysis.Borehole.LayersTableRow\x1a\xf4\x01\n\x0eLayersTableRow\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\x1a\n\rsoil_material\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x1c\n\x0f\x62ottom_ordinate\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\x10\n\x0e_soil_materialB\x08\n\x06_depthB\x12\n\x10_bottom_ordinate\"+\n\x04Type\x12\x10\n\x0cTYPE_PHANTOM\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0e\n\x0c_coordinatesB\x0f\n\r_coordinate_0B\x0f\n\r_coordinate_1B\x0f\n\r_coordinate_2B#\n!_import_coordinate_z_from_terrainB\x0e\n\x0c_groundwaterB\x17\n\x15_groundwater_ordinateB\x0f\n\r_layers_tableB\x17\n\x15_layers_thickness_sumB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,11 +33,11 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.geotechnica
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_BOREHOLE']._serialized_start=128
|
|
36
|
-
_globals['_BOREHOLE']._serialized_end=
|
|
36
|
+
_globals['_BOREHOLE']._serialized_end=1447
|
|
37
37
|
_globals['_BOREHOLE_LAYERSTABLE']._serialized_start=754
|
|
38
38
|
_globals['_BOREHOLE_LAYERSTABLE']._serialized_end=845
|
|
39
39
|
_globals['_BOREHOLE_LAYERSTABLEROW']._serialized_start=848
|
|
40
|
-
_globals['_BOREHOLE_LAYERSTABLEROW']._serialized_end=
|
|
41
|
-
_globals['_BOREHOLE_TYPE']._serialized_start=
|
|
42
|
-
_globals['_BOREHOLE_TYPE']._serialized_end=
|
|
40
|
+
_globals['_BOREHOLE_LAYERSTABLEROW']._serialized_end=1092
|
|
41
|
+
_globals['_BOREHOLE_TYPE']._serialized_start=1094
|
|
42
|
+
_globals['_BOREHOLE_TYPE']._serialized_end=1137
|
|
43
43
|
# @@protoc_insertion_point(module_scope)
|
{dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi
RENAMED
|
@@ -21,20 +21,20 @@ class Borehole(_message.Message):
|
|
|
21
21
|
rows: _containers.RepeatedCompositeFieldContainer[Borehole.LayersTableRow]
|
|
22
22
|
def __init__(self, rows: _Optional[_Iterable[_Union[Borehole.LayersTableRow, _Mapping]]] = ...) -> None: ...
|
|
23
23
|
class LayersTableRow(_message.Message):
|
|
24
|
-
__slots__ = ("no", "description", "layer_no", "soil_material", "
|
|
24
|
+
__slots__ = ("no", "description", "layer_no", "soil_material", "depth", "bottom_ordinate")
|
|
25
25
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
26
26
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
27
27
|
LAYER_NO_FIELD_NUMBER: _ClassVar[int]
|
|
28
28
|
SOIL_MATERIAL_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
-
|
|
29
|
+
DEPTH_FIELD_NUMBER: _ClassVar[int]
|
|
30
30
|
BOTTOM_ORDINATE_FIELD_NUMBER: _ClassVar[int]
|
|
31
31
|
no: int
|
|
32
32
|
description: str
|
|
33
33
|
layer_no: int
|
|
34
34
|
soil_material: int
|
|
35
|
-
|
|
35
|
+
depth: float
|
|
36
36
|
bottom_ordinate: float
|
|
37
|
-
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., layer_no: _Optional[int] = ..., soil_material: _Optional[int] = ...,
|
|
37
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., layer_no: _Optional[int] = ..., soil_material: _Optional[int] = ..., depth: _Optional[float] = ..., bottom_ordinate: _Optional[float] = ...) -> None: ...
|
|
38
38
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
39
39
|
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
40
40
|
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/global_parameters/global_parameter.proto\x12!dlubal.api.rfem.global_parameters\"\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/global_parameters/global_parameter.proto\x12!dlubal.api.rfem.global_parameters\"\xe0(\n\x0fGlobalParameter\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&\n\x19\x61ttribute_always_editable\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x13\n\x06symbol\x18\x05 \x01(\tH\x04\x88\x01\x01\x12U\n\nunit_group\x18\x06 \x01(\x0e\x32<.dlubal.api.rfem.global_parameters.GlobalParameter.UnitGroupH\x05\x88\x01\x01\x12_\n\x0f\x64\x65\x66inition_type\x18\x07 \x01(\x0e\x32\x41.dlubal.api.rfem.global_parameters.GlobalParameter.DefinitionTypeH\x06\x88\x01\x01\x12\x12\n\x05value\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x11\n\x04unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\n \x01(\tH\t\x88\x01\x01\x12\x10\n\x03min\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x10\n\x03max\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x16\n\tincrement\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x12\n\x05steps\x18\x0e \x01(\x05H\r\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x11 \x01(\tH\x10\x88\x01\x01\"\xa7 \n\tUnitGroup\x12\x18\n\x14UNIT_GROUP_EG_MODULE\x10\x00\x12\x14\n\x10UNIT_GROUP_ANGLE\x10\x42\x12\x13\n\x0fUNIT_GROUP_AREA\x10?\x12\"\n\x1dUNIT_GROUP_COATING_DIMENSIONS\x10\xa6\x01\x12!\n\x1cUNIT_GROUP_COATING_ROTATIONS\x10\xa7\x01\x12\"\n\x1eUNIT_GROUP_DAMPING_COEFFICIENT\x10\x64\x12\x16\n\x12UNIT_GROUP_DENSITY\x10\x05\x12\x1c\n\x18UNIT_GROUP_DIMENSIONLESS\x10I\x12&\n\"UNIT_GROUP_DYNAMIC_INCREASE_FACTOR\x10\x19\x12\x16\n\x12UNIT_GROUP_FACTOR3\x10V\x12#\n\x1fUNIT_GROUP_FRICTION_COEFFICIENT\x10P\x12%\n!UNIT_GROUP_GEOGRAPHIC_COORDINATES\x10\x43\x12)\n%UNIT_GROUP_GRAVITATIONAL_ACCELERATION\x10\r\x12\x15\n\x11UNIT_GROUP_LENGTH\x10=\x12#\n\x1fUNIT_GROUP_LINE_SPRING_CONSTANT\x10Y\x12/\n+UNIT_GROUP_LINE_SPRING_ROTATIONAL_STIFFNESS\x10Z\x12$\n\x1fUNIT_GROUP_LOADING_COATING_AREA\x10\xa8\x01\x12*\n%UNIT_GROUP_LOADS_AMOUNT_PRECIPITATION\x10\xa5\x01\x12*\n%UNIT_GROUP_LOADS_ANGULAR_ACCELERATION\x10\x9e\x01\x12&\n!UNIT_GROUP_LOADS_ANGULAR_VELOCITY\x10\x9d\x01\x12\x1f\n\x1aUNIT_GROUP_LOADS_AREA_MASS\x10\x9a\x01\x12\"\n\x1dUNIT_GROUP_LOADS_AXIAL_STRAIN\x10\x8f\x01\x12*\n%UNIT_GROUP_LOADS_CUTTING_PATTERN_LOAD\x10\xa9\x01\x12\x1d\n\x18UNIT_GROUP_LOADS_DENSITY\x10\x96\x01\x12\"\n\x1dUNIT_GROUP_LOADS_DISPLACEMENT\x10\x89\x01\x12\x32\n-UNIT_GROUP_LOADS_DISPLACEMENT_PER_UNIT_LENGTH\x10\x92\x01\x12\x1b\n\x16UNIT_GROUP_LOADS_FORCE\x10\x86\x01\x12+\n&UNIT_GROUP_LOADS_FORCE_PER_UNIT_LENGTH\x10\x90\x01\x12*\n%UNIT_GROUP_LOADS_IMPOSED_DISPLACEMENT\x10\x9b\x01\x12&\n!UNIT_GROUP_LOADS_IMPOSED_ROTATION\x10\x9c\x01\x12)\n$UNIT_GROUP_LOADS_KINEMATIC_VISCOSITY\x10\xa0\x01\x12$\n\x1fUNIT_GROUP_LOADS_KINETIC_ENERGY\x10\xa1\x01\x12\x1c\n\x17UNIT_GROUP_LOADS_LENGTH\x10\x8b\x01\x12\x1a\n\x15UNIT_GROUP_LOADS_MASS\x10\x88\x01\x12\x1c\n\x17UNIT_GROUP_LOADS_MOMENT\x10\x87\x01\x12,\n\'UNIT_GROUP_LOADS_MOMENT_PER_UNIT_LENGTH\x10\x91\x01\x12\x1f\n\x1aUNIT_GROUP_LOADS_PRECAMBER\x10\x99\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_PRESSURE\x10\x97\x01\x12%\n UNIT_GROUP_LOADS_RELATIVE_LENGTH\x10\x8c\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_ROTATION\x10\x8a\x01\x12.\n)UNIT_GROUP_LOADS_ROTATION_PER_UNIT_LENGTH\x10\x93\x01\x12\'\n\"UNIT_GROUP_LOADS_SHAPE_COEFFICIENT\x10\xaa\x01\x12%\n UNIT_GROUP_LOADS_SOLID_TYPE_LOAD\x10\x95\x01\x12%\n UNIT_GROUP_LOADS_SPECIFIC_ENERGY\x10\xa3\x01\x12%\n UNIT_GROUP_LOADS_SPECIFIC_WEIGHT\x10\xa4\x01\x12\'\n\"UNIT_GROUP_LOADS_SURFACE_TYPE_LOAD\x10\x94\x01\x12!\n\x1cUNIT_GROUP_LOADS_TEMPERATURE\x10\x8d\x01\x12(\n#UNIT_GROUP_LOADS_TEMPERATURE_CHANGE\x10\x8e\x01\x12\x31\n,UNIT_GROUP_LOADS_TURBULENCE_DISSIPATION_RATE\x10\xa2\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_VELOCITY\x10\x9f\x01\x12\x13\n\x0fUNIT_GROUP_MASS\x10\x44\x12(\n$UNIT_GROUP_MASS_MOMENT_PER_UNIT_AREA\x10\x61\x12!\n\x1dUNIT_GROUP_MASS_PER_UNIT_AREA\x10_\x12#\n\x1fUNIT_GROUP_MASS_PER_UNIT_LENGTH\x10`\x12\x1d\n\x19UNIT_GROUP_MATERIAL_ANGLE\x10\x11\x12#\n\x1fUNIT_GROUP_MATERIAL_DEFORMATION\x10\x0b\x12\x1e\n\x1aUNIT_GROUP_MATERIAL_FACTOR\x10\t\x12(\n$UNIT_GROUP_MATERIAL_QUANTITY_INTEGER\x10\x0f\x12\'\n#UNIT_GROUP_MATERIAL_SPECIFIC_WEIGHT\x10\x03\x12!\n\x1dUNIT_GROUP_MATERIAL_THICKNESS\x10\n\x12(\n$UNIT_GROUP_ORTHOTROPY_BENDING_MOMENT\x10]\x12%\n!UNIT_GROUP_ORTHOTROPY_LINE_MOMENT\x10^\x12\x1d\n\x19UNIT_GROUP_PARTIAL_FACTOR\x10L\x12\x1d\n\x19UNIT_GROUP_POISSONS_RATIO\x10\x06\x12\x1f\n\x1bUNIT_GROUP_PRECISION_FACTOR\x10O\x12\x17\n\x13UNIT_GROUP_QUANTITY\x10R\x12\x1f\n\x1bUNIT_GROUP_QUANTITY_INTEGER\x10T\x12\x14\n\x10UNIT_GROUP_RATIO\x10N\x12\x1e\n\x1aUNIT_GROUP_RELATIVE_LENGTH\x10J\x12\x1c\n\x18UNIT_GROUP_SECTION_ANGLE\x10\x1f\x12\x1b\n\x17UNIT_GROUP_SECTION_AREA\x10\x1e\x12\x1f\n\x1bUNIT_GROUP_SECTION_BIMOMENT\x10+\x12!\n\x1dUNIT_GROUP_SECTION_COMPLIANCE\x10\x1d\x12 \n\x1cUNIT_GROUP_SECTION_DIMENSION\x10\x1b\x12%\n!UNIT_GROUP_SECTION_EFFECTIVE_AREA\x10$\x12\x36\n2UNIT_GROUP_SECTION_EFFECTIVE_SECOND_MOMENT_OF_AREA\x10#\x12\x1c\n\x18UNIT_GROUP_SECTION_FORCE\x10,\x12\x38\n4UNIT_GROUP_SECTION_LIMIT_FOR_REINFORCEMENT_PLACEMENT\x10\x32\x12\x1d\n\x19UNIT_GROUP_SECTION_MOMENT\x10-\x12(\n$UNIT_GROUP_SECTION_MOMENT_OF_INERTIA\x10 \x12 \n\x1cUNIT_GROUP_SECTION_PERIMETER\x10\x1c\x12\x1f\n\x1bUNIT_GROUP_SECTION_QUANTITY\x10\x31\x12%\n!UNIT_GROUP_SECTION_SECTION_FACTOR\x10!\x12&\n\"UNIT_GROUP_SECTION_SECTION_MODULUS\x10\"\x12.\n*UNIT_GROUP_SECTION_STATICAL_MOMENT_OF_AREA\x10%\x12\x1e\n\x1aUNIT_GROUP_SECTION_SURFACE\x10\x34\x12\"\n\x1eUNIT_GROUP_SECTION_TEMPERATURE\x10\x30\x12\x32\n.UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_1\x10&\x12\x32\n.UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_2\x10\'\x12$\n UNIT_GROUP_SECTION_UNIT_STRESSES\x10.\x12,\n(UNIT_GROUP_SECTION_UNIT_WARPING_FUNCTION\x10/\x12\x1d\n\x19UNIT_GROUP_SECTION_VOLUME\x10\x33\x12\'\n#UNIT_GROUP_SECTION_WARPING_CONSTANT\x10(\x12\'\n#UNIT_GROUP_SECTION_WARPING_ORDINATE\x10)\x12.\n*UNIT_GROUP_SECTION_WARPING_STATICAL_MOMENT\x10*\x12\x1d\n\x19UNIT_GROUP_SECTION_WEIGHT\x10\x35\x12\"\n\x1dUNIT_GROUP_SELF_WEIGHT_FACTOR\x10\x98\x01\x12\x1f\n\x1bUNIT_GROUP_SELF_WEIGHT_MASS\x10\x46\x12$\n UNIT_GROUP_SHEAR_SPRING_CONSTANT\x10\\\x12$\n UNIT_GROUP_SOLID_SHEAR_STIFFNESS\x10\x63\x12*\n&UNIT_GROUP_SPRING_ROTATIONAL_STIFFNESS\x10X\x12\x1f\n\x1bUNIT_GROUP_SPRING_STIFFNESS\x10W\x12.\n*UNIT_GROUP_STIFFNESS_MULTIPLICATION_FACTOR\x10Q\x12\x15\n\x11UNIT_GROUP_STRAIN\x10\x0c\x12\x1a\n\x16UNIT_GROUP_STRAIN_RATE\x10\x1a\x12\x17\n\x13UNIT_GROUP_STRESSES\x10\x01\x12\x34\n0UNIT_GROUP_SURFACES_CONTACT_TYPE_SHEAR_STIFFNESS\x10\x62\x12&\n\"UNIT_GROUP_SURFACE_SPRING_CONSTANT\x10[\x12,\n(UNIT_GROUP_THERMAL_EXPANSION_COEFFICIENT\x10\x04\x12\x18\n\x14UNIT_GROUP_THICKNESS\x10G\x12\x13\n\x0fUNIT_GROUP_TIME\x10H\x12\x15\n\x11UNIT_GROUP_VOLUME\x10\x41\x12\x1e\n\x1aUNIT_GROUP_WEIGHT_AND_KNOT\x10M\"\xed\x01\n\x0e\x44\x65\x66initionType\x12\x19\n\x15\x44\x45\x46INITION_TYPE_VALUE\x10\x00\x12\x1b\n\x17\x44\x45\x46INITION_TYPE_FORMULA\x10\x01\x12 \n\x1c\x44\x45\x46INITION_TYPE_OPTIMIZATION\x10\x02\x12*\n&DEFINITION_TYPE_OPTIMIZATION_ASCENDING\x10\x03\x12+\n\'DEFINITION_TYPE_OPTIMIZATION_DESCENDING\x10\x04\x12(\n$DEFINITION_TYPE_OPTIMIZATION_FORMULA\x10\x05\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x1c\n\x1a_attribute_always_editableB\t\n\x07_symbolB\r\n\x0b_unit_groupB\x12\n\x10_definition_typeB\x08\n\x06_valueB\x07\n\x05_unitB\n\n\x08_formulaB\x06\n\x04_minB\x06\n\x04_maxB\x0c\n\n_incrementB\x08\n\x06_stepsB\n\n\x08_commentB\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,9 +32,9 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.global_para
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_GLOBALPARAMETER']._serialized_start=96
|
|
35
|
-
_globals['_GLOBALPARAMETER']._serialized_end=
|
|
35
|
+
_globals['_GLOBALPARAMETER']._serialized_end=5312
|
|
36
36
|
_globals['_GLOBALPARAMETER_UNITGROUP']._serialized_start=676
|
|
37
37
|
_globals['_GLOBALPARAMETER_UNITGROUP']._serialized_end=4811
|
|
38
38
|
_globals['_GLOBALPARAMETER_DEFINITIONTYPE']._serialized_start=4814
|
|
39
|
-
_globals['_GLOBALPARAMETER_DEFINITIONTYPE']._serialized_end=
|
|
39
|
+
_globals['_GLOBALPARAMETER_DEFINITIONTYPE']._serialized_end=5051
|
|
40
40
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -242,11 +242,13 @@ class GlobalParameter(_message.Message):
|
|
|
242
242
|
DEFINITION_TYPE_OPTIMIZATION: _ClassVar[GlobalParameter.DefinitionType]
|
|
243
243
|
DEFINITION_TYPE_OPTIMIZATION_ASCENDING: _ClassVar[GlobalParameter.DefinitionType]
|
|
244
244
|
DEFINITION_TYPE_OPTIMIZATION_DESCENDING: _ClassVar[GlobalParameter.DefinitionType]
|
|
245
|
+
DEFINITION_TYPE_OPTIMIZATION_FORMULA: _ClassVar[GlobalParameter.DefinitionType]
|
|
245
246
|
DEFINITION_TYPE_VALUE: GlobalParameter.DefinitionType
|
|
246
247
|
DEFINITION_TYPE_FORMULA: GlobalParameter.DefinitionType
|
|
247
248
|
DEFINITION_TYPE_OPTIMIZATION: GlobalParameter.DefinitionType
|
|
248
249
|
DEFINITION_TYPE_OPTIMIZATION_ASCENDING: GlobalParameter.DefinitionType
|
|
249
250
|
DEFINITION_TYPE_OPTIMIZATION_DESCENDING: GlobalParameter.DefinitionType
|
|
251
|
+
DEFINITION_TYPE_OPTIMIZATION_FORMULA: GlobalParameter.DefinitionType
|
|
250
252
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
251
253
|
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
252
254
|
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -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/loading/design_situation.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/loading/design_situation.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/loading/design_situation.proto\x12\x17\x64lubal.api.rfem.loading\"\xa2\xea\x01\n\x0f\x44\x65signSituation\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`\n\x15\x64\x65sign_situation_type\x18\x04 \x01(\x0e\x32<.dlubal.api.rfem.loading.DesignSituation.DesignSituationTypeH\x03\x88\x01\x01\x12\x13\n\x06\x61\x63tive\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12#\n\x16generating_object_info\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x1f\n\x12\x63ombination_wizard\x18\t \x01(\x05H\x08\x88\x01\x01\x12\x34\n\'consider_inclusive_exclusive_load_cases\x18\n \x01(\x08H\t\x88\x01\x01\x12,\n\x1frelationship_between_load_cases\x18\x0b \x01(\x05H\n\x88\x01\x01\x12T\n\x0c\x63\x61se_objects\x18\x0c \x01(\x0b\x32\x39.dlubal.api.rfem.loading.DesignSituation.CaseObjectsTableH\x0b\x88\x01\x01\x12!\n\x14id_for_export_import\x18\r \x01(\tH\x0c\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0e \x01(\tH\r\x88\x01\x01\x1aY\n\x10\x43\x61seObjectsTable\x12\x45\n\x04rows\x18\x01 \x03(\x0b\x32\x37.dlubal.api.rfem.loading.DesignSituation.CaseObjectsRow\x1a|\n\x0e\x43\x61seObjectsRow\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\x18\n\x0b\x63\x61se_object\x18\x03 \x01(\x05H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_case_object\"\xb9\xe1\x01\n\x13\x44\x65signSituationType\x12!\n\x1d\x44\x45SIGN_SITUATION_TYPE_UNKNOWN\x10\x00\x12%\n DESIGN_SITUATION_TYPE_ACCIDENTAL\x10\xe2\x38\x12*\n%DESIGN_SITUATION_TYPE_ACCIDENTAL_SANS\x10\xd0\x38\x12%\n DESIGN_SITUATION_TYPE_APPENDIX_C\x10\xc0\x37\x12(\n#DESIGN_SITUATION_TYPE_APPENDIX_C_08\x10\xbd\x38\x12\'\n\"DESIGN_SITUATION_TYPE_APPENDIX_C_1\x10\xc1\x37\x12*\n%DESIGN_SITUATION_TYPE_APPENDIX_C_1_08\x10\xbe\x38\x12\'\n\"DESIGN_SITUATION_TYPE_APPENDIX_C_2\x10\xc2\x37\x12*\n%DESIGN_SITUATION_TYPE_APPENDIX_C_2_08\x10\xbf\x38\x12\'\n\"DESIGN_SITUATION_TYPE_APPENDIX_C_3\x10\xc3\x37\x12*\n%DESIGN_SITUATION_TYPE_APPENDIX_C_3_08\x10\xc0\x38\x12\'\n\"DESIGN_SITUATION_TYPE_APPENDIX_C_4\x10\xc4\x37\x12*\n%DESIGN_SITUATION_TYPE_APPENDIX_C_4_08\x10\xc1\x38\x12\'\n\"DESIGN_SITUATION_TYPE_APPENDIX_C_5\x10\xc5\x37\x12*\n%DESIGN_SITUATION_TYPE_APPENDIX_C_5_08\x10\xc2\x38\x12\'\n\"DESIGN_SITUATION_TYPE_APPENDIX_C_6\x10\xc6\x37\x12*\n%DESIGN_SITUATION_TYPE_APPENDIX_C_6_08\x10\xc3\x38\x12\'\n\"DESIGN_SITUATION_TYPE_A_ACCIDENTAL\x10\xf1\x38\x12,\n\'DESIGN_SITUATION_TYPE_A_ACCIDENTAL_FIRE\x10\xcd:\x12$\n\x1f\x44\x45SIGN_SITUATION_TYPE_CHAPTER_5\x10\xf7\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_A\x10\xf8\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_B\x10\xf9\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_C\x10\xfa\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_D\x10\xfb\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_E\x10\xfc\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_F\x10\xfd\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_G\x10\xfe\x37\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_5_P\x10\xa5\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_A\x10\xa6\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_B\x10\xa7\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_C\x10\xa8\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_D\x10\xa9\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_E\x10\xaa\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_F\x10\xab\x39\x12(\n#DESIGN_SITUATION_TYPE_CHAPTER_5_P_G\x10\xac\x39\x12$\n\x1f\x44\x45SIGN_SITUATION_TYPE_CHAPTER_9\x10\xb8\x37\x12\'\n\"DESIGN_SITUATION_TYPE_CHAPTER_9_08\x10\xb5\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_1\x10\xb9\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_1_08\x10\xb6\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_2\x10\xba\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_2_08\x10\xb7\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_3\x10\xbb\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_3_08\x10\xb8\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_4\x10\xbc\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_4_08\x10\xb9\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_5\x10\xbd\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_5_08\x10\xba\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_6\x10\xbe\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_6_08\x10\xbb\x38\x12&\n!DESIGN_SITUATION_TYPE_CHAPTER_9_7\x10\xbf\x37\x12)\n$DESIGN_SITUATION_TYPE_CHAPTER_9_7_08\x10\xbc\x38\x12\'\n\"DESIGN_SITUATION_TYPE_CLAUSE_7_2_2\x10\xb4\x37\x12)\n$DESIGN_SITUATION_TYPE_CLAUSE_7_2_6_A\x10\xad\x38\x12)\n$DESIGN_SITUATION_TYPE_CLAUSE_7_2_6_B\x10\xae\x38\x12)\n$DESIGN_SITUATION_TYPE_CLAUSE_7_2_6_C\x10\xaf\x38\x12\x39\n4DESIGN_SITUATION_TYPE_EARTHQUAKE_LIMIT_STATE_CSA_S16\x10\xb6\x39\x12\x38\n3DESIGN_SITUATION_TYPE_EARTHQUAKE_LIMIT_STATE_EN1998\x10\xf9\x39\x12\x33\n.DESIGN_SITUATION_TYPE_EFFECTIVE_SEISMIC_WEIGHT\x10\xbc\x39\x12\x31\n,DESIGN_SITUATION_TYPE_EQUILIBRIUM_ACCIDENTAL\x10\xdb\x36\x12\x32\n-DESIGN_SITUATION_TYPE_EQUILIBRIUM_FUNDAMENTAL\x10\xda\x36\x12.\n)DESIGN_SITUATION_TYPE_EQUILIBRIUM_SEISMIC\x10\xdc\x36\x12.\n)DESIGN_SITUATION_TYPE_EQU_ACCIDENTAL_FIRE\x10\xdd\x36\x12\x31\n,DESIGN_SITUATION_TYPE_EQU_ACCIDENTAL_PSI_1_1\x10\xd1\x36\x12\x31\n,DESIGN_SITUATION_TYPE_EQU_ACCIDENTAL_PSI_2_1\x10\xd2\x36\x12\x36\n1DESIGN_SITUATION_TYPE_EQU_ACCIDENTAL_SNOW_PSI_1_1\x10\xd3\x36\x12\x36\n1DESIGN_SITUATION_TYPE_EQU_ACCIDENTAL_SNOW_PSI_2_1\x10\xd4\x36\x12\x33\n.DESIGN_SITUATION_TYPE_EQU_ACCIDENTAL_TWO_STARS\x10\xd6\x36\x12.\n)DESIGN_SITUATION_TYPE_EQU_BS_A_ACCIDENTAL\x10\xef:\x12\x30\n+DESIGN_SITUATION_TYPE_EQU_BS_ONE_PERSISTENT\x10\xf6:\x12.\n)DESIGN_SITUATION_TYPE_EQU_BS_P_PERSISTENT\x10\xde:\x12\x32\n-DESIGN_SITUATION_TYPE_EQU_BS_THREE_ACCIDENTAL\x10\xf8:\x12/\n*DESIGN_SITUATION_TYPE_EQU_BS_TWO_TRANSIENT\x10\xf7:\x12-\n(DESIGN_SITUATION_TYPE_EQU_BS_T_TRANSIENT\x10\xdf:\x12/\n*DESIGN_SITUATION_TYPE_EQU_EXCEPTIONAL_SNOW\x10\xf5\x38\x12*\n%DESIGN_SITUATION_TYPE_EQU_LOAD_CASE_1\x10\xfc\x38\x12*\n%DESIGN_SITUATION_TYPE_EQU_LOAD_CASE_2\x10\xfd\x38\x12*\n%DESIGN_SITUATION_TYPE_EQU_LOAD_CASE_3\x10\xfe\x38\x12*\n%DESIGN_SITUATION_TYPE_EQU_LOAD_CASE_4\x10\xff\x38\x12\x36\n1DESIGN_SITUATION_TYPE_EQU_PERMANENT_AND_TRANSIENT\x10\xea/\x12\x34\n/DESIGN_SITUATION_TYPE_EQU_PERMANENT_FUNDAMENTAL\x10\xea\x38\x12\x44\n?DESIGN_SITUATION_TYPE_EQU_PERMANENT_TRANSIENT_BEARINGS_EXCHANGE\x10\xde\x36\x12&\n!DESIGN_SITUATION_TYPE_EQU_SEISMIC\x10\xd5\x36\x12$\n\x1f\x44\x45SIGN_SITUATION_TYPE_E_SEISMIC\x10\xf0\x38\x12:\n5DESIGN_SITUATION_TYPE_FAILURE_OF_STRUCTURE_ACCIDENTAL\x10\xec\x36\x12;\n6DESIGN_SITUATION_TYPE_FAILURE_OF_STRUCTURE_FUNDAMENTAL\x10\xeb\x36\x12\x37\n2DESIGN_SITUATION_TYPE_FAILURE_OF_STRUCTURE_SEISMIC\x10\xed\x36\x12\x33\n.DESIGN_SITUATION_TYPE_FIRE_LIMIT_STATE_AISC360\x10\xe8\x38\x12\x32\n-DESIGN_SITUATION_TYPE_FIRE_LIMIT_STATE_AS1720\x10\x8e:\x12\x33\n.DESIGN_SITUATION_TYPE_FIRE_LIMIT_STATE_NBR7190\x10\xd8:\x12/\n*DESIGN_SITUATION_TYPE_FIRE_LIMIT_STATE_NDS\x10\xc1\x39\x12\x35\n0DESIGN_SITUATION_TYPE_FIRE_LIMIT_STATE_SANS10163\x10\xd5:\x12\x30\n+DESIGN_SITUATION_TYPE_FIRE_LIMIT_STATE_SP64\x10\xe2\x39\x12\x30\n+DESIGN_SITUATION_TYPE_FUNDAMENTAL_PERMANENT\x10\xe1\x38\x12/\n*DESIGN_SITUATION_TYPE_FUNDAMENTAL_VARIABLE\x10\xe3\x38\x12\x35\n0DESIGN_SITUATION_TYPE_GEO_1_1_ACCIDENTAL_PSI_1_1\x10\xfc\x36\x12\x35\n0DESIGN_SITUATION_TYPE_GEO_1_1_ACCIDENTAL_PSI_2_1\x10\xfd\x36\x12?\n:DESIGN_SITUATION_TYPE_GEO_1_1_PERMANENT_AND_TRANSIENT_6_10\x10\xfa\x36\x12J\nEDESIGN_SITUATION_TYPE_GEO_1_1_PERMANENT_AND_TRANSIENT_6_10A_AND_6_10B\x10\xfb\x36\x12*\n%DESIGN_SITUATION_TYPE_GEO_1_1_SEISMIC\x10\xfe\x36\x12\x35\n0DESIGN_SITUATION_TYPE_GEO_1_2_ACCIDENTAL_PSI_1_1\x10\x81\x37\x12\x35\n0DESIGN_SITUATION_TYPE_GEO_1_2_ACCIDENTAL_PSI_2_1\x10\x82\x37\x12?\n:DESIGN_SITUATION_TYPE_GEO_1_2_PERMANENT_AND_TRANSIENT_6_10\x10\xff\x36\x12J\nEDESIGN_SITUATION_TYPE_GEO_1_2_PERMANENT_AND_TRANSIENT_6_10A_AND_6_10B\x10\x80\x37\x12*\n%DESIGN_SITUATION_TYPE_GEO_1_2_SEISMIC\x10\x83\x37\x12\x33\n.DESIGN_SITUATION_TYPE_GEO_2_ACCIDENTAL_PSI_1_1\x10\x86\x37\x12\x33\n.DESIGN_SITUATION_TYPE_GEO_2_ACCIDENTAL_PSI_2_1\x10\x87\x37\x12=\n8DESIGN_SITUATION_TYPE_GEO_2_PERMANENT_AND_TRANSIENT_6_10\x10\x84\x37\x12H\nCDESIGN_SITUATION_TYPE_GEO_2_PERMANENT_AND_TRANSIENT_6_10A_AND_6_10B\x10\x85\x37\x12(\n#DESIGN_SITUATION_TYPE_GEO_2_SEISMIC\x10\x88\x37\x12\x33\n.DESIGN_SITUATION_TYPE_GEO_3_ACCIDENTAL_PSI_1_1\x10\x8b\x37\x12\x33\n.DESIGN_SITUATION_TYPE_GEO_3_ACCIDENTAL_PSI_2_1\x10\x8c\x37\x12=\n8DESIGN_SITUATION_TYPE_GEO_3_PERMANENT_AND_TRANSIENT_6_10\x10\x89\x37\x12H\nCDESIGN_SITUATION_TYPE_GEO_3_PERMANENT_AND_TRANSIENT_6_10A_AND_6_10B\x10\x8a\x37\x12(\n#DESIGN_SITUATION_TYPE_GEO_3_SEISMIC\x10\x8d\x37\x12)\n$DESIGN_SITUATION_TYPE_GEO_ACCIDENTAL\x10\xff:\x12\x31\n,DESIGN_SITUATION_TYPE_GEO_ACCIDENTAL_PSI_1_1\x10\xf7\x36\x12\x31\n,DESIGN_SITUATION_TYPE_GEO_ACCIDENTAL_PSI_2_1\x10\xf8\x36\x12;\n6DESIGN_SITUATION_TYPE_GEO_PERMANENT_AND_TRANSIENT_SANS\x10\xcf\x38\x12\x34\n/DESIGN_SITUATION_TYPE_GEO_PERMANENT_FUNDAMENTAL\x10\xec\x38\x12\x32\n-DESIGN_SITUATION_TYPE_GEO_PERMANENT_TRANSIENT\x10\xf6\x36\x12&\n!DESIGN_SITUATION_TYPE_GEO_SEISMIC\x10\xf9\x36\x12\x31\n,DESIGN_SITUATION_TYPE_HYD_ACCIDENTAL_PSI_1_1\x10\x93\x37\x12\x31\n,DESIGN_SITUATION_TYPE_HYD_ACCIDENTAL_PSI_2_1\x10\x94\x37\x12\x36\n1DESIGN_SITUATION_TYPE_HYD_PERMANENT_AND_TRANSIENT\x10\x92\x37\x12&\n!DESIGN_SITUATION_TYPE_HYD_SEISMIC\x10\x95\x37\x12*\n\x1d\x44\x45SIGN_SITUATION_TYPE_INVALID\x10\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12,\n\'DESIGN_SITUATION_TYPE_IRREVERSIBLE_SANS\x10\xd1\x38\x12.\n)DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_FIRE\x10\xc9\x38\x12\x38\n3DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY\x10\xce\x37\x12:\n5DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_1\x10\xcf\x37\x12:\n5DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_2\x10\xd0\x37\x12=\n8DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_2015\x10\xee:\x12=\n8DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_2020\x10\xc2:\x12:\n5DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_3\x10\xd1\x37\x12=\n8DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE\x10\xe1\x37\x12?\n:DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE_1\x10\xc6\x38\x12\x44\n?DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE_1_2020\x10\xc3:\x12?\n:DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE_2\x10\xc7\x38\x12\x44\n?DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE_2_2020\x10\xc4:\x12?\n:DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE_3\x10\xc8\x38\x12\x44\n?DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_CASE_3_2020\x10\xc5:\x12\x42\n=DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_LIVE_LOAD\x10\xca\x38\x12G\nBDESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_PERMANENT_LOAD\x10\xcb\x38\x12\x43\n>DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY_TOTAL_LOAD\x10\xcc\x38\x12\x32\n-DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH\x10\xc7\x37\x12\x34\n/DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_1\x10\xc8\x37\x12\x34\n/DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_2\x10\xc9\x37\x12\x34\n/DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_3\x10\xca\x37\x12\x34\n/DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_4\x10\xcb\x37\x12\x34\n/DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_5\x10\xcc\x37\x12\x34\n/DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_6\x10\xcd\x37\x12\x37\n2DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_CASE\x10\xdb\x37\x12\x39\n4DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_CASE_1\x10\xdc\x37\x12\x39\n4DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_CASE_2\x10\xdd\x37\x12\x39\n4DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_CASE_3\x10\xde\x37\x12\x39\n4DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_CASE_4\x10\xdf\x37\x12\x39\n4DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_STRENGTH_CASE_5\x10\xe0\x37\x12(\n#DESIGN_SITUATION_TYPE_NOT_TO_DESIGN\x10\xd2:\x12*\n%DESIGN_SITUATION_TYPE_REVERSIBLE_SANS\x10\xd2\x38\x12\x38\n3DESIGN_SITUATION_TYPE_SECTION_1604_3_SERVICEABILITY\x10\x98\x38\x12<\n7DESIGN_SITUATION_TYPE_SECTION_1604_3_SERVICEABILITY_D_L\x10\x9b\x38\x12@\n;DESIGN_SITUATION_TYPE_SECTION_1604_3_SERVICEABILITY_KCR_D_L\x10\xb7\x39\x12:\n5DESIGN_SITUATION_TYPE_SECTION_1604_3_SERVICEABILITY_L\x10\x99\x38\x12@\n;DESIGN_SITUATION_TYPE_SECTION_1604_3_SERVICEABILITY_L_OR_LR\x10\xf4\x38\x12<\n7DESIGN_SITUATION_TYPE_SECTION_1604_3_SERVICEABILITY_S_W\x10\x9a\x38\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_1_2021\x10\xb8:\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_2021\x10\xb7:\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_2_2021\x10\xb9:\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_3_2021\x10\xba:\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_4_2021\x10\xbb:\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_5_2021\x10\xbd:\x12\x41\n<DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_5_OVERSTRENGTH_2021\x10\xc0:\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_6_2021\x10\xbe:\x12\x41\n<DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_6_OVERSTRENGTH_2021\x10\xc1:\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_E_2021\x10\xbc:\x12?\n:DESIGN_SITUATION_TYPE_SECTION_1605_2_ASD_OVERSTRENGTH_2021\x10\xbf:\x12.\n)DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD\x10\xff\x37\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_1\x10\x80\x38\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_2\x10\x81\x38\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_3\x10\x82\x38\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_4\x10\x83\x38\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_5\x10\x84\x38\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_6\x10\x85\x38\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_1605_2_LRFD_16_7\x10\x86\x38\x12/\n*DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD\x10\x87\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_10\x10\x8a\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_11\x10\x8b\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_12\x10\x8c\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_13\x10\x8d\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_14\x10\x8e\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_15\x10\x8f\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_16\x10\x90\x38\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_8\x10\x88\x38\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_1605_3_1_ASD_16_9\x10\x89\x38\x12/\n*DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD\x10\x91\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD_16_17\x10\x92\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD_16_18\x10\x93\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD_16_19\x10\x94\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD_16_20\x10\x95\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD_16_21\x10\x96\x38\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_1605_3_2_ASD_16_22\x10\x97\x38\x12+\n&DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD\x10\xa3\x37\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_1\x10\xa4\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_1_7_22\x10\xe5\x39\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_2\x10\xa5\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_2_7_22\x10\xe6\x39\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_3\x10\xa6\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_3_7_22\x10\xe7\x39\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_4\x10\xa7\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_4_7_22\x10\xe8\x39\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_5\x10\xa8\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_5_7_22\x10\xe9\x39\x12:\n5DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_5_OVERSTRENGTH\x10\x91\x39\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6\x10\xa9\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6_7_22\x10\xeb\x39\x12\x38\n3DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6_AND_7_7_16\x10\x8f:\x12\x38\n3DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6_AND_7_7_22\x10\xea\x39\x12:\n5DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6_AND_7_O_7_16\x10\x90:\x12:\n5DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6_AND_7_O_7_22\x10\xed\x39\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_6_O_7_22\x10\xee\x39\x12-\n(DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7\x10\xaa\x37\x12\x30\n+DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10\x10\xe2\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_1\x10\xe3\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_2\x10\xe4\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_3\x10\xe5\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_4\x10\xe6\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_5\x10\xe7\x37\x12?\n:DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_5_OVERSTRENGTH\x10\x8c\x39\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_6\x10\xe8\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_7\x10\xe9\x37\x12?\n:DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_10_7_OVERSTRENGTH\x10\x8d\x39\x12\x30\n+DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_16\x10\x9c\x38\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_16_5\x10\x9d\x38\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_16_6\x10\x9e\x38\x12?\n:DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_16_6_OVERSTRENGTH\x10\x87\x39\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_16_7\x10\x9f\x38\x12?\n:DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_16_7_OVERSTRENGTH\x10\x88\x39\x12\x30\n+DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_22\x10\xe4\x39\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_7_22\x10\xec\x39\x12:\n5DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_OVERSTRENGTH\x10\x92\x39\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_2_3_LRFD_7_O_7_22\x10\xef\x39\x12*\n%DESIGN_SITUATION_TYPE_SECTION_2_4_ASD\x10\xab\x37\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_1\x10\xac\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_10_7_22\x10\xfc\x39\x12\x34\n/DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_10_O_7_22\x10\x80:\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_1_7_22\x10\xf1\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_2\x10\xad\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_2_7_22\x10\xf2\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_3\x10\xae\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_3_7_22\x10\xf3\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_4\x10\xaf\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_4_7_22\x10\xf4\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_5\x10\xb0\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_5_7_22\x10\xf5\x39\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_5_OVERSTRENGTH\x10\x93\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_6\x10\xb1\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_6_7_22\x10\xf6\x39\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_6_OVERSTRENGTH\x10\x94\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7\x10\xb2\x37\x12/\n*DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10\x10\xea\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_1\x10\xeb\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_2\x10\xec\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_3\x10\xed\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_4\x10\xee\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_5\x10\xef\x37\x12>\n9DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_5_OVERSTRENGTH\x10\x8e\x39\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_6A\x10\xf0\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_6B\x10\xf1\x37\x12?\n:DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_6B_OVERSTRENGTH\x10\x8f\x39\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_7\x10\xf2\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_8\x10\xf3\x37\x12>\n9DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_10_8_OVERSTRENGTH\x10\x90\x39\x12/\n*DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16\x10\xa0\x38\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_10\x10\xa5\x38\x12?\n:DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_10_OVERSTRENGTH\x10\x8b\x39\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_5\x10\xa1\x38\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_6\x10\xa2\x38\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_8\x10\xa3\x38\x12>\n9DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_8_OVERSTRENGTH\x10\x89\x39\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_9\x10\xa4\x38\x12>\n9DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_16_9_OVERSTRENGTH\x10\x8a\x39\x12/\n*DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_22\x10\xf0\x39\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_7_7_22\x10\xf7\x39\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8\x10\xb3\x37\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_7_22\x10\xfa\x39\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_OVERSTRENGTH\x10\x95\x39\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_O_7_22\x10\xfe\x39\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_TO_10_7_16\x10\x91:\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_TO_10_7_22\x10\xf8\x39\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_TO_10_O_7_16\x10\x92:\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_8_TO_10_O_7_22\x10\xfd\x39\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_9_7_22\x10\xfb\x39\x12\x33\n.DESIGN_SITUATION_TYPE_SECTION_2_4_ASD_9_O_7_22\x10\xff\x39\x12;\n6DESIGN_SITUATION_TYPE_SECTION_2_5_EXTRAORDINARY_1_7_22\x10\x82:\x12;\n6DESIGN_SITUATION_TYPE_SECTION_2_5_EXTRAORDINARY_2_7_22\x10\x83:\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_5_EXTRAORDINARY_7_10\x10\xf4\x37\x12;\n6DESIGN_SITUATION_TYPE_SECTION_2_5_EXTRAORDINARY_7_10_1\x10\xf5\x37\x12;\n6DESIGN_SITUATION_TYPE_SECTION_2_5_EXTRAORDINARY_7_10_2\x10\xf6\x37\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_2_5_EXTRAORDINARY_7_22\x10\x81:\x12\x44\n?DESIGN_SITUATION_TYPE_SECTION_2_6_1_STRUCTURAL_INTEGRITY_1_7_22\x10\x85:\x12\x44\n?DESIGN_SITUATION_TYPE_SECTION_2_6_1_STRUCTURAL_INTEGRITY_2_7_22\x10\x86:\x12\x42\n=DESIGN_SITUATION_TYPE_SECTION_2_6_1_STRUCTURAL_INTEGRITY_7_22\x10\x84:\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_2_6_1_STR_INT_7_16\x10\xa6\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_6_1_STR_INT_7_16_1\x10\xa7\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_6_1_STR_INT_7_16_2\x10\xa8\x38\x12\x44\n?DESIGN_SITUATION_TYPE_SECTION_2_6_2_STRUCTURAL_INTEGRITY_1_7_22\x10\x88:\x12\x44\n?DESIGN_SITUATION_TYPE_SECTION_2_6_2_STRUCTURAL_INTEGRITY_2_7_22\x10\x89:\x12\x44\n?DESIGN_SITUATION_TYPE_SECTION_2_6_2_STRUCTURAL_INTEGRITY_3_7_22\x10\x8a:\x12\x42\n=DESIGN_SITUATION_TYPE_SECTION_2_6_2_STRUCTURAL_INTEGRITY_7_22\x10\x87:\x12\x35\n0DESIGN_SITUATION_TYPE_SECTION_2_6_2_STR_INT_7_16\x10\xa9\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_6_2_STR_INT_7_16_1\x10\xaa\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_6_2_STR_INT_7_16_2\x10\xab\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SECTION_2_6_2_STR_INT_7_16_3\x10\xac\x38\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_1\x10\x94:\x12\x32\n-DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_1_TO_7\x10\x93:\x12.\n)DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_2A\x10\x95:\x12.\n)DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_2B\x10\x96:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_3\x10\x97:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_4\x10\x98:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_5\x10\x99:\x12@\n;DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_5_AND_7_OVERSTRENGTH\x10\x9c:\x12:\n5DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_5_OVERSTRENGTH\x10\x9d:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_6\x10\x9a:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_7\x10\x9b:\x12:\n5DESIGN_SITUATION_TYPE_SECTION_3_1_YDKT_7_OVERSTRENGTH\x10\x9e:\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_1\x10\xa0:\x12\x31\n,DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_1_TO_8\x10\x9f:\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_2\x10\xa1:\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_3\x10\xa2:\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_4\x10\xa3:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_5A\x10\xa4:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_5B\x10\xa5:\x12?\n:DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_5B_6B_8_OVERSTRENGTH\x10\xaa:\x12:\n5DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_5B_OVERSTRENGTH\x10\xab:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_6A\x10\xa6:\x12-\n(DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_6B\x10\xa7:\x12:\n5DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_6B_OVERSTRENGTH\x10\xac:\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_7\x10\xa8:\x12,\n\'DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_8\x10\xa9:\x12\x39\n4DESIGN_SITUATION_TYPE_SECTION_3_2_GKT_8_OVERSTRENGTH\x10\xad:\x12@\n;DESIGN_SITUATION_TYPE_SEIO_SEISMIC_DESIGN_OVERSTRENGTH_LRFD\x10\xa2\x39\x12:\n5DESIGN_SITUATION_TYPE_SEISMIC_LIMIT_STATE_AISC341_ASD\x10\x82\x39\x12G\nBDESIGN_SITUATION_TYPE_SEISMIC_LIMIT_STATE_AISC341_ASD_OVERSTRENGTH\x10\x84\x39\x12;\n6DESIGN_SITUATION_TYPE_SEISMIC_LIMIT_STATE_AISC341_LRFD\x10\x81\x39\x12H\nCDESIGN_SITUATION_TYPE_SEISMIC_LIMIT_STATE_AISC341_LRFD_OVERSTRENGTH\x10\x83\x39\x12\'\n\"DESIGN_SITUATION_TYPE_SEISMIC_MASS\x10\xe9\x38\x12+\n&DESIGN_SITUATION_TYPE_SEISMIC_MASS_NTC\x10\xf2\x38\x12,\n\'DESIGN_SITUATION_TYPE_SEISMIC_WEIGHT_IS\x10\xbd\x39\x12\x32\n-DESIGN_SITUATION_TYPE_SEI_SEISMIC_DESIGN_LRFD\x10\xa1\x39\x12\x35\n0DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE\x10\xdb\x38\x12\x36\n1DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATES\x10\xd7\x37\x12\x38\n3DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATES_1\x10\xd8\x37\x12\x38\n3DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATES_2\x10\xd9\x37\x12\x38\n3DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATES_3\x10\xda\x37\x12@\n;DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATES_VIBRATION\x10\x80\x39\x12\x37\n2DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_1\x10\xdc\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_2\x10\xdd\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_3\x10\xde\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_4\x10\xdf\x38\x12\x39\n4DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_ADM\x10\x98\x39\x12=\n8DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_AISC360\x10\xe7\x38\x12\x46\nADESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_LONG_TERM_EFFECT\x10\xa0\x39\x12M\nHDESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_LONG_TERM_EFFECT_AS1720\x10\x8d:\x12\x39\n4DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_NDS\x10\xe0\x39\x12\x41\n<DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_NDS_KCR_D_L\x10\xed:\x12\x41\n<DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_NDS_L_OR_LR\x10\xeb:\x12@\n;DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_NDS_S_OR_W\x10\xec:\x12?\n:DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_SANS10163\x10\xd4:\x12G\nBDESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_SHORT_TERM_EFFECT\x10\x9f\x39\x12N\nIDESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_SHORT_TERM_EFFECT_AS1720\x10\x8c:\x12:\n5DESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_SP64\x10\xe3\x39\x12H\nCDESIGN_SITUATION_TYPE_SERVICEABILITY_LIMIT_STATE_VIBRATIONS_NBR7190\x10\xda:\x12\x34\n/DESIGN_SITUATION_TYPE_SER_SERVICEABILITY_DESIGN\x10\x9d\x39\x12\x41\n<DESIGN_SITUATION_TYPE_SER_SERVICEABILITY_DESIGN_LT_SUSTAINED\x10\x82;\x12;\n6DESIGN_SITUATION_TYPE_SLS_ALL_VARIABLE_ACTIONS_STORAGE\x10\xb5\x39\x12-\n(DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC\x10\xb1\x30\x12/\n*DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_1\x10\x9a\x37\x12/\n*DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_2\x10\x9b\x37\x12\x32\n-DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_BASE\x10\xc2\x39\x12?\n:DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_BEARINGS_EXCHANGE\x10\xa0\x37\x12\x35\n0DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_COMFORT\x10\xa2\x37\x12\x36\n1DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_GB_50011\x10\xbb\x39\x12\x37\n2DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_INTEGRITY\x10\xa1\x37\x12\x35\n0DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_NBR7190\x10\xd9:\x12\x31\n,DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_NTC\x10\xed\x38\x12\x37\n2DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_PERMANENT\x10\xe5:\x12\x45\n@DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_PERMANENT_AND_TRANSIENT\x10\xf2:\x12=\n8DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_QUASI_PERMANENT\x10\xb8\x30\x12>\n9DESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_WITH_DIRECT_LOAD\x10\xb7\x31\x12\x46\nADESIGN_SITUATION_TYPE_SLS_CHARACTERISTIC_WITH_IMPOSED_DEFORMATION\x10\xb8\x31\x12(\n#DESIGN_SITUATION_TYPE_SLS_CSA_A23_3\x10\xa4\x39\x12\x35\n0DESIGN_SITUATION_TYPE_SLS_CSA_A23_3_LT_SUSTAINED\x10\x83;\x12)\n$DESIGN_SITUATION_TYPE_SLS_EARTHQUAKE\x10\x9c\x37\x12\'\n\"DESIGN_SITUATION_TYPE_SLS_FREQUENT\x10\xb2\x30\x12,\n\'DESIGN_SITUATION_TYPE_SLS_FREQUENT_BASE\x10\xc3\x39\x12=\n8DESIGN_SITUATION_TYPE_SLS_FREQUENT_FUNCTIONALITY_COMFORT\x10\xe4\x38\x12+\n&DESIGN_SITUATION_TYPE_SLS_FREQUENT_NTC\x10\xee\x38\x12\x44\n?DESIGN_SITUATION_TYPE_SLS_FREQUENT_ULS_FATIGUE_NONCYCLIC_ACTION\x10\xc6:\x12$\n\x1f\x44\x45SIGN_SITUATION_TYPE_SLS_G_NZS\x10\xd8\x39\x12,\n\'DESIGN_SITUATION_TYPE_SLS_G_PSI_L_Q_NZS\x10\xd6\x39\x12,\n\'DESIGN_SITUATION_TYPE_SLS_G_PSI_S_Q_NZS\x10\xd5\x39\x12\x33\n.DESIGN_SITUATION_TYPE_SLS_G_PSI_S_Q_OR_W_S_NZS\x10\xd7\x39\x12+\n&DESIGN_SITUATION_TYPE_SLS_NON_FREQUENT\x10\x9d\x37\x12:\n5DESIGN_SITUATION_TYPE_SLS_ONE_VARIABLE_ACTION_STORAGE\x10\xb4\x39\x12:\n5DESIGN_SITUATION_TYPE_SLS_PERMANENT_AND_VARIABLE_GB50\x10\x85\x39\x12.\n)DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT\x10\xb3\x30\x12\x30\n+DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT_1\x10\xb2\x38\x12\x38\n3DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT_1_NBR7190\x10\xe3:\x12\x30\n+DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT_2\x10\xb3\x38\x12\x38\n3DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT_2_NBR7190\x10\xe4:\x12\x33\n.DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT_BASE\x10\xc4\x39\x12\x32\n-DESIGN_SITUATION_TYPE_SLS_QUASI_PERMANENT_NTC\x10\xef\x38\x12#\n\x1e\x44\x45SIGN_SITUATION_TYPE_SLS_RARE\x10\x9f\x37\x12*\n%DESIGN_SITUATION_TYPE_SLS_SCAFFOLDING\x10\xfb\x38\x12\x31\n,DESIGN_SITUATION_TYPE_SLS_SERVICEABILITY_NZS\x10\xd4\x39\x12#\n\x1e\x44\x45SIGN_SITUATION_TYPE_SLS_SNIP\x10\x9b\x39\x12)\n$DESIGN_SITUATION_TYPE_SLS_SP63_13330\x10\xae\x39\x12:\n5DESIGN_SITUATION_TYPE_SLS_SP63_13330_LONG_TERM_EFFECT\x10\xb0\x39\x12;\n6DESIGN_SITUATION_TYPE_SLS_SP63_13330_SHORT_TERM_EFFECT\x10\xaf\x39\x12,\n\'DESIGN_SITUATION_TYPE_SLS_VARIABLE_GB50\x10\x86\x39\x12(\n#DESIGN_SITUATION_TYPE_SLS_VIBRATION\x10\xb4\x38\x12&\n!DESIGN_SITUATION_TYPE_SLS_W_S_NZS\x10\xd9\x39\x12-\n(DESIGN_SITUATION_TYPE_SLS_W_S_OR_E_S_NZS\x10\xda\x39\x12+\n&DESIGN_SITUATION_TYPE_STABILITY_II_NZS\x10\xc7\x39\x12+\n&DESIGN_SITUATION_TYPE_STABILITY_IV_NZS\x10\xc8\x39\x12*\n%DESIGN_SITUATION_TYPE_STABILITY_I_NZS\x10\xc6\x39\x12+\n&DESIGN_SITUATION_TYPE_STABILITY_VI_NZS\x10\xca\x39\x12*\n%DESIGN_SITUATION_TYPE_STABILITY_V_NZS\x10\xc9\x39\x12\x31\n,DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY\x10\xd2\x37\x12\x33\n.DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY_1\x10\xd3\x37\x12\x33\n.DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY_2\x10\xd4\x37\x12\x33\n.DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY_3\x10\xd5\x37\x12\x33\n.DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY_4\x10\xd6\x37\x12>\n9DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY_LIMIT_STATES\x10\x9e\x39\x12\x45\n@DESIGN_SITUATION_TYPE_STRENGTH_AND_STABILITY_LIMIT_STATES_AS1720\x10\x8b:\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_A_NZS\x10\xcc\x39\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_B_NZS\x10\xcd\x39\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_C_NZS\x10\xce\x39\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_D_NZS\x10\xcf\x39\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_E_NZS\x10\xd0\x39\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_F_NZS\x10\xd1\x39\x12)\n$DESIGN_SITUATION_TYPE_STRENGTH_G_NZS\x10\xd2\x39\x12\x37\n2DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_ADM_ASD\x10\x97\x39\x12\x38\n3DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_ADM_LRFD\x10\x96\x39\x12;\n6DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_AISC360_ASD\x10\xe6\x38\x12<\n7DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_AISC360_LRFD\x10\xe5\x38\x12\x34\n/DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_ASTM\x10\x81;\x12\x37\n2DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_NDS_ASD\x10\xde\x39\x12\x38\n3DESIGN_SITUATION_TYPE_STRENGTH_LIMIT_STATE_NDS_LRFD\x10\xdf\x39\x12)\n$DESIGN_SITUATION_TYPE_STR_ACCIDENTAL\x10\xfe:\x12.\n)DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_FIRE\x10\x8b\x30\x12\x36\n1DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_FIRE_PSI_1_1\x10\xc7:\x12\x36\n1DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_FIRE_PSI_2_1\x10\xc8:\x12\x32\n-DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_ONE_STAR\x10\x81\x30\x12\x31\n,DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_PSI_1_1\x10\xe2\x36\x12\x31\n,DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_PSI_2_1\x10\xe3\x36\x12\x36\n1DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_SNOW_PSI_1_1\x10\xe4\x36\x12\x36\n1DESIGN_SITUATION_TYPE_STR_ACCIDENTAL_SNOW_PSI_2_1\x10\xe5\x36\x12/\n*DESIGN_SITUATION_TYPE_STR_EXCEPTIONAL_SNOW\x10\xf6\x38\x12;\n6DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_6_10\x10\xdf\x36\x12\x45\n@DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_6_10AMOD_6_10B\x10\xe1\x36\x12\x42\n=DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_6_10A_6_10B\x10\xe0\x36\x12?\n:DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_6_10_G_1\x10\xdb\x39\x12?\n:DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_6_10_G_2\x10\xdc\x39\x12\x43\n>DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_ACC_TO_6_1_4\x10\xdb:\x12;\n6DESIGN_SITUATION_TYPE_STR_PERMANENT_AND_TRANSIENT_SANS\x10\xcd\x38\x12\x34\n/DESIGN_SITUATION_TYPE_STR_PERMANENT_FUNDAMENTAL\x10\xeb\x38\x12\x44\n?DESIGN_SITUATION_TYPE_STR_PERMANENT_TRANSIENT_BEARINGS_EXCHANGE\x10\xf2\x36\x12=\n8DESIGN_SITUATION_TYPE_STR_P_PERMANENT_AND_TRANSIENT_SANS\x10\xce\x38\x12&\n!DESIGN_SITUATION_TYPE_STR_SEISMIC\x10\xe6\x36\x12\x33\n.DESIGN_SITUATION_TYPE_STR_STRENGTH_DESIGN_LRFD\x10\x9c\x39\x12\x34\n/DESIGN_SITUATION_TYPE_TYPE_1_ACCIDENTAL_PSI_1_1\x10\xd8\x36\x12\x34\n/DESIGN_SITUATION_TYPE_TYPE_1_ACCIDENTAL_PSI_2_1\x10\xd9\x36\x12,\n\'DESIGN_SITUATION_TYPE_TYPE_1_EARTHQUAKE\x10\xce:\x12-\n(DESIGN_SITUATION_TYPE_TYPE_1_FUNDAMENTAL\x10\xd7\x36\x12\x39\n4DESIGN_SITUATION_TYPE_TYPE_2_ACCIDENTAL_FIRE_PSI_1_1\x10\xc9:\x12\x39\n4DESIGN_SITUATION_TYPE_TYPE_2_ACCIDENTAL_FIRE_PSI_2_1\x10\xca:\x12\x34\n/DESIGN_SITUATION_TYPE_TYPE_2_ACCIDENTAL_PSI_1_1\x10\xe9\x36\x12\x34\n/DESIGN_SITUATION_TYPE_TYPE_2_ACCIDENTAL_PSI_2_1\x10\xea\x36\x12,\n\'DESIGN_SITUATION_TYPE_TYPE_2_EARTHQUAKE\x10\xcf:\x12-\n(DESIGN_SITUATION_TYPE_TYPE_2_FUNDAMENTAL\x10\xe8\x36\x12\x34\n/DESIGN_SITUATION_TYPE_TYPE_3_ACCIDENTAL_PSI_1_1\x10\xf4\x36\x12\x34\n/DESIGN_SITUATION_TYPE_TYPE_3_ACCIDENTAL_PSI_2_1\x10\xf5\x36\x12,\n\'DESIGN_SITUATION_TYPE_TYPE_3_EARTHQUAKE\x10\xd0:\x12-\n(DESIGN_SITUATION_TYPE_TYPE_3_FUNDAMENTAL\x10\xf3\x36\x12\x36\n1DESIGN_SITUATION_TYPE_ULS_ACCIDENTAL_FIRE_GB51249\x10\xea:\x12\x32\n-DESIGN_SITUATION_TYPE_ULS_ACCIDENTAL_GB_50068\x10\xb9\x39\x12\x31\n,DESIGN_SITUATION_TYPE_ULS_ACCIDENTAL_STORAGE\x10\xb3\x39\x12;\n6DESIGN_SITUATION_TYPE_ULS_ALL_VARIABLE_ACTIONS_STORAGE\x10\xb2\x39\x12(\n#DESIGN_SITUATION_TYPE_ULS_CSA_A23_3\x10\xa3\x39\x12*\n%DESIGN_SITUATION_TYPE_ULS_EXCEPTIONAL\x10\xf0\x36\x12&\n!DESIGN_SITUATION_TYPE_ULS_FATIGUE\x10\xd1:\x12\x34\n/DESIGN_SITUATION_TYPE_ULS_FATIGUE_CYCLIC_ACTION\x10\x96\x37\x12*\n%DESIGN_SITUATION_TYPE_ULS_FUNDAMENTAL\x10\xcb:\x12>\n9DESIGN_SITUATION_TYPE_ULS_FUNDAMENTAL_EARTHQUAKE_GB_50011\x10\xba\x39\x12\x33\n.DESIGN_SITUATION_TYPE_ULS_FUNDAMENTAL_GB_50068\x10\xb8\x39\x12;\n6DESIGN_SITUATION_TYPE_ULS_GEO_APPROACH_1_A1_ACCIDENTAL\x10\xe8:\x12H\nCDESIGN_SITUATION_TYPE_ULS_GEO_APPROACH_1_A1_PERMANENT_AND_TRANSIENT\x10\xe6:\x12;\n6DESIGN_SITUATION_TYPE_ULS_GEO_APPROACH_1_A2_ACCIDENTAL\x10\xe9:\x12H\nCDESIGN_SITUATION_TYPE_ULS_GEO_APPROACH_1_A2_PERMANENT_AND_TRANSIENT\x10\xe7:\x12\x32\n-DESIGN_SITUATION_TYPE_ULS_GEO_BS_A_ACCIDENTAL\x10\xf0:\x12\x34\n/DESIGN_SITUATION_TYPE_ULS_GEO_BS_ONE_PERSISTENT\x10\xf3:\x12\x32\n-DESIGN_SITUATION_TYPE_ULS_GEO_BS_P_PERSISTENT\x10\xdc:\x12\x36\n1DESIGN_SITUATION_TYPE_ULS_GEO_BS_THREE_ACCIDENTAL\x10\xf5:\x12\x33\n.DESIGN_SITUATION_TYPE_ULS_GEO_BS_TWO_TRANSIENT\x10\xf4:\x12\x31\n,DESIGN_SITUATION_TYPE_ULS_GEO_BS_T_TRANSIENT\x10\xdd:\x12:\n5DESIGN_SITUATION_TYPE_ULS_GEO_PERMANENT_AND_TRANSIENT\x10\x80;\x12*\n%DESIGN_SITUATION_TYPE_ULS_LOAD_CASE_1\x10\xf7\x38\x12*\n%DESIGN_SITUATION_TYPE_ULS_LOAD_CASE_2\x10\xf8\x38\x12*\n%DESIGN_SITUATION_TYPE_ULS_LOAD_CASE_3\x10\xf9\x38\x12*\n%DESIGN_SITUATION_TYPE_ULS_LOAD_CASE_4\x10\xfa\x38\x12%\n DESIGN_SITUATION_TYPE_ULS_NORMAL\x10\xee\x36\x12:\n5DESIGN_SITUATION_TYPE_ULS_ONE_VARIABLE_ACTION_STORAGE\x10\xb1\x39\x12)\n$DESIGN_SITUATION_TYPE_ULS_SNIP_BASIC\x10\x99\x39\x12+\n&DESIGN_SITUATION_TYPE_ULS_SNIP_SPECIAL\x10\x9a\x39\x12)\n$DESIGN_SITUATION_TYPE_ULS_SP63_13330\x10\xad\x39\x12&\n!DESIGN_SITUATION_TYPE_ULS_SPECIAL\x10\xef\x36\x12/\n*DESIGN_SITUATION_TYPE_ULS_STABILITY_AS_NZS\x10\xc5\x39\x12.\n)DESIGN_SITUATION_TYPE_ULS_STRENGTH_AS_NZS\x10\xcb\x39\x12\x30\n+DESIGN_SITUATION_TYPE_ULS_STRENGTH_FIRE_NZS\x10\xd3\x39\x12>\n9DESIGN_SITUATION_TYPE_ULS_STR_GEO_PERMANENT_AND_TRANSIENT\x10\xb6\x31\x12:\n5DESIGN_SITUATION_TYPE_ULS_STR_PERMANENT_AND_TRANSIENT\x10\xfd:\x12:\n5DESIGN_SITUATION_TYPE_ULS_UPL_PERMANENT_AND_TRANSIENT\x10\xfc:\x12/\n*DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE\x10\xd3\x38\x12\x31\n,DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_1\x10\xd5\x38\x12\x31\n,DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_2\x10\xd6\x38\x12\x31\n,DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_3\x10\xd7\x38\x12\x31\n,DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_4\x10\xd9\x38\x12\x31\n,DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_5\x10\xda\x38\x12\x34\n/DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_FIRE\x10\xcc:\x12=\n8DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_LSD_SANS10163\x10\xd3:\x12\x37\n2DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_NBR7190\x10\xd7:\x12\x34\n/DESIGN_SITUATION_TYPE_ULTIMATE_LIMIT_STATE_SP64\x10\xe1\x39\x12)\n$DESIGN_SITUATION_TYPE_UPL_ACCIDENTAL\x10\xe2:\x12\x31\n,DESIGN_SITUATION_TYPE_UPL_ACCIDENTAL_PSI_1_1\x10\x8f\x37\x12\x31\n,DESIGN_SITUATION_TYPE_UPL_ACCIDENTAL_PSI_2_1\x10\x90\x37\x12.\n)DESIGN_SITUATION_TYPE_UPL_BS_A_ACCIDENTAL\x10\xf1:\x12\x30\n+DESIGN_SITUATION_TYPE_UPL_BS_ONE_PERSISTENT\x10\xf9:\x12.\n)DESIGN_SITUATION_TYPE_UPL_BS_P_PERSISTENT\x10\xe0:\x12\x32\n-DESIGN_SITUATION_TYPE_UPL_BS_THREE_ACCIDENTAL\x10\xfb:\x12/\n*DESIGN_SITUATION_TYPE_UPL_BS_TWO_TRANSIENT\x10\xfa:\x12-\n(DESIGN_SITUATION_TYPE_UPL_BS_T_TRANSIENT\x10\xe1:\x12\x36\n1DESIGN_SITUATION_TYPE_UPL_PERMANENT_AND_TRANSIENT\x10\x8e\x37\x12&\n!DESIGN_SITUATION_TYPE_UPL_SEISMIC\x10\x91\x37\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x18\n\x16_design_situation_typeB\t\n\x07_activeB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x15\n\x13_combination_wizardB*\n(_consider_inclusive_exclusive_load_casesB\"\n _relationship_between_load_casesB\x0f\n\r_case_objectsB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loading.design_situation_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_DESIGNSITUATION']._serialized_start=77
|
|
35
|
+
_globals['_DESIGNSITUATION']._serialized_end=30063
|
|
36
|
+
_globals['_DESIGNSITUATION_CASEOBJECTSTABLE']._serialized_start=672
|
|
37
|
+
_globals['_DESIGNSITUATION_CASEOBJECTSTABLE']._serialized_end=761
|
|
38
|
+
_globals['_DESIGNSITUATION_CASEOBJECTSROW']._serialized_start=763
|
|
39
|
+
_globals['_DESIGNSITUATION_CASEOBJECTSROW']._serialized_end=887
|
|
40
|
+
_globals['_DESIGNSITUATION_DESIGNSITUATIONTYPE']._serialized_start=891
|
|
41
|
+
_globals['_DESIGNSITUATION_DESIGNSITUATIONTYPE']._serialized_end=29748
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
{dlubal_api-2.9.11.dev1 → dlubal_api-2.9.12}/dlubal/api/rfem/loading/design_situation_pb2.pyi
RENAMED
|
@@ -135,6 +135,7 @@ class DesignSituation(_message.Message):
|
|
|
135
135
|
DESIGN_SITUATION_TYPE_HYD_ACCIDENTAL_PSI_2_1: _ClassVar[DesignSituation.DesignSituationType]
|
|
136
136
|
DESIGN_SITUATION_TYPE_HYD_PERMANENT_AND_TRANSIENT: _ClassVar[DesignSituation.DesignSituationType]
|
|
137
137
|
DESIGN_SITUATION_TYPE_HYD_SEISMIC: _ClassVar[DesignSituation.DesignSituationType]
|
|
138
|
+
DESIGN_SITUATION_TYPE_INVALID: _ClassVar[DesignSituation.DesignSituationType]
|
|
138
139
|
DESIGN_SITUATION_TYPE_IRREVERSIBLE_SANS: _ClassVar[DesignSituation.DesignSituationType]
|
|
139
140
|
DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_FIRE: _ClassVar[DesignSituation.DesignSituationType]
|
|
140
141
|
DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY: _ClassVar[DesignSituation.DesignSituationType]
|
|
@@ -678,6 +679,7 @@ class DesignSituation(_message.Message):
|
|
|
678
679
|
DESIGN_SITUATION_TYPE_HYD_ACCIDENTAL_PSI_2_1: DesignSituation.DesignSituationType
|
|
679
680
|
DESIGN_SITUATION_TYPE_HYD_PERMANENT_AND_TRANSIENT: DesignSituation.DesignSituationType
|
|
680
681
|
DESIGN_SITUATION_TYPE_HYD_SEISMIC: DesignSituation.DesignSituationType
|
|
682
|
+
DESIGN_SITUATION_TYPE_INVALID: DesignSituation.DesignSituationType
|
|
681
683
|
DESIGN_SITUATION_TYPE_IRREVERSIBLE_SANS: DesignSituation.DesignSituationType
|
|
682
684
|
DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_FIRE: DesignSituation.DesignSituationType
|
|
683
685
|
DESIGN_SITUATION_TYPE_LIMIT_STATE_OF_SERVICEABILITY: DesignSituation.DesignSituationType
|
|
@@ -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/results/results_id.proto\x12\x17\x64lubal.api.rfem.results*\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(dlubal/api/rfem/results/results_id.proto\x12\x17\x64lubal.api.rfem.results*\x9f\x05\n\tResultsId\x12\x16\n\x12RESULTS_ID_INVALID\x10\x00\x12\x35\n1RESULTS_ID_STATIC_ANALYSIS_MEMBER_INTERNAL_FORCES\x10\x01\x12\x42\n>RESULTS_ID_STABILITY_NONLINEAR_ANALYSIS_MEMBER_INTERNAL_FORCES\x10\x02\x12\x37\n3RESULTS_ID_SPECTRAL_ANALYSIS_MEMBER_INTERNAL_FORCES\x10\x03\x12;\n7RESULTS_ID_TIME_HISTORY_ANALYSIS_MEMBER_INTERNAL_FORCES\x10\x04\x12\x38\n4RESULTS_ID_PUSH_OVER_ANALYSIS_MEMBER_INTERNAL_FORCES\x10\x05\x12\x38\n4RESULTS_ID_STATIC_ANALYSIS_NODES_GLOBAL_DEFORMATIONS\x10\x06\x12\x45\nARESULTS_ID_STABILITY_NONLINEAR_ANALYSIS_NODES_GLOBAL_DEFORMATIONS\x10\x07\x12:\n6RESULTS_ID_SPECTRAL_ANALYSIS_NODES_GLOBAL_DEFORMATIONS\x10\x08\x12>\n:RESULTS_ID_TIME_HISTORY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS\x10\t\x12;\n7RESULTS_ID_PUSH_OVER_ANALYSIS_NODES_GLOBAL_DEFORMATIONS\x10\n\x12\x15\n\x0fRESULTS_ID_TEST\x10\x9f\x8d\x06\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,5 +32,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.results.res
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
DESCRIPTOR._loaded_options = None
|
|
34
34
|
_globals['_RESULTSID']._serialized_start=70
|
|
35
|
-
_globals['_RESULTSID']._serialized_end=
|
|
35
|
+
_globals['_RESULTSID']._serialized_end=741
|
|
36
36
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -17,7 +17,6 @@ class ResultsId(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
17
17
|
RESULTS_ID_SPECTRAL_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: _ClassVar[ResultsId]
|
|
18
18
|
RESULTS_ID_TIME_HISTORY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: _ClassVar[ResultsId]
|
|
19
19
|
RESULTS_ID_PUSH_OVER_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: _ClassVar[ResultsId]
|
|
20
|
-
RESULTS_ID_ANALYSIS_RESULTS_COUNT: _ClassVar[ResultsId]
|
|
21
20
|
RESULTS_ID_TEST: _ClassVar[ResultsId]
|
|
22
21
|
RESULTS_ID_INVALID: ResultsId
|
|
23
22
|
RESULTS_ID_STATIC_ANALYSIS_MEMBER_INTERNAL_FORCES: ResultsId
|
|
@@ -30,5 +29,4 @@ RESULTS_ID_STABILITY_NONLINEAR_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: ResultsId
|
|
|
30
29
|
RESULTS_ID_SPECTRAL_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: ResultsId
|
|
31
30
|
RESULTS_ID_TIME_HISTORY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: ResultsId
|
|
32
31
|
RESULTS_ID_PUSH_OVER_ANALYSIS_NODES_GLOBAL_DEFORMATIONS: ResultsId
|
|
33
|
-
RESULTS_ID_ANALYSIS_RESULTS_COUNT: ResultsId
|
|
34
32
|
RESULTS_ID_TEST: ResultsId
|
|
@@ -0,0 +1,52 @@
|
|
|
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/types_for_concrete_design/punching_reinforcement.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/types_for_concrete_design/punching_reinforcement.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'\nFdlubal/api/rfem/types_for_concrete_design/punching_reinforcement.proto\x12)dlubal.api.rfem.types_for_concrete_design\"\xd1\x43\n\x15PunchingReinforcement\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12X\n\x04type\x18\x02 \x01(\x0e\x32\x45.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\r\n\x05nodes\x18\x05 \x03(\x05\x12\x15\n\x08material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12k\n\x0eplacement_type\x18\x07 \x01(\x0e\x32N.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.PlacementTypeH\x05\x88\x01\x01\x12!\n\x14number_of_perimeters\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12.\n!number_of_perimeters_auto_enabled\x18\t \x01(\x08H\x07\x88\x01\x01\x12-\n number_of_legs_in_each_perimeter\x18\n \x01(\x05H\x08\x88\x01\x01\x12:\n-number_of_legs_in_each_perimeter_auto_enabled\x18\x0b \x01(\x08H\t\x88\x01\x01\x12z\n\x16perimeter_spacing_type\x18\x0c \x01(\x0e\x32U.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.PerimeterSpacingTypeH\n\x88\x01\x01\x12S\nFmultiple_static_depth_spacing_between_support_face_and_first_perimeter\x18\r \x01(\x01H\x0b\x88\x01\x01\x12`\nSmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_enabled\x18\x0e \x01(\x08H\x0c\x88\x01\x01\x12=\n0multiple_static_depth_spacing_between_perimeters\x18\x0f \x01(\x01H\r\x88\x01\x01\x12J\n=multiple_static_depth_spacing_between_perimeters_auto_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12\x46\n9absolute_spacing_between_support_face_and_first_perimeter\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12S\nFabsolute_spacing_between_support_face_and_first_perimeter_auto_enabled\x18\x12 \x01(\x08H\x10\x88\x01\x01\x12\x30\n#absolute_spacing_between_perimeters\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12=\n0absolute_spacing_between_perimeters_auto_enabled\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12\x1d\n\x10\x62\x65nd_up_diameter\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12*\n\x1d\x62\x65nd_up_diameter_auto_enabled\x18\x16 \x01(\x08H\x14\x88\x01\x01\x12\x1b\n\x0eperimeter_area\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x17\n\ntotal_area\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1e\n\x16integrated_in_surfaces\x18\x19 \x03(\x05\x12\x14\n\x07\x63omment\x18\x1a \x01(\tH\x17\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12#\n\x16generating_object_info\x18\x1c \x01(\tH\x19\x88\x01\x01\x12.\n!number_of_perimeters_auto_maximum\x18\x1d \x01(\x05H\x1a\x88\x01\x01\x12.\n!number_of_perimeters_auto_minimum\x18\x1e \x01(\x05H\x1b\x88\x01\x01\x12/\n\"number_of_perimeters_auto_priority\x18\x1f \x01(\x05H\x1c\x88\x01\x01\x12,\n\x1fnumber_of_perimeters_calculated\x18 \x01(\x05H\x1d\x88\x01\x01\x12:\n-number_of_legs_in_each_perimeter_auto_maximum\x18! \x01(\x05H\x1e\x88\x01\x01\x12:\n-number_of_legs_in_each_perimeter_auto_minimum\x18\" \x01(\x05H\x1f\x88\x01\x01\x12;\n.number_of_legs_in_each_perimeter_auto_priority\x18# \x01(\x05H \x88\x01\x01\x12\x38\n+number_of_legs_in_each_perimeter_calculated\x18$ \x01(\x05H!\x88\x01\x01\x12\x62\nUmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_increment\x18% \x01(\x01H\"\x88\x01\x01\x12`\nSmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_maximum\x18& \x01(\x01H#\x88\x01\x01\x12`\nSmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_minimum\x18\' \x01(\x01H$\x88\x01\x01\x12\x61\nTmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_priority\x18( \x01(\x05H%\x88\x01\x01\x12^\nQmultiple_static_depth_spacing_between_support_face_and_first_perimeter_calculated\x18) \x01(\x01H&\x88\x01\x01\x12L\n?multiple_static_depth_spacing_between_perimeters_auto_increment\x18* \x01(\x01H\'\x88\x01\x01\x12J\n=multiple_static_depth_spacing_between_perimeters_auto_maximum\x18+ \x01(\x01H(\x88\x01\x01\x12J\n=multiple_static_depth_spacing_between_perimeters_auto_minimum\x18, \x01(\x01H)\x88\x01\x01\x12K\n>multiple_static_depth_spacing_between_perimeters_auto_priority\x18- \x01(\x05H*\x88\x01\x01\x12H\n;multiple_static_depth_spacing_between_perimeters_calculated\x18. \x01(\x01H+\x88\x01\x01\x12\x8f\x01\n\x1e\x64ifferent_placement_perimeters\x18/ \x01(\x0b\x32\x62.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DifferentPlacementPerimetersTableH,\x88\x01\x01\x12\xa0\x01\n*different_placement_perimeter_spacing_type\x18\x30 \x01(\x0e\x32g.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DifferentPlacementPerimeterSpacingTypeH-\x88\x01\x01\x12*\n\x1d\x62\x65nd_up_diameter_auto_maximum\x18\x31 \x01(\x01H.\x88\x01\x01\x12*\n\x1d\x62\x65nd_up_diameter_auto_minimum\x18\x32 \x01(\x01H/\x88\x01\x01\x12+\n\x1e\x62\x65nd_up_diameter_auto_priority\x18\x33 \x01(\x05H0\x88\x01\x01\x12(\n\x1b\x62\x65nd_up_diameter_calculated\x18\x34 \x01(\x01H1\x88\x01\x01\x12%\n\x18\x62\x65nd_up_size_designation\x18\x35 \x01(\x01H2\x88\x01\x01\x12\x95\x01\n%bend_up_size_designation_auto_maximum\x18\x36 \x01(\x0e\x32\x61.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.BendUpSizeDesignationAutoMaximumH3\x88\x01\x01\x12\x95\x01\n%bend_up_size_designation_auto_minimum\x18\x37 \x01(\x0e\x32\x61.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.BendUpSizeDesignationAutoMinimumH4\x88\x01\x01\x12,\n$bend_up_diameter_auto_diameters_list\x18\x38 \x03(\x05\x12\x39\n,bend_up_diameter_auto_diameters_list_enabled\x18\x39 \x01(\x08H5\x88\x01\x01\x12U\nHabsolute_spacing_between_support_face_and_first_perimeter_auto_increment\x18: \x01(\x01H6\x88\x01\x01\x12S\nFabsolute_spacing_between_support_face_and_first_perimeter_auto_maximum\x18; \x01(\x01H7\x88\x01\x01\x12S\nFabsolute_spacing_between_support_face_and_first_perimeter_auto_minimum\x18< \x01(\x01H8\x88\x01\x01\x12T\nGabsolute_spacing_between_support_face_and_first_perimeter_auto_priority\x18= \x01(\x05H9\x88\x01\x01\x12Q\nDabsolute_spacing_between_support_face_and_first_perimeter_calculated\x18> \x01(\x01H:\x88\x01\x01\x12?\n2absolute_spacing_between_perimeters_auto_increment\x18? \x01(\x01H;\x88\x01\x01\x12=\n0absolute_spacing_between_perimeters_auto_maximum\x18@ \x01(\x01H<\x88\x01\x01\x12=\n0absolute_spacing_between_perimeters_auto_minimum\x18\x41 \x01(\x01H=\x88\x01\x01\x12>\n1absolute_spacing_between_perimeters_auto_priority\x18\x42 \x01(\x05H>\x88\x01\x01\x12;\n.absolute_spacing_between_perimeters_calculated\x18\x43 \x01(\x01H?\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x44 \x01(\tH@\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x45 \x01(\tHA\x88\x01\x01\x1a\x93\x01\n!DifferentPlacementPerimetersTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DifferentPlacementPerimetersRow\x1a\xf5\x01\n\x1f\x44ifferentPlacementPerimetersRow\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\x1f\n\x12number_links_count\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x14\n\x07spacing\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x1f\n\x12reinforcement_area\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x15\n\x13_number_links_countB\n\n\x08_spacingB\x15\n\x13_reinforcement_area\"G\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x1a\n\x16TYPE_HEADED_SHEAR_STUD\x10\x02\x12\x11\n\rTYPE_VERTICAL\x10\x01\"D\n\rPlacementType\x12\x19\n\x15PLACEMENT_TYPE_RADIAL\x10\x00\x12\x18\n\x14PLACEMENT_TYPE_AXIAL\x10\x01\"m\n\x14PerimeterSpacingType\x12\x30\n,PERIMETER_SPACING_TYPE_MULTIPLE_STATIC_DEPTH\x10\x00\x12#\n\x1fPERIMETER_SPACING_TYPE_ABSOLUTE\x10\x01\"\xa7\x01\n&DifferentPlacementPerimeterSpacingType\x12\x44\n@DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_MULTIPLE_STATIC_DEPTH\x10\x00\x12\x37\n3DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_ABSOLUTE\x10\x01\"U\n BendUpSizeDesignationAutoMaximum\x12\x31\n-BEND_UP_SIZE_DESIGNATION_AUTO_MAXIMUM_UNKNOWN\x10\x00\"U\n BendUpSizeDesignationAutoMinimum\x12\x31\n-BEND_UP_SIZE_DESIGNATION_AUTO_MINIMUM_UNKNOWN\x10\x00\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_materialB\x11\n\x0f_placement_typeB\x17\n\x15_number_of_perimetersB$\n\"_number_of_perimeters_auto_enabledB#\n!_number_of_legs_in_each_perimeterB0\n._number_of_legs_in_each_perimeter_auto_enabledB\x19\n\x17_perimeter_spacing_typeBI\nG_multiple_static_depth_spacing_between_support_face_and_first_perimeterBV\nT_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_enabledB3\n1_multiple_static_depth_spacing_between_perimetersB@\n>_multiple_static_depth_spacing_between_perimeters_auto_enabledB<\n:_absolute_spacing_between_support_face_and_first_perimeterBI\nG_absolute_spacing_between_support_face_and_first_perimeter_auto_enabledB&\n$_absolute_spacing_between_perimetersB3\n1_absolute_spacing_between_perimeters_auto_enabledB\x13\n\x11_bend_up_diameterB \n\x1e_bend_up_diameter_auto_enabledB\x11\n\x0f_perimeter_areaB\r\n\x0b_total_areaB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB$\n\"_number_of_perimeters_auto_maximumB$\n\"_number_of_perimeters_auto_minimumB%\n#_number_of_perimeters_auto_priorityB\"\n _number_of_perimeters_calculatedB0\n._number_of_legs_in_each_perimeter_auto_maximumB0\n._number_of_legs_in_each_perimeter_auto_minimumB1\n/_number_of_legs_in_each_perimeter_auto_priorityB.\n,_number_of_legs_in_each_perimeter_calculatedBX\nV_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_incrementBV\nT_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_maximumBV\nT_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_minimumBW\nU_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_priorityBT\nR_multiple_static_depth_spacing_between_support_face_and_first_perimeter_calculatedBB\n@_multiple_static_depth_spacing_between_perimeters_auto_incrementB@\n>_multiple_static_depth_spacing_between_perimeters_auto_maximumB@\n>_multiple_static_depth_spacing_between_perimeters_auto_minimumBA\n?_multiple_static_depth_spacing_between_perimeters_auto_priorityB>\n<_multiple_static_depth_spacing_between_perimeters_calculatedB!\n\x1f_different_placement_perimetersB-\n+_different_placement_perimeter_spacing_typeB \n\x1e_bend_up_diameter_auto_maximumB \n\x1e_bend_up_diameter_auto_minimumB!\n\x1f_bend_up_diameter_auto_priorityB\x1e\n\x1c_bend_up_diameter_calculatedB\x1b\n\x19_bend_up_size_designationB(\n&_bend_up_size_designation_auto_maximumB(\n&_bend_up_size_designation_auto_minimumB/\n-_bend_up_diameter_auto_diameters_list_enabledBK\nI_absolute_spacing_between_support_face_and_first_perimeter_auto_incrementBI\nG_absolute_spacing_between_support_face_and_first_perimeter_auto_maximumBI\nG_absolute_spacing_between_support_face_and_first_perimeter_auto_minimumBJ\nH_absolute_spacing_between_support_face_and_first_perimeter_auto_priorityBG\nE_absolute_spacing_between_support_face_and_first_perimeter_calculatedB5\n3_absolute_spacing_between_perimeters_auto_incrementB3\n1_absolute_spacing_between_perimeters_auto_maximumB3\n1_absolute_spacing_between_perimeters_auto_minimumB4\n2_absolute_spacing_between_perimeters_auto_priorityB1\n/_absolute_spacing_between_perimeters_calculatedB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_concrete_design.punching_reinforcement_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_PUNCHINGREINFORCEMENT']._serialized_start=118
|
|
35
|
+
_globals['_PUNCHINGREINFORCEMENT']._serialized_end=8775
|
|
36
|
+
_globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSTABLE']._serialized_start=4662
|
|
37
|
+
_globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSTABLE']._serialized_end=4809
|
|
38
|
+
_globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSROW']._serialized_start=4812
|
|
39
|
+
_globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSROW']._serialized_end=5057
|
|
40
|
+
_globals['_PUNCHINGREINFORCEMENT_TYPE']._serialized_start=5059
|
|
41
|
+
_globals['_PUNCHINGREINFORCEMENT_TYPE']._serialized_end=5130
|
|
42
|
+
_globals['_PUNCHINGREINFORCEMENT_PLACEMENTTYPE']._serialized_start=5132
|
|
43
|
+
_globals['_PUNCHINGREINFORCEMENT_PLACEMENTTYPE']._serialized_end=5200
|
|
44
|
+
_globals['_PUNCHINGREINFORCEMENT_PERIMETERSPACINGTYPE']._serialized_start=5202
|
|
45
|
+
_globals['_PUNCHINGREINFORCEMENT_PERIMETERSPACINGTYPE']._serialized_end=5311
|
|
46
|
+
_globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSPACINGTYPE']._serialized_start=5314
|
|
47
|
+
_globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSPACINGTYPE']._serialized_end=5481
|
|
48
|
+
_globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMAXIMUM']._serialized_start=5483
|
|
49
|
+
_globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMAXIMUM']._serialized_end=5568
|
|
50
|
+
_globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMINIMUM']._serialized_start=5570
|
|
51
|
+
_globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMINIMUM']._serialized_end=5655
|
|
52
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -34,10 +34,6 @@ class PunchingReinforcement(_message.Message):
|
|
|
34
34
|
DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_ABSOLUTE: _ClassVar[PunchingReinforcement.DifferentPlacementPerimeterSpacingType]
|
|
35
35
|
DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_MULTIPLE_STATIC_DEPTH: PunchingReinforcement.DifferentPlacementPerimeterSpacingType
|
|
36
36
|
DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_ABSOLUTE: PunchingReinforcement.DifferentPlacementPerimeterSpacingType
|
|
37
|
-
class BendUpSizeDesignation(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
38
|
-
__slots__ = ()
|
|
39
|
-
BEND_UP_SIZE_DESIGNATION_UNKNOWN: _ClassVar[PunchingReinforcement.BendUpSizeDesignation]
|
|
40
|
-
BEND_UP_SIZE_DESIGNATION_UNKNOWN: PunchingReinforcement.BendUpSizeDesignation
|
|
41
37
|
class BendUpSizeDesignationAutoMaximum(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
42
38
|
__slots__ = ()
|
|
43
39
|
BEND_UP_SIZE_DESIGNATION_AUTO_MAXIMUM_UNKNOWN: _ClassVar[PunchingReinforcement.BendUpSizeDesignationAutoMaximum]
|
|
@@ -185,7 +181,7 @@ class PunchingReinforcement(_message.Message):
|
|
|
185
181
|
bend_up_diameter_auto_minimum: float
|
|
186
182
|
bend_up_diameter_auto_priority: int
|
|
187
183
|
bend_up_diameter_calculated: float
|
|
188
|
-
bend_up_size_designation:
|
|
184
|
+
bend_up_size_designation: float
|
|
189
185
|
bend_up_size_designation_auto_maximum: PunchingReinforcement.BendUpSizeDesignationAutoMaximum
|
|
190
186
|
bend_up_size_designation_auto_minimum: PunchingReinforcement.BendUpSizeDesignationAutoMinimum
|
|
191
187
|
bend_up_diameter_auto_diameters_list: _containers.RepeatedScalarFieldContainer[int]
|
|
@@ -202,4 +198,4 @@ class PunchingReinforcement(_message.Message):
|
|
|
202
198
|
absolute_spacing_between_perimeters_calculated: float
|
|
203
199
|
id_for_export_import: str
|
|
204
200
|
metadata_for_export_import: str
|
|
205
|
-
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[PunchingReinforcement.Type, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., nodes: _Optional[_Iterable[int]] = ..., material: _Optional[int] = ..., placement_type: _Optional[_Union[PunchingReinforcement.PlacementType, str]] = ..., number_of_perimeters: _Optional[int] = ..., number_of_perimeters_auto_enabled: bool = ..., number_of_legs_in_each_perimeter: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_enabled: bool = ..., perimeter_spacing_type: _Optional[_Union[PunchingReinforcement.PerimeterSpacingType, str]] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_enabled: bool = ..., multiple_static_depth_spacing_between_perimeters: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_enabled: bool = ..., absolute_spacing_between_support_face_and_first_perimeter: _Optional[float] = ..., absolute_spacing_between_support_face_and_first_perimeter_auto_enabled: bool = ..., absolute_spacing_between_perimeters: _Optional[float] = ..., absolute_spacing_between_perimeters_auto_enabled: bool = ..., bend_up_diameter: _Optional[float] = ..., bend_up_diameter_auto_enabled: bool = ..., perimeter_area: _Optional[float] = ..., total_area: _Optional[float] = ..., integrated_in_surfaces: _Optional[_Iterable[int]] = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., number_of_perimeters_auto_maximum: _Optional[int] = ..., number_of_perimeters_auto_minimum: _Optional[int] = ..., number_of_perimeters_auto_priority: _Optional[int] = ..., number_of_perimeters_calculated: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_maximum: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_minimum: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_priority: _Optional[int] = ..., number_of_legs_in_each_perimeter_calculated: _Optional[int] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_increment: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_maximum: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_minimum: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_priority: _Optional[int] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_calculated: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_increment: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_maximum: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_minimum: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_priority: _Optional[int] = ..., multiple_static_depth_spacing_between_perimeters_calculated: _Optional[float] = ..., different_placement_perimeters: _Optional[_Union[PunchingReinforcement.DifferentPlacementPerimetersTable, _Mapping]] = ..., different_placement_perimeter_spacing_type: _Optional[_Union[PunchingReinforcement.DifferentPlacementPerimeterSpacingType, str]] = ..., bend_up_diameter_auto_maximum: _Optional[float] = ..., bend_up_diameter_auto_minimum: _Optional[float] = ..., bend_up_diameter_auto_priority: _Optional[int] = ..., bend_up_diameter_calculated: _Optional[float] = ..., bend_up_size_designation: _Optional[
|
|
201
|
+
def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[PunchingReinforcement.Type, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., nodes: _Optional[_Iterable[int]] = ..., material: _Optional[int] = ..., placement_type: _Optional[_Union[PunchingReinforcement.PlacementType, str]] = ..., number_of_perimeters: _Optional[int] = ..., number_of_perimeters_auto_enabled: bool = ..., number_of_legs_in_each_perimeter: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_enabled: bool = ..., perimeter_spacing_type: _Optional[_Union[PunchingReinforcement.PerimeterSpacingType, str]] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_enabled: bool = ..., multiple_static_depth_spacing_between_perimeters: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_enabled: bool = ..., absolute_spacing_between_support_face_and_first_perimeter: _Optional[float] = ..., absolute_spacing_between_support_face_and_first_perimeter_auto_enabled: bool = ..., absolute_spacing_between_perimeters: _Optional[float] = ..., absolute_spacing_between_perimeters_auto_enabled: bool = ..., bend_up_diameter: _Optional[float] = ..., bend_up_diameter_auto_enabled: bool = ..., perimeter_area: _Optional[float] = ..., total_area: _Optional[float] = ..., integrated_in_surfaces: _Optional[_Iterable[int]] = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., number_of_perimeters_auto_maximum: _Optional[int] = ..., number_of_perimeters_auto_minimum: _Optional[int] = ..., number_of_perimeters_auto_priority: _Optional[int] = ..., number_of_perimeters_calculated: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_maximum: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_minimum: _Optional[int] = ..., number_of_legs_in_each_perimeter_auto_priority: _Optional[int] = ..., number_of_legs_in_each_perimeter_calculated: _Optional[int] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_increment: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_maximum: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_minimum: _Optional[float] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_priority: _Optional[int] = ..., multiple_static_depth_spacing_between_support_face_and_first_perimeter_calculated: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_increment: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_maximum: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_minimum: _Optional[float] = ..., multiple_static_depth_spacing_between_perimeters_auto_priority: _Optional[int] = ..., multiple_static_depth_spacing_between_perimeters_calculated: _Optional[float] = ..., different_placement_perimeters: _Optional[_Union[PunchingReinforcement.DifferentPlacementPerimetersTable, _Mapping]] = ..., different_placement_perimeter_spacing_type: _Optional[_Union[PunchingReinforcement.DifferentPlacementPerimeterSpacingType, str]] = ..., bend_up_diameter_auto_maximum: _Optional[float] = ..., bend_up_diameter_auto_minimum: _Optional[float] = ..., bend_up_diameter_auto_priority: _Optional[int] = ..., bend_up_diameter_calculated: _Optional[float] = ..., bend_up_size_designation: _Optional[float] = ..., bend_up_size_designation_auto_maximum: _Optional[_Union[PunchingReinforcement.BendUpSizeDesignationAutoMaximum, str]] = ..., bend_up_size_designation_auto_minimum: _Optional[_Union[PunchingReinforcement.BendUpSizeDesignationAutoMinimum, str]] = ..., bend_up_diameter_auto_diameters_list: _Optional[_Iterable[int]] = ..., bend_up_diameter_auto_diameters_list_enabled: bool = ..., absolute_spacing_between_support_face_and_first_perimeter_auto_increment: _Optional[float] = ..., absolute_spacing_between_support_face_and_first_perimeter_auto_maximum: _Optional[float] = ..., absolute_spacing_between_support_face_and_first_perimeter_auto_minimum: _Optional[float] = ..., absolute_spacing_between_support_face_and_first_perimeter_auto_priority: _Optional[int] = ..., absolute_spacing_between_support_face_and_first_perimeter_calculated: _Optional[float] = ..., absolute_spacing_between_perimeters_auto_increment: _Optional[float] = ..., absolute_spacing_between_perimeters_auto_maximum: _Optional[float] = ..., absolute_spacing_between_perimeters_auto_minimum: _Optional[float] = ..., absolute_spacing_between_perimeters_auto_priority: _Optional[int] = ..., absolute_spacing_between_perimeters_calculated: _Optional[float] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|