dlubal.api 2.9.2rc3__tar.gz → 2.9.3rc3__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.3rc3}/PKG-INFO +1 -1
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/application.py +10 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/application_pb2.py +2 -2
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/application_pb2_grpc.py +44 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/load_case_pb2.py +22 -22
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/load_case_pb2.pyi +38 -38
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/nodal_load_pb2.py +12 -12
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +4 -2
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/line_pb2.py +20 -18
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/line_pb2.pyi +15 -4
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal.api.egg-info/PKG-INFO +1 -1
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/setup.py +1 -1
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/README.md +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/application_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/packing.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/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.3rc3}/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.3rc3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/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.3rc3}/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.3rc3}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/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.3rc3}/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.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal.api.egg-info/SOURCES.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.9.2rc3 → dlubal_api-2.9.3rc3}/setup.cfg +0 -0
|
@@ -282,6 +282,16 @@ class Application:
|
|
|
282
282
|
"""
|
|
283
283
|
return self.stub.get_active_model(google.protobuf.empty_pb2.Empty())
|
|
284
284
|
|
|
285
|
+
def set_active_model(self, *, id: str):
|
|
286
|
+
"""
|
|
287
|
+
Sets active model specified by model id
|
|
288
|
+
|
|
289
|
+
Args:
|
|
290
|
+
id (str): Unique identifier of the model
|
|
291
|
+
"""
|
|
292
|
+
request = dlubal.api.common.model_id_pb2.ModelId(id=id)
|
|
293
|
+
self.stub.set_active_model(request)
|
|
294
|
+
|
|
285
295
|
def close_application(self):
|
|
286
296
|
"""
|
|
287
297
|
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
|
|
@@ -25,23 +25,23 @@ _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/loads/nodal_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&dlubal/api/rfem/loads/nodal_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\x82\x1e\n\tNodalLoad\x12\n\n\x02no\x18\x01 \x01(\x05\x12@\n\tload_type\x18\x02 \x01(\x0e\x32(.dlubal.api.rfem.loads.NodalLoadLoadTypeH\x00\x88\x01\x01\x12\r\n\x05nodes\x18\x03 \x03(\x05\x12<\n\x12\x66orce_eccentricity\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x01\x88\x01\x01\x12!\n\x14\x66orce_eccentricity_x\x18\x05 \x01(\x01H\x02\x88\x01\x01\x12!\n\x14\x66orce_eccentricity_y\x18\x06 \x01(\x01H\x03\x88\x01\x01\x12!\n\x14\x66orce_eccentricity_z\x18\x07 \x01(\x01H\x04\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\t \x01(\x05H\x05\x88\x01\x01\x12#\n\x16has_specific_direction\x18\n \x01(\x08H\x06\x88\x01\x01\x12[\n\x17specific_direction_type\x18\x0b \x01(\x0e\x32\x35.dlubal.api.rfem.loads.NodalLoadSpecificDirectionTypeH\x07\x88\x01\x01\x12H\n\raxes_sequence\x18\x0c \x01(\x0e\x32,.dlubal.api.rfem.loads.NodalLoadAxesSequenceH\x08\x88\x01\x01\x12\"\n\x15rotated_about_angle_x\x18\r \x01(\x01H\t\x88\x01\x01\x12\"\n\x15rotated_about_angle_y\x18\x0e \x01(\x01H\n\x88\x01\x01\x12\"\n\x15rotated_about_angle_z\x18\x0f \x01(\x01H\x0b\x88\x01\x01\x12\"\n\x15rotated_about_angle_1\x18\x10 \x01(\x01H\x0c\x88\x01\x01\x12\"\n\x15rotated_about_angle_2\x18\x11 \x01(\x01H\r\x88\x01\x01\x12\"\n\x15rotated_about_angle_3\x18\x12 \x01(\x01H\x0e\x88\x01\x01\x12,\n\x1f\x64irected_to_node_direction_node\x18\x13 \x01(\x05H\x0f\x88\x01\x01\x12-\n parallel_to_two_nodes_first_node\x18\x14 \x01(\x05H\x10\x88\x01\x01\x12.\n!parallel_to_two_nodes_second_node\x18\x15 \x01(\x05H\x11\x88\x01\x01\x12\x1d\n\x10parallel_to_line\x18\x16 \x01(\x05H\x12\x88\x01\x01\x12\x1f\n\x12parallel_to_member\x18\x17 \x01(\x05H\x13\x88\x01\x01\x12:\n\x10\x63omponents_force\x18\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x14\x88\x01\x01\x12\x1f\n\x12\x63omponents_force_x\x18\x19 \x01(\x01H\x15\x88\x01\x01\x12\x1f\n\x12\x63omponents_force_y\x18\x1a \x01(\x01H\x16\x88\x01\x01\x12\x1f\n\x12\x63omponents_force_z\x18\x1b \x01(\x01H\x17\x88\x01\x01\x12;\n\x11\x63omponents_moment\x18\x1c \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x18\x88\x01\x01\x12 \n\x13\x63omponents_moment_x\x18\x1d \x01(\x01H\x19\x88\x01\x01\x12 \n\x13\x63omponents_moment_y\x18\x1e \x01(\x01H\x1a\x88\x01\x01\x12 \n\x13\x63omponents_moment_z\x18\x1f \x01(\x01H\x1b\x88\x01\x01\x12\x1c\n\x0f\x66orce_magnitude\x18 \x01(\x01H\x1c\x88\x01\x01\x12J\n\x0eload_direction\x18! \x01(\x0e\x32-.dlubal.api.rfem.loads.NodalLoadLoadDirectionH\x1d\x88\x01\x01\x12\x1d\n\x10moment_magnitude\x18\" \x01(\x01H\x1e\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18# \x01(\x08H\x1f\x88\x01\x01\x12\x18\n\x0bmass_global\x18$ \x01(\x01H \x88\x01\x01\x12.\n\x04mass\x18% \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH!\x88\x01\x01\x12\x13\n\x06mass_x\x18& \x01(\x01H\"\x88\x01\x01\x12\x13\n\x06mass_y\x18\' \x01(\x01H#\x88\x01\x01\x12\x13\n\x06mass_z\x18( \x01(\x01H$\x88\x01\x01\x12@\n\x16mass_moment_of_inertia\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH%\x88\x01\x01\x12%\n\x18mass_moment_of_inertia_x\x18* \x01(\x01H&\x88\x01\x01\x12%\n\x18mass_moment_of_inertia_y\x18+ \x01(\x01H\'\x88\x01\x01\x12%\n\x18mass_moment_of_inertia_z\x18, \x01(\x01H(\x88\x01\x01\x12%\n\x18mass_has_rotational_mass\x18- \x01(\x08H)\x88\x01\x01\x12!\n\x14mass_rotational_mass\x18. \x01(\x01H*\x88\x01\x01\x12\"\n\x15mass_angular_velocity\x18/ \x01(\x01H+\x88\x01\x01\x12&\n\x19mass_angular_acceleration\x18\x30 \x01(\x01H,\x88\x01\x01\x12\x18\n\x0bmass_radius\x18\x31 \x01(\x01H-\x88\x01\x01\x12V\n\x15mass_axis_of_rotation\x18\x32 \x01(\x0e\x32\x32.dlubal.api.rfem.loads.NodalLoadMassAxisOfRotationH.\x88\x01\x01\x12\x17\n\nmass_angle\x18\x33 \x01(\x01H/\x88\x01\x01\x12 \n\x13has_shifted_display\x18\x34 \x01(\x08H0\x88\x01\x01\x12\x30\n\x06offset\x18\x35 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12\x15\n\x08offset_x\x18\x36 \x01(\x01H2\x88\x01\x01\x12\x15\n\x08offset_y\x18\x37 \x01(\x01H3\x88\x01\x01\x12\x15\n\x08offset_z\x18\x38 \x01(\x01H4\x88\x01\x01\x12\x1d\n\x10size_or_distance\x18\x39 \x01(\x01H5\x88\x01\x01\x12\x14\n\x07\x63omment\x18: \x01(\tH6\x88\x01\x01\x12\x16\n\tload_case\x18; \x01(\x05H7\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\x1fhas_load_graphic_position_below\x18> \x01(\x08H:\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\x0c\n\n_load_typeB\x15\n\x13_force_eccentricityB\x17\n\x15_force_eccentricity_xB\x17\n\x15_force_eccentricity_yB\x17\n\x15_force_eccentricity_zB\x14\n\x12_coordinate_systemB\x19\n\x17_has_specific_directionB\x1a\n\x18_specific_direction_typeB\x10\n\x0e_axes_sequenceB\x18\n\x16_rotated_about_angle_xB\x18\n\x16_rotated_about_angle_yB\x18\n\x16_rotated_about_angle_zB\x18\n\x16_rotated_about_angle_1B\x18\n\x16_rotated_about_angle_2B\x18\n\x16_rotated_about_angle_3B\"\n _directed_to_node_direction_nodeB#\n!_parallel_to_two_nodes_first_nodeB$\n\"_parallel_to_two_nodes_second_nodeB\x13\n\x11_parallel_to_lineB\x15\n\x13_parallel_to_memberB\x13\n\x11_components_forceB\x15\n\x13_components_force_xB\x15\n\x13_components_force_yB\x15\n\x13_components_force_zB\x14\n\x12_components_momentB\x16\n\x14_components_moment_xB\x16\n\x14_components_moment_yB\x16\n\x14_components_moment_zB\x12\n\x10_force_magnitudeB\x11\n\x0f_load_directionB\x13\n\x11_moment_magnitudeB\x1d\n\x1b_individual_mass_componentsB\x0e\n\x0c_mass_globalB\x07\n\x05_massB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB\x19\n\x17_mass_moment_of_inertiaB\x1b\n\x19_mass_moment_of_inertia_xB\x1b\n\x19_mass_moment_of_inertia_yB\x1b\n\x19_mass_moment_of_inertia_zB\x1b\n\x19_mass_has_rotational_massB\x17\n\x15_mass_rotational_massB\x18\n\x16_mass_angular_velocityB\x1c\n\x1a_mass_angular_accelerationB\x0e\n\x0c_mass_radiusB\x18\n\x16_mass_axis_of_rotationB\r\n\x0b_mass_angleB\x16\n\x14_has_shifted_displayB\t\n\x07_offsetB\x0b\n\t_offset_xB\x0b\n\t_offset_yB\x0b\n\t_offset_zB\x13\n\x11_size_or_distanceB\n\n\x08_commentB\x0c\n\n_load_caseB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\"\n _has_load_graphic_position_belowB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import*\xba\x01\n\x11NodalLoadLoadType\x12 \n\x1cNODAL_LOAD_LOAD_TYPE_UNKNOWN\x10\x00\x12#\n\x1fNODAL_LOAD_LOAD_TYPE_COMPONENTS\x10\x03\x12\x1e\n\x1aNODAL_LOAD_LOAD_TYPE_FORCE\x10\x01\x12\x1d\n\x19NODAL_LOAD_LOAD_TYPE_MASS\x10\x04\x12\x1f\n\x1bNODAL_LOAD_LOAD_TYPE_MOMENT\x10\x02*\xd4\x02\n\x1eNodalLoadSpecificDirectionType\x12;\n7NODAL_LOAD_SPECIFIC_DIRECTION_TYPE_ROTATED_VIA_3_ANGLES\x10\x00\x12\x37\n3NODAL_LOAD_SPECIFIC_DIRECTION_TYPE_DIRECTED_TO_NODE\x10\x01\x12=\n9NODAL_LOAD_SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_LINE\x10\x03\x12?\n;NODAL_LOAD_SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_MEMBER\x10\x04\x12<\n8NODAL_LOAD_SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_TWO_NODES\x10\x02*\xe3\x01\n\x15NodalLoadAxesSequence\x12 \n\x1cNODAL_LOAD_AXES_SEQUENCE_XYZ\x10\x00\x12 \n\x1cNODAL_LOAD_AXES_SEQUENCE_XZY\x10\x01\x12 \n\x1cNODAL_LOAD_AXES_SEQUENCE_YXZ\x10\x02\x12 \n\x1cNODAL_LOAD_AXES_SEQUENCE_YZX\x10\x03\x12 \n\x1cNODAL_LOAD_AXES_SEQUENCE_ZXY\x10\x04\x12 \n\x1cNODAL_LOAD_AXES_SEQUENCE_ZYX\x10\x05*\xbb\x02\n\x16NodalLoadLoadDirection\x12%\n!NODAL_LOAD_LOAD_DIRECTION_LOCAL_X\x10\x00\x12\x38\n4NODAL_LOAD_LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U\x10\x0b\x12\x38\n4NODAL_LOAD_LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V\x10\x0c\x12\x38\n4NODAL_LOAD_LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W\x10\r\x12%\n!NODAL_LOAD_LOAD_DIRECTION_LOCAL_Y\x10\x01\x12%\n!NODAL_LOAD_LOAD_DIRECTION_LOCAL_Z\x10\x02*\xc3\x02\n\x1bNodalLoadMassAxisOfRotation\x12/\n+NODAL_LOAD_MASS_AXIS_OF_ROTATION_X_POSITIVE\x10\x00\x12/\n+NODAL_LOAD_MASS_AXIS_OF_ROTATION_X_NEGATIVE\x10\x01\x12/\n+NODAL_LOAD_MASS_AXIS_OF_ROTATION_Y_NEGATIVE\x10\x03\x12/\n+NODAL_LOAD_MASS_AXIS_OF_ROTATION_Y_POSITIVE\x10\x02\x12/\n+NODAL_LOAD_MASS_AXIS_OF_ROTATION_Z_NEGATIVE\x10\x05\x12/\n+NODAL_LOAD_MASS_AXIS_OF_ROTATION_Z_POSITIVE\x10\x04\x62\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
32
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.nodal_load_pb2', _globals)
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
|
-
_globals['_NODALLOADLOADTYPE']._serialized_start=
|
|
36
|
-
_globals['_NODALLOADLOADTYPE']._serialized_end=
|
|
37
|
-
_globals['_NODALLOADSPECIFICDIRECTIONTYPE']._serialized_start=
|
|
38
|
-
_globals['_NODALLOADSPECIFICDIRECTIONTYPE']._serialized_end=
|
|
39
|
-
_globals['_NODALLOADAXESSEQUENCE']._serialized_start=
|
|
40
|
-
_globals['_NODALLOADAXESSEQUENCE']._serialized_end=
|
|
41
|
-
_globals['_NODALLOADLOADDIRECTION']._serialized_start=
|
|
42
|
-
_globals['_NODALLOADLOADDIRECTION']._serialized_end=
|
|
43
|
-
_globals['_NODALLOADMASSAXISOFROTATION']._serialized_start=
|
|
44
|
-
_globals['_NODALLOADMASSAXISOFROTATION']._serialized_end=
|
|
35
|
+
_globals['_NODALLOADLOADTYPE']._serialized_start=3943
|
|
36
|
+
_globals['_NODALLOADLOADTYPE']._serialized_end=4129
|
|
37
|
+
_globals['_NODALLOADSPECIFICDIRECTIONTYPE']._serialized_start=4132
|
|
38
|
+
_globals['_NODALLOADSPECIFICDIRECTIONTYPE']._serialized_end=4472
|
|
39
|
+
_globals['_NODALLOADAXESSEQUENCE']._serialized_start=4475
|
|
40
|
+
_globals['_NODALLOADAXESSEQUENCE']._serialized_end=4702
|
|
41
|
+
_globals['_NODALLOADLOADDIRECTION']._serialized_start=4705
|
|
42
|
+
_globals['_NODALLOADLOADDIRECTION']._serialized_end=5020
|
|
43
|
+
_globals['_NODALLOADMASSAXISOFROTATION']._serialized_start=5023
|
|
44
|
+
_globals['_NODALLOADMASSAXISOFROTATION']._serialized_end=5346
|
|
45
45
|
_globals['_NODALLOAD']._serialized_start=98
|
|
46
|
-
_globals['_NODALLOAD']._serialized_end=
|
|
46
|
+
_globals['_NODALLOAD']._serialized_end=3940
|
|
47
47
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -79,7 +79,7 @@ NODAL_LOAD_MASS_AXIS_OF_ROTATION_Z_NEGATIVE: NodalLoadMassAxisOfRotation
|
|
|
79
79
|
NODAL_LOAD_MASS_AXIS_OF_ROTATION_Z_POSITIVE: NodalLoadMassAxisOfRotation
|
|
80
80
|
|
|
81
81
|
class NodalLoad(_message.Message):
|
|
82
|
-
__slots__ = ("no", "load_type", "nodes", "force_eccentricity", "force_eccentricity_x", "force_eccentricity_y", "force_eccentricity_z", "coordinate_system", "has_specific_direction", "specific_direction_type", "axes_sequence", "rotated_about_angle_x", "rotated_about_angle_y", "rotated_about_angle_z", "rotated_about_angle_1", "rotated_about_angle_2", "rotated_about_angle_3", "directed_to_node_direction_node", "parallel_to_two_nodes_first_node", "parallel_to_two_nodes_second_node", "parallel_to_line", "parallel_to_member", "components_force", "components_force_x", "components_force_y", "components_force_z", "components_moment", "components_moment_x", "components_moment_y", "components_moment_z", "force_magnitude", "load_direction", "moment_magnitude", "individual_mass_components", "mass_global", "mass", "mass_x", "mass_y", "mass_z", "mass_moment_of_inertia", "mass_moment_of_inertia_x", "mass_moment_of_inertia_y", "mass_moment_of_inertia_z", "mass_has_rotational_mass", "mass_rotational_mass", "mass_angular_velocity", "mass_angular_acceleration", "mass_radius", "mass_axis_of_rotation", "mass_angle", "has_shifted_display", "offset", "offset_x", "offset_y", "offset_z", "size_or_distance", "comment", "load_case", "is_generated", "generating_object_info", "id_for_export_import", "metadata_for_export_import")
|
|
82
|
+
__slots__ = ("no", "load_type", "nodes", "force_eccentricity", "force_eccentricity_x", "force_eccentricity_y", "force_eccentricity_z", "coordinate_system", "has_specific_direction", "specific_direction_type", "axes_sequence", "rotated_about_angle_x", "rotated_about_angle_y", "rotated_about_angle_z", "rotated_about_angle_1", "rotated_about_angle_2", "rotated_about_angle_3", "directed_to_node_direction_node", "parallel_to_two_nodes_first_node", "parallel_to_two_nodes_second_node", "parallel_to_line", "parallel_to_member", "components_force", "components_force_x", "components_force_y", "components_force_z", "components_moment", "components_moment_x", "components_moment_y", "components_moment_z", "force_magnitude", "load_direction", "moment_magnitude", "individual_mass_components", "mass_global", "mass", "mass_x", "mass_y", "mass_z", "mass_moment_of_inertia", "mass_moment_of_inertia_x", "mass_moment_of_inertia_y", "mass_moment_of_inertia_z", "mass_has_rotational_mass", "mass_rotational_mass", "mass_angular_velocity", "mass_angular_acceleration", "mass_radius", "mass_axis_of_rotation", "mass_angle", "has_shifted_display", "offset", "offset_x", "offset_y", "offset_z", "size_or_distance", "comment", "load_case", "is_generated", "generating_object_info", "has_load_graphic_position_below", "id_for_export_import", "metadata_for_export_import")
|
|
83
83
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
84
84
|
LOAD_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
85
85
|
NODES_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -140,6 +140,7 @@ class NodalLoad(_message.Message):
|
|
|
140
140
|
LOAD_CASE_FIELD_NUMBER: _ClassVar[int]
|
|
141
141
|
IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
|
|
142
142
|
GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
143
|
+
HAS_LOAD_GRAPHIC_POSITION_BELOW_FIELD_NUMBER: _ClassVar[int]
|
|
143
144
|
ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
144
145
|
METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
|
|
145
146
|
no: int
|
|
@@ -202,6 +203,7 @@ class NodalLoad(_message.Message):
|
|
|
202
203
|
load_case: int
|
|
203
204
|
is_generated: bool
|
|
204
205
|
generating_object_info: str
|
|
206
|
+
has_load_graphic_position_below: bool
|
|
205
207
|
id_for_export_import: str
|
|
206
208
|
metadata_for_export_import: str
|
|
207
|
-
def __init__(self, no: _Optional[int] = ..., load_type: _Optional[_Union[NodalLoadLoadType, str]] = ..., nodes: _Optional[_Iterable[int]] = ..., force_eccentricity: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., force_eccentricity_x: _Optional[float] = ..., force_eccentricity_y: _Optional[float] = ..., force_eccentricity_z: _Optional[float] = ..., coordinate_system: _Optional[int] = ..., has_specific_direction: bool = ..., specific_direction_type: _Optional[_Union[NodalLoadSpecificDirectionType, str]] = ..., axes_sequence: _Optional[_Union[NodalLoadAxesSequence, str]] = ..., rotated_about_angle_x: _Optional[float] = ..., rotated_about_angle_y: _Optional[float] = ..., rotated_about_angle_z: _Optional[float] = ..., rotated_about_angle_1: _Optional[float] = ..., rotated_about_angle_2: _Optional[float] = ..., rotated_about_angle_3: _Optional[float] = ..., directed_to_node_direction_node: _Optional[int] = ..., parallel_to_two_nodes_first_node: _Optional[int] = ..., parallel_to_two_nodes_second_node: _Optional[int] = ..., parallel_to_line: _Optional[int] = ..., parallel_to_member: _Optional[int] = ..., components_force: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., components_force_x: _Optional[float] = ..., components_force_y: _Optional[float] = ..., components_force_z: _Optional[float] = ..., components_moment: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., components_moment_x: _Optional[float] = ..., components_moment_y: _Optional[float] = ..., components_moment_z: _Optional[float] = ..., force_magnitude: _Optional[float] = ..., load_direction: _Optional[_Union[NodalLoadLoadDirection, str]] = ..., moment_magnitude: _Optional[float] = ..., individual_mass_components: bool = ..., mass_global: _Optional[float] = ..., mass: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., mass_x: _Optional[float] = ..., mass_y: _Optional[float] = ..., mass_z: _Optional[float] = ..., mass_moment_of_inertia: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., mass_moment_of_inertia_x: _Optional[float] = ..., mass_moment_of_inertia_y: _Optional[float] = ..., mass_moment_of_inertia_z: _Optional[float] = ..., mass_has_rotational_mass: bool = ..., mass_rotational_mass: _Optional[float] = ..., mass_angular_velocity: _Optional[float] = ..., mass_angular_acceleration: _Optional[float] = ..., mass_radius: _Optional[float] = ..., mass_axis_of_rotation: _Optional[_Union[NodalLoadMassAxisOfRotation, str]] = ..., mass_angle: _Optional[float] = ..., has_shifted_display: bool = ..., offset: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., offset_x: _Optional[float] = ..., offset_y: _Optional[float] = ..., offset_z: _Optional[float] = ..., size_or_distance: _Optional[float] = ..., comment: _Optional[str] = ..., load_case: _Optional[int] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
209
|
+
def __init__(self, no: _Optional[int] = ..., load_type: _Optional[_Union[NodalLoadLoadType, str]] = ..., nodes: _Optional[_Iterable[int]] = ..., force_eccentricity: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., force_eccentricity_x: _Optional[float] = ..., force_eccentricity_y: _Optional[float] = ..., force_eccentricity_z: _Optional[float] = ..., coordinate_system: _Optional[int] = ..., has_specific_direction: bool = ..., specific_direction_type: _Optional[_Union[NodalLoadSpecificDirectionType, str]] = ..., axes_sequence: _Optional[_Union[NodalLoadAxesSequence, str]] = ..., rotated_about_angle_x: _Optional[float] = ..., rotated_about_angle_y: _Optional[float] = ..., rotated_about_angle_z: _Optional[float] = ..., rotated_about_angle_1: _Optional[float] = ..., rotated_about_angle_2: _Optional[float] = ..., rotated_about_angle_3: _Optional[float] = ..., directed_to_node_direction_node: _Optional[int] = ..., parallel_to_two_nodes_first_node: _Optional[int] = ..., parallel_to_two_nodes_second_node: _Optional[int] = ..., parallel_to_line: _Optional[int] = ..., parallel_to_member: _Optional[int] = ..., components_force: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., components_force_x: _Optional[float] = ..., components_force_y: _Optional[float] = ..., components_force_z: _Optional[float] = ..., components_moment: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., components_moment_x: _Optional[float] = ..., components_moment_y: _Optional[float] = ..., components_moment_z: _Optional[float] = ..., force_magnitude: _Optional[float] = ..., load_direction: _Optional[_Union[NodalLoadLoadDirection, str]] = ..., moment_magnitude: _Optional[float] = ..., individual_mass_components: bool = ..., mass_global: _Optional[float] = ..., mass: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., mass_x: _Optional[float] = ..., mass_y: _Optional[float] = ..., mass_z: _Optional[float] = ..., mass_moment_of_inertia: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., mass_moment_of_inertia_x: _Optional[float] = ..., mass_moment_of_inertia_y: _Optional[float] = ..., mass_moment_of_inertia_z: _Optional[float] = ..., mass_has_rotational_mass: bool = ..., mass_rotational_mass: _Optional[float] = ..., mass_angular_velocity: _Optional[float] = ..., mass_angular_acceleration: _Optional[float] = ..., mass_radius: _Optional[float] = ..., mass_axis_of_rotation: _Optional[_Union[NodalLoadMassAxisOfRotation, str]] = ..., mass_angle: _Optional[float] = ..., has_shifted_display: bool = ..., offset: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., offset_x: _Optional[float] = ..., offset_y: _Optional[float] = ..., offset_z: _Optional[float] = ..., size_or_distance: _Optional[float] = ..., comment: _Optional[str] = ..., load_case: _Optional[int] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., has_load_graphic_position_below: bool = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|