dlubal.api 2.9.4rc8__tar.gz → 2.9.6__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.6/PKG-INFO +88 -0
- dlubal_api-2.9.6/README.md +61 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/application.py +34 -11
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/application_pb2.py +9 -5
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/application_pb2.pyi +23 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/application_pb2_grpc.py +45 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/packing.py +3 -3
- dlubal_api-2.9.6/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +103 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +4 -2
- dlubal_api-2.9.6/dlubal.api.egg-info/PKG-INFO +88 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/setup.py +2 -1
- dlubal_api-2.9.4rc8/PKG-INFO +0 -29
- dlubal_api-2.9.4rc8/README.md +0 -4
- dlubal_api-2.9.4rc8/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -103
- dlubal_api-2.9.4rc8/dlubal.api.egg-info/PKG-INFO +0 -29
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/object_type_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal.api.egg-info/SOURCES.txt +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.9.4rc8 → dlubal_api-2.9.6}/setup.cfg +0 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: dlubal.api
|
|
3
|
+
Version: 2.9.6
|
|
4
|
+
Summary: Python Client Library for Dlubal Software APIs powered by gRPC
|
|
5
|
+
Author: Dlubal Software
|
|
6
|
+
Author-email: api@dlubal.com
|
|
7
|
+
License: MIT
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Requires-Python: >=3.10
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
Requires-Dist: grpcio==1.68.0
|
|
16
|
+
Requires-Dist: grpcio-tools==1.68.0
|
|
17
|
+
Requires-Dist: pandas==2.2.3
|
|
18
|
+
Dynamic: author
|
|
19
|
+
Dynamic: author-email
|
|
20
|
+
Dynamic: classifier
|
|
21
|
+
Dynamic: description
|
|
22
|
+
Dynamic: description-content-type
|
|
23
|
+
Dynamic: license
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: requires-python
|
|
26
|
+
Dynamic: summary
|
|
27
|
+
|
|
28
|
+
# Dlubal API 2.0
|
|
29
|
+
|
|
30
|
+

|
|
31
|
+

|
|
32
|
+

|
|
33
|
+
|
|
34
|
+
## Compatibility
|
|
35
|
+
|
|
36
|
+
This package version is fully compatible with the following **Dlubal App version**:
|
|
37
|
+
|
|
38
|
+
✅ **X.09.0006.100.d55b4b08076**
|
|
39
|
+
|
|
40
|
+
## Overview
|
|
41
|
+
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Installation
|
|
46
|
+
|
|
47
|
+
Ensure you have **Python 3.10+** installed. Then, install the package via **pip**:
|
|
48
|
+
|
|
49
|
+
```sh
|
|
50
|
+
pip install dlubal.api
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
For additional installation options, refer to the **official documentation**.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Quick Start
|
|
58
|
+
|
|
59
|
+
### Authentication & Authorization
|
|
60
|
+
To use the API, you need:
|
|
61
|
+
- **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
|
|
62
|
+
- **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
|
|
63
|
+
- **API Credits**: Some API methods consume credits.
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
### Example Usage
|
|
68
|
+
```python
|
|
69
|
+
import dlubal.api.rfem
|
|
70
|
+
|
|
71
|
+
with rfem.Application(api_key="your_api_key") as rfem_app:
|
|
72
|
+
# Example API call
|
|
73
|
+
rfem_app.create_model("MyModel")
|
|
74
|
+
rfem_app.create_object(
|
|
75
|
+
rfem.structure_core.Node(coordinate_1=2)
|
|
76
|
+
)
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Documentation & Support
|
|
80
|
+
- 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
|
|
81
|
+
- 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
|
|
82
|
+
- 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## License
|
|
87
|
+
This package is proprietary software and requires an **active API Service subscription**. Unauthorized use is prohibited.
|
|
88
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Dlubal API 2.0
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Compatibility
|
|
8
|
+
|
|
9
|
+
This package version is fully compatible with the following **Dlubal App version**:
|
|
10
|
+
|
|
11
|
+
✅ **X.09.0006.100.d55b4b08076**
|
|
12
|
+
|
|
13
|
+
## Overview
|
|
14
|
+
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Installation
|
|
19
|
+
|
|
20
|
+
Ensure you have **Python 3.10+** installed. Then, install the package via **pip**:
|
|
21
|
+
|
|
22
|
+
```sh
|
|
23
|
+
pip install dlubal.api
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
For additional installation options, refer to the **official documentation**.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Quick Start
|
|
31
|
+
|
|
32
|
+
### Authentication & Authorization
|
|
33
|
+
To use the API, you need:
|
|
34
|
+
- **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
|
|
35
|
+
- **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
|
|
36
|
+
- **API Credits**: Some API methods consume credits.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
### Example Usage
|
|
41
|
+
```python
|
|
42
|
+
import dlubal.api.rfem
|
|
43
|
+
|
|
44
|
+
with rfem.Application(api_key="your_api_key") as rfem_app:
|
|
45
|
+
# Example API call
|
|
46
|
+
rfem_app.create_model("MyModel")
|
|
47
|
+
rfem_app.create_object(
|
|
48
|
+
rfem.structure_core.Node(coordinate_1=2)
|
|
49
|
+
)
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Documentation & Support
|
|
53
|
+
- 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
|
|
54
|
+
- 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
|
|
55
|
+
- 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## License
|
|
60
|
+
This package is proprietary software and requires an **active API Service subscription**. Unauthorized use is prohibited.
|
|
61
|
+
|
|
@@ -97,10 +97,13 @@ class Application:
|
|
|
97
97
|
model_id (:ref:`ModelId` | None): Unique identifier of the model.
|
|
98
98
|
|
|
99
99
|
Returns:
|
|
100
|
-
:ref:`rfem_objects`: A retrieved
|
|
100
|
+
:ref:`rfem_objects`: A list of retrieved objects.
|
|
101
101
|
'''
|
|
102
102
|
result = self.stub.get_object_list_impl(pack_object_list(objs, model_id))
|
|
103
|
-
|
|
103
|
+
type_list=[]
|
|
104
|
+
for o in objs:
|
|
105
|
+
type_list.append(type(o))
|
|
106
|
+
return unpack_object_list(result, type_list)
|
|
104
107
|
|
|
105
108
|
def create_object(self, obj, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
106
109
|
'''
|
|
@@ -279,15 +282,14 @@ class Application:
|
|
|
279
282
|
"""
|
|
280
283
|
return self.stub.get_active_model(google.protobuf.empty_pb2.Empty())
|
|
281
284
|
|
|
282
|
-
def set_active_model(self, *,
|
|
285
|
+
def set_active_model(self, *, model_id: dlubal.api.common.model_id_pb2.ModelId):
|
|
283
286
|
"""
|
|
284
287
|
Sets active model specified by model id
|
|
285
288
|
|
|
286
289
|
Args:
|
|
287
|
-
|
|
290
|
+
model_id (:ref:`ModelId` | None): Unique identifier of the model.
|
|
288
291
|
"""
|
|
289
|
-
|
|
290
|
-
self.stub.set_active_model(request)
|
|
292
|
+
self.stub.set_active_model(model_id)
|
|
291
293
|
|
|
292
294
|
def close_application(self):
|
|
293
295
|
"""
|
|
@@ -319,15 +321,19 @@ class Application:
|
|
|
319
321
|
"""
|
|
320
322
|
self.stub.close_connection(google.protobuf.empty_pb2.Empty())
|
|
321
323
|
|
|
322
|
-
def delete_all_objects(self, *,
|
|
324
|
+
def delete_all_objects(self, *, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
323
325
|
"""
|
|
324
|
-
Deletes all objects
|
|
326
|
+
Deletes all objects.
|
|
325
327
|
|
|
326
328
|
Args:
|
|
327
|
-
|
|
328
|
-
|
|
329
|
+
model_id (:ref:`ModelId` | None): Unique identifier of the model.
|
|
330
|
+
Active model is used if this field is not set.
|
|
329
331
|
"""
|
|
330
|
-
request =
|
|
332
|
+
request = (
|
|
333
|
+
dlubal.api.common.model_id_pb2.OptionalModelId(guid=model_id.guid)
|
|
334
|
+
if model_id
|
|
335
|
+
else dlubal.api.common.model_id_pb2.OptionalModelId()
|
|
336
|
+
)
|
|
331
337
|
self.stub.delete_all_objects(request)
|
|
332
338
|
|
|
333
339
|
def calculate_all(self, *, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.OperationResult:
|
|
@@ -345,3 +351,20 @@ class Application:
|
|
|
345
351
|
"""
|
|
346
352
|
request = dlubal.api.rfem.application_pb2.CalculateAllRequest(skip_warnings=skip_warnings, model_id=model_id)
|
|
347
353
|
return self.stub.calculate_all(request)
|
|
354
|
+
|
|
355
|
+
def plausibility_check(self, *, type: dlubal.api.rfem.application_pb2.PlausibilityCheckType, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.OperationResult:
|
|
356
|
+
"""
|
|
357
|
+
Performs validation based on the specified validation type.
|
|
358
|
+
Returns result of the operation, description of the result and possibly additional information about an error.
|
|
359
|
+
|
|
360
|
+
Args:
|
|
361
|
+
type (dlubal.api.rfem.application_pb2.PlausibilityCheckType): Specifies various validation checks that can be performed before generating a mesh, running a calculation, or verifying plausibility.
|
|
362
|
+
skip_warnings (bool): Specifies whether to skip warnings during the calculation.
|
|
363
|
+
model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
|
|
364
|
+
Active model is used if this field is not set.
|
|
365
|
+
|
|
366
|
+
Returns:
|
|
367
|
+
dlubal.api.rfem.application_pb2.OperationResult
|
|
368
|
+
"""
|
|
369
|
+
request = dlubal.api.rfem.application_pb2.PlausibilityCheckRequest(type=type, skip_warnings=skip_warnings, model_id=model_id)
|
|
370
|
+
return self.stub.plausibility_check(request)
|
|
@@ -30,15 +30,17 @@ from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_objec
|
|
|
30
30
|
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"^\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\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"{\n\x17\x43reateObjectListRequest\x12,\n\x07objects\x18\x01 \x01(\x0b\x32\x1b.dlubal.api.rfem.ObjectList\x12\x1d\n\x10return_object_id\x18\x02 \x01(\x08H\x00\x88\x01\x01\x42\x13\n\x11_return_object_id\"\xc3\x01\n\x08ObjectId\x12\n\n\x02no\x18\x01 \x01(\x05\x12\x30\n\x0bobject_type\x18\x02 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectType\x12\x16\n\tparent_no\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12<\n\x12parent_object_type\x18\x04 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x01\x88\x01\x01\x42\x0c\n\n_parent_noB\x15\n\x13_parent_object_type\"<\n\x0cObjectIdList\x12,\n\tobject_id\x18\x01 \x03(\x0b\x32\x19.dlubal.api.rfem.ObjectId\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message*\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\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"^\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\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"{\n\x17\x43reateObjectListRequest\x12,\n\x07objects\x18\x01 \x01(\x0b\x32\x1b.dlubal.api.rfem.ObjectList\x12\x1d\n\x10return_object_id\x18\x02 \x01(\x08H\x00\x88\x01\x01\x42\x13\n\x11_return_object_id\"\xc3\x01\n\x08ObjectId\x12\n\n\x02no\x18\x01 \x01(\x05\x12\x30\n\x0bobject_type\x18\x02 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectType\x12\x16\n\tparent_no\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12<\n\x12parent_object_type\x18\x04 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x01\x88\x01\x01\x42\x0c\n\n_parent_noB\x15\n\x13_parent_object_type\"<\n\x0cObjectIdList\x12,\n\tobject_id\x18\x01 \x03(\x0b\x32\x19.dlubal.api.rfem.ObjectId\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xa7\x01\n\x18PlausibilityCheckRequest\x12\x34\n\x04type\x18\x01 \x01(\x0e\x32&.dlubal.api.rfem.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07*\xd3\x01\n\x15PlausibilityCheckType\x12\"\n\x1ePLAUSIBILITY_CHECK_UNSPECIFIED\x10\x00\x12%\n!PLAUSIBILITY_CHECK_MESH_GENERATOR\x10\x01\x12\"\n\x1ePLAUSIBILITY_CHECK_CALCULATION\x10\x02\x12)\n%PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK\x10\x03\x12 \n\x1cPLAUSIBILITY_CHECK_PART_LIST\x10\x04\x32\xce\x0e\n\x0b\x41pplication\x12Q\n\x0c\x63reate_model\x12#.dlubal.api.rfem.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nopen_model\x12!.dlubal.api.rfem.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12K\n\nsave_model\x12#.dlubal.api.rfem.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12K\n\x0b\x63lose_model\x12\".dlubal.api.rfem.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12T\n\x10\x63lose_all_models\x12&.dlubal.api.rfem.CloseAllModelsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x10get_active_model\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12H\n\x10set_active_model\x12\x1a.dlubal.api.common.ModelId\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x11\x63lose_application\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x46\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.rfem.ModelList\"\x00\x12R\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a .dlubal.api.rfem.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x0fget_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x17.dlubal.api.rfem.Object\"\x00\x12R\n\x14get_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x1b.dlubal.api.rfem.ObjectList\"\x00\x12J\n\x12\x63reate_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x19.dlubal.api.rfem.ObjectId\"\x00\x12\x64\n\x17\x63reate_object_list_impl\x12(.dlubal.api.rfem.CreateObjectListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12G\n\x12update_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17update_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12\x64\x65lete_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x64\x65lete_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x12\x64\x65lete_all_objects\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Y\n\rcalculate_all\x12$.dlubal.api.rfem.CalculateAllRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x12\x63\n\x12plausibility_check\x12).dlubal.api.rfem.PlausibilityCheckRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x62\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
37
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
|
|
38
38
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
39
|
DESCRIPTOR._loaded_options = None
|
|
40
|
-
_globals['_APPLICATIONTYPE']._serialized_start=
|
|
41
|
-
_globals['_APPLICATIONTYPE']._serialized_end=
|
|
40
|
+
_globals['_APPLICATIONTYPE']._serialized_start=1882
|
|
41
|
+
_globals['_APPLICATIONTYPE']._serialized_end=2123
|
|
42
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2126
|
|
43
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=2337
|
|
42
44
|
_globals['_CREATEMODELREQUEST']._serialized_start=260
|
|
43
45
|
_globals['_CREATEMODELREQUEST']._serialized_end=340
|
|
44
46
|
_globals['_OPENMODELREQUEST']._serialized_start=342
|
|
@@ -69,6 +71,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
69
71
|
_globals['_CALCULATEALLREQUEST']._serialized_end=1609
|
|
70
72
|
_globals['_OPERATIONRESULT']._serialized_start=1611
|
|
71
73
|
_globals['_OPERATIONRESULT']._serialized_end=1709
|
|
72
|
-
_globals['
|
|
73
|
-
_globals['
|
|
74
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_start=1712
|
|
75
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_end=1879
|
|
76
|
+
_globals['_APPLICATION']._serialized_start=2340
|
|
77
|
+
_globals['_APPLICATION']._serialized_end=4210
|
|
74
78
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,6 +22,14 @@ class ApplicationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
22
22
|
APPLICATION_RSECTION: _ClassVar[ApplicationType]
|
|
23
23
|
APPLICATION_WEB_SECTIONS: _ClassVar[ApplicationType]
|
|
24
24
|
APPLICATION_CRASH_REPORTER: _ClassVar[ApplicationType]
|
|
25
|
+
|
|
26
|
+
class PlausibilityCheckType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
27
|
+
__slots__ = ()
|
|
28
|
+
PLAUSIBILITY_CHECK_UNSPECIFIED: _ClassVar[PlausibilityCheckType]
|
|
29
|
+
PLAUSIBILITY_CHECK_MESH_GENERATOR: _ClassVar[PlausibilityCheckType]
|
|
30
|
+
PLAUSIBILITY_CHECK_CALCULATION: _ClassVar[PlausibilityCheckType]
|
|
31
|
+
PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK: _ClassVar[PlausibilityCheckType]
|
|
32
|
+
PLAUSIBILITY_CHECK_PART_LIST: _ClassVar[PlausibilityCheckType]
|
|
25
33
|
APPLICATION_UNSPECIFIED: ApplicationType
|
|
26
34
|
APPLICATION_DLUBAL_CENTER: ApplicationType
|
|
27
35
|
APPLICATION_REPORT_VIEWER: ApplicationType
|
|
@@ -30,6 +38,11 @@ APPLICATION_RSTAB: ApplicationType
|
|
|
30
38
|
APPLICATION_RSECTION: ApplicationType
|
|
31
39
|
APPLICATION_WEB_SECTIONS: ApplicationType
|
|
32
40
|
APPLICATION_CRASH_REPORTER: ApplicationType
|
|
41
|
+
PLAUSIBILITY_CHECK_UNSPECIFIED: PlausibilityCheckType
|
|
42
|
+
PLAUSIBILITY_CHECK_MESH_GENERATOR: PlausibilityCheckType
|
|
43
|
+
PLAUSIBILITY_CHECK_CALCULATION: PlausibilityCheckType
|
|
44
|
+
PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK: PlausibilityCheckType
|
|
45
|
+
PLAUSIBILITY_CHECK_PART_LIST: PlausibilityCheckType
|
|
33
46
|
|
|
34
47
|
class CreateModelRequest(_message.Message):
|
|
35
48
|
__slots__ = ("name", "template_path")
|
|
@@ -160,3 +173,13 @@ class OperationResult(_message.Message):
|
|
|
160
173
|
data: str
|
|
161
174
|
message: str
|
|
162
175
|
def __init__(self, succeeded: bool = ..., data: _Optional[str] = ..., message: _Optional[str] = ...) -> None: ...
|
|
176
|
+
|
|
177
|
+
class PlausibilityCheckRequest(_message.Message):
|
|
178
|
+
__slots__ = ("type", "skip_warnings", "model_id")
|
|
179
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
180
|
+
SKIP_WARNINGS_FIELD_NUMBER: _ClassVar[int]
|
|
181
|
+
MODEL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
182
|
+
type: PlausibilityCheckType
|
|
183
|
+
skip_warnings: bool
|
|
184
|
+
model_id: _model_id_pb2.ModelId
|
|
185
|
+
def __init__(self, type: _Optional[_Union[PlausibilityCheckType, str]] = ..., skip_warnings: bool = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
|
|
@@ -148,6 +148,11 @@ class ApplicationStub(object):
|
|
|
148
148
|
request_serializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
|
|
149
149
|
response_deserializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
|
|
150
150
|
_registered_method=True)
|
|
151
|
+
self.plausibility_check = channel.unary_unary(
|
|
152
|
+
'/dlubal.api.rfem.Application/plausibility_check',
|
|
153
|
+
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.SerializeToString,
|
|
154
|
+
response_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.OperationResult.FromString,
|
|
155
|
+
_registered_method=True)
|
|
151
156
|
|
|
152
157
|
|
|
153
158
|
class ApplicationServicer(object):
|
|
@@ -301,6 +306,14 @@ class ApplicationServicer(object):
|
|
|
301
306
|
context.set_details('Method not implemented!')
|
|
302
307
|
raise NotImplementedError('Method not implemented!')
|
|
303
308
|
|
|
309
|
+
def plausibility_check(self, request, context):
|
|
310
|
+
"""Performs validation based on the specified validation type.
|
|
311
|
+
Returns result of the operation, description of the result and possibly additional information about an error.
|
|
312
|
+
"""
|
|
313
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
314
|
+
context.set_details('Method not implemented!')
|
|
315
|
+
raise NotImplementedError('Method not implemented!')
|
|
316
|
+
|
|
304
317
|
|
|
305
318
|
def add_ApplicationServicer_to_server(servicer, server):
|
|
306
319
|
rpc_method_handlers = {
|
|
@@ -414,6 +427,11 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
414
427
|
request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
|
|
415
428
|
response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
|
|
416
429
|
),
|
|
430
|
+
'plausibility_check': grpc.unary_unary_rpc_method_handler(
|
|
431
|
+
servicer.plausibility_check,
|
|
432
|
+
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.FromString,
|
|
433
|
+
response_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.OperationResult.SerializeToString,
|
|
434
|
+
),
|
|
417
435
|
}
|
|
418
436
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
419
437
|
'dlubal.api.rfem.Application', rpc_method_handlers)
|
|
@@ -1018,3 +1036,30 @@ class Application(object):
|
|
|
1018
1036
|
timeout,
|
|
1019
1037
|
metadata,
|
|
1020
1038
|
_registered_method=True)
|
|
1039
|
+
|
|
1040
|
+
@staticmethod
|
|
1041
|
+
def plausibility_check(request,
|
|
1042
|
+
target,
|
|
1043
|
+
options=(),
|
|
1044
|
+
channel_credentials=None,
|
|
1045
|
+
call_credentials=None,
|
|
1046
|
+
insecure=False,
|
|
1047
|
+
compression=None,
|
|
1048
|
+
wait_for_ready=None,
|
|
1049
|
+
timeout=None,
|
|
1050
|
+
metadata=None):
|
|
1051
|
+
return grpc.experimental.unary_unary(
|
|
1052
|
+
request,
|
|
1053
|
+
target,
|
|
1054
|
+
'/dlubal.api.rfem.Application/plausibility_check',
|
|
1055
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.SerializeToString,
|
|
1056
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.OperationResult.FromString,
|
|
1057
|
+
options,
|
|
1058
|
+
channel_credentials,
|
|
1059
|
+
insecure,
|
|
1060
|
+
call_credentials,
|
|
1061
|
+
compression,
|
|
1062
|
+
wait_for_ready,
|
|
1063
|
+
timeout,
|
|
1064
|
+
metadata,
|
|
1065
|
+
_registered_method=True)
|
|
@@ -29,11 +29,11 @@ def pack_object_list(object_list, model_id=None, return_object_id=None):
|
|
|
29
29
|
return packed_list
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
def unpack_object_list(packed_object_list: ObjectList,
|
|
32
|
+
def unpack_object_list(packed_object_list: ObjectList, type_lst: list):
|
|
33
33
|
unpacked_list = []
|
|
34
34
|
|
|
35
|
-
for object in packed_object_list.objects:
|
|
36
|
-
unpacked_list.append(unpack_object(object,
|
|
35
|
+
for i, object in enumerate(packed_object_list.objects):
|
|
36
|
+
unpacked_list.append(unpack_object(object, type_lst[i]))
|
|
37
37
|
|
|
38
38
|
return unpacked_list
|
|
39
39
|
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/types_for_lines/line_hinge.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/types_for_lines/line_hinge.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0dlubal/api/rfem/types_for_lines/line_hinge.proto\x12\x1f\x64lubal.api.rfem.types_for_lines\x1a\x1e\x64lubal/api/common/common.proto\"\xf8^\n\tLineHinge\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x18\n\x0b\x61ssigned_to\x18\x04 \x01(\tH\x03\x88\x01\x01\x12&\n\x19translational_release_u_x\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x81\x01\n&translational_release_u_x_nonlinearity\x18\x06 \x01(\x0e\x32L.dlubal.api.rfem.types_for_lines.LineHingeTranslationalReleaseUXNonlinearityH\x05\x88\x01\x01\x12&\n\x19translational_release_u_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x81\x01\n&translational_release_u_y_nonlinearity\x18\x08 \x01(\x0e\x32L.dlubal.api.rfem.types_for_lines.LineHingeTranslationalReleaseUYNonlinearityH\x07\x88\x01\x01\x12&\n\x19translational_release_u_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x81\x01\n&translational_release_u_z_nonlinearity\x18\n \x01(\x0e\x32L.dlubal.api.rfem.types_for_lines.LineHingeTranslationalReleaseUZNonlinearityH\t\x88\x01\x01\x12%\n\x18rotational_release_phi_x\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x7f\n%rotational_release_phi_x_nonlinearity\x18\x0c \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingeRotationalReleasePhiXNonlinearityH\x0b\x88\x01\x01\x12\x80\x01\n&partial_activity_along_x_negative_type\x18\r \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAlongXNegativeTypeH\x0c\x88\x01\x01\x12\x80\x01\n&partial_activity_along_x_positive_type\x18\x0e \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAlongXPositiveTypeH\r\x88\x01\x01\x12\x80\x01\n&partial_activity_along_y_negative_type\x18\x0f \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAlongYNegativeTypeH\x0e\x88\x01\x01\x12\x80\x01\n&partial_activity_along_y_positive_type\x18\x10 \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAlongYPositiveTypeH\x0f\x88\x01\x01\x12\x80\x01\n&partial_activity_along_z_negative_type\x18\x11 \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAlongZNegativeTypeH\x10\x88\x01\x01\x12\x80\x01\n&partial_activity_along_z_positive_type\x18\x12 \x01(\x0e\x32K.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAlongZPositiveTypeH\x11\x88\x01\x01\x12\x82\x01\n\'partial_activity_around_x_negative_type\x18\x13 \x01(\x0e\x32L.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAroundXNegativeTypeH\x12\x88\x01\x01\x12\x82\x01\n\'partial_activity_around_x_positive_type\x18\x14 \x01(\x0e\x32L.dlubal.api.rfem.types_for_lines.LineHingePartialActivityAroundXPositiveTypeH\x13\x88\x01\x01\x12;\n.partial_activity_along_x_negative_displacement\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12;\n.partial_activity_along_x_positive_displacement\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12;\n.partial_activity_along_y_negative_displacement\x18\x17 \x01(\x01H\x16\x88\x01\x01\x12;\n.partial_activity_along_y_positive_displacement\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12;\n.partial_activity_along_z_negative_displacement\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12;\n.partial_activity_along_z_positive_displacement\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12\x36\n)partial_activity_around_x_negative_moment\x18\x1b \x01(\x01H\x1a\x88\x01\x01\x12\x36\n)partial_activity_around_x_positive_moment\x18\x1c \x01(\x01H\x1b\x88\x01\x01\x12\x34\n\'partial_activity_along_x_negative_force\x18\x1d \x01(\x01H\x1c\x88\x01\x01\x12\x34\n\'partial_activity_along_x_positive_force\x18\x1e \x01(\x01H\x1d\x88\x01\x01\x12\x34\n\'partial_activity_along_y_negative_force\x18\x1f \x01(\x01H\x1e\x88\x01\x01\x12\x34\n\'partial_activity_along_y_positive_force\x18 \x01(\x01H\x1f\x88\x01\x01\x12\x34\n\'partial_activity_along_z_negative_force\x18! \x01(\x01H \x88\x01\x01\x12\x34\n\'partial_activity_along_z_positive_force\x18\" \x01(\x01H!\x88\x01\x01\x12\x38\n+partial_activity_around_x_negative_rotation\x18# \x01(\x01H\"\x88\x01\x01\x12\x38\n+partial_activity_around_x_positive_rotation\x18$ \x01(\x01H#\x88\x01\x01\x12\x37\n*partial_activity_along_x_negative_slippage\x18% \x01(\x01H$\x88\x01\x01\x12\x37\n*partial_activity_along_x_positive_slippage\x18& \x01(\x01H%\x88\x01\x01\x12\x37\n*partial_activity_along_y_negative_slippage\x18\' \x01(\x01H&\x88\x01\x01\x12\x37\n*partial_activity_along_y_positive_slippage\x18( \x01(\x01H\'\x88\x01\x01\x12\x37\n*partial_activity_along_z_negative_slippage\x18) \x01(\x01H(\x88\x01\x01\x12\x37\n*partial_activity_along_z_positive_slippage\x18* \x01(\x01H)\x88\x01\x01\x12\x38\n+partial_activity_around_x_negative_slippage\x18+ \x01(\x01H*\x88\x01\x01\x12\x38\n+partial_activity_around_x_positive_slippage\x18, \x01(\x01H+\x88\x01\x01\x12&\n\x19\x64iagram_along_x_symmetric\x18- \x01(\x08H,\x88\x01\x01\x12&\n\x19\x64iagram_along_y_symmetric\x18. \x01(\x08H-\x88\x01\x01\x12&\n\x19\x64iagram_along_z_symmetric\x18/ \x01(\x08H.\x88\x01\x01\x12\'\n\x1a\x64iagram_around_x_symmetric\x18\x30 \x01(\x08H/\x88\x01\x01\x12&\n\x19\x64iagram_along_x_is_sorted\x18\x31 \x01(\x08H0\x88\x01\x01\x12&\n\x19\x64iagram_along_y_is_sorted\x18\x32 \x01(\x08H1\x88\x01\x01\x12&\n\x19\x64iagram_along_z_is_sorted\x18\x33 \x01(\x08H2\x88\x01\x01\x12\'\n\x1a\x64iagram_around_x_is_sorted\x18\x34 \x01(\x08H3\x88\x01\x01\x12g\n\x15\x64iagram_along_x_table\x18\x35 \x01(\x0b\x32\x43.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAlongXTableH4\x88\x01\x01\x12g\n\x15\x64iagram_along_y_table\x18\x36 \x01(\x0b\x32\x43.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAlongYTableH5\x88\x01\x01\x12g\n\x15\x64iagram_along_z_table\x18\x37 \x01(\x0b\x32\x43.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAlongZTableH6\x88\x01\x01\x12i\n\x16\x64iagram_around_x_table\x18\x38 \x01(\x0b\x32\x44.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAroundXTableH7\x88\x01\x01\x12`\n\x15\x64iagram_along_x_start\x18\x39 \x01(\x0e\x32<.dlubal.api.rfem.types_for_lines.LineHingeDiagramAlongXStartH8\x88\x01\x01\x12`\n\x15\x64iagram_along_y_start\x18: \x01(\x0e\x32<.dlubal.api.rfem.types_for_lines.LineHingeDiagramAlongYStartH9\x88\x01\x01\x12`\n\x15\x64iagram_along_z_start\x18; \x01(\x0e\x32<.dlubal.api.rfem.types_for_lines.LineHingeDiagramAlongZStartH:\x88\x01\x01\x12\x62\n\x16\x64iagram_around_x_start\x18< \x01(\x0e\x32=.dlubal.api.rfem.types_for_lines.LineHingeDiagramAroundXStartH;\x88\x01\x01\x12\\\n\x13\x64iagram_along_x_end\x18= \x01(\x0e\x32:.dlubal.api.rfem.types_for_lines.LineHingeDiagramAlongXEndH<\x88\x01\x01\x12\\\n\x13\x64iagram_along_y_end\x18> \x01(\x0e\x32:.dlubal.api.rfem.types_for_lines.LineHingeDiagramAlongYEndH=\x88\x01\x01\x12\\\n\x13\x64iagram_along_z_end\x18? \x01(\x0e\x32:.dlubal.api.rfem.types_for_lines.LineHingeDiagramAlongZEndH>\x88\x01\x01\x12^\n\x14\x64iagram_around_x_end\x18@ \x01(\x0e\x32;.dlubal.api.rfem.types_for_lines.LineHingeDiagramAroundXEndH?\x88\x01\x01\x12+\n\x1e\x64iagram_along_x_ac_yield_minus\x18\x41 \x01(\x01H@\x88\x01\x01\x12+\n\x1e\x64iagram_along_y_ac_yield_minus\x18\x42 \x01(\x01HA\x88\x01\x01\x12+\n\x1e\x64iagram_along_z_ac_yield_minus\x18\x43 \x01(\x01HB\x88\x01\x01\x12,\n\x1f\x64iagram_around_x_ac_yield_minus\x18\x44 \x01(\x01HC\x88\x01\x01\x12*\n\x1d\x64iagram_along_x_ac_yield_plus\x18\x45 \x01(\x01HD\x88\x01\x01\x12*\n\x1d\x64iagram_along_y_ac_yield_plus\x18\x46 \x01(\x01HE\x88\x01\x01\x12*\n\x1d\x64iagram_along_z_ac_yield_plus\x18G \x01(\x01HF\x88\x01\x01\x12+\n\x1e\x64iagram_around_x_ac_yield_plus\x18H \x01(\x01HG\x88\x01\x01\x12\x37\n*diagram_along_x_acceptance_criteria_active\x18I \x01(\x08HH\x88\x01\x01\x12\x37\n*diagram_along_y_acceptance_criteria_active\x18J \x01(\x08HI\x88\x01\x01\x12\x37\n*diagram_along_z_acceptance_criteria_active\x18K \x01(\x08HJ\x88\x01\x01\x12\x38\n+diagram_around_x_acceptance_criteria_active\x18L \x01(\x08HK\x88\x01\x01\x12\x46\n\x1f\x64iagram_along_x_minus_color_one\x18M \x01(\x0b\x32\x18.dlubal.api.common.ColorHL\x88\x01\x01\x12\x46\n\x1f\x64iagram_along_y_minus_color_one\x18N \x01(\x0b\x32\x18.dlubal.api.common.ColorHM\x88\x01\x01\x12\x46\n\x1f\x64iagram_along_z_minus_color_one\x18O \x01(\x0b\x32\x18.dlubal.api.common.ColorHN\x88\x01\x01\x12G\n diagram_around_x_minus_color_one\x18P \x01(\x0b\x32\x18.dlubal.api.common.ColorHO\x88\x01\x01\x12\x46\n\x1f\x64iagram_along_x_minus_color_two\x18Q \x01(\x0b\x32\x18.dlubal.api.common.ColorHP\x88\x01\x01\x12\x46\n\x1f\x64iagram_along_y_minus_color_two\x18R \x01(\x0b\x32\x18.dlubal.api.common.ColorHQ\x88\x01\x01\x12\x46\n\x1f\x64iagram_along_z_minus_color_two\x18S \x01(\x0b\x32\x18.dlubal.api.common.ColorHR\x88\x01\x01\x12G\n diagram_around_x_minus_color_two\x18T \x01(\x0b\x32\x18.dlubal.api.common.ColorHS\x88\x01\x01\x12\x45\n\x1e\x64iagram_along_x_plus_color_one\x18U \x01(\x0b\x32\x18.dlubal.api.common.ColorHT\x88\x01\x01\x12\x45\n\x1e\x64iagram_along_y_plus_color_one\x18V \x01(\x0b\x32\x18.dlubal.api.common.ColorHU\x88\x01\x01\x12\x45\n\x1e\x64iagram_along_z_plus_color_one\x18W \x01(\x0b\x32\x18.dlubal.api.common.ColorHV\x88\x01\x01\x12\x46\n\x1f\x64iagram_around_x_plus_color_one\x18X \x01(\x0b\x32\x18.dlubal.api.common.ColorHW\x88\x01\x01\x12\x45\n\x1e\x64iagram_along_x_plus_color_two\x18Y \x01(\x0b\x32\x18.dlubal.api.common.ColorHX\x88\x01\x01\x12\x45\n\x1e\x64iagram_along_y_plus_color_two\x18Z \x01(\x0b\x32\x18.dlubal.api.common.ColorHY\x88\x01\x01\x12\x45\n\x1e\x64iagram_along_z_plus_color_two\x18[ \x01(\x0b\x32\x18.dlubal.api.common.ColorHZ\x88\x01\x01\x12\x46\n\x1f\x64iagram_around_x_plus_color_two\x18\\ \x01(\x0b\x32\x18.dlubal.api.common.ColorH[\x88\x01\x01\x12r\n\x1b\x64iagram_along_x_color_table\x18] \x01(\x0b\x32H.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAlongXColorTableH\\\x88\x01\x01\x12r\n\x1b\x64iagram_along_y_color_table\x18^ \x01(\x0b\x32H.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAlongYColorTableH]\x88\x01\x01\x12r\n\x1b\x64iagram_along_z_color_table\x18_ \x01(\x0b\x32H.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAlongZColorTableH^\x88\x01\x01\x12t\n\x1c\x64iagram_around_x_color_table\x18` \x01(\x0b\x32I.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeDiagramAroundXColorTableH_\x88\x01\x01\x12\x81\x01\n#force_moment_diagram_around_x_table\x18\x61 \x01(\x0b\x32O.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeForceMomentDiagramAroundXTableH`\x88\x01\x01\x12\x34\n\'force_moment_diagram_around_x_symmetric\x18\x62 \x01(\x08Ha\x88\x01\x01\x12\x34\n\'force_moment_diagram_around_x_is_sorted\x18\x63 \x01(\x08Hb\x88\x01\x01\x12z\n#force_moment_diagram_around_x_start\x18\x64 \x01(\x0e\x32H.dlubal.api.rfem.types_for_lines.LineHingeForceMomentDiagramAroundXStartHc\x88\x01\x01\x12v\n!force_moment_diagram_around_x_end\x18\x65 \x01(\x0e\x32\x46.dlubal.api.rfem.types_for_lines.LineHingeForceMomentDiagramAroundXEndHd\x88\x01\x01\x12\x83\x01\n(force_moment_diagram_around_x_depends_on\x18\x66 \x01(\x0e\x32L.dlubal.api.rfem.types_for_lines.LineHingeForceMomentDiagramAroundXDependsOnHe\x88\x01\x01\x12!\n\x14slab_wall_connection\x18g \x01(\x08Hf\x88\x01\x01\x12(\n\x1bslab_wall_connection_offset\x18h \x01(\x01Hg\x88\x01\x01\x12+\n\x1eslab_wall_with_slab_edge_block\x18i \x01(\x08Hh\x88\x01\x01\x12\"\n\x15slab_edge_block_width\x18j \x01(\x01Hi\x88\x01\x01\x12h\n\x15generated_line_hinges\x18k \x01(\x0b\x32\x44.dlubal.api.rfem.types_for_lines.ArrayOfLineHingeGeneratedLineHingesHj\x88\x01\x01\x12\x39\n,has_released_rotations_perpendicular_to_axis\x18l \x01(\x08Hk\x88\x01\x01\x12\x14\n\x07\x63omment\x18m \x01(\tHl\x88\x01\x01\x12\x19\n\x0cis_generated\x18n \x01(\x08Hm\x88\x01\x01\x12#\n\x16generating_object_info\x18o \x01(\tHn\x88\x01\x01\x12!\n\x14id_for_export_import\x18p \x01(\tHo\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18q \x01(\tHp\x88\x01\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0e\n\x0c_assigned_toB\x1c\n\x1a_translational_release_u_xB)\n\'_translational_release_u_x_nonlinearityB\x1c\n\x1a_translational_release_u_yB)\n\'_translational_release_u_y_nonlinearityB\x1c\n\x1a_translational_release_u_zB)\n\'_translational_release_u_z_nonlinearityB\x1b\n\x19_rotational_release_phi_xB(\n&_rotational_release_phi_x_nonlinearityB)\n\'_partial_activity_along_x_negative_typeB)\n\'_partial_activity_along_x_positive_typeB)\n\'_partial_activity_along_y_negative_typeB)\n\'_partial_activity_along_y_positive_typeB)\n\'_partial_activity_along_z_negative_typeB)\n\'_partial_activity_along_z_positive_typeB*\n(_partial_activity_around_x_negative_typeB*\n(_partial_activity_around_x_positive_typeB1\n/_partial_activity_along_x_negative_displacementB1\n/_partial_activity_along_x_positive_displacementB1\n/_partial_activity_along_y_negative_displacementB1\n/_partial_activity_along_y_positive_displacementB1\n/_partial_activity_along_z_negative_displacementB1\n/_partial_activity_along_z_positive_displacementB,\n*_partial_activity_around_x_negative_momentB,\n*_partial_activity_around_x_positive_momentB*\n(_partial_activity_along_x_negative_forceB*\n(_partial_activity_along_x_positive_forceB*\n(_partial_activity_along_y_negative_forceB*\n(_partial_activity_along_y_positive_forceB*\n(_partial_activity_along_z_negative_forceB*\n(_partial_activity_along_z_positive_forceB.\n,_partial_activity_around_x_negative_rotationB.\n,_partial_activity_around_x_positive_rotationB-\n+_partial_activity_along_x_negative_slippageB-\n+_partial_activity_along_x_positive_slippageB-\n+_partial_activity_along_y_negative_slippageB-\n+_partial_activity_along_y_positive_slippageB-\n+_partial_activity_along_z_negative_slippageB-\n+_partial_activity_along_z_positive_slippageB.\n,_partial_activity_around_x_negative_slippageB.\n,_partial_activity_around_x_positive_slippageB\x1c\n\x1a_diagram_along_x_symmetricB\x1c\n\x1a_diagram_along_y_symmetricB\x1c\n\x1a_diagram_along_z_symmetricB\x1d\n\x1b_diagram_around_x_symmetricB\x1c\n\x1a_diagram_along_x_is_sortedB\x1c\n\x1a_diagram_along_y_is_sortedB\x1c\n\x1a_diagram_along_z_is_sortedB\x1d\n\x1b_diagram_around_x_is_sortedB\x18\n\x16_diagram_along_x_tableB\x18\n\x16_diagram_along_y_tableB\x18\n\x16_diagram_along_z_tableB\x19\n\x17_diagram_around_x_tableB\x18\n\x16_diagram_along_x_startB\x18\n\x16_diagram_along_y_startB\x18\n\x16_diagram_along_z_startB\x19\n\x17_diagram_around_x_startB\x16\n\x14_diagram_along_x_endB\x16\n\x14_diagram_along_y_endB\x16\n\x14_diagram_along_z_endB\x17\n\x15_diagram_around_x_endB!\n\x1f_diagram_along_x_ac_yield_minusB!\n\x1f_diagram_along_y_ac_yield_minusB!\n\x1f_diagram_along_z_ac_yield_minusB\"\n _diagram_around_x_ac_yield_minusB \n\x1e_diagram_along_x_ac_yield_plusB \n\x1e_diagram_along_y_ac_yield_plusB \n\x1e_diagram_along_z_ac_yield_plusB!\n\x1f_diagram_around_x_ac_yield_plusB-\n+_diagram_along_x_acceptance_criteria_activeB-\n+_diagram_along_y_acceptance_criteria_activeB-\n+_diagram_along_z_acceptance_criteria_activeB.\n,_diagram_around_x_acceptance_criteria_activeB\"\n _diagram_along_x_minus_color_oneB\"\n _diagram_along_y_minus_color_oneB\"\n _diagram_along_z_minus_color_oneB#\n!_diagram_around_x_minus_color_oneB\"\n _diagram_along_x_minus_color_twoB\"\n _diagram_along_y_minus_color_twoB\"\n _diagram_along_z_minus_color_twoB#\n!_diagram_around_x_minus_color_twoB!\n\x1f_diagram_along_x_plus_color_oneB!\n\x1f_diagram_along_y_plus_color_oneB!\n\x1f_diagram_along_z_plus_color_oneB\"\n _diagram_around_x_plus_color_oneB!\n\x1f_diagram_along_x_plus_color_twoB!\n\x1f_diagram_along_y_plus_color_twoB!\n\x1f_diagram_along_z_plus_color_twoB\"\n _diagram_around_x_plus_color_twoB\x1e\n\x1c_diagram_along_x_color_tableB\x1e\n\x1c_diagram_along_y_color_tableB\x1e\n\x1c_diagram_along_z_color_tableB\x1f\n\x1d_diagram_around_x_color_tableB&\n$_force_moment_diagram_around_x_tableB*\n(_force_moment_diagram_around_x_symmetricB*\n(_force_moment_diagram_around_x_is_sortedB&\n$_force_moment_diagram_around_x_startB$\n\"_force_moment_diagram_around_x_endB+\n)_force_moment_diagram_around_x_depends_onB\x17\n\x15_slab_wall_connectionB\x1e\n\x1c_slab_wall_connection_offsetB!\n\x1f_slab_wall_with_slab_edge_blockB\x18\n\x16_slab_edge_block_widthB\x18\n\x16_generated_line_hingesB/\n-_has_released_rotations_perpendicular_to_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import\"$\n\"ArrayOfLineHingeDiagramAlongXTable\"$\n\"ArrayOfLineHingeDiagramAlongYTable\"$\n\"ArrayOfLineHingeDiagramAlongZTable\"%\n#ArrayOfLineHingeDiagramAroundXTable\")\n\'ArrayOfLineHingeDiagramAlongXColorTable\")\n\'ArrayOfLineHingeDiagramAlongYColorTable\")\n\'ArrayOfLineHingeDiagramAlongZColorTable\"*\n(ArrayOfLineHingeDiagramAroundXColorTable\"0\n.ArrayOfLineHingeForceMomentDiagramAroundXTable\"%\n#ArrayOfLineHingeGeneratedLineHinges*\xb3\x08\n+LineHingeTranslationalReleaseUXNonlinearity\x12?\n;LINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_NONE\x10\x00\x12\x42\n>LINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_DIAGRAM\x10\x06\x12R\nNLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FAILURE_ALL_IF_NEGATIVE\x10\x03\x12R\nNLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FAILURE_ALL_IF_POSITIVE\x10\x04\x12N\nJLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FAILURE_IF_NEGATIVE\x10\x01\x12N\nJLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FAILURE_IF_POSITIVE\x10\x02\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FORCE_MOMENT_DIAGRAM\x10\x0c\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_1\x10\x08\x12Q\nMLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_2\x10\n\x12V\nRLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_PLUS_2\x10\x0b\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_2\x10\t\x12K\nGLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_PARTIAL_ACTIVITY\x10\x05\x12L\nHLINE_HINGE_TRANSLATIONAL_RELEASE_U_X_NONLINEARITY_TYPE_STIFFNESS_DIAGRAM\x10\x07*\xb3\x08\n+LineHingeTranslationalReleaseUYNonlinearity\x12?\n;LINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_NONE\x10\x00\x12\x42\n>LINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_DIAGRAM\x10\x06\x12R\nNLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FAILURE_ALL_IF_NEGATIVE\x10\x03\x12R\nNLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FAILURE_ALL_IF_POSITIVE\x10\x04\x12N\nJLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FAILURE_IF_NEGATIVE\x10\x01\x12N\nJLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FAILURE_IF_POSITIVE\x10\x02\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FORCE_MOMENT_DIAGRAM\x10\x0c\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FRICTION_DIRECTION_1\x10\x08\x12Q\nMLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_2\x10\n\x12V\nRLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_PLUS_2\x10\x0b\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_FRICTION_DIRECTION_2\x10\t\x12K\nGLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_PARTIAL_ACTIVITY\x10\x05\x12L\nHLINE_HINGE_TRANSLATIONAL_RELEASE_U_Y_NONLINEARITY_TYPE_STIFFNESS_DIAGRAM\x10\x07*\xb3\x08\n+LineHingeTranslationalReleaseUZNonlinearity\x12?\n;LINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_NONE\x10\x00\x12\x42\n>LINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_DIAGRAM\x10\x06\x12R\nNLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FAILURE_ALL_IF_NEGATIVE\x10\x03\x12R\nNLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FAILURE_ALL_IF_POSITIVE\x10\x04\x12N\nJLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FAILURE_IF_NEGATIVE\x10\x01\x12N\nJLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FAILURE_IF_POSITIVE\x10\x02\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FORCE_MOMENT_DIAGRAM\x10\x0c\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FRICTION_DIRECTION_1\x10\x08\x12Q\nMLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_2\x10\n\x12V\nRLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_PLUS_2\x10\x0b\x12O\nKLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_FRICTION_DIRECTION_2\x10\t\x12K\nGLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_PARTIAL_ACTIVITY\x10\x05\x12L\nHLINE_HINGE_TRANSLATIONAL_RELEASE_U_Z_NONLINEARITY_TYPE_STIFFNESS_DIAGRAM\x10\x07*\xa5\x08\n*LineHingeRotationalReleasePhiXNonlinearity\x12>\n:LINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_NONE\x10\x00\x12\x41\n=LINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_DIAGRAM\x10\x06\x12Q\nMLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FAILURE_ALL_IF_NEGATIVE\x10\x03\x12Q\nMLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FAILURE_ALL_IF_POSITIVE\x10\x04\x12M\nILINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FAILURE_IF_NEGATIVE\x10\x01\x12M\nILINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FAILURE_IF_POSITIVE\x10\x02\x12N\nJLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FORCE_MOMENT_DIAGRAM\x10\x0c\x12N\nJLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_1\x10\x08\x12P\nLLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_2\x10\n\x12U\nQLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_1_PLUS_2\x10\x0b\x12N\nJLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_FRICTION_DIRECTION_2\x10\t\x12J\nFLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_PARTIAL_ACTIVITY\x10\x05\x12K\nGLINE_HINGE_ROTATIONAL_RELEASE_PHI_X_NONLINEARITY_TYPE_STIFFNESS_DIAGRAM\x10\x07*\xf2\x03\n*LineHingePartialActivityAlongXNegativeType\x12T\nPLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12^\nZLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_FORCE\x10\x02\x12Q\nMLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12Z\nVLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12_\n[LINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_FORCE\x10\x03*\xf2\x03\n*LineHingePartialActivityAlongXPositiveType\x12T\nPLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12^\nZLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_FORCE\x10\x02\x12Q\nMLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12Z\nVLINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12_\n[LINE_HINGE_PARTIAL_ACTIVITY_ALONG_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_FORCE\x10\x03*\xf2\x03\n*LineHingePartialActivityAlongYNegativeType\x12T\nPLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12^\nZLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_FORCE\x10\x02\x12Q\nMLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12Z\nVLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12_\n[LINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_FORCE\x10\x03*\xf2\x03\n*LineHingePartialActivityAlongYPositiveType\x12T\nPLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12^\nZLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_FORCE\x10\x02\x12Q\nMLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12Z\nVLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12_\n[LINE_HINGE_PARTIAL_ACTIVITY_ALONG_Y_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_FORCE\x10\x03*\xf2\x03\n*LineHingePartialActivityAlongZNegativeType\x12T\nPLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12^\nZLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_FORCE\x10\x02\x12Q\nMLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12Z\nVLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12_\n[LINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_FORCE\x10\x03*\xf2\x03\n*LineHingePartialActivityAlongZPositiveType\x12T\nPLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12^\nZLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_FORCE\x10\x02\x12Q\nMLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12Z\nVLINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12_\n[LINE_HINGE_PARTIAL_ACTIVITY_ALONG_Z_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_FORCE\x10\x03*\xfa\x03\n+LineHingePartialActivityAroundXNegativeType\x12U\nQLINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12`\n\\LINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_MOMENT\x10\x02\x12R\nNLINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12[\nWLINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12\x61\n]LINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_NEGATIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_MOMENT\x10\x03*\xfa\x03\n+LineHingePartialActivityAroundXPositiveType\x12U\nQLINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_COMPLETE\x10\x00\x12`\n\\LINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FAILURE_FROM_MOMENT\x10\x02\x12R\nNLINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_FIXED\x10\x01\x12[\nWLINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_INEFFECTIVNESS\x10\x04\x12\x61\n]LINE_HINGE_PARTIAL_ACTIVITY_AROUND_X_POSITIVE_TYPE_PARTIAL_ACTIVITY_TYPE_YIELDING_FROM_MOMENT\x10\x03*\xa6\x02\n\x1bLineHingeDiagramAlongXStart\x12@\n<LINE_HINGE_DIAGRAM_ALONG_X_START_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x43\n?LINE_HINGE_DIAGRAM_ALONG_X_START_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12=\n9LINE_HINGE_DIAGRAM_ALONG_X_START_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12\x41\n=LINE_HINGE_DIAGRAM_ALONG_X_START_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xa6\x02\n\x1bLineHingeDiagramAlongYStart\x12@\n<LINE_HINGE_DIAGRAM_ALONG_Y_START_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x43\n?LINE_HINGE_DIAGRAM_ALONG_Y_START_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12=\n9LINE_HINGE_DIAGRAM_ALONG_Y_START_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12\x41\n=LINE_HINGE_DIAGRAM_ALONG_Y_START_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xa6\x02\n\x1bLineHingeDiagramAlongZStart\x12@\n<LINE_HINGE_DIAGRAM_ALONG_Z_START_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x43\n?LINE_HINGE_DIAGRAM_ALONG_Z_START_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12=\n9LINE_HINGE_DIAGRAM_ALONG_Z_START_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12\x41\n=LINE_HINGE_DIAGRAM_ALONG_Z_START_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xab\x02\n\x1cLineHingeDiagramAroundXStart\x12\x41\n=LINE_HINGE_DIAGRAM_AROUND_X_START_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x44\n@LINE_HINGE_DIAGRAM_AROUND_X_START_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12>\n:LINE_HINGE_DIAGRAM_AROUND_X_START_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12\x42\n>LINE_HINGE_DIAGRAM_AROUND_X_START_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\x9c\x02\n\x19LineHingeDiagramAlongXEnd\x12>\n:LINE_HINGE_DIAGRAM_ALONG_X_END_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x41\n=LINE_HINGE_DIAGRAM_ALONG_X_END_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12;\n7LINE_HINGE_DIAGRAM_ALONG_X_END_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12?\n;LINE_HINGE_DIAGRAM_ALONG_X_END_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\x9c\x02\n\x19LineHingeDiagramAlongYEnd\x12>\n:LINE_HINGE_DIAGRAM_ALONG_Y_END_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x41\n=LINE_HINGE_DIAGRAM_ALONG_Y_END_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12;\n7LINE_HINGE_DIAGRAM_ALONG_Y_END_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12?\n;LINE_HINGE_DIAGRAM_ALONG_Y_END_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\x9c\x02\n\x19LineHingeDiagramAlongZEnd\x12>\n:LINE_HINGE_DIAGRAM_ALONG_Z_END_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x41\n=LINE_HINGE_DIAGRAM_ALONG_Z_END_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12;\n7LINE_HINGE_DIAGRAM_ALONG_Z_END_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12?\n;LINE_HINGE_DIAGRAM_ALONG_Z_END_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xa1\x02\n\x1aLineHingeDiagramAroundXEnd\x12?\n;LINE_HINGE_DIAGRAM_AROUND_X_END_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\x42\n>LINE_HINGE_DIAGRAM_AROUND_X_END_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12<\n8LINE_HINGE_DIAGRAM_AROUND_X_END_DIAGRAM_ENDING_TYPE_STOP\x10\x03\x12@\n<LINE_HINGE_DIAGRAM_AROUND_X_END_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xc4\x02\n\'LineHingeForceMomentDiagramAroundXStart\x12[\nWLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_START_FORCE_MOMENT_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12^\nZLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_START_FORCE_MOMENT_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12\\\nXLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_START_FORCE_MOMENT_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xbc\x02\n%LineHingeForceMomentDiagramAroundXEnd\x12Y\nULINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_END_FORCE_MOMENT_DIAGRAM_ENDING_TYPE_FAILURE\x10\x00\x12\\\nXLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_END_FORCE_MOMENT_DIAGRAM_ENDING_TYPE_CONTINUOUS\x10\x02\x12Z\nVLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_END_FORCE_MOMENT_DIAGRAM_ENDING_TYPE_YIELDING\x10\x01*\xc0\x02\n+LineHingeForceMomentDiagramAroundXDependsOn\x12Y\nULINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_DEPENDS_ON_FORCE_MOMENT_DIAGRAM_DEPENDS_ON_N\x10\x00\x12Z\nVLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_DEPENDS_ON_FORCE_MOMENT_DIAGRAM_DEPENDS_ON_VY\x10\x01\x12Z\nVLINE_HINGE_FORCE_MOMENT_DIAGRAM_AROUND_X_DEPENDS_ON_FORCE_MOMENT_DIAGRAM_DEPENDS_ON_VZ\x10\x02\x62\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_lines.line_hinge_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_LINEHINGETRANSLATIONALRELEASEUXNONLINEARITY']._serialized_start=12688
|
|
36
|
+
_globals['_LINEHINGETRANSLATIONALRELEASEUXNONLINEARITY']._serialized_end=13763
|
|
37
|
+
_globals['_LINEHINGETRANSLATIONALRELEASEUYNONLINEARITY']._serialized_start=13766
|
|
38
|
+
_globals['_LINEHINGETRANSLATIONALRELEASEUYNONLINEARITY']._serialized_end=14841
|
|
39
|
+
_globals['_LINEHINGETRANSLATIONALRELEASEUZNONLINEARITY']._serialized_start=14844
|
|
40
|
+
_globals['_LINEHINGETRANSLATIONALRELEASEUZNONLINEARITY']._serialized_end=15919
|
|
41
|
+
_globals['_LINEHINGEROTATIONALRELEASEPHIXNONLINEARITY']._serialized_start=15922
|
|
42
|
+
_globals['_LINEHINGEROTATIONALRELEASEPHIXNONLINEARITY']._serialized_end=16983
|
|
43
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGXNEGATIVETYPE']._serialized_start=16986
|
|
44
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGXNEGATIVETYPE']._serialized_end=17484
|
|
45
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGXPOSITIVETYPE']._serialized_start=17487
|
|
46
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGXPOSITIVETYPE']._serialized_end=17985
|
|
47
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGYNEGATIVETYPE']._serialized_start=17988
|
|
48
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGYNEGATIVETYPE']._serialized_end=18486
|
|
49
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGYPOSITIVETYPE']._serialized_start=18489
|
|
50
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGYPOSITIVETYPE']._serialized_end=18987
|
|
51
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGZNEGATIVETYPE']._serialized_start=18990
|
|
52
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGZNEGATIVETYPE']._serialized_end=19488
|
|
53
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGZPOSITIVETYPE']._serialized_start=19491
|
|
54
|
+
_globals['_LINEHINGEPARTIALACTIVITYALONGZPOSITIVETYPE']._serialized_end=19989
|
|
55
|
+
_globals['_LINEHINGEPARTIALACTIVITYAROUNDXNEGATIVETYPE']._serialized_start=19992
|
|
56
|
+
_globals['_LINEHINGEPARTIALACTIVITYAROUNDXNEGATIVETYPE']._serialized_end=20498
|
|
57
|
+
_globals['_LINEHINGEPARTIALACTIVITYAROUNDXPOSITIVETYPE']._serialized_start=20501
|
|
58
|
+
_globals['_LINEHINGEPARTIALACTIVITYAROUNDXPOSITIVETYPE']._serialized_end=21007
|
|
59
|
+
_globals['_LINEHINGEDIAGRAMALONGXSTART']._serialized_start=21010
|
|
60
|
+
_globals['_LINEHINGEDIAGRAMALONGXSTART']._serialized_end=21304
|
|
61
|
+
_globals['_LINEHINGEDIAGRAMALONGYSTART']._serialized_start=21307
|
|
62
|
+
_globals['_LINEHINGEDIAGRAMALONGYSTART']._serialized_end=21601
|
|
63
|
+
_globals['_LINEHINGEDIAGRAMALONGZSTART']._serialized_start=21604
|
|
64
|
+
_globals['_LINEHINGEDIAGRAMALONGZSTART']._serialized_end=21898
|
|
65
|
+
_globals['_LINEHINGEDIAGRAMAROUNDXSTART']._serialized_start=21901
|
|
66
|
+
_globals['_LINEHINGEDIAGRAMAROUNDXSTART']._serialized_end=22200
|
|
67
|
+
_globals['_LINEHINGEDIAGRAMALONGXEND']._serialized_start=22203
|
|
68
|
+
_globals['_LINEHINGEDIAGRAMALONGXEND']._serialized_end=22487
|
|
69
|
+
_globals['_LINEHINGEDIAGRAMALONGYEND']._serialized_start=22490
|
|
70
|
+
_globals['_LINEHINGEDIAGRAMALONGYEND']._serialized_end=22774
|
|
71
|
+
_globals['_LINEHINGEDIAGRAMALONGZEND']._serialized_start=22777
|
|
72
|
+
_globals['_LINEHINGEDIAGRAMALONGZEND']._serialized_end=23061
|
|
73
|
+
_globals['_LINEHINGEDIAGRAMAROUNDXEND']._serialized_start=23064
|
|
74
|
+
_globals['_LINEHINGEDIAGRAMAROUNDXEND']._serialized_end=23353
|
|
75
|
+
_globals['_LINEHINGEFORCEMOMENTDIAGRAMAROUNDXSTART']._serialized_start=23356
|
|
76
|
+
_globals['_LINEHINGEFORCEMOMENTDIAGRAMAROUNDXSTART']._serialized_end=23680
|
|
77
|
+
_globals['_LINEHINGEFORCEMOMENTDIAGRAMAROUNDXEND']._serialized_start=23683
|
|
78
|
+
_globals['_LINEHINGEFORCEMOMENTDIAGRAMAROUNDXEND']._serialized_end=23999
|
|
79
|
+
_globals['_LINEHINGEFORCEMOMENTDIAGRAMAROUNDXDEPENDSON']._serialized_start=24002
|
|
80
|
+
_globals['_LINEHINGEFORCEMOMENTDIAGRAMAROUNDXDEPENDSON']._serialized_end=24322
|
|
81
|
+
_globals['_LINEHINGE']._serialized_start=118
|
|
82
|
+
_globals['_LINEHINGE']._serialized_end=12270
|
|
83
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGXTABLE']._serialized_start=12272
|
|
84
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGXTABLE']._serialized_end=12308
|
|
85
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGYTABLE']._serialized_start=12310
|
|
86
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGYTABLE']._serialized_end=12346
|
|
87
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGZTABLE']._serialized_start=12348
|
|
88
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGZTABLE']._serialized_end=12384
|
|
89
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMAROUNDXTABLE']._serialized_start=12386
|
|
90
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMAROUNDXTABLE']._serialized_end=12423
|
|
91
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGXCOLORTABLE']._serialized_start=12425
|
|
92
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGXCOLORTABLE']._serialized_end=12466
|
|
93
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGYCOLORTABLE']._serialized_start=12468
|
|
94
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGYCOLORTABLE']._serialized_end=12509
|
|
95
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGZCOLORTABLE']._serialized_start=12511
|
|
96
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMALONGZCOLORTABLE']._serialized_end=12552
|
|
97
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMAROUNDXCOLORTABLE']._serialized_start=12554
|
|
98
|
+
_globals['_ARRAYOFLINEHINGEDIAGRAMAROUNDXCOLORTABLE']._serialized_end=12596
|
|
99
|
+
_globals['_ARRAYOFLINEHINGEFORCEMOMENTDIAGRAMAROUNDXTABLE']._serialized_start=12598
|
|
100
|
+
_globals['_ARRAYOFLINEHINGEFORCEMOMENTDIAGRAMAROUNDXTABLE']._serialized_end=12646
|
|
101
|
+
_globals['_ARRAYOFLINEHINGEGENERATEDLINEHINGES']._serialized_start=12648
|
|
102
|
+
_globals['_ARRAYOFLINEHINGEGENERATEDLINEHINGES']._serialized_end=12685
|
|
103
|
+
# @@protoc_insertion_point(module_scope)
|