dlubal.api 2.9.2rc3__tar.gz → 2.9.4rc4__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.2rc3 → dlubal_api-2.9.4rc4}/PKG-INFO +1 -1
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/connection.py +1 -22
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/application.py +26 -18
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/application_pb2.py +2 -2
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/application_pb2_grpc.py +44 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/load_case_pb2.py +22 -22
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/load_case_pb2.pyi +38 -38
- dlubal_api-2.9.4rc4/dlubal/api/rfem/loading/load_combination_pb2.py +48 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/load_combination_pb2.pyi +4 -2
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/result_combination_pb2.py +8 -8
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/result_combination_pb2.pyi +4 -2
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/nodal_load_pb2.py +12 -12
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +4 -2
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/line_pb2.py +20 -18
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/line_pb2.pyi +15 -4
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal.api.egg-info/PKG-INFO +1 -1
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/setup.py +1 -1
- dlubal_api-2.9.2rc3/dlubal/api/rfem/loading/load_combination_pb2.py +0 -48
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/README.md +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/application_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/packing.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal.api.egg-info/SOURCES.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.4rc4}/setup.cfg +0 -0
|
@@ -90,11 +90,6 @@ class _ApiKey():
|
|
|
90
90
|
'''
|
|
91
91
|
def __init__(self, key=None , value=None):
|
|
92
92
|
|
|
93
|
-
# Value sanity check
|
|
94
|
-
if value and not value.startswith(('AK','ak')):
|
|
95
|
-
print("ERROR: Invalid API key. Please check the API key format.")
|
|
96
|
-
exit()
|
|
97
|
-
|
|
98
93
|
self.key = key
|
|
99
94
|
self.value = value
|
|
100
95
|
self.config = _config()
|
|
@@ -119,16 +114,6 @@ class _ApiKey():
|
|
|
119
114
|
if default_key:
|
|
120
115
|
# Print only if key is found
|
|
121
116
|
print(f'API key: {self.config.get_name_of_default()}')
|
|
122
|
-
# If there is no default key, envoke prompt
|
|
123
|
-
elif self.value is None and prompt:
|
|
124
|
-
# If there is no default key, raise an error
|
|
125
|
-
self.value = input('API key was not found. Please, enter your API key value:\n')
|
|
126
|
-
store_api = input('Would you like to store your API key for future use? y/n\n')
|
|
127
|
-
if store_api.lower() == 'y':
|
|
128
|
-
key_input = input('Please, enter API key identificator (e.g.RFEM_API_KEY).\n')
|
|
129
|
-
if isinstance(key_input, str):
|
|
130
|
-
self.key = key_input
|
|
131
|
-
self.config.set_value(self.key, self.value)
|
|
132
117
|
|
|
133
118
|
def get(self, key=None):
|
|
134
119
|
'''
|
|
@@ -182,7 +167,7 @@ def check_ssl(_ssl, _ssl_file):
|
|
|
182
167
|
_ssl_file (str):Path to .crt/.pem certificate.
|
|
183
168
|
'''
|
|
184
169
|
if _ssl is False:
|
|
185
|
-
|
|
170
|
+
pass
|
|
186
171
|
elif _ssl is True:
|
|
187
172
|
if isinstance(_ssl_file, str) and os.path.isfile(_ssl_file) and _ssl_file.endswith(('.crt', '.pem')):
|
|
188
173
|
# Use provided file
|
|
@@ -192,7 +177,6 @@ def check_ssl(_ssl, _ssl_file):
|
|
|
192
177
|
pass
|
|
193
178
|
else:
|
|
194
179
|
# Provided path is not correct
|
|
195
|
-
print("ERROR: Invalid SSL path. Please check path to SSL certificate.")
|
|
196
180
|
exit()
|
|
197
181
|
|
|
198
182
|
return True
|
|
@@ -205,17 +189,12 @@ def _get_ssl_credentials(_ssl_file) -> grpc.ChannelCredentials:
|
|
|
205
189
|
path (str): Path to the SSL (.crt) certificate filepath
|
|
206
190
|
'''
|
|
207
191
|
if _ssl_file == '':
|
|
208
|
-
'''
|
|
209
|
-
Credit: https://github.com/grpc/grpc/issues/25533#issuecomment-1830823902
|
|
210
|
-
'''
|
|
211
|
-
print('Using Windows Cert Store.')
|
|
212
192
|
certs = ssl.create_default_context().get_ca_certs(True)
|
|
213
193
|
cert_string = ''
|
|
214
194
|
for cert in certs:
|
|
215
195
|
cert_string += ssl.DER_cert_to_PEM_cert(cert)
|
|
216
196
|
return grpc.ssl_channel_credentials(root_certificates=cert_string.encode('utf-8'))
|
|
217
197
|
else:
|
|
218
|
-
print('Using SSL file')
|
|
219
198
|
cert_file = open(_ssl_file, 'rb')
|
|
220
199
|
return grpc.ssl_channel_credentials(cert_file.read())
|
|
221
200
|
|
|
@@ -8,6 +8,8 @@ from dlubal.api.common.table import Table
|
|
|
8
8
|
from dlubal.api.common.table_data_pb2 import TableData
|
|
9
9
|
from dlubal.api.rfem.results import ResultsId
|
|
10
10
|
from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
|
|
11
|
+
import grpc
|
|
12
|
+
import sys
|
|
11
13
|
|
|
12
14
|
from collections.abc import Iterable
|
|
13
15
|
from pandas import DataFrame
|
|
@@ -52,32 +54,28 @@ class Application:
|
|
|
52
54
|
'''
|
|
53
55
|
return self
|
|
54
56
|
|
|
57
|
+
|
|
55
58
|
def __exit__(self, exc, value, traceback):
|
|
56
59
|
'''
|
|
57
60
|
Ensure the session is finished and channel is closed properly
|
|
58
61
|
'''
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
else:
|
|
72
|
-
print('SSL certificate: installed certificate (Windows Certification Store)')
|
|
73
|
-
else:
|
|
74
|
-
# Don't put any lines to indicate successfull termination.
|
|
75
|
-
# read: https://www.joelonsoftware.com/2000/04/26/designing-for-people-who-have-better-things-to-do-with-their-lives/
|
|
76
|
-
pass
|
|
62
|
+
try:
|
|
63
|
+
self.close_connection()
|
|
64
|
+
|
|
65
|
+
except grpc.RpcError as e:
|
|
66
|
+
error_code = e.code()
|
|
67
|
+
error_message = e.details()
|
|
68
|
+
sys.tracebacklimit = 1
|
|
69
|
+
raise RuntimeError(f"gRPC Error: {error_code.name} - {error_message}")
|
|
70
|
+
|
|
71
|
+
except Exception as e:
|
|
72
|
+
sys.tracebacklimit = 1
|
|
73
|
+
raise RuntimeError(f"Unexpected error while closing connection: {str(e)}")
|
|
77
74
|
|
|
78
75
|
return True
|
|
79
76
|
|
|
80
77
|
# Functions using packing
|
|
78
|
+
|
|
81
79
|
def get_object(self, obj, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
82
80
|
'''
|
|
83
81
|
Retrieves a single object from the model using only the `no` argument in the object arguments.
|
|
@@ -282,6 +280,16 @@ class Application:
|
|
|
282
280
|
"""
|
|
283
281
|
return self.stub.get_active_model(google.protobuf.empty_pb2.Empty())
|
|
284
282
|
|
|
283
|
+
def set_active_model(self, *, id: str):
|
|
284
|
+
"""
|
|
285
|
+
Sets active model specified by model id
|
|
286
|
+
|
|
287
|
+
Args:
|
|
288
|
+
id (str): Unique identifier of the model
|
|
289
|
+
"""
|
|
290
|
+
request = dlubal.api.common.model_id_pb2.ModelId(id=id)
|
|
291
|
+
self.stub.set_active_model(request)
|
|
292
|
+
|
|
285
293
|
def close_application(self):
|
|
286
294
|
"""
|
|
287
295
|
Closes the whole application
|
|
@@ -29,7 +29,7 @@ from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_ta
|
|
|
29
29
|
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"^\n\x12SaveModelAsRequest\x12,\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelId\x12\x11\n\x04path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\"W\n\x11\x43loseModelRequest\x12,\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelId\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"A\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07\x32\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"^\n\x12SaveModelAsRequest\x12,\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelId\x12\x11\n\x04path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\"W\n\x11\x43loseModelRequest\x12,\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelId\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"A\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07\x32\xd2\r\n\x0b\x41pplication\x12Q\n\x0c\x63reate_model\x12#.dlubal.api.rfem.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nopen_model\x12!.dlubal.api.rfem.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12K\n\nsave_model\x12#.dlubal.api.rfem.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12K\n\x0b\x63lose_model\x12\".dlubal.api.rfem.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12T\n\x10\x63lose_all_models\x12&.dlubal.api.rfem.CloseAllModelsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x10get_active_model\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12H\n\x10set_active_model\x12\x1a.dlubal.api.common.ModelId\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x11\x63lose_application\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x46\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.rfem.ModelList\"\x00\x12R\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a .dlubal.api.rfem.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x0fget_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x17.dlubal.api.rfem.Object\"\x00\x12R\n\x14get_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x1b.dlubal.api.rfem.ObjectList\"\x00\x12G\n\x12\x63reate_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x63reate_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12update_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17update_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12\x64\x65lete_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x64\x65lete_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x12\x64\x65lete_all_objects\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Y\n\rcalculate_all\x12$.dlubal.api.rfem.CalculateAllRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x62\x06proto3')
|
|
33
33
|
|
|
34
34
|
_globals = globals()
|
|
35
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -63,5 +63,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
63
63
|
_globals['_OPERATIONRESULT']._serialized_start=1189
|
|
64
64
|
_globals['_OPERATIONRESULT']._serialized_end=1287
|
|
65
65
|
_globals['_APPLICATION']._serialized_start=1534
|
|
66
|
-
_globals['_APPLICATION']._serialized_end=
|
|
66
|
+
_globals['_APPLICATION']._serialized_end=3280
|
|
67
67
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -68,6 +68,11 @@ class ApplicationStub(object):
|
|
|
68
68
|
request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
69
69
|
response_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
|
|
70
70
|
_registered_method=True)
|
|
71
|
+
self.set_active_model = channel.unary_unary(
|
|
72
|
+
'/dlubal.api.rfem.Application/set_active_model',
|
|
73
|
+
request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
|
|
74
|
+
response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
75
|
+
_registered_method=True)
|
|
71
76
|
self.close_application = channel.unary_unary(
|
|
72
77
|
'/dlubal.api.rfem.Application/close_application',
|
|
73
78
|
request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
@@ -192,6 +197,13 @@ class ApplicationServicer(object):
|
|
|
192
197
|
context.set_details('Method not implemented!')
|
|
193
198
|
raise NotImplementedError('Method not implemented!')
|
|
194
199
|
|
|
200
|
+
def set_active_model(self, request, context):
|
|
201
|
+
"""Sets active model specified by model id
|
|
202
|
+
"""
|
|
203
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
204
|
+
context.set_details('Method not implemented!')
|
|
205
|
+
raise NotImplementedError('Method not implemented!')
|
|
206
|
+
|
|
195
207
|
def close_application(self, request, context):
|
|
196
208
|
"""Closes the whole application
|
|
197
209
|
"""
|
|
@@ -322,6 +334,11 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
322
334
|
request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
323
335
|
response_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
|
|
324
336
|
),
|
|
337
|
+
'set_active_model': grpc.unary_unary_rpc_method_handler(
|
|
338
|
+
servicer.set_active_model,
|
|
339
|
+
request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
|
|
340
|
+
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
341
|
+
),
|
|
325
342
|
'close_application': grpc.unary_unary_rpc_method_handler(
|
|
326
343
|
servicer.close_application,
|
|
327
344
|
request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
@@ -570,6 +587,33 @@ class Application(object):
|
|
|
570
587
|
metadata,
|
|
571
588
|
_registered_method=True)
|
|
572
589
|
|
|
590
|
+
@staticmethod
|
|
591
|
+
def set_active_model(request,
|
|
592
|
+
target,
|
|
593
|
+
options=(),
|
|
594
|
+
channel_credentials=None,
|
|
595
|
+
call_credentials=None,
|
|
596
|
+
insecure=False,
|
|
597
|
+
compression=None,
|
|
598
|
+
wait_for_ready=None,
|
|
599
|
+
timeout=None,
|
|
600
|
+
metadata=None):
|
|
601
|
+
return grpc.experimental.unary_unary(
|
|
602
|
+
request,
|
|
603
|
+
target,
|
|
604
|
+
'/dlubal.api.rfem.Application/set_active_model',
|
|
605
|
+
dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
|
|
606
|
+
google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
607
|
+
options,
|
|
608
|
+
channel_credentials,
|
|
609
|
+
insecure,
|
|
610
|
+
call_credentials,
|
|
611
|
+
compression,
|
|
612
|
+
wait_for_ready,
|
|
613
|
+
timeout,
|
|
614
|
+
metadata,
|
|
615
|
+
_registered_method=True)
|
|
616
|
+
|
|
573
617
|
@staticmethod
|
|
574
618
|
def close_application(request,
|
|
575
619
|
target,
|
|
@@ -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'\n\'dlubal/api/rfem/loading/load_case.proto\x12\x17\x64lubal.api.rfem.loading\x1a\x1e\x64lubal/api/common/common.proto\"\x90s\n\x08LoadCase\x12\n\n\x02no\x18\x01 \x01(\x05\x12I\n\ranalysis_type\x18\x02 \x01(\x0e\x32-.dlubal.api.rfem.loading.LoadCaseAnalysisTypeH\x00\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x01\x88\x01\x01\x12$\n\x17\x63\x61lculate_critical_load\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12%\n\x18static_analysis_settings\x18\x05 \x01(\x05H\x03\x88\x01\x01\x12(\n\x1bstability_analysis_settings\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12$\n\x17modal_analysis_settings\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\'\n\x1aspectral_analysis_settings\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\"\n\x15\x63onsider_imperfection\x18\t \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11imperfection_case\x18\n \x01(\x05H\x08\x88\x01\x01\x12#\n\x16\x63onsider_initial_state\x18\x0b \x01(\x08H\t\x88\x01\x01\x12\x1f\n\x12initial_state_case\x18\x0c \x01(\x05H\n\x88\x01\x01\x12g\n\x1dinitial_state_definition_type\x18\r \x01(\x0e\x32;.dlubal.api.rfem.loading.LoadCaseInitialStateDefinitionTypeH\x0b\x88\x01\x01\x12\x8a\x01\n,individual_factors_of_selected_objects_table\x18\x0e \x01(\x0b\x32O.dlubal.api.rfem.loading.ArrayOfLoadCaseIndividualFactorsOfSelectedObjectsTableH\x0c\x88\x01\x01\x12(\n\x1b\x63onsider_construction_stage\x18\x0f \x01(\x08H\r\x88\x01\x01\x12$\n\x17\x63onstruction_stage_case\x18\x10 \x01(\x05H\x0e\x88\x01\x01\x12\x15\n\x08to_solve\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12\x1c\n\x0f\x61\x63tion_category\x18\x12 \x01(\tH\x10\x88\x01\x01\x12\x1f\n\x12self_weight_active\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12=\n\x13self_weight_factors\x18\x14 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x12\x88\x01\x01\x12!\n\x14self_weight_factor_x\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12!\n\x14self_weight_factor_y\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12!\n\x14self_weight_factor_z\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x43\n\nfactor_phi\x18\x18 \x01(\x0e\x32*.dlubal.api.rfem.loading.LoadCaseFactorPhiH\x16\x88\x01\x01\x12\x1a\n\rload_duration\x18\x19 \x01(\tH\x17\x88\x01\x01\x12\x1a\n\rloading_start\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12$\n\x17time_being_investigated\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1f\n\x12import_masses_from\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12\'\n\x1aimport_modal_analysis_from\x18\x1d \x01(\x05H\x1b\x88\x01\x01\x12:\n-response_spectrum_is_enabled_in_any_direction\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12\x38\n+response_spectrum_is_enabled_in_direction_x\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12\x38\n+response_spectrum_is_enabled_in_direction_y\x18 \x01(\x08H\x1e\x88\x01\x01\x12\x38\n+response_spectrum_is_enabled_in_direction_z\x18! \x01(\x08H\x1f\x88\x01\x01\x12-\n response_spectrum_in_direction_x\x18\" \x01(\x05H \x88\x01\x01\x12-\n response_spectrum_in_direction_y\x18# \x01(\x05H!\x88\x01\x01\x12-\n response_spectrum_in_direction_z\x18$ \x01(\x05H\"\x88\x01\x01\x12:\n-response_spectrum_scale_factor_in_direction_x\x18% \x01(\x01H#\x88\x01\x01\x12:\n-response_spectrum_scale_factor_in_direction_y\x18& \x01(\x01H$\x88\x01\x01\x12:\n-response_spectrum_scale_factor_in_direction_z\x18\' \x01(\x01H%\x88\x01\x01\x12-\n response_spectrum_rotation_angle\x18( \x01(\x01H&\x88\x01\x01\x12:\n-response_spectrum_consider_accidental_torsion\x18) \x01(\x08H\'\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_x_direction_absolute\x18* \x01(\x01H(\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_y_direction_absolute\x18+ \x01(\x01H)\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_x_direction_relative\x18, \x01(\x01H*\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_y_direction_relative\x18- \x01(\x01H+\x88\x01\x01\x12\x33\n&response_spectrum_building_length_in_x\x18. \x01(\x01H,\x88\x01\x01\x12\x33\n&response_spectrum_building_length_in_y\x18/ \x01(\x01H-\x88\x01\x01\x12R\nEresponse_spectrum_eccentricity_for_x_direction_is_defined_as_relative\x18\x30 \x01(\x08H.\x88\x01\x01\x12R\nEresponse_spectrum_eccentricity_for_y_direction_is_defined_as_relative\x18\x31 \x01(\x08H/\x88\x01\x01\x12<\n/response_spectrum_user_defined_building_lengths\x18\x32 \x01(\x08H0\x88\x01\x01\x12\x82\x01\n(selection_of_modes_mode_activation_table\x18\x33 \x01(\x0b\x32K.dlubal.api.rfem.loading.ArrayOfLoadCaseSelectionOfModesModeActivationTableH1\x88\x01\x01\x12P\nCselection_of_modes_deselect_modes_according_to_criterion_is_enabled\x18\x34 \x01(\x08H2\x88\x01\x01\x12Q\nDselection_of_modes_deselect_modes_modes_according_to_criterion_value\x18\x35 \x01(\x01H3\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mex\x18\x36 \x01(\x01H4\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mey\x18\x37 \x01(\x01H5\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mez\x18\x38 \x01(\x01H6\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x39 \x01(\tH7\x88\x01\x01\x12\x19\n\x0cis_generated\x18: \x01(\x08H8\x88\x01\x01\x12#\n\x16generating_object_info\x18; \x01(\tH9\x88\x01\x01\x12+\n\x1estructure_modification_enabled\x18< \x01(\x08H:\x88\x01\x01\x12#\n\x16structure_modification\x18= \x01(\x05H;\x88\x01\x01\x12\"\n\x15possibility_of_crowds\x18> \x01(\x08H<\x88\x01\x01\x12l\n specification_for_load_case_gr1a\x18? \x01(\x0e\x32=.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr1aH=\x88\x01\x01\x12j\n\x1fspecification_for_load_case_gr2\x18@ \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr2H>\x88\x01\x01\x12j\n\x1fspecification_for_load_case_gr5\x18\x41 \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr5H?\x88\x01\x01\x12j\n\x1fspecification_for_load_case_gr6\x18\x42 \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr6H@\x88\x01\x01\x12$\n\x17liveload_less_equal_100\x18\x43 \x01(\x08HA\x88\x01\x01\x12N\nAliveload_consider_design_situation_effective_seismic_weight_check\x18\x44 \x01(\x08HB\x88\x01\x01\x12\xab\x01\nAliveload_consider_design_situation_effective_seismic_weight_combo\x18\x45 \x01(\x0e\x32[.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightComboHC\x88\x01\x01\x12U\nHliveload_consider_design_situation_effective_seismic_weight_CYTHYE_check\x18\x46 \x01(\x08HD\x88\x01\x01\x12\xb8\x01\nHliveload_consider_design_situation_effective_seismic_weight_CYTHYE_combo\x18G \x01(\x0e\x32\x61.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYEComboHE\x88\x01\x01\x12\x44\n7liveload_consider_design_situation_seismic_weight_check\x18H \x01(\x08HF\x88\x01\x01\x12\x98\x01\n7liveload_consider_design_situation_seismic_weight_combo\x18I \x01(\x0e\x32R.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationSeismicWeightComboHG\x88\x01\x01\x12\x42\n5liveload_consider_design_situation_seismic_mass_check\x18J \x01(\x08HH\x88\x01\x01\x12\x94\x01\n5liveload_consider_design_situation_seismic_mass_combo\x18K \x01(\x0e\x32P.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationSeismicMassComboHI\x88\x01\x01\x12?\n2consider_design_situation_effective_seismic_weight\x18L \x01(\x08HJ\x88\x01\x01\x12#\n\x16liveload_less_equal_48\x18M \x01(\x08HK\x88\x01\x01\x12R\nEliveload_consider_design_situation_effective_seismic_weight_aci_check\x18N \x01(\x08HL\x88\x01\x01\x12\xb2\x01\nEliveload_consider_design_situation_effective_seismic_weight_aci_combo\x18O \x01(\x0e\x32^.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciComboHM\x88\x01\x01\x12(\n\x1bliveload_less_equal_100_ibc\x18P \x01(\x08HN\x88\x01\x01\x12R\nEliveload_consider_design_situation_effective_seismic_weight_ibc_check\x18Q \x01(\x08HO\x88\x01\x01\x12\xb2\x01\nEliveload_consider_design_situation_effective_seismic_weight_ibc_combo\x18R \x01(\x0e\x32^.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcComboHP\x88\x01\x01\x12\x32\n%cranehookload_nocombined_roofliveload\x18S \x01(\x08HQ\x88\x01\x01\x12\x36\n)roof_configurations_that_do_not_shed_snow\x18T \x01(\x08HR\x88\x01\x01\x12 \n\x13\x66lat_roof_snow_load\x18U \x01(\x08HS\x88\x01\x01\x12\x64\n\x1c\x66lat_roof_snow_load_category\x18V \x01(\x0e\x32\x39.dlubal.api.rfem.loading.LoadCaseFlatRoofSnowLoadCategoryHT\x88\x01\x01\x12/\n\"deadload_factor_shall_be_increased\x18W \x01(\x08HU\x88\x01\x01\x12\x30\n#deadload_factor_shall_be_increased1\x18X \x01(\x08HV\x88\x01\x01\x12\x30\n#deadload_factor_shall_be_increased2\x18Y \x01(\x08HW\x88\x01\x01\x12\x33\n&dead_no_effective_seismic_weight_NBC05\x18Z \x01(\x08HX\x88\x01\x01\x12\x33\n&dead_no_effective_seismic_weight_NBC15\x18[ \x01(\x08HY\x88\x01\x01\x12\x36\n)liveload_principal_factor_may_be_reduced1\x18\\ \x01(\x08HZ\x88\x01\x01\x12\x38\n+liveload_companion_factor_may_be_increased1\x18] \x01(\x08H[\x88\x01\x01\x12\x36\n)liveload_principal_factor_may_be_reduced2\x18^ \x01(\x08H\\\x88\x01\x01\x12\x38\n+liveload_companion_factor_may_be_increased2\x18_ \x01(\x08H]\x88\x01\x01\x12\x45\n8consider_design_situation_effective_seismic_weight_NBC05\x18` \x01(\x08H^\x88\x01\x01\x12\x45\n8consider_design_situation_effective_seismic_weight_NBC15\x18\x61 \x01(\x08H_\x88\x01\x01\x12-\n dead_no_effective_seismic_weight\x18\x62 \x01(\x08H`\x88\x01\x01\x12H\n;longtermload_tp_considered_in_limit_state_of_serviceability\x18\x63 \x01(\x08Ha\x88\x01\x01\x12%\n\x18greater_intensity_than_4\x18\x64 \x01(\x08Hb\x88\x01\x01\x12L\n?distinguish_different_overstrength_factor_in_direction_xy_check\x18\x65 \x01(\x08Hc\x88\x01\x01\x12\xa7\x01\n?distinguish_different_overstrength_factor_in_direction_xy_combo\x18\x66 \x01(\x0e\x32Y.dlubal.api.rfem.loading.LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyComboHd\x88\x01\x01\x12N\n\x10load_duration_sp\x18g \x01(\x0e\x32/.dlubal.api.rfem.loading.LoadCaseLoadDurationSpHe\x88\x01\x01\x12Z\n\x16ground_water_elevation\x18h \x01(\x0e\x32\x35.dlubal.api.rfem.loading.LoadCaseGroundWaterElevationHf\x88\x01\x01\x12\x1e\n\x11\x64irection_x_check\x18i \x01(\x08Hg\x88\x01\x01\x12\x1e\n\x11\x64irection_y_check\x18j \x01(\x08Hh\x88\x01\x01\x12)\n\x1c\x63onsider_inclusive_load_case\x18k \x01(\x08Hi\x88\x01\x01\x12 \n\x13inclusive_load_case\x18l \x01(\x05Hj\x88\x01\x01\x12?\n2consider_design_situation_seismic_mass_combination\x18m \x01(\x08Hk\x88\x01\x01\x12[\n\x17type_of_imposed_actions\x18n \x01(\x0e\x32\x35.dlubal.api.rfem.loading.LoadCaseTypeOfImposedActionsHl\x88\x01\x01\x12\x31\n$wind_simulation_wind_direction_angle\x18o \x01(\x01Hm\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_depth_minus_coefficient\x18p \x01(\x01Hn\x88\x01\x01\x12?\n2wind_simulation_wind_tunnel_depth_plus_coefficient\x18q \x01(\x01Ho\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_width_minus_coefficient\x18r \x01(\x01Hp\x88\x01\x01\x12?\n2wind_simulation_wind_tunnel_width_plus_coefficient\x18s \x01(\x01Hq\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_height_plus_coefficient\x18t \x01(\x01Hr\x88\x01\x01\x12H\n;wind_simulation_construction_bounding_box_depth_coefficient\x18u \x01(\x01Hs\x88\x01\x01\x12I\n<wind_simulation_construction_bounding_box_height_coefficient\x18v \x01(\x01Ht\x88\x01\x01\x12H\n;wind_simulation_construction_bounding_box_width_coefficient\x18w \x01(\x01Hu\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_depth_coefficient\x18x \x01(\x01Hv\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_width_coefficient\x18y \x01(\x01Hw\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_height_coefficient\x18z \x01(\x01Hx\x88\x01\x01\x12)\n\x1cwind_simulation_wind_profile\x18{ \x01(\x05Hy\x88\x01\x01\x12.\n!wind_simulation_analysis_settings\x18| \x01(\x05Hz\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_depth_minus_length\x18} \x01(\x01H{\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_depth_plus_length\x18~ \x01(\x01H|\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_width_minus_length\x18\x7f \x01(\x01H}\x88\x01\x01\x12;\n-wind_simulation_wind_tunnel_width_plus_length\x18\x80\x01 \x01(\x01H~\x88\x01\x01\x12<\n.wind_simulation_wind_tunnel_height_plus_length\x18\x81\x01 \x01(\x01H\x7f\x88\x01\x01\x12>\n/wind_simulation_construction_bounding_box_depth\x18\x82\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12?\n0wind_simulation_construction_bounding_box_height\x18\x83\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12>\n/wind_simulation_construction_bounding_box_width\x18\x84\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12\x30\n!wind_simulation_wind_tunnel_depth\x18\x85\x01 \x01(\x01H\x83\x01\x88\x01\x01\x12\x30\n!wind_simulation_wind_tunnel_width\x18\x86\x01 \x01(\x01H\x84\x01\x88\x01\x01\x12\x31\n\"wind_simulation_wind_tunnel_height\x18\x87\x01 \x01(\x01H\x85\x01\x88\x01\x01\x12?\n0geotechnical_analysis_reset_small_strain_history\x18\x88\x01 \x01(\x08H\x86\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\x89\x01 \x01(\tH\x87\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\x8a\x01 \x01(\tH\x88\x01\x88\x01\x01\x42\x10\n\x0e_analysis_typeB\x07\n\x05_nameB\x1a\n\x18_calculate_critical_loadB\x1b\n\x19_static_analysis_settingsB\x1e\n\x1c_stability_analysis_settingsB\x1a\n\x18_modal_analysis_settingsB\x1d\n\x1b_spectral_analysis_settingsB\x18\n\x16_consider_imperfectionB\x14\n\x12_imperfection_caseB\x19\n\x17_consider_initial_stateB\x15\n\x13_initial_state_caseB \n\x1e_initial_state_definition_typeB/\n-_individual_factors_of_selected_objects_tableB\x1e\n\x1c_consider_construction_stageB\x1a\n\x18_construction_stage_caseB\x0b\n\t_to_solveB\x12\n\x10_action_categoryB\x15\n\x13_self_weight_activeB\x16\n\x14_self_weight_factorsB\x17\n\x15_self_weight_factor_xB\x17\n\x15_self_weight_factor_yB\x17\n\x15_self_weight_factor_zB\r\n\x0b_factor_phiB\x10\n\x0e_load_durationB\x10\n\x0e_loading_startB\x1a\n\x18_time_being_investigatedB\x15\n\x13_import_masses_fromB\x1d\n\x1b_import_modal_analysis_fromB0\n._response_spectrum_is_enabled_in_any_directionB.\n,_response_spectrum_is_enabled_in_direction_xB.\n,_response_spectrum_is_enabled_in_direction_yB.\n,_response_spectrum_is_enabled_in_direction_zB#\n!_response_spectrum_in_direction_xB#\n!_response_spectrum_in_direction_yB#\n!_response_spectrum_in_direction_zB0\n._response_spectrum_scale_factor_in_direction_xB0\n._response_spectrum_scale_factor_in_direction_yB0\n._response_spectrum_scale_factor_in_direction_zB#\n!_response_spectrum_rotation_angleB0\n._response_spectrum_consider_accidental_torsionB:\n8_response_spectrum_eccentricity_for_x_direction_absoluteB:\n8_response_spectrum_eccentricity_for_y_direction_absoluteB:\n8_response_spectrum_eccentricity_for_x_direction_relativeB:\n8_response_spectrum_eccentricity_for_y_direction_relativeB)\n\'_response_spectrum_building_length_in_xB)\n\'_response_spectrum_building_length_in_yBH\nF_response_spectrum_eccentricity_for_x_direction_is_defined_as_relativeBH\nF_response_spectrum_eccentricity_for_y_direction_is_defined_as_relativeB2\n0_response_spectrum_user_defined_building_lengthsB+\n)_selection_of_modes_mode_activation_tableBF\nD_selection_of_modes_deselect_modes_according_to_criterion_is_enabledBG\nE_selection_of_modes_deselect_modes_modes_according_to_criterion_valueB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_mexB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_meyB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_mezB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB!\n\x1f_structure_modification_enabledB\x19\n\x17_structure_modificationB\x18\n\x16_possibility_of_crowdsB#\n!_specification_for_load_case_gr1aB\"\n _specification_for_load_case_gr2B\"\n _specification_for_load_case_gr5B\"\n _specification_for_load_case_gr6B\x1a\n\x18_liveload_less_equal_100BD\nB_liveload_consider_design_situation_effective_seismic_weight_checkBD\nB_liveload_consider_design_situation_effective_seismic_weight_comboBK\nI_liveload_consider_design_situation_effective_seismic_weight_CYTHYE_checkBK\nI_liveload_consider_design_situation_effective_seismic_weight_CYTHYE_comboB:\n8_liveload_consider_design_situation_seismic_weight_checkB:\n8_liveload_consider_design_situation_seismic_weight_comboB8\n6_liveload_consider_design_situation_seismic_mass_checkB8\n6_liveload_consider_design_situation_seismic_mass_comboB5\n3_consider_design_situation_effective_seismic_weightB\x19\n\x17_liveload_less_equal_48BH\nF_liveload_consider_design_situation_effective_seismic_weight_aci_checkBH\nF_liveload_consider_design_situation_effective_seismic_weight_aci_comboB\x1e\n\x1c_liveload_less_equal_100_ibcBH\nF_liveload_consider_design_situation_effective_seismic_weight_ibc_checkBH\nF_liveload_consider_design_situation_effective_seismic_weight_ibc_comboB(\n&_cranehookload_nocombined_roofliveloadB,\n*_roof_configurations_that_do_not_shed_snowB\x16\n\x14_flat_roof_snow_loadB\x1f\n\x1d_flat_roof_snow_load_categoryB%\n#_deadload_factor_shall_be_increasedB&\n$_deadload_factor_shall_be_increased1B&\n$_deadload_factor_shall_be_increased2B)\n\'_dead_no_effective_seismic_weight_NBC05B)\n\'_dead_no_effective_seismic_weight_NBC15B,\n*_liveload_principal_factor_may_be_reduced1B.\n,_liveload_companion_factor_may_be_increased1B,\n*_liveload_principal_factor_may_be_reduced2B.\n,_liveload_companion_factor_may_be_increased2B;\n9_consider_design_situation_effective_seismic_weight_NBC05B;\n9_consider_design_situation_effective_seismic_weight_NBC15B#\n!_dead_no_effective_seismic_weightB>\n<_longtermload_tp_considered_in_limit_state_of_serviceabilityB\x1b\n\x19_greater_intensity_than_4BB\n@_distinguish_different_overstrength_factor_in_direction_xy_checkBB\n@_distinguish_different_overstrength_factor_in_direction_xy_comboB\x13\n\x11_load_duration_spB\x19\n\x17_ground_water_elevationB\x14\n\x12_direction_x_checkB\x14\n\x12_direction_y_checkB\x1f\n\x1d_consider_inclusive_load_caseB\x16\n\x14_inclusive_load_caseB5\n3_consider_design_situation_seismic_mass_combinationB\x1a\n\x18_type_of_imposed_actionsB\'\n%_wind_simulation_wind_direction_angleB6\n4_wind_simulation_wind_tunnel_depth_minus_coefficientB5\n3_wind_simulation_wind_tunnel_depth_plus_coefficientB6\n4_wind_simulation_wind_tunnel_width_minus_coefficientB5\n3_wind_simulation_wind_tunnel_width_plus_coefficientB6\n4_wind_simulation_wind_tunnel_height_plus_coefficientB>\n<_wind_simulation_construction_bounding_box_depth_coefficientB?\n=_wind_simulation_construction_bounding_box_height_coefficientB>\n<_wind_simulation_construction_bounding_box_width_coefficientB0\n._wind_simulation_wind_tunnel_depth_coefficientB0\n._wind_simulation_wind_tunnel_width_coefficientB1\n/_wind_simulation_wind_tunnel_height_coefficientB\x1f\n\x1d_wind_simulation_wind_profileB$\n\"_wind_simulation_analysis_settingsB1\n/_wind_simulation_wind_tunnel_depth_minus_lengthB0\n._wind_simulation_wind_tunnel_depth_plus_lengthB1\n/_wind_simulation_wind_tunnel_width_minus_lengthB0\n._wind_simulation_wind_tunnel_width_plus_lengthB1\n/_wind_simulation_wind_tunnel_height_plus_lengthB2\n0_wind_simulation_construction_bounding_box_depthB3\n1_wind_simulation_construction_bounding_box_heightB2\n0_wind_simulation_construction_bounding_box_widthB$\n\"_wind_simulation_wind_tunnel_depthB$\n\"_wind_simulation_wind_tunnel_widthB%\n#_wind_simulation_wind_tunnel_heightB3\n1_geotechnical_analysis_reset_small_strain_historyB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import\"8\n6ArrayOfLoadCaseIndividualFactorsOfSelectedObjectsTable\"4\n2ArrayOfLoadCaseSelectionOfModesModeActivationTable*\xc9\x03\n\x14LoadCaseAnalysisType\x12#\n\x1fLOAD_CASE_ANALYSIS_TYPE_UNKNOWN\x10\x00\x12/\n+LOAD_CASE_ANALYSIS_TYPE_CREEP_AND_SHRINKAGE\x10\x03\x12+\n\'LOAD_CASE_ANALYSIS_TYPE_CUTTING_PATTERN\x10\x0b\x12!\n\x1dLOAD_CASE_ANALYSIS_TYPE_MODAL\x10\x07\x12-\n)LOAD_CASE_ANALYSIS_TYPE_RESPONSE_SPECTRUM\x10\x08\x12\"\n\x1eLOAD_CASE_ANALYSIS_TYPE_STATIC\x10\x01\x12*\n&LOAD_CASE_ANALYSIS_TYPE_TIME_DEPENDENT\x10\x02\x12(\n$LOAD_CASE_ANALYSIS_TYPE_TIME_HISTORY\x10\n\x12\x35\n1LOAD_CASE_ANALYSIS_TYPE_TIME_HISTORY_TIME_DIAGRAM\x10\x06\x12+\n\'LOAD_CASE_ANALYSIS_TYPE_WIND_SIMULATION\x10\t*\x98\x02\n\"LoadCaseInitialStateDefinitionType\x12\x37\n3LOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE\x10\x00\x12\x35\n1LOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_STIFFNESS\x10\x02\x12\x33\n/LOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_STRAINS\x10\x01\x12M\nILOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS\x10\x03*g\n\x11LoadCaseFactorPhi\x12\x1a\n\x16LOAD_CASE_FACTOR_PHI_1\x10\x00\x12\x1a\n\x16LOAD_CASE_FACTOR_PHI_2\x10\x01\x12\x1a\n\x16LOAD_CASE_FACTOR_PHI_3\x10\x02*\xd9\x01\n$LoadCaseSpecificationForLoadCaseGr1a\x12\x32\n.LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR1A_TS1\x10\x00\x12I\nELOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR1A_PEDESTRIAN_AND_CYCLE_TRACK\x10\x02\x12\x32\n.LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR1A_UDL\x10\x01*\xd3\x01\n#LoadCaseSpecificationForLoadCaseGr2\x12X\nTLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR2_HORIZONTAL_FORCES_BRAKING_AND_ACCELERATION\x10\x00\x12R\nNLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR2_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES\x10\x01*\xc9\x01\n#LoadCaseSpecificationForLoadCaseGr5\x12=\n9LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR5_SPECIAL_VEHICLE\x10\x00\x12\x30\n,LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR5_TS\x10\x01\x12\x31\n-LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR5_UDL\x10\x02*\x82\x03\n#LoadCaseSpecificationForLoadCaseGr6\x12\x30\n,LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_TS\x10\x00\x12X\nTLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_BRAKING_AND_ACCELERATION\x10\x03\x12R\nNLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES\x10\x04\x12H\nDLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_PEDESTRIAN_AND_CYCLE_TRACK\x10\x02\x12\x31\n-LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_UDL\x10\x01*\xca\x03\nBLoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo\x12y\nuLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_FLOOR_LIVE_LOAD\x10\x00\x12\x92\x01\n\x8d\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12t\npLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_PARTITIONS\x10\x01*\xe6\x03\nHLoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo\x12\x80\x01\n|LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_FLOOR_LIVE_LOAD\x10\x00\x12\x99\x01\n\x94\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12{\nwLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_PARTITIONS\x10\x01*\x91\x02\n9LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo\x12i\neLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_ESEISMIC_WEIGHT_FLOOR_LOADS_UP_TO_3\x10\x00\x12i\neLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_ESEISMIC_WEIGHT_FLOOR_LOADS_ABOVE_3\x10\x01*\xe3\x03\n7LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo\x12}\nyLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_ESEISMIC_MASS_LOAD_CALCULATED_ACCORDING_ACTUAL_CONDITIONS\x10\x00\x12\x90\x01\n\x8b\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_ESEISMIC_MASS_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_LIBRARY_ARCHIVES\x10\x01\x12\x95\x01\n\x90\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_ESEISMIC_MASS_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_OTHER_CIVIL_BUILDINGS\x10\x02*\xd9\x03\nELoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo\x12}\nyLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_FLOOR_LIVE_LOAD\x10\x00\x12\x96\x01\n\x91\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12x\ntLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_PARTITIONS\x10\x01*\xd9\x03\nELoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo\x12}\nyLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_FLOOR_LIVE_LOAD\x10\x00\x12\x96\x01\n\x91\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12x\ntLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_EEFFECTIVE_SEISMIC_WEIGHT_PARTITIONS\x10\x01*\xb9\x01\n LoadCaseFlatRoofSnowLoadCategory\x12J\nFLOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_CAT_SNOW_LOADS_OF_30PSF_OR_LESS\x10\x00\x12I\nELOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_CAT_SNOW_LOADS_EXCEEDING_30PSF\x10\x01*\xe4\x01\n@LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyCombo\x12O\nKLOAD_CASE_DISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_X\x10\x00\x12O\nKLOAD_CASE_DISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_Y\x10\x01*c\n\x16LoadCaseLoadDurationSp\x12#\n\x1fLOAD_CASE_LOAD_DURATION_SP_LONG\x10\x00\x12$\n LOAD_CASE_LOAD_DURATION_SP_SHORT\x10\x01*z\n\x1cLoadCaseGroundWaterElevation\x12,\n(LOAD_CASE_GROUND_WATER_ELEVATION_MAXIMUM\x10\x00\x12,\n(LOAD_CASE_GROUND_WATER_ELEVATION_MINIMUM\x10\x01*\xdf\x07\n\x1cLoadCaseTypeOfImposedActions\x12\x44\n@LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_RESIDENTIAL\x10\x00\x12>\n:LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_BALUSTRADES\x10\r\x12\x43\n?LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_DOMESTIC_HOUSING\x10\n\x12\x41\n=LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_FLOORS_OFFICES\x10\x08\x12<\n8LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_MACHINERY\x10\x0e\x12>\n:LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_OTHER_ROOFS\x10\x0c\x12\x38\n4LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_ROOFS\x10\x0b\x12:\n6LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_STORAGE\x10\t\x12@\n<LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_OFFICES\x10\x01\x12>\n:LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_OTHER\x10\x05\x12@\n<LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_PARKING\x10\x02\x12?\n;LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_RETAIL\x10\x03\x12@\n<LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_STORAGE\x10\x04\x12=\n9LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_OTHER_ROOFS\x10\x07\x12\x37\n3LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_ROOFS\x10\x06\x62\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'dlubal/api/rfem/loading/load_case.proto\x12\x17\x64lubal.api.rfem.loading\x1a\x1e\x64lubal/api/common/common.proto\"\x90s\n\x08LoadCase\x12\n\n\x02no\x18\x01 \x01(\x05\x12I\n\ranalysis_type\x18\x02 \x01(\x0e\x32-.dlubal.api.rfem.loading.LoadCaseAnalysisTypeH\x00\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x01\x88\x01\x01\x12$\n\x17\x63\x61lculate_critical_load\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12%\n\x18static_analysis_settings\x18\x05 \x01(\x05H\x03\x88\x01\x01\x12(\n\x1bstability_analysis_settings\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12$\n\x17modal_analysis_settings\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\'\n\x1aspectral_analysis_settings\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\"\n\x15\x63onsider_imperfection\x18\t \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11imperfection_case\x18\n \x01(\x05H\x08\x88\x01\x01\x12#\n\x16\x63onsider_initial_state\x18\x0b \x01(\x08H\t\x88\x01\x01\x12\x1f\n\x12initial_state_case\x18\x0c \x01(\x05H\n\x88\x01\x01\x12g\n\x1dinitial_state_definition_type\x18\r \x01(\x0e\x32;.dlubal.api.rfem.loading.LoadCaseInitialStateDefinitionTypeH\x0b\x88\x01\x01\x12\x8a\x01\n,individual_factors_of_selected_objects_table\x18\x0e \x01(\x0b\x32O.dlubal.api.rfem.loading.ArrayOfLoadCaseIndividualFactorsOfSelectedObjectsTableH\x0c\x88\x01\x01\x12(\n\x1b\x63onsider_construction_stage\x18\x0f \x01(\x08H\r\x88\x01\x01\x12$\n\x17\x63onstruction_stage_case\x18\x10 \x01(\x05H\x0e\x88\x01\x01\x12\x15\n\x08to_solve\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12\x1c\n\x0f\x61\x63tion_category\x18\x12 \x01(\tH\x10\x88\x01\x01\x12\x1f\n\x12self_weight_active\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12=\n\x13self_weight_factors\x18\x14 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x12\x88\x01\x01\x12!\n\x14self_weight_factor_x\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12!\n\x14self_weight_factor_y\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12!\n\x14self_weight_factor_z\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x43\n\nfactor_phi\x18\x18 \x01(\x0e\x32*.dlubal.api.rfem.loading.LoadCaseFactorPhiH\x16\x88\x01\x01\x12\x1a\n\rload_duration\x18\x19 \x01(\tH\x17\x88\x01\x01\x12\x1a\n\rloading_start\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12$\n\x17time_being_investigated\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1f\n\x12import_masses_from\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12\'\n\x1aimport_modal_analysis_from\x18\x1d \x01(\x05H\x1b\x88\x01\x01\x12:\n-response_spectrum_is_enabled_in_any_direction\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12\x38\n+response_spectrum_is_enabled_in_direction_x\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12\x38\n+response_spectrum_is_enabled_in_direction_y\x18 \x01(\x08H\x1e\x88\x01\x01\x12\x38\n+response_spectrum_is_enabled_in_direction_z\x18! \x01(\x08H\x1f\x88\x01\x01\x12-\n response_spectrum_in_direction_x\x18\" \x01(\x05H \x88\x01\x01\x12-\n response_spectrum_in_direction_y\x18# \x01(\x05H!\x88\x01\x01\x12-\n response_spectrum_in_direction_z\x18$ \x01(\x05H\"\x88\x01\x01\x12:\n-response_spectrum_scale_factor_in_direction_x\x18% \x01(\x01H#\x88\x01\x01\x12:\n-response_spectrum_scale_factor_in_direction_y\x18& \x01(\x01H$\x88\x01\x01\x12:\n-response_spectrum_scale_factor_in_direction_z\x18\' \x01(\x01H%\x88\x01\x01\x12-\n response_spectrum_rotation_angle\x18( \x01(\x01H&\x88\x01\x01\x12:\n-response_spectrum_consider_accidental_torsion\x18) \x01(\x08H\'\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_x_direction_absolute\x18* \x01(\x01H(\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_y_direction_absolute\x18+ \x01(\x01H)\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_x_direction_relative\x18, \x01(\x01H*\x88\x01\x01\x12\x44\n7response_spectrum_eccentricity_for_y_direction_relative\x18- \x01(\x01H+\x88\x01\x01\x12\x33\n&response_spectrum_building_length_in_x\x18. \x01(\x01H,\x88\x01\x01\x12\x33\n&response_spectrum_building_length_in_y\x18/ \x01(\x01H-\x88\x01\x01\x12R\nEresponse_spectrum_eccentricity_for_x_direction_is_defined_as_relative\x18\x30 \x01(\x08H.\x88\x01\x01\x12R\nEresponse_spectrum_eccentricity_for_y_direction_is_defined_as_relative\x18\x31 \x01(\x08H/\x88\x01\x01\x12<\n/response_spectrum_user_defined_building_lengths\x18\x32 \x01(\x08H0\x88\x01\x01\x12\x82\x01\n(selection_of_modes_mode_activation_table\x18\x33 \x01(\x0b\x32K.dlubal.api.rfem.loading.ArrayOfLoadCaseSelectionOfModesModeActivationTableH1\x88\x01\x01\x12P\nCselection_of_modes_deselect_modes_according_to_criterion_is_enabled\x18\x34 \x01(\x08H2\x88\x01\x01\x12Q\nDselection_of_modes_deselect_modes_modes_according_to_criterion_value\x18\x35 \x01(\x01H3\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mex\x18\x36 \x01(\x01H4\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mey\x18\x37 \x01(\x01H5\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mez\x18\x38 \x01(\x01H6\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x39 \x01(\tH7\x88\x01\x01\x12\x19\n\x0cis_generated\x18: \x01(\x08H8\x88\x01\x01\x12#\n\x16generating_object_info\x18; \x01(\tH9\x88\x01\x01\x12+\n\x1estructure_modification_enabled\x18< \x01(\x08H:\x88\x01\x01\x12#\n\x16structure_modification\x18= \x01(\x05H;\x88\x01\x01\x12\"\n\x15possibility_of_crowds\x18> \x01(\x08H<\x88\x01\x01\x12l\n specification_for_load_case_gr1a\x18? \x01(\x0e\x32=.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr1aH=\x88\x01\x01\x12j\n\x1fspecification_for_load_case_gr2\x18@ \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr2H>\x88\x01\x01\x12j\n\x1fspecification_for_load_case_gr5\x18\x41 \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr5H?\x88\x01\x01\x12j\n\x1fspecification_for_load_case_gr6\x18\x42 \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCaseSpecificationForLoadCaseGr6H@\x88\x01\x01\x12$\n\x17liveload_less_equal_100\x18\x43 \x01(\x08HA\x88\x01\x01\x12N\nAliveload_consider_design_situation_effective_seismic_weight_check\x18\x44 \x01(\x08HB\x88\x01\x01\x12\xab\x01\nAliveload_consider_design_situation_effective_seismic_weight_combo\x18\x45 \x01(\x0e\x32[.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightComboHC\x88\x01\x01\x12U\nHliveload_consider_design_situation_effective_seismic_weight_CYTHYE_check\x18\x46 \x01(\x08HD\x88\x01\x01\x12\xb8\x01\nHliveload_consider_design_situation_effective_seismic_weight_CYTHYE_combo\x18G \x01(\x0e\x32\x61.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYEComboHE\x88\x01\x01\x12\x44\n7liveload_consider_design_situation_seismic_weight_check\x18H \x01(\x08HF\x88\x01\x01\x12\x98\x01\n7liveload_consider_design_situation_seismic_weight_combo\x18I \x01(\x0e\x32R.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationSeismicWeightComboHG\x88\x01\x01\x12\x42\n5liveload_consider_design_situation_seismic_mass_check\x18J \x01(\x08HH\x88\x01\x01\x12\x94\x01\n5liveload_consider_design_situation_seismic_mass_combo\x18K \x01(\x0e\x32P.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationSeismicMassComboHI\x88\x01\x01\x12?\n2consider_design_situation_effective_seismic_weight\x18L \x01(\x08HJ\x88\x01\x01\x12#\n\x16liveload_less_equal_48\x18M \x01(\x08HK\x88\x01\x01\x12R\nEliveload_consider_design_situation_effective_seismic_weight_aci_check\x18N \x01(\x08HL\x88\x01\x01\x12\xb2\x01\nEliveload_consider_design_situation_effective_seismic_weight_aci_combo\x18O \x01(\x0e\x32^.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciComboHM\x88\x01\x01\x12(\n\x1bliveload_less_equal_100_ibc\x18P \x01(\x08HN\x88\x01\x01\x12R\nEliveload_consider_design_situation_effective_seismic_weight_ibc_check\x18Q \x01(\x08HO\x88\x01\x01\x12\xb2\x01\nEliveload_consider_design_situation_effective_seismic_weight_ibc_combo\x18R \x01(\x0e\x32^.dlubal.api.rfem.loading.LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcComboHP\x88\x01\x01\x12\x32\n%cranehookload_nocombined_roofliveload\x18S \x01(\x08HQ\x88\x01\x01\x12\x36\n)roof_configurations_that_do_not_shed_snow\x18T \x01(\x08HR\x88\x01\x01\x12 \n\x13\x66lat_roof_snow_load\x18U \x01(\x08HS\x88\x01\x01\x12\x64\n\x1c\x66lat_roof_snow_load_category\x18V \x01(\x0e\x32\x39.dlubal.api.rfem.loading.LoadCaseFlatRoofSnowLoadCategoryHT\x88\x01\x01\x12/\n\"deadload_factor_shall_be_increased\x18W \x01(\x08HU\x88\x01\x01\x12\x30\n#deadload_factor_shall_be_increased1\x18X \x01(\x08HV\x88\x01\x01\x12\x30\n#deadload_factor_shall_be_increased2\x18Y \x01(\x08HW\x88\x01\x01\x12\x33\n&dead_no_effective_seismic_weight_NBC05\x18Z \x01(\x08HX\x88\x01\x01\x12\x33\n&dead_no_effective_seismic_weight_NBC15\x18[ \x01(\x08HY\x88\x01\x01\x12\x36\n)liveload_principal_factor_may_be_reduced1\x18\\ \x01(\x08HZ\x88\x01\x01\x12\x38\n+liveload_companion_factor_may_be_increased1\x18] \x01(\x08H[\x88\x01\x01\x12\x36\n)liveload_principal_factor_may_be_reduced2\x18^ \x01(\x08H\\\x88\x01\x01\x12\x38\n+liveload_companion_factor_may_be_increased2\x18_ \x01(\x08H]\x88\x01\x01\x12\x45\n8consider_design_situation_effective_seismic_weight_NBC05\x18` \x01(\x08H^\x88\x01\x01\x12\x45\n8consider_design_situation_effective_seismic_weight_NBC15\x18\x61 \x01(\x08H_\x88\x01\x01\x12-\n dead_no_effective_seismic_weight\x18\x62 \x01(\x08H`\x88\x01\x01\x12H\n;longtermload_tp_considered_in_limit_state_of_serviceability\x18\x63 \x01(\x08Ha\x88\x01\x01\x12%\n\x18greater_intensity_than_4\x18\x64 \x01(\x08Hb\x88\x01\x01\x12L\n?distinguish_different_overstrength_factor_in_direction_xy_check\x18\x65 \x01(\x08Hc\x88\x01\x01\x12\xa7\x01\n?distinguish_different_overstrength_factor_in_direction_xy_combo\x18\x66 \x01(\x0e\x32Y.dlubal.api.rfem.loading.LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyComboHd\x88\x01\x01\x12N\n\x10load_duration_sp\x18g \x01(\x0e\x32/.dlubal.api.rfem.loading.LoadCaseLoadDurationSpHe\x88\x01\x01\x12Z\n\x16ground_water_elevation\x18h \x01(\x0e\x32\x35.dlubal.api.rfem.loading.LoadCaseGroundWaterElevationHf\x88\x01\x01\x12\x1e\n\x11\x64irection_x_check\x18i \x01(\x08Hg\x88\x01\x01\x12\x1e\n\x11\x64irection_y_check\x18j \x01(\x08Hh\x88\x01\x01\x12)\n\x1c\x63onsider_inclusive_load_case\x18k \x01(\x08Hi\x88\x01\x01\x12 \n\x13inclusive_load_case\x18l \x01(\x05Hj\x88\x01\x01\x12?\n2consider_design_situation_seismic_mass_combination\x18m \x01(\x08Hk\x88\x01\x01\x12[\n\x17type_of_imposed_actions\x18n \x01(\x0e\x32\x35.dlubal.api.rfem.loading.LoadCaseTypeOfImposedActionsHl\x88\x01\x01\x12\x31\n$wind_simulation_wind_direction_angle\x18o \x01(\x01Hm\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_depth_minus_coefficient\x18p \x01(\x01Hn\x88\x01\x01\x12?\n2wind_simulation_wind_tunnel_depth_plus_coefficient\x18q \x01(\x01Ho\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_width_minus_coefficient\x18r \x01(\x01Hp\x88\x01\x01\x12?\n2wind_simulation_wind_tunnel_width_plus_coefficient\x18s \x01(\x01Hq\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_height_plus_coefficient\x18t \x01(\x01Hr\x88\x01\x01\x12H\n;wind_simulation_construction_bounding_box_depth_coefficient\x18u \x01(\x01Hs\x88\x01\x01\x12I\n<wind_simulation_construction_bounding_box_height_coefficient\x18v \x01(\x01Ht\x88\x01\x01\x12H\n;wind_simulation_construction_bounding_box_width_coefficient\x18w \x01(\x01Hu\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_depth_coefficient\x18x \x01(\x01Hv\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_width_coefficient\x18y \x01(\x01Hw\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_height_coefficient\x18z \x01(\x01Hx\x88\x01\x01\x12)\n\x1cwind_simulation_wind_profile\x18{ \x01(\x05Hy\x88\x01\x01\x12.\n!wind_simulation_analysis_settings\x18| \x01(\x05Hz\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_depth_minus_length\x18} \x01(\x01H{\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_depth_plus_length\x18~ \x01(\x01H|\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_width_minus_length\x18\x7f \x01(\x01H}\x88\x01\x01\x12;\n-wind_simulation_wind_tunnel_width_plus_length\x18\x80\x01 \x01(\x01H~\x88\x01\x01\x12<\n.wind_simulation_wind_tunnel_height_plus_length\x18\x81\x01 \x01(\x01H\x7f\x88\x01\x01\x12>\n/wind_simulation_construction_bounding_box_depth\x18\x82\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12?\n0wind_simulation_construction_bounding_box_height\x18\x83\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12>\n/wind_simulation_construction_bounding_box_width\x18\x84\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12\x30\n!wind_simulation_wind_tunnel_depth\x18\x85\x01 \x01(\x01H\x83\x01\x88\x01\x01\x12\x30\n!wind_simulation_wind_tunnel_width\x18\x86\x01 \x01(\x01H\x84\x01\x88\x01\x01\x12\x31\n\"wind_simulation_wind_tunnel_height\x18\x87\x01 \x01(\x01H\x85\x01\x88\x01\x01\x12?\n0geotechnical_analysis_reset_small_strain_history\x18\x88\x01 \x01(\x08H\x86\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\x89\x01 \x01(\tH\x87\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\x8a\x01 \x01(\tH\x88\x01\x88\x01\x01\x42\x10\n\x0e_analysis_typeB\x07\n\x05_nameB\x1a\n\x18_calculate_critical_loadB\x1b\n\x19_static_analysis_settingsB\x1e\n\x1c_stability_analysis_settingsB\x1a\n\x18_modal_analysis_settingsB\x1d\n\x1b_spectral_analysis_settingsB\x18\n\x16_consider_imperfectionB\x14\n\x12_imperfection_caseB\x19\n\x17_consider_initial_stateB\x15\n\x13_initial_state_caseB \n\x1e_initial_state_definition_typeB/\n-_individual_factors_of_selected_objects_tableB\x1e\n\x1c_consider_construction_stageB\x1a\n\x18_construction_stage_caseB\x0b\n\t_to_solveB\x12\n\x10_action_categoryB\x15\n\x13_self_weight_activeB\x16\n\x14_self_weight_factorsB\x17\n\x15_self_weight_factor_xB\x17\n\x15_self_weight_factor_yB\x17\n\x15_self_weight_factor_zB\r\n\x0b_factor_phiB\x10\n\x0e_load_durationB\x10\n\x0e_loading_startB\x1a\n\x18_time_being_investigatedB\x15\n\x13_import_masses_fromB\x1d\n\x1b_import_modal_analysis_fromB0\n._response_spectrum_is_enabled_in_any_directionB.\n,_response_spectrum_is_enabled_in_direction_xB.\n,_response_spectrum_is_enabled_in_direction_yB.\n,_response_spectrum_is_enabled_in_direction_zB#\n!_response_spectrum_in_direction_xB#\n!_response_spectrum_in_direction_yB#\n!_response_spectrum_in_direction_zB0\n._response_spectrum_scale_factor_in_direction_xB0\n._response_spectrum_scale_factor_in_direction_yB0\n._response_spectrum_scale_factor_in_direction_zB#\n!_response_spectrum_rotation_angleB0\n._response_spectrum_consider_accidental_torsionB:\n8_response_spectrum_eccentricity_for_x_direction_absoluteB:\n8_response_spectrum_eccentricity_for_y_direction_absoluteB:\n8_response_spectrum_eccentricity_for_x_direction_relativeB:\n8_response_spectrum_eccentricity_for_y_direction_relativeB)\n\'_response_spectrum_building_length_in_xB)\n\'_response_spectrum_building_length_in_yBH\nF_response_spectrum_eccentricity_for_x_direction_is_defined_as_relativeBH\nF_response_spectrum_eccentricity_for_y_direction_is_defined_as_relativeB2\n0_response_spectrum_user_defined_building_lengthsB+\n)_selection_of_modes_mode_activation_tableBF\nD_selection_of_modes_deselect_modes_according_to_criterion_is_enabledBG\nE_selection_of_modes_deselect_modes_modes_according_to_criterion_valueB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_mexB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_meyB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_mezB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB!\n\x1f_structure_modification_enabledB\x19\n\x17_structure_modificationB\x18\n\x16_possibility_of_crowdsB#\n!_specification_for_load_case_gr1aB\"\n _specification_for_load_case_gr2B\"\n _specification_for_load_case_gr5B\"\n _specification_for_load_case_gr6B\x1a\n\x18_liveload_less_equal_100BD\nB_liveload_consider_design_situation_effective_seismic_weight_checkBD\nB_liveload_consider_design_situation_effective_seismic_weight_comboBK\nI_liveload_consider_design_situation_effective_seismic_weight_CYTHYE_checkBK\nI_liveload_consider_design_situation_effective_seismic_weight_CYTHYE_comboB:\n8_liveload_consider_design_situation_seismic_weight_checkB:\n8_liveload_consider_design_situation_seismic_weight_comboB8\n6_liveload_consider_design_situation_seismic_mass_checkB8\n6_liveload_consider_design_situation_seismic_mass_comboB5\n3_consider_design_situation_effective_seismic_weightB\x19\n\x17_liveload_less_equal_48BH\nF_liveload_consider_design_situation_effective_seismic_weight_aci_checkBH\nF_liveload_consider_design_situation_effective_seismic_weight_aci_comboB\x1e\n\x1c_liveload_less_equal_100_ibcBH\nF_liveload_consider_design_situation_effective_seismic_weight_ibc_checkBH\nF_liveload_consider_design_situation_effective_seismic_weight_ibc_comboB(\n&_cranehookload_nocombined_roofliveloadB,\n*_roof_configurations_that_do_not_shed_snowB\x16\n\x14_flat_roof_snow_loadB\x1f\n\x1d_flat_roof_snow_load_categoryB%\n#_deadload_factor_shall_be_increasedB&\n$_deadload_factor_shall_be_increased1B&\n$_deadload_factor_shall_be_increased2B)\n\'_dead_no_effective_seismic_weight_NBC05B)\n\'_dead_no_effective_seismic_weight_NBC15B,\n*_liveload_principal_factor_may_be_reduced1B.\n,_liveload_companion_factor_may_be_increased1B,\n*_liveload_principal_factor_may_be_reduced2B.\n,_liveload_companion_factor_may_be_increased2B;\n9_consider_design_situation_effective_seismic_weight_NBC05B;\n9_consider_design_situation_effective_seismic_weight_NBC15B#\n!_dead_no_effective_seismic_weightB>\n<_longtermload_tp_considered_in_limit_state_of_serviceabilityB\x1b\n\x19_greater_intensity_than_4BB\n@_distinguish_different_overstrength_factor_in_direction_xy_checkBB\n@_distinguish_different_overstrength_factor_in_direction_xy_comboB\x13\n\x11_load_duration_spB\x19\n\x17_ground_water_elevationB\x14\n\x12_direction_x_checkB\x14\n\x12_direction_y_checkB\x1f\n\x1d_consider_inclusive_load_caseB\x16\n\x14_inclusive_load_caseB5\n3_consider_design_situation_seismic_mass_combinationB\x1a\n\x18_type_of_imposed_actionsB\'\n%_wind_simulation_wind_direction_angleB6\n4_wind_simulation_wind_tunnel_depth_minus_coefficientB5\n3_wind_simulation_wind_tunnel_depth_plus_coefficientB6\n4_wind_simulation_wind_tunnel_width_minus_coefficientB5\n3_wind_simulation_wind_tunnel_width_plus_coefficientB6\n4_wind_simulation_wind_tunnel_height_plus_coefficientB>\n<_wind_simulation_construction_bounding_box_depth_coefficientB?\n=_wind_simulation_construction_bounding_box_height_coefficientB>\n<_wind_simulation_construction_bounding_box_width_coefficientB0\n._wind_simulation_wind_tunnel_depth_coefficientB0\n._wind_simulation_wind_tunnel_width_coefficientB1\n/_wind_simulation_wind_tunnel_height_coefficientB\x1f\n\x1d_wind_simulation_wind_profileB$\n\"_wind_simulation_analysis_settingsB1\n/_wind_simulation_wind_tunnel_depth_minus_lengthB0\n._wind_simulation_wind_tunnel_depth_plus_lengthB1\n/_wind_simulation_wind_tunnel_width_minus_lengthB0\n._wind_simulation_wind_tunnel_width_plus_lengthB1\n/_wind_simulation_wind_tunnel_height_plus_lengthB2\n0_wind_simulation_construction_bounding_box_depthB3\n1_wind_simulation_construction_bounding_box_heightB2\n0_wind_simulation_construction_bounding_box_widthB$\n\"_wind_simulation_wind_tunnel_depthB$\n\"_wind_simulation_wind_tunnel_widthB%\n#_wind_simulation_wind_tunnel_heightB3\n1_geotechnical_analysis_reset_small_strain_historyB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import\"8\n6ArrayOfLoadCaseIndividualFactorsOfSelectedObjectsTable\"4\n2ArrayOfLoadCaseSelectionOfModesModeActivationTable*\xc9\x03\n\x14LoadCaseAnalysisType\x12#\n\x1fLOAD_CASE_ANALYSIS_TYPE_UNKNOWN\x10\x00\x12/\n+LOAD_CASE_ANALYSIS_TYPE_CREEP_AND_SHRINKAGE\x10\x03\x12+\n\'LOAD_CASE_ANALYSIS_TYPE_CUTTING_PATTERN\x10\x0b\x12!\n\x1dLOAD_CASE_ANALYSIS_TYPE_MODAL\x10\x07\x12-\n)LOAD_CASE_ANALYSIS_TYPE_RESPONSE_SPECTRUM\x10\x08\x12\"\n\x1eLOAD_CASE_ANALYSIS_TYPE_STATIC\x10\x01\x12*\n&LOAD_CASE_ANALYSIS_TYPE_TIME_DEPENDENT\x10\x02\x12(\n$LOAD_CASE_ANALYSIS_TYPE_TIME_HISTORY\x10\n\x12\x35\n1LOAD_CASE_ANALYSIS_TYPE_TIME_HISTORY_TIME_DIAGRAM\x10\x06\x12+\n\'LOAD_CASE_ANALYSIS_TYPE_WIND_SIMULATION\x10\t*\x98\x02\n\"LoadCaseInitialStateDefinitionType\x12\x37\n3LOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE\x10\x00\x12\x35\n1LOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_STIFFNESS\x10\x02\x12\x33\n/LOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_STRAINS\x10\x01\x12M\nILOAD_CASE_INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS\x10\x03*g\n\x11LoadCaseFactorPhi\x12\x1a\n\x16LOAD_CASE_FACTOR_PHI_1\x10\x00\x12\x1a\n\x16LOAD_CASE_FACTOR_PHI_2\x10\x01\x12\x1a\n\x16LOAD_CASE_FACTOR_PHI_3\x10\x02*\xd9\x01\n$LoadCaseSpecificationForLoadCaseGr1a\x12\x32\n.LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR1A_TS1\x10\x00\x12I\nELOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR1A_PEDESTRIAN_AND_CYCLE_TRACK\x10\x02\x12\x32\n.LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR1A_UDL\x10\x01*\xd3\x01\n#LoadCaseSpecificationForLoadCaseGr2\x12X\nTLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR2_HORIZONTAL_FORCES_BRAKING_AND_ACCELERATION\x10\x00\x12R\nNLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR2_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES\x10\x01*\xc9\x01\n#LoadCaseSpecificationForLoadCaseGr5\x12=\n9LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR5_SPECIAL_VEHICLE\x10\x00\x12\x30\n,LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR5_TS\x10\x01\x12\x31\n-LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR5_UDL\x10\x02*\x82\x03\n#LoadCaseSpecificationForLoadCaseGr6\x12\x30\n,LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_TS\x10\x00\x12X\nTLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_BRAKING_AND_ACCELERATION\x10\x03\x12R\nNLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES\x10\x04\x12H\nDLOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_PEDESTRIAN_AND_CYCLE_TRACK\x10\x02\x12\x31\n-LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_UDL\x10\x01*\xfa\x02\nBLoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo\x12_\n[LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12w\nsLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12Z\nVLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_PARTITIONS\x10\x01*\x95\x03\nHLoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo\x12\x66\nbLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12~\nzLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12\x61\n]LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_PARTITIONS\x10\x01*\xf1\x01\n9LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo\x12Y\nULOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_UP_TO_3\x10\x00\x12Y\nULOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_ABOVE_3\x10\x01*\xb8\x03\n7LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo\x12o\nkLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_ACTUAL_CONDITIONS\x10\x00\x12\x81\x01\n}LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_LIBRARY_ARCHIVES\x10\x01\x12\x87\x01\n\x82\x01LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_OTHER_CIVIL_BUILDINGS\x10\x02*\x89\x03\nELoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo\x12\x63\n_LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12{\nwLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12^\nZLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_PARTITIONS\x10\x01*\x89\x03\nELoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo\x12\x63\n_LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12{\nwLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12^\nZLOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_PARTITIONS\x10\x01*\xb1\x01\n LoadCaseFlatRoofSnowLoadCategory\x12\x46\nBLOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_OF_30PSF_OR_LESS\x10\x00\x12\x45\nALOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_EXCEEDING_30PSF\x10\x01*\xe4\x01\n@LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyCombo\x12O\nKLOAD_CASE_DISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_X\x10\x00\x12O\nKLOAD_CASE_DISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_Y\x10\x01*c\n\x16LoadCaseLoadDurationSp\x12#\n\x1fLOAD_CASE_LOAD_DURATION_SP_LONG\x10\x00\x12$\n LOAD_CASE_LOAD_DURATION_SP_SHORT\x10\x01*z\n\x1cLoadCaseGroundWaterElevation\x12,\n(LOAD_CASE_GROUND_WATER_ELEVATION_MAXIMUM\x10\x00\x12,\n(LOAD_CASE_GROUND_WATER_ELEVATION_MINIMUM\x10\x01*\xdf\x07\n\x1cLoadCaseTypeOfImposedActions\x12\x44\n@LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_RESIDENTIAL\x10\x00\x12>\n:LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_BALUSTRADES\x10\r\x12\x43\n?LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_DOMESTIC_HOUSING\x10\n\x12\x41\n=LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_FLOORS_OFFICES\x10\x08\x12<\n8LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_MACHINERY\x10\x0e\x12>\n:LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_OTHER_ROOFS\x10\x0c\x12\x38\n4LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_ROOFS\x10\x0b\x12:\n6LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_STORAGE\x10\t\x12@\n<LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_OFFICES\x10\x01\x12>\n:LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_OTHER\x10\x05\x12@\n<LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_PARKING\x10\x02\x12?\n;LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_RETAIL\x10\x03\x12@\n<LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_STORAGE\x10\x04\x12=\n9LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_OTHER_ROOFS\x10\x07\x12\x37\n3LOAD_CASE_TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_ROOFS\x10\x06\x62\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -47,27 +47,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
47
47
|
_globals['_LOADCASESPECIFICATIONFORLOADCASEGR6']._serialized_start=16438
|
|
48
48
|
_globals['_LOADCASESPECIFICATIONFORLOADCASEGR6']._serialized_end=16824
|
|
49
49
|
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCOMBO']._serialized_start=16827
|
|
50
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCOMBO']._serialized_end=
|
|
51
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCYTHYECOMBO']._serialized_start=
|
|
52
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCYTHYECOMBO']._serialized_end=
|
|
53
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICWEIGHTCOMBO']._serialized_start=
|
|
54
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICWEIGHTCOMBO']._serialized_end=
|
|
55
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICMASSCOMBO']._serialized_start=
|
|
56
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICMASSCOMBO']._serialized_end=
|
|
57
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTACICOMBO']._serialized_start=
|
|
58
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTACICOMBO']._serialized_end=
|
|
59
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTIBCCOMBO']._serialized_start=
|
|
60
|
-
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTIBCCOMBO']._serialized_end=
|
|
61
|
-
_globals['_LOADCASEFLATROOFSNOWLOADCATEGORY']._serialized_start=
|
|
62
|
-
_globals['_LOADCASEFLATROOFSNOWLOADCATEGORY']._serialized_end=
|
|
63
|
-
_globals['_LOADCASEDISTINGUISHDIFFERENTOVERSTRENGTHFACTORINDIRECTIONXYCOMBO']._serialized_start=
|
|
64
|
-
_globals['_LOADCASEDISTINGUISHDIFFERENTOVERSTRENGTHFACTORINDIRECTIONXYCOMBO']._serialized_end=
|
|
65
|
-
_globals['_LOADCASELOADDURATIONSP']._serialized_start=
|
|
66
|
-
_globals['_LOADCASELOADDURATIONSP']._serialized_end=
|
|
67
|
-
_globals['_LOADCASEGROUNDWATERELEVATION']._serialized_start=
|
|
68
|
-
_globals['_LOADCASEGROUNDWATERELEVATION']._serialized_end=
|
|
69
|
-
_globals['_LOADCASETYPEOFIMPOSEDACTIONS']._serialized_start=
|
|
70
|
-
_globals['_LOADCASETYPEOFIMPOSEDACTIONS']._serialized_end=
|
|
50
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCOMBO']._serialized_end=17205
|
|
51
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCYTHYECOMBO']._serialized_start=17208
|
|
52
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCYTHYECOMBO']._serialized_end=17613
|
|
53
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICWEIGHTCOMBO']._serialized_start=17616
|
|
54
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICWEIGHTCOMBO']._serialized_end=17857
|
|
55
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICMASSCOMBO']._serialized_start=17860
|
|
56
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONSEISMICMASSCOMBO']._serialized_end=18300
|
|
57
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTACICOMBO']._serialized_start=18303
|
|
58
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTACICOMBO']._serialized_end=18696
|
|
59
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTIBCCOMBO']._serialized_start=18699
|
|
60
|
+
_globals['_LOADCASELIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTIBCCOMBO']._serialized_end=19092
|
|
61
|
+
_globals['_LOADCASEFLATROOFSNOWLOADCATEGORY']._serialized_start=19095
|
|
62
|
+
_globals['_LOADCASEFLATROOFSNOWLOADCATEGORY']._serialized_end=19272
|
|
63
|
+
_globals['_LOADCASEDISTINGUISHDIFFERENTOVERSTRENGTHFACTORINDIRECTIONXYCOMBO']._serialized_start=19275
|
|
64
|
+
_globals['_LOADCASEDISTINGUISHDIFFERENTOVERSTRENGTHFACTORINDIRECTIONXYCOMBO']._serialized_end=19503
|
|
65
|
+
_globals['_LOADCASELOADDURATIONSP']._serialized_start=19505
|
|
66
|
+
_globals['_LOADCASELOADDURATIONSP']._serialized_end=19604
|
|
67
|
+
_globals['_LOADCASEGROUNDWATERELEVATION']._serialized_start=19606
|
|
68
|
+
_globals['_LOADCASEGROUNDWATERELEVATION']._serialized_end=19728
|
|
69
|
+
_globals['_LOADCASETYPEOFIMPOSEDACTIONS']._serialized_start=19731
|
|
70
|
+
_globals['_LOADCASETYPEOFIMPOSEDACTIONS']._serialized_end=20722
|
|
71
71
|
_globals['_LOADCASE']._serialized_start=101
|
|
72
72
|
_globals['_LOADCASE']._serialized_end=14837
|
|
73
73
|
_globals['_ARRAYOFLOADCASEINDIVIDUALFACTORSOFSELECTEDOBJECTSTABLE']._serialized_start=14839
|
|
@@ -59,43 +59,43 @@ class LoadCaseSpecificationForLoadCaseGr6(int, metaclass=_enum_type_wrapper.Enum
|
|
|
59
59
|
|
|
60
60
|
class LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
61
61
|
__slots__ = ()
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_FLOOR_LIVE_LOAD: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo]
|
|
63
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo]
|
|
64
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_PARTITIONS: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo]
|
|
65
65
|
|
|
66
66
|
class LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
67
67
|
__slots__ = ()
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_FLOOR_LIVE_LOAD: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo]
|
|
69
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo]
|
|
70
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_PARTITIONS: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo]
|
|
71
71
|
|
|
72
72
|
class LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
73
73
|
__slots__ = ()
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_UP_TO_3: _ClassVar[LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo]
|
|
75
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_ABOVE_3: _ClassVar[LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo]
|
|
76
76
|
|
|
77
77
|
class LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
78
78
|
__slots__ = ()
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_ACTUAL_CONDITIONS: _ClassVar[LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo]
|
|
80
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_LIBRARY_ARCHIVES: _ClassVar[LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo]
|
|
81
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_OTHER_CIVIL_BUILDINGS: _ClassVar[LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo]
|
|
82
82
|
|
|
83
83
|
class LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
84
84
|
__slots__ = ()
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_FLOOR_LIVE_LOAD: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo]
|
|
86
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo]
|
|
87
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_PARTITIONS: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo]
|
|
88
88
|
|
|
89
89
|
class LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
90
90
|
__slots__ = ()
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_FLOOR_LIVE_LOAD: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo]
|
|
92
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo]
|
|
93
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_PARTITIONS: _ClassVar[LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo]
|
|
94
94
|
|
|
95
95
|
class LoadCaseFlatRoofSnowLoadCategory(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
96
96
|
__slots__ = ()
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
LOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_OF_30PSF_OR_LESS: _ClassVar[LoadCaseFlatRoofSnowLoadCategory]
|
|
98
|
+
LOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_EXCEEDING_30PSF: _ClassVar[LoadCaseFlatRoofSnowLoadCategory]
|
|
99
99
|
|
|
100
100
|
class LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyCombo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
101
101
|
__slots__ = ()
|
|
@@ -159,25 +159,25 @@ LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_BRAKING_AND_ACCELERA
|
|
|
159
159
|
LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES: LoadCaseSpecificationForLoadCaseGr6
|
|
160
160
|
LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_PEDESTRIAN_AND_CYCLE_TRACK: LoadCaseSpecificationForLoadCaseGr6
|
|
161
161
|
LOAD_CASE_SPECIFICATION_FOR_LOAD_CASE_GR6_UDL: LoadCaseSpecificationForLoadCaseGr6
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
162
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_FLOOR_LIVE_LOAD: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo
|
|
163
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo
|
|
164
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_PARTITIONS: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCombo
|
|
165
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_FLOOR_LIVE_LOAD: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo
|
|
166
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo
|
|
167
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_PARTITIONS: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightCYTHYECombo
|
|
168
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_UP_TO_3: LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo
|
|
169
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_ABOVE_3: LoadCaseLiveloadConsiderDesignSituationSeismicWeightCombo
|
|
170
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_ACTUAL_CONDITIONS: LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo
|
|
171
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_LIBRARY_ARCHIVES: LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo
|
|
172
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_OTHER_CIVIL_BUILDINGS: LoadCaseLiveloadConsiderDesignSituationSeismicMassCombo
|
|
173
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_FLOOR_LIVE_LOAD: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo
|
|
174
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo
|
|
175
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_PARTITIONS: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo
|
|
176
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_FLOOR_LIVE_LOAD: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo
|
|
177
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo
|
|
178
|
+
LOAD_CASE_LIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_PARTITIONS: LoadCaseLiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo
|
|
179
|
+
LOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_OF_30PSF_OR_LESS: LoadCaseFlatRoofSnowLoadCategory
|
|
180
|
+
LOAD_CASE_FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_EXCEEDING_30PSF: LoadCaseFlatRoofSnowLoadCategory
|
|
181
181
|
LOAD_CASE_DISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_X: LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyCombo
|
|
182
182
|
LOAD_CASE_DISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_Y: LoadCaseDistinguishDifferentOverstrengthFactorInDirectionXyCombo
|
|
183
183
|
LOAD_CASE_LOAD_DURATION_SP_LONG: LoadCaseLoadDurationSp
|
|
@@ -0,0 +1,48 @@
|
|
|
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/load_combination.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/load_combination.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/load_combination.proto\x12\x17\x64lubal.api.rfem.loading\"\x9a\x18\n\x0fLoadCombination\x12\n\n\x02no\x18\x01 \x01(\x05\x12P\n\ranalysis_type\x18\x02 \x01(\x0e\x32\x34.dlubal.api.rfem.loading.LoadCombinationAnalysisTypeH\x00\x88\x01\x01\x12\x1d\n\x10\x64\x65sign_situation\x18\x03 \x01(\x05H\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x03\x88\x01\x01\x12%\n\x18static_analysis_settings\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12,\n\x1fimport_modal_analysis_load_case\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12$\n\x17\x63\x61lculate_critical_load\x18\x08 \x01(\x08H\x06\x88\x01\x01\x12(\n\x1bstability_analysis_settings\x18\t \x01(\x05H\x07\x88\x01\x01\x12\"\n\x15\x63onsider_imperfection\x18\n \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11imperfection_case\x18\x0b \x01(\x05H\t\x88\x01\x01\x12#\n\x16\x63onsider_initial_state\x18\x0c \x01(\x08H\n\x88\x01\x01\x12\x1f\n\x12initial_state_case\x18\r \x01(\x05H\x0b\x88\x01\x01\x12(\n\x1b\x63onsider_construction_stage\x18\x0e \x01(\x08H\x0c\x88\x01\x01\x12\x1f\n\x12\x63onstruction_stage\x18\x0f \x01(\x05H\r\x88\x01\x01\x12\x1f\n\x12\x63reep_loading_case\x18\x10 \x01(\x05H\x0e\x88\x01\x01\x12#\n\x16sustained_load_enabled\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12\x1b\n\x0esustained_load\x18\x12 \x01(\x05H\x10\x88\x01\x01\x12\x1e\n\x11sway_load_enabled\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12\x16\n\tsway_load\x18\x14 \x01(\x05H\x12\x88\x01\x01\x12+\n\x1estructure_modification_enabled\x18\x15 \x01(\x08H\x13\x88\x01\x01\x12#\n\x16structure_modification\x18\x16 \x01(\x05H\x14\x88\x01\x01\x12\x15\n\x08to_solve\x18\x17 \x01(\x08H\x15\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x18 \x01(\tH\x16\x88\x01\x01\x12\x1a\n\rload_duration\x18\x19 \x01(\tH\x17\x88\x01\x01\x12H\n\x05items\x18\x1a \x01(\x0b\x32\x34.dlubal.api.rfem.loading.ArrayOfLoadCombinationItemsH\x18\x88\x01\x01\x12!\n\x14\x63ombination_rule_str\x18\x1b \x01(\tH\x19\x88\x01\x01\x12\x1a\n\rloading_start\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12$\n\x17time_being_investigated\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12#\n\x16generating_object_info\x18\x1f \x01(\tH\x1d\x88\x01\x01\x12n\n\x1dinitial_state_definition_type\x18 \x01(\x0e\x32\x42.dlubal.api.rfem.loading.LoadCombinationInitialStateDefinitionTypeH\x1e\x88\x01\x01\x12\x91\x01\n,individual_factors_of_selected_objects_table\x18! \x01(\x0b\x32V.dlubal.api.rfem.loading.ArrayOfLoadCombinationIndividualFactorsOfSelectedObjectsTableH\x1f\x88\x01\x01\x12=\n0geotechnical_analysis_reset_small_strain_history\x18\" \x01(\x08H \x88\x01\x01\x12)\n\x1cpushover_vertical_loads_case\x18# \x01(\x05H!\x88\x01\x01\x12\x33\n&pushover_modal_analysis_from_load_case\x18$ \x01(\x05H\"\x88\x01\x01\x12Z\n\x12pushover_direction\x18% \x01(\x0e\x32\x39.dlubal.api.rfem.loading.LoadCombinationPushoverDirectionH#\x88\x01\x01\x12w\n!pushover_normalized_displacements\x18& \x01(\x0e\x32G.dlubal.api.rfem.loading.LoadCombinationPushoverNormalizedDisplacementsH$\x88\x01\x01\x12\'\n\x1apushover_mode_shape_number\x18\' \x01(\x05H%\x88\x01\x01\x12\'\n\x1apushover_response_spectrum\x18( \x01(\x05H&\x88\x01\x01\x12\x34\n\'pushover_response_spectrum_scale_factor\x18) \x01(\x01H\'\x88\x01\x01\x12!\n\x14id_for_export_import\x18* \x01(\tH(\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18+ \x01(\tH)\x88\x01\x01\x42\x10\n\x0e_analysis_typeB\x13\n\x11_design_situationB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x1b\n\x19_static_analysis_settingsB\"\n _import_modal_analysis_load_caseB\x1a\n\x18_calculate_critical_loadB\x1e\n\x1c_stability_analysis_settingsB\x18\n\x16_consider_imperfectionB\x14\n\x12_imperfection_caseB\x19\n\x17_consider_initial_stateB\x15\n\x13_initial_state_caseB\x1e\n\x1c_consider_construction_stageB\x15\n\x13_construction_stageB\x15\n\x13_creep_loading_caseB\x19\n\x17_sustained_load_enabledB\x11\n\x0f_sustained_loadB\x14\n\x12_sway_load_enabledB\x0c\n\n_sway_loadB!\n\x1f_structure_modification_enabledB\x19\n\x17_structure_modificationB\x0b\n\t_to_solveB\n\n\x08_commentB\x10\n\x0e_load_durationB\x08\n\x06_itemsB\x17\n\x15_combination_rule_strB\x10\n\x0e_loading_startB\x1a\n\x18_time_being_investigatedB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB \n\x1e_initial_state_definition_typeB/\n-_individual_factors_of_selected_objects_tableB3\n1_geotechnical_analysis_reset_small_strain_historyB\x1f\n\x1d_pushover_vertical_loads_caseB)\n\'_pushover_modal_analysis_from_load_caseB\x15\n\x13_pushover_directionB$\n\"_pushover_normalized_displacementsB\x1d\n\x1b_pushover_mode_shape_numberB\x1d\n\x1b_pushover_response_spectrumB*\n(_pushover_response_spectrum_scale_factorB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import\"\x1d\n\x1b\x41rrayOfLoadCombinationItems\"?\n=ArrayOfLoadCombinationIndividualFactorsOfSelectedObjectsTable*\x98\x03\n\x1bLoadCombinationAnalysisType\x12*\n&LOAD_COMBINATION_ANALYSIS_TYPE_UNKNOWN\x10\x00\x12=\n9LOAD_COMBINATION_ANALYSIS_TYPE_HARMONIC_RESPONSE_ANALYSIS\x10\x04\x12+\n\'LOAD_COMBINATION_ANALYSIS_TYPE_PUSHOVER\x10\x05\x12)\n%LOAD_COMBINATION_ANALYSIS_TYPE_STATIC\x10\x01\x12=\n9LOAD_COMBINATION_ANALYSIS_TYPE_STATIC_CREEP_AND_SHRINKAGE\x10\x03\x12\x39\n5LOAD_COMBINATION_ANALYSIS_TYPE_STATIC_TIME_DEPENDENCE\x10\x02\x12<\n8LOAD_COMBINATION_ANALYSIS_TYPE_TIME_HISTORY_TIME_DIAGRAM\x10\x06*\xbb\x02\n)LoadCombinationInitialStateDefinitionType\x12>\n:LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE\x10\x00\x12<\n8LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_STIFFNESS\x10\x02\x12:\n6LOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_STRAINS\x10\x01\x12T\nPLOAD_COMBINATION_INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS\x10\x03*\xda\x01\n LoadCombinationPushoverDirection\x12)\n%LOAD_COMBINATION_PUSHOVER_DIRECTION_X\x10\x00\x12/\n+LOAD_COMBINATION_PUSHOVER_DIRECTION_MINUS_X\x10\x01\x12/\n+LOAD_COMBINATION_PUSHOVER_DIRECTION_MINUS_Y\x10\x03\x12)\n%LOAD_COMBINATION_PUSHOVER_DIRECTION_Y\x10\x02*\x9c\x02\n.LoadCombinationPushoverNormalizedDisplacements\x12>\n:LOAD_COMBINATION_PUSHOVER_NORMALIZED_DISPLACEMENTS_UNIFORM\x10\x00\x12R\nNLOAD_COMBINATION_PUSHOVER_NORMALIZED_DISPLACEMENTS_MODAL_AUTOMATIC_MODAL_SHAPE\x10\x01\x12V\nRLOAD_COMBINATION_PUSHOVER_NORMALIZED_DISPLACEMENTS_MODAL_USER_SELECTED_MODAL_SHAPE\x10\x02\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loading.load_combination_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_LOADCOMBINATIONANALYSISTYPE']._serialized_start=3273
|
|
35
|
+
_globals['_LOADCOMBINATIONANALYSISTYPE']._serialized_end=3681
|
|
36
|
+
_globals['_LOADCOMBINATIONINITIALSTATEDEFINITIONTYPE']._serialized_start=3684
|
|
37
|
+
_globals['_LOADCOMBINATIONINITIALSTATEDEFINITIONTYPE']._serialized_end=3999
|
|
38
|
+
_globals['_LOADCOMBINATIONPUSHOVERDIRECTION']._serialized_start=4002
|
|
39
|
+
_globals['_LOADCOMBINATIONPUSHOVERDIRECTION']._serialized_end=4220
|
|
40
|
+
_globals['_LOADCOMBINATIONPUSHOVERNORMALIZEDDISPLACEMENTS']._serialized_start=4223
|
|
41
|
+
_globals['_LOADCOMBINATIONPUSHOVERNORMALIZEDDISPLACEMENTS']._serialized_end=4507
|
|
42
|
+
_globals['_LOADCOMBINATION']._serialized_start=76
|
|
43
|
+
_globals['_LOADCOMBINATION']._serialized_end=3174
|
|
44
|
+
_globals['_ARRAYOFLOADCOMBINATIONITEMS']._serialized_start=3176
|
|
45
|
+
_globals['_ARRAYOFLOADCOMBINATIONITEMS']._serialized_end=3205
|
|
46
|
+
_globals['_ARRAYOFLOADCOMBINATIONINDIVIDUALFACTORSOFSELECTEDOBJECTSTABLE']._serialized_start=3207
|
|
47
|
+
_globals['_ARRAYOFLOADCOMBINATIONINDIVIDUALFACTORSOFSELECTEDOBJECTSTABLE']._serialized_end=3270
|
|
48
|
+
# @@protoc_insertion_point(module_scope)
|