dlubal.api 2.9.12.dev1__tar.gz → 2.10.1__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.12.dev1 → dlubal_api-2.10.1}/PKG-INFO +2 -2
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/README.md +1 -1
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/__init__.py +1 -0
- dlubal_api-2.10.1/dlubal/api/rfem/all_pb2.py +36 -0
- dlubal_api-2.10.1/dlubal/api/rfem/all_pb2.pyi +9 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/application.py +13 -8
- dlubal_api-2.10.1/dlubal/api/rfem/application_pb2.py +80 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/application_pb2.pyi +0 -8
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/application_pb2_grpc.py +53 -9
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +5 -5
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +4 -4
- dlubal_api-2.10.1/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +40 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +4 -0
- dlubal_api-2.10.1/dlubal/api/rfem/loading/design_situation_pb2.py +42 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/design_situation_pb2.pyi +2 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/packing.py +43 -10
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal.api.egg-info/PKG-INFO +2 -2
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal.api.egg-info/SOURCES.txt +4 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/setup.py +1 -1
- dlubal_api-2.9.12.dev1/dlubal/api/rfem/application_pb2.py +0 -82
- dlubal_api-2.9.12.dev1/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -40
- dlubal_api-2.9.12.dev1/dlubal/api/rfem/loading/design_situation_pb2.py +0 -42
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/common_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/common_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/connection.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/exceptions.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/model_id_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/model_id_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/table.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/table_data_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/common/table_data_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/base_data/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/action_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/object_type_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/result_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/results/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal.api.egg-info/dependency_links.txt +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal.api.egg-info/not-zip-safe +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal.api.egg-info/requires.txt +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal.api.egg-info/top_level.txt +0 -0
- {dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dlubal.api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.10.1
|
|
4
4
|
Summary: Python Client Library for Dlubal Software APIs powered by gRPC
|
|
5
5
|
Author: Dlubal Software
|
|
6
6
|
Author-email: api@dlubal.com
|
|
@@ -34,7 +34,7 @@ Dynamic: summary
|
|
|
34
34
|
|
|
35
35
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
36
36
|
|
|
37
|
-
✅ **X.
|
|
37
|
+
✅ **X.10.0001.661.fb324ce28b2**
|
|
38
38
|
|
|
39
39
|
## Overview
|
|
40
40
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
This package version is fully compatible with the following **Dlubal App version**:
|
|
10
10
|
|
|
11
|
-
✅ **X.
|
|
11
|
+
✅ **X.10.0001.661.fb324ce28b2**
|
|
12
12
|
|
|
13
13
|
## Overview
|
|
14
14
|
The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
|
|
@@ -0,0 +1,36 @@
|
|
|
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/all.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/all.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x64lubal/api/rfem/all.proto\x12\x0f\x64lubal.api.rfem\"\x05\n\x03\x41llb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.all_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_ALL']._serialized_start=46
|
|
35
|
+
_globals['_ALL']._serialized_end=51
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
from google.protobuf import descriptor as _descriptor
|
|
2
|
+
from google.protobuf import message as _message
|
|
3
|
+
from typing import ClassVar as _ClassVar
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class All(_message.Message):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
def __init__(self) -> None: ...
|
|
@@ -161,11 +161,11 @@ class Application:
|
|
|
161
161
|
Unique identifier of the model.
|
|
162
162
|
|
|
163
163
|
Returns:
|
|
164
|
-
|
|
164
|
+
None
|
|
165
165
|
'''
|
|
166
166
|
return self.stub.create_object_impl(pack_object(obj, model_id))
|
|
167
167
|
|
|
168
|
-
def create_object_list(self, objs:list, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None
|
|
168
|
+
def create_object_list(self, objs:list, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
169
169
|
'''
|
|
170
170
|
Creates a list of objects in the model.
|
|
171
171
|
|
|
@@ -175,14 +175,10 @@ class Application:
|
|
|
175
175
|
Refer to the :ref:`rfem_objects` for available objects.
|
|
176
176
|
model_id (:ref:`ModelId` | None):
|
|
177
177
|
Unique identifier of the model.
|
|
178
|
-
return_object_id (bool):
|
|
179
|
-
Specifies whether to return the list of object IDs.
|
|
180
|
-
|
|
181
178
|
Returns:
|
|
182
|
-
|
|
183
|
-
List of IDs of the created objects if `return_object_id` is True, otherwise None.
|
|
179
|
+
None
|
|
184
180
|
'''
|
|
185
|
-
return self.stub.create_object_list_impl(pack_object_list(objs, model_id
|
|
181
|
+
return self.stub.create_object_list_impl(pack_object_list(objs, model_id))
|
|
186
182
|
|
|
187
183
|
def update_object(self, obj, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
|
|
188
184
|
'''
|
|
@@ -456,3 +452,12 @@ class Application:
|
|
|
456
452
|
dlubal.api.rfem.application_pb2.ModelMainParameters
|
|
457
453
|
"""
|
|
458
454
|
return self.stub.get_model_main_parameters(optional_model_id)
|
|
455
|
+
|
|
456
|
+
def generate_combinations(self, *, optional_model_id: dlubal.api.common.model_id_pb2.OptionalModelId = dlubal.api.common.model_id_pb2.OptionalModelId()):
|
|
457
|
+
"""
|
|
458
|
+
Generates combinations
|
|
459
|
+
|
|
460
|
+
Args:
|
|
461
|
+
optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
|
|
462
|
+
"""
|
|
463
|
+
self.stub.generate_combinations(optional_model_id)
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/application.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/application.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
26
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
27
|
+
from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
|
|
28
|
+
from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
|
|
29
|
+
from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_object__type__pb2
|
|
30
|
+
from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x12SaveModelAsRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x11\n\x04path\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_model_idB\x07\n\x05_path\"i\n\x11\x43loseModelRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\x42\x0b\n\t_model_id\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"\xc3\x01\n\x08ObjectId\x12\n\n\x02no\x18\x01 \x01(\x05\x12\x30\n\x0bobject_type\x18\x02 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectType\x12\x16\n\tparent_no\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12<\n\x12parent_object_type\x18\x04 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x01\x88\x01\x01\x42\x0c\n\n_parent_noB\x15\n\x13_parent_object_type\"<\n\x0cObjectIdList\x12,\n\tobject_id\x18\x01 \x03(\x0b\x32\x19.dlubal.api.rfem.ObjectId\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xa7\x01\n\x18PlausibilityCheckRequest\x12\x34\n\x04type\x18\x01 \x01(\x0e\x32&.dlubal.api.rfem.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\xe0\x01\n\x13ModelMainParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x19\n\x11model_description\x18\x03 \x01(\t\x12\x15\n\rmodel_comment\x18\x04 \x01(\t\x12\x12\n\nmodel_path\x18\x05 \x01(\t\x12\x12\n\nproject_id\x18\x06 \x01(\t\x12\x14\n\x0cproject_name\x18\x07 \x01(\t\x12\x1b\n\x13project_description\x18\x08 \x01(\t\x12\x16\n\x0eproject_folder\x18\t \x01(\t\"\xc5\x01\n\x16GetObjectIdListRequest\x12\x35\n\x0bobject_type\x18\x01 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x00\x88\x01\x01\x12\x16\n\tparent_no\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x02\x88\x01\x01\x42\x0e\n\x0c_object_typeB\x0c\n\n_parent_noB\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\xd7\x10\n\x0b\x41pplication\x12Q\n\x0c\x63reate_model\x12#.dlubal.api.rfem.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nopen_model\x12!.dlubal.api.rfem.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12K\n\nsave_model\x12#.dlubal.api.rfem.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12K\n\x0b\x63lose_model\x12\".dlubal.api.rfem.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12T\n\x10\x63lose_all_models\x12&.dlubal.api.rfem.CloseAllModelsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x10get_active_model\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12H\n\x10set_active_model\x12\x1a.dlubal.api.common.ModelId\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x11\x63lose_application\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x46\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.rfem.ModelList\"\x00\x12R\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a .dlubal.api.rfem.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x0fget_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x17.dlubal.api.rfem.Object\"\x00\x12R\n\x14get_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x1b.dlubal.api.rfem.ObjectList\"\x00\x12G\n\x12\x63reate_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x63reate_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12update_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17update_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12\x64\x65lete_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x64\x65lete_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x12\x64\x65lete_all_objects\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Y\n\rcalculate_all\x12$.dlubal.api.rfem.CalculateAllRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x12\x63\n\x12plausibility_check\x12).dlubal.api.rfem.PlausibilityCheckRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12^\n\x12get_object_id_list\x12\'.dlubal.api.rfem.GetObjectIdListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12g\n\x19get_model_main_parameters\x12\".dlubal.api.common.OptionalModelId\x1a$.dlubal.api.rfem.ModelMainParameters\"\x00\x12U\n\x15generate_combinations\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
DESCRIPTOR._loaded_options = None
|
|
40
|
+
_globals['_APPLICATIONTYPE']._serialized_start=2220
|
|
41
|
+
_globals['_APPLICATIONTYPE']._serialized_end=2461
|
|
42
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2464
|
|
43
|
+
_globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=2675
|
|
44
|
+
_globals['_CREATEMODELREQUEST']._serialized_start=260
|
|
45
|
+
_globals['_CREATEMODELREQUEST']._serialized_end=340
|
|
46
|
+
_globals['_OPENMODELREQUEST']._serialized_start=342
|
|
47
|
+
_globals['_OPENMODELREQUEST']._serialized_end=374
|
|
48
|
+
_globals['_SAVEMODELASREQUEST']._serialized_start=376
|
|
49
|
+
_globals['_SAVEMODELASREQUEST']._serialized_end=488
|
|
50
|
+
_globals['_CLOSEMODELREQUEST']._serialized_start=490
|
|
51
|
+
_globals['_CLOSEMODELREQUEST']._serialized_end=595
|
|
52
|
+
_globals['_CLOSEALLMODELSREQUEST']._serialized_start=597
|
|
53
|
+
_globals['_CLOSEALLMODELSREQUEST']._serialized_end=642
|
|
54
|
+
_globals['_MODELINFO']._serialized_start=644
|
|
55
|
+
_globals['_MODELINFO']._serialized_end=711
|
|
56
|
+
_globals['_MODELLIST']._serialized_start=713
|
|
57
|
+
_globals['_MODELLIST']._serialized_end=772
|
|
58
|
+
_globals['_APPLICATIONINFO']._serialized_start=775
|
|
59
|
+
_globals['_APPLICATIONINFO']._serialized_end=982
|
|
60
|
+
_globals['_OBJECT']._serialized_start=984
|
|
61
|
+
_globals['_OBJECT']._serialized_end=1094
|
|
62
|
+
_globals['_OBJECTLIST']._serialized_start=1096
|
|
63
|
+
_globals['_OBJECTLIST']._serialized_end=1150
|
|
64
|
+
_globals['_OBJECTID']._serialized_start=1153
|
|
65
|
+
_globals['_OBJECTID']._serialized_end=1348
|
|
66
|
+
_globals['_OBJECTIDLIST']._serialized_start=1350
|
|
67
|
+
_globals['_OBJECTIDLIST']._serialized_end=1410
|
|
68
|
+
_globals['_CALCULATEALLREQUEST']._serialized_start=1412
|
|
69
|
+
_globals['_CALCULATEALLREQUEST']._serialized_end=1520
|
|
70
|
+
_globals['_OPERATIONRESULT']._serialized_start=1522
|
|
71
|
+
_globals['_OPERATIONRESULT']._serialized_end=1620
|
|
72
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_start=1623
|
|
73
|
+
_globals['_PLAUSIBILITYCHECKREQUEST']._serialized_end=1790
|
|
74
|
+
_globals['_MODELMAINPARAMETERS']._serialized_start=1793
|
|
75
|
+
_globals['_MODELMAINPARAMETERS']._serialized_end=2017
|
|
76
|
+
_globals['_GETOBJECTIDLISTREQUEST']._serialized_start=2020
|
|
77
|
+
_globals['_GETOBJECTIDLISTREQUEST']._serialized_end=2217
|
|
78
|
+
_globals['_APPLICATION']._serialized_start=2678
|
|
79
|
+
_globals['_APPLICATION']._serialized_end=4813
|
|
80
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -130,14 +130,6 @@ class ObjectList(_message.Message):
|
|
|
130
130
|
objects: _containers.RepeatedCompositeFieldContainer[Object]
|
|
131
131
|
def __init__(self, objects: _Optional[_Iterable[_Union[Object, _Mapping]]] = ...) -> None: ...
|
|
132
132
|
|
|
133
|
-
class CreateObjectListRequest(_message.Message):
|
|
134
|
-
__slots__ = ("objects", "return_object_id")
|
|
135
|
-
OBJECTS_FIELD_NUMBER: _ClassVar[int]
|
|
136
|
-
RETURN_OBJECT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
137
|
-
objects: ObjectList
|
|
138
|
-
return_object_id: bool
|
|
139
|
-
def __init__(self, objects: _Optional[_Union[ObjectList, _Mapping]] = ..., return_object_id: bool = ...) -> None: ...
|
|
140
|
-
|
|
141
133
|
class ObjectId(_message.Message):
|
|
142
134
|
__slots__ = ("no", "object_type", "parent_no", "parent_object_type")
|
|
143
135
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -106,12 +106,12 @@ class ApplicationStub(object):
|
|
|
106
106
|
self.create_object_impl = channel.unary_unary(
|
|
107
107
|
'/dlubal.api.rfem.Application/create_object_impl',
|
|
108
108
|
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.Object.SerializeToString,
|
|
109
|
-
response_deserializer=
|
|
109
|
+
response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
110
110
|
_registered_method=True)
|
|
111
111
|
self.create_object_list_impl = channel.unary_unary(
|
|
112
112
|
'/dlubal.api.rfem.Application/create_object_list_impl',
|
|
113
|
-
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.
|
|
114
|
-
response_deserializer=
|
|
113
|
+
request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectList.SerializeToString,
|
|
114
|
+
response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
115
115
|
_registered_method=True)
|
|
116
116
|
self.update_object_impl = channel.unary_unary(
|
|
117
117
|
'/dlubal.api.rfem.Application/update_object_impl',
|
|
@@ -163,6 +163,11 @@ class ApplicationStub(object):
|
|
|
163
163
|
request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
|
|
164
164
|
response_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ModelMainParameters.FromString,
|
|
165
165
|
_registered_method=True)
|
|
166
|
+
self.generate_combinations = channel.unary_unary(
|
|
167
|
+
'/dlubal.api.rfem.Application/generate_combinations',
|
|
168
|
+
request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
|
|
169
|
+
response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
170
|
+
_registered_method=True)
|
|
166
171
|
|
|
167
172
|
|
|
168
173
|
class ApplicationServicer(object):
|
|
@@ -340,6 +345,13 @@ class ApplicationServicer(object):
|
|
|
340
345
|
context.set_details('Method not implemented!')
|
|
341
346
|
raise NotImplementedError('Method not implemented!')
|
|
342
347
|
|
|
348
|
+
def generate_combinations(self, request, context):
|
|
349
|
+
"""Generates combinations
|
|
350
|
+
"""
|
|
351
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
352
|
+
context.set_details('Method not implemented!')
|
|
353
|
+
raise NotImplementedError('Method not implemented!')
|
|
354
|
+
|
|
343
355
|
|
|
344
356
|
def add_ApplicationServicer_to_server(servicer, server):
|
|
345
357
|
rpc_method_handlers = {
|
|
@@ -411,12 +423,12 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
411
423
|
'create_object_impl': grpc.unary_unary_rpc_method_handler(
|
|
412
424
|
servicer.create_object_impl,
|
|
413
425
|
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.Object.FromString,
|
|
414
|
-
response_serializer=
|
|
426
|
+
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
415
427
|
),
|
|
416
428
|
'create_object_list_impl': grpc.unary_unary_rpc_method_handler(
|
|
417
429
|
servicer.create_object_list_impl,
|
|
418
|
-
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.
|
|
419
|
-
response_serializer=
|
|
430
|
+
request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectList.FromString,
|
|
431
|
+
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
420
432
|
),
|
|
421
433
|
'update_object_impl': grpc.unary_unary_rpc_method_handler(
|
|
422
434
|
servicer.update_object_impl,
|
|
@@ -468,6 +480,11 @@ def add_ApplicationServicer_to_server(servicer, server):
|
|
|
468
480
|
request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
|
|
469
481
|
response_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ModelMainParameters.SerializeToString,
|
|
470
482
|
),
|
|
483
|
+
'generate_combinations': grpc.unary_unary_rpc_method_handler(
|
|
484
|
+
servicer.generate_combinations,
|
|
485
|
+
request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
|
|
486
|
+
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
487
|
+
),
|
|
471
488
|
}
|
|
472
489
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
473
490
|
'dlubal.api.rfem.Application', rpc_method_handlers)
|
|
@@ -846,7 +863,7 @@ class Application(object):
|
|
|
846
863
|
target,
|
|
847
864
|
'/dlubal.api.rfem.Application/create_object_impl',
|
|
848
865
|
dlubal_dot_api_dot_rfem_dot_application__pb2.Object.SerializeToString,
|
|
849
|
-
|
|
866
|
+
google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
850
867
|
options,
|
|
851
868
|
channel_credentials,
|
|
852
869
|
insecure,
|
|
@@ -872,8 +889,8 @@ class Application(object):
|
|
|
872
889
|
request,
|
|
873
890
|
target,
|
|
874
891
|
'/dlubal.api.rfem.Application/create_object_list_impl',
|
|
875
|
-
dlubal_dot_api_dot_rfem_dot_application__pb2.
|
|
876
|
-
|
|
892
|
+
dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectList.SerializeToString,
|
|
893
|
+
google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
877
894
|
options,
|
|
878
895
|
channel_credentials,
|
|
879
896
|
insecure,
|
|
@@ -1153,3 +1170,30 @@ class Application(object):
|
|
|
1153
1170
|
timeout,
|
|
1154
1171
|
metadata,
|
|
1155
1172
|
_registered_method=True)
|
|
1173
|
+
|
|
1174
|
+
@staticmethod
|
|
1175
|
+
def generate_combinations(request,
|
|
1176
|
+
target,
|
|
1177
|
+
options=(),
|
|
1178
|
+
channel_credentials=None,
|
|
1179
|
+
call_credentials=None,
|
|
1180
|
+
insecure=False,
|
|
1181
|
+
compression=None,
|
|
1182
|
+
wait_for_ready=None,
|
|
1183
|
+
timeout=None,
|
|
1184
|
+
metadata=None):
|
|
1185
|
+
return grpc.experimental.unary_unary(
|
|
1186
|
+
request,
|
|
1187
|
+
target,
|
|
1188
|
+
'/dlubal.api.rfem.Application/generate_combinations',
|
|
1189
|
+
dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
|
|
1190
|
+
google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
1191
|
+
options,
|
|
1192
|
+
channel_credentials,
|
|
1193
|
+
insecure,
|
|
1194
|
+
call_credentials,
|
|
1195
|
+
compression,
|
|
1196
|
+
wait_for_ready,
|
|
1197
|
+
timeout,
|
|
1198
|
+
metadata,
|
|
1199
|
+
_registered_method=True)
|
{dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py
RENAMED
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4dlubal/api/rfem/geotechnical_analysis/borehole.proto\x12%dlubal.api.rfem.geotechnical_analysis\x1a\x1e\x64lubal/api/common/common.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4dlubal/api/rfem/geotechnical_analysis/borehole.proto\x12%dlubal.api.rfem.geotechnical_analysis\x1a\x1e\x64lubal/api/common/common.proto\"\xa7\n\n\x08\x42orehole\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12G\n\x04type\x18\x02 \x01(\x0e\x32\x34.dlubal.api.rfem.geotechnical_analysis.Borehole.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x19\n\x0c\x63oordinate_0\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x19\n\x0c\x63oordinate_1\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x19\n\x0c\x63oordinate_2\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12-\n import_coordinate_z_from_terrain\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x18\n\x0bgroundwater\x18\n \x01(\x08H\t\x88\x01\x01\x12!\n\x14groundwater_ordinate\x18\x0b \x01(\x01H\n\x88\x01\x01\x12V\n\x0clayers_table\x18\x0c \x01(\x0b\x32;.dlubal.api.rfem.geotechnical_analysis.Borehole.LayersTableH\x0b\x88\x01\x01\x12!\n\x14layers_thickness_sum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0e \x01(\tH\r\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x10 \x01(\tH\x0f\x88\x01\x01\x1a[\n\x0bLayersTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.geotechnical_analysis.Borehole.LayersTableRow\x1a\xf4\x01\n\x0eLayersTableRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x1a\n\rsoil_material\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x1c\n\x0f\x62ottom_ordinate\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\x10\n\x0e_soil_materialB\x08\n\x06_depthB\x12\n\x10_bottom_ordinate\"+\n\x04Type\x12\x10\n\x0cTYPE_PHANTOM\x10\x00\x12\x11\n\rTYPE_STANDARD\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0e\n\x0c_coordinatesB\x0f\n\r_coordinate_0B\x0f\n\r_coordinate_1B\x0f\n\r_coordinate_2B#\n!_import_coordinate_z_from_terrainB\x0e\n\x0c_groundwaterB\x17\n\x15_groundwater_ordinateB\x0f\n\r_layers_tableB\x17\n\x15_layers_thickness_sumB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,11 +33,11 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.geotechnica
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_BOREHOLE']._serialized_start=128
|
|
36
|
-
_globals['_BOREHOLE']._serialized_end=
|
|
36
|
+
_globals['_BOREHOLE']._serialized_end=1447
|
|
37
37
|
_globals['_BOREHOLE_LAYERSTABLE']._serialized_start=754
|
|
38
38
|
_globals['_BOREHOLE_LAYERSTABLE']._serialized_end=845
|
|
39
39
|
_globals['_BOREHOLE_LAYERSTABLEROW']._serialized_start=848
|
|
40
|
-
_globals['_BOREHOLE_LAYERSTABLEROW']._serialized_end=
|
|
41
|
-
_globals['_BOREHOLE_TYPE']._serialized_start=
|
|
42
|
-
_globals['_BOREHOLE_TYPE']._serialized_end=
|
|
40
|
+
_globals['_BOREHOLE_LAYERSTABLEROW']._serialized_end=1092
|
|
41
|
+
_globals['_BOREHOLE_TYPE']._serialized_start=1094
|
|
42
|
+
_globals['_BOREHOLE_TYPE']._serialized_end=1137
|
|
43
43
|
# @@protoc_insertion_point(module_scope)
|
{dlubal_api-2.9.12.dev1 → dlubal_api-2.10.1}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi
RENAMED
|
@@ -21,20 +21,20 @@ class Borehole(_message.Message):
|
|
|
21
21
|
rows: _containers.RepeatedCompositeFieldContainer[Borehole.LayersTableRow]
|
|
22
22
|
def __init__(self, rows: _Optional[_Iterable[_Union[Borehole.LayersTableRow, _Mapping]]] = ...) -> None: ...
|
|
23
23
|
class LayersTableRow(_message.Message):
|
|
24
|
-
__slots__ = ("no", "description", "layer_no", "soil_material", "
|
|
24
|
+
__slots__ = ("no", "description", "layer_no", "soil_material", "depth", "bottom_ordinate")
|
|
25
25
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
26
26
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
27
27
|
LAYER_NO_FIELD_NUMBER: _ClassVar[int]
|
|
28
28
|
SOIL_MATERIAL_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
-
|
|
29
|
+
DEPTH_FIELD_NUMBER: _ClassVar[int]
|
|
30
30
|
BOTTOM_ORDINATE_FIELD_NUMBER: _ClassVar[int]
|
|
31
31
|
no: int
|
|
32
32
|
description: str
|
|
33
33
|
layer_no: int
|
|
34
34
|
soil_material: int
|
|
35
|
-
|
|
35
|
+
depth: float
|
|
36
36
|
bottom_ordinate: float
|
|
37
|
-
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., layer_no: _Optional[int] = ..., soil_material: _Optional[int] = ...,
|
|
37
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., layer_no: _Optional[int] = ..., soil_material: _Optional[int] = ..., depth: _Optional[float] = ..., bottom_ordinate: _Optional[float] = ...) -> None: ...
|
|
38
38
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
39
39
|
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
40
40
|
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -0,0 +1,40 @@
|
|
|
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/global_parameters/global_parameter.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/global_parameters/global_parameter.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rfem/global_parameters/global_parameter.proto\x12!dlubal.api.rfem.global_parameters\"\x8b)\n\x0fGlobalParameter\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12&\n\x19\x61ttribute_always_editable\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x13\n\x06symbol\x18\x05 \x01(\tH\x04\x88\x01\x01\x12U\n\nunit_group\x18\x06 \x01(\x0e\x32<.dlubal.api.rfem.global_parameters.GlobalParameter.UnitGroupH\x05\x88\x01\x01\x12_\n\x0f\x64\x65\x66inition_type\x18\x07 \x01(\x0e\x32\x41.dlubal.api.rfem.global_parameters.GlobalParameter.DefinitionTypeH\x06\x88\x01\x01\x12\x12\n\x05value\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x11\n\x04unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\n \x01(\tH\t\x88\x01\x01\x12\x10\n\x03min\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x10\n\x03max\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x16\n\tincrement\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x12\n\x05steps\x18\x0e \x01(\x05H\r\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x11 \x01(\tH\x10\x88\x01\x01\"\xd2 \n\tUnitGroup\x12\x18\n\x14UNIT_GROUP_EG_MODULE\x10\x00\x12\x14\n\x10UNIT_GROUP_ANGLE\x10\x43\x12\x13\n\x0fUNIT_GROUP_AREA\x10@\x12\"\n\x1dUNIT_GROUP_COATING_DIMENSIONS\x10\xa7\x01\x12!\n\x1cUNIT_GROUP_COATING_ROTATIONS\x10\xa8\x01\x12\"\n\x1eUNIT_GROUP_DAMPING_COEFFICIENT\x10\x65\x12\x16\n\x12UNIT_GROUP_DENSITY\x10\x05\x12\x1c\n\x18UNIT_GROUP_DIMENSIONLESS\x10J\x12&\n\"UNIT_GROUP_DYNAMIC_INCREASE_FACTOR\x10\x19\x12\x16\n\x12UNIT_GROUP_FACTOR3\x10W\x12#\n\x1fUNIT_GROUP_FRICTION_COEFFICIENT\x10Q\x12%\n!UNIT_GROUP_GEOGRAPHIC_COORDINATES\x10\x44\x12)\n%UNIT_GROUP_GRAVITATIONAL_ACCELERATION\x10\r\x12\x15\n\x11UNIT_GROUP_LENGTH\x10>\x12#\n\x1fUNIT_GROUP_LINE_SPRING_CONSTANT\x10Z\x12/\n+UNIT_GROUP_LINE_SPRING_ROTATIONAL_STIFFNESS\x10[\x12$\n\x1fUNIT_GROUP_LOADING_COATING_AREA\x10\xa9\x01\x12*\n%UNIT_GROUP_LOADS_AMOUNT_PRECIPITATION\x10\xa6\x01\x12*\n%UNIT_GROUP_LOADS_ANGULAR_ACCELERATION\x10\x9f\x01\x12&\n!UNIT_GROUP_LOADS_ANGULAR_VELOCITY\x10\x9e\x01\x12\x1f\n\x1aUNIT_GROUP_LOADS_AREA_MASS\x10\x9b\x01\x12\"\n\x1dUNIT_GROUP_LOADS_AXIAL_STRAIN\x10\x90\x01\x12*\n%UNIT_GROUP_LOADS_CUTTING_PATTERN_LOAD\x10\xaa\x01\x12\x1d\n\x18UNIT_GROUP_LOADS_DENSITY\x10\x97\x01\x12\"\n\x1dUNIT_GROUP_LOADS_DISPLACEMENT\x10\x8a\x01\x12\x32\n-UNIT_GROUP_LOADS_DISPLACEMENT_PER_UNIT_LENGTH\x10\x93\x01\x12\x1b\n\x16UNIT_GROUP_LOADS_FORCE\x10\x87\x01\x12+\n&UNIT_GROUP_LOADS_FORCE_PER_UNIT_LENGTH\x10\x91\x01\x12*\n%UNIT_GROUP_LOADS_IMPOSED_DISPLACEMENT\x10\x9c\x01\x12&\n!UNIT_GROUP_LOADS_IMPOSED_ROTATION\x10\x9d\x01\x12)\n$UNIT_GROUP_LOADS_KINEMATIC_VISCOSITY\x10\xa1\x01\x12$\n\x1fUNIT_GROUP_LOADS_KINETIC_ENERGY\x10\xa2\x01\x12\x1c\n\x17UNIT_GROUP_LOADS_LENGTH\x10\x8c\x01\x12\x1a\n\x15UNIT_GROUP_LOADS_MASS\x10\x89\x01\x12\x1c\n\x17UNIT_GROUP_LOADS_MOMENT\x10\x88\x01\x12,\n\'UNIT_GROUP_LOADS_MOMENT_PER_UNIT_LENGTH\x10\x92\x01\x12\x1f\n\x1aUNIT_GROUP_LOADS_PRECAMBER\x10\x9a\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_PRESSURE\x10\x98\x01\x12%\n UNIT_GROUP_LOADS_RELATIVE_LENGTH\x10\x8d\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_ROTATION\x10\x8b\x01\x12.\n)UNIT_GROUP_LOADS_ROTATION_PER_UNIT_LENGTH\x10\x94\x01\x12\'\n\"UNIT_GROUP_LOADS_SHAPE_COEFFICIENT\x10\xab\x01\x12%\n UNIT_GROUP_LOADS_SOLID_TYPE_LOAD\x10\x96\x01\x12%\n UNIT_GROUP_LOADS_SPECIFIC_ENERGY\x10\xa4\x01\x12%\n UNIT_GROUP_LOADS_SPECIFIC_WEIGHT\x10\xa5\x01\x12\'\n\"UNIT_GROUP_LOADS_SURFACE_TYPE_LOAD\x10\x95\x01\x12!\n\x1cUNIT_GROUP_LOADS_TEMPERATURE\x10\x8e\x01\x12(\n#UNIT_GROUP_LOADS_TEMPERATURE_CHANGE\x10\x8f\x01\x12\x31\n,UNIT_GROUP_LOADS_TURBULENCE_DISSIPATION_RATE\x10\xa3\x01\x12\x1e\n\x19UNIT_GROUP_LOADS_VELOCITY\x10\xa0\x01\x12\x13\n\x0fUNIT_GROUP_MASS\x10\x45\x12(\n$UNIT_GROUP_MASS_MOMENT_PER_UNIT_AREA\x10\x62\x12!\n\x1dUNIT_GROUP_MASS_PER_UNIT_AREA\x10`\x12#\n\x1fUNIT_GROUP_MASS_PER_UNIT_LENGTH\x10\x61\x12\x1d\n\x19UNIT_GROUP_MATERIAL_ANGLE\x10\x11\x12#\n\x1fUNIT_GROUP_MATERIAL_DEFORMATION\x10\x0b\x12\x1e\n\x1aUNIT_GROUP_MATERIAL_FACTOR\x10\t\x12(\n$UNIT_GROUP_MATERIAL_QUANTITY_INTEGER\x10\x0f\x12\'\n#UNIT_GROUP_MATERIAL_SPECIFIC_WEIGHT\x10\x03\x12!\n\x1dUNIT_GROUP_MATERIAL_THICKNESS\x10\n\x12(\n$UNIT_GROUP_ORTHOTROPY_BENDING_MOMENT\x10^\x12%\n!UNIT_GROUP_ORTHOTROPY_LINE_MOMENT\x10_\x12\x1d\n\x19UNIT_GROUP_PARTIAL_FACTOR\x10M\x12\x1d\n\x19UNIT_GROUP_POISSONS_RATIO\x10\x06\x12\x1f\n\x1bUNIT_GROUP_PRECISION_FACTOR\x10P\x12\x17\n\x13UNIT_GROUP_QUANTITY\x10S\x12\x1f\n\x1bUNIT_GROUP_QUANTITY_INTEGER\x10U\x12\x14\n\x10UNIT_GROUP_RATIO\x10O\x12\x1e\n\x1aUNIT_GROUP_RELATIVE_LENGTH\x10K\x12\x1c\n\x18UNIT_GROUP_SECTION_ANGLE\x10\x1f\x12\x1b\n\x17UNIT_GROUP_SECTION_AREA\x10\x1e\x12\x1f\n\x1bUNIT_GROUP_SECTION_BIMOMENT\x10+\x12!\n\x1dUNIT_GROUP_SECTION_COMPLIANCE\x10\x1d\x12 \n\x1cUNIT_GROUP_SECTION_DIMENSION\x10\x1b\x12%\n!UNIT_GROUP_SECTION_EFFECTIVE_AREA\x10$\x12\x36\n2UNIT_GROUP_SECTION_EFFECTIVE_SECOND_MOMENT_OF_AREA\x10#\x12\x1c\n\x18UNIT_GROUP_SECTION_FORCE\x10,\x12\x38\n4UNIT_GROUP_SECTION_LIMIT_FOR_REINFORCEMENT_PLACEMENT\x10\x33\x12\x1d\n\x19UNIT_GROUP_SECTION_MOMENT\x10-\x12(\n$UNIT_GROUP_SECTION_MOMENT_OF_INERTIA\x10 \x12 \n\x1cUNIT_GROUP_SECTION_PERIMETER\x10\x1c\x12\x1f\n\x1bUNIT_GROUP_SECTION_QUANTITY\x10\x32\x12%\n!UNIT_GROUP_SECTION_SECTION_FACTOR\x10!\x12&\n\"UNIT_GROUP_SECTION_SECTION_MODULUS\x10\"\x12.\n*UNIT_GROUP_SECTION_STATICAL_MOMENT_OF_AREA\x10%\x12\x1e\n\x1aUNIT_GROUP_SECTION_SURFACE\x10\x35\x12\"\n\x1eUNIT_GROUP_SECTION_TEMPERATURE\x10\x30\x12)\n%UNIT_GROUP_SECTION_TEMPERATURE_CHANGE\x10\x31\x12\x32\n.UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_1\x10&\x12\x32\n.UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_2\x10\'\x12$\n UNIT_GROUP_SECTION_UNIT_STRESSES\x10.\x12,\n(UNIT_GROUP_SECTION_UNIT_WARPING_FUNCTION\x10/\x12\x1d\n\x19UNIT_GROUP_SECTION_VOLUME\x10\x34\x12\'\n#UNIT_GROUP_SECTION_WARPING_CONSTANT\x10(\x12\'\n#UNIT_GROUP_SECTION_WARPING_ORDINATE\x10)\x12.\n*UNIT_GROUP_SECTION_WARPING_STATICAL_MOMENT\x10*\x12\x1d\n\x19UNIT_GROUP_SECTION_WEIGHT\x10\x36\x12\"\n\x1dUNIT_GROUP_SELF_WEIGHT_FACTOR\x10\x99\x01\x12\x1f\n\x1bUNIT_GROUP_SELF_WEIGHT_MASS\x10G\x12$\n UNIT_GROUP_SHEAR_SPRING_CONSTANT\x10]\x12$\n UNIT_GROUP_SOLID_SHEAR_STIFFNESS\x10\x64\x12*\n&UNIT_GROUP_SPRING_ROTATIONAL_STIFFNESS\x10Y\x12\x1f\n\x1bUNIT_GROUP_SPRING_STIFFNESS\x10X\x12.\n*UNIT_GROUP_STIFFNESS_MULTIPLICATION_FACTOR\x10R\x12\x15\n\x11UNIT_GROUP_STRAIN\x10\x0c\x12\x1a\n\x16UNIT_GROUP_STRAIN_RATE\x10\x1a\x12\x17\n\x13UNIT_GROUP_STRESSES\x10\x01\x12\x34\n0UNIT_GROUP_SURFACES_CONTACT_TYPE_SHEAR_STIFFNESS\x10\x63\x12&\n\"UNIT_GROUP_SURFACE_SPRING_CONSTANT\x10\\\x12,\n(UNIT_GROUP_THERMAL_EXPANSION_COEFFICIENT\x10\x04\x12\x18\n\x14UNIT_GROUP_THICKNESS\x10H\x12\x13\n\x0fUNIT_GROUP_TIME\x10I\x12\x15\n\x11UNIT_GROUP_VOLUME\x10\x42\x12\x1e\n\x1aUNIT_GROUP_WEIGHT_AND_KNOT\x10N\"\xed\x01\n\x0e\x44\x65\x66initionType\x12\x19\n\x15\x44\x45\x46INITION_TYPE_VALUE\x10\x00\x12\x1b\n\x17\x44\x45\x46INITION_TYPE_FORMULA\x10\x01\x12 \n\x1c\x44\x45\x46INITION_TYPE_OPTIMIZATION\x10\x02\x12*\n&DEFINITION_TYPE_OPTIMIZATION_ASCENDING\x10\x03\x12+\n\'DEFINITION_TYPE_OPTIMIZATION_DESCENDING\x10\x04\x12(\n$DEFINITION_TYPE_OPTIMIZATION_FORMULA\x10\x05\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x1c\n\x1a_attribute_always_editableB\t\n\x07_symbolB\r\n\x0b_unit_groupB\x12\n\x10_definition_typeB\x08\n\x06_valueB\x07\n\x05_unitB\n\n\x08_formulaB\x06\n\x04_minB\x06\n\x04_maxB\x0c\n\n_incrementB\x08\n\x06_stepsB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.global_parameters.global_parameter_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_GLOBALPARAMETER']._serialized_start=96
|
|
35
|
+
_globals['_GLOBALPARAMETER']._serialized_end=5355
|
|
36
|
+
_globals['_GLOBALPARAMETER_UNITGROUP']._serialized_start=676
|
|
37
|
+
_globals['_GLOBALPARAMETER_UNITGROUP']._serialized_end=4854
|
|
38
|
+
_globals['_GLOBALPARAMETER_DEFINITIONTYPE']._serialized_start=4857
|
|
39
|
+
_globals['_GLOBALPARAMETER_DEFINITIONTYPE']._serialized_end=5094
|
|
40
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -96,6 +96,7 @@ class GlobalParameter(_message.Message):
|
|
|
96
96
|
UNIT_GROUP_SECTION_STATICAL_MOMENT_OF_AREA: _ClassVar[GlobalParameter.UnitGroup]
|
|
97
97
|
UNIT_GROUP_SECTION_SURFACE: _ClassVar[GlobalParameter.UnitGroup]
|
|
98
98
|
UNIT_GROUP_SECTION_TEMPERATURE: _ClassVar[GlobalParameter.UnitGroup]
|
|
99
|
+
UNIT_GROUP_SECTION_TEMPERATURE_CHANGE: _ClassVar[GlobalParameter.UnitGroup]
|
|
99
100
|
UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_1: _ClassVar[GlobalParameter.UnitGroup]
|
|
100
101
|
UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_2: _ClassVar[GlobalParameter.UnitGroup]
|
|
101
102
|
UNIT_GROUP_SECTION_UNIT_STRESSES: _ClassVar[GlobalParameter.UnitGroup]
|
|
@@ -209,6 +210,7 @@ class GlobalParameter(_message.Message):
|
|
|
209
210
|
UNIT_GROUP_SECTION_STATICAL_MOMENT_OF_AREA: GlobalParameter.UnitGroup
|
|
210
211
|
UNIT_GROUP_SECTION_SURFACE: GlobalParameter.UnitGroup
|
|
211
212
|
UNIT_GROUP_SECTION_TEMPERATURE: GlobalParameter.UnitGroup
|
|
213
|
+
UNIT_GROUP_SECTION_TEMPERATURE_CHANGE: GlobalParameter.UnitGroup
|
|
212
214
|
UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_1: GlobalParameter.UnitGroup
|
|
213
215
|
UNIT_GROUP_SECTION_TENSION_FIELD_COEFFICIENT_2: GlobalParameter.UnitGroup
|
|
214
216
|
UNIT_GROUP_SECTION_UNIT_STRESSES: GlobalParameter.UnitGroup
|
|
@@ -242,11 +244,13 @@ class GlobalParameter(_message.Message):
|
|
|
242
244
|
DEFINITION_TYPE_OPTIMIZATION: _ClassVar[GlobalParameter.DefinitionType]
|
|
243
245
|
DEFINITION_TYPE_OPTIMIZATION_ASCENDING: _ClassVar[GlobalParameter.DefinitionType]
|
|
244
246
|
DEFINITION_TYPE_OPTIMIZATION_DESCENDING: _ClassVar[GlobalParameter.DefinitionType]
|
|
247
|
+
DEFINITION_TYPE_OPTIMIZATION_FORMULA: _ClassVar[GlobalParameter.DefinitionType]
|
|
245
248
|
DEFINITION_TYPE_VALUE: GlobalParameter.DefinitionType
|
|
246
249
|
DEFINITION_TYPE_FORMULA: GlobalParameter.DefinitionType
|
|
247
250
|
DEFINITION_TYPE_OPTIMIZATION: GlobalParameter.DefinitionType
|
|
248
251
|
DEFINITION_TYPE_OPTIMIZATION_ASCENDING: GlobalParameter.DefinitionType
|
|
249
252
|
DEFINITION_TYPE_OPTIMIZATION_DESCENDING: GlobalParameter.DefinitionType
|
|
253
|
+
DEFINITION_TYPE_OPTIMIZATION_FORMULA: GlobalParameter.DefinitionType
|
|
250
254
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
251
255
|
USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
252
256
|
NAME_FIELD_NUMBER: _ClassVar[int]
|