dlubal.api 2.12.11__py3-none-any.whl

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.
Files changed (960) hide show
  1. dlubal/__init__.py +0 -0
  2. dlubal/api/__init__.py +0 -0
  3. dlubal/api/common/__init__.py +8 -0
  4. dlubal/api/common/common_messages_pb2.py +78 -0
  5. dlubal/api/common/common_messages_pb2.pyi +230 -0
  6. dlubal/api/common/common_pb2.py +48 -0
  7. dlubal/api/common/common_pb2.pyi +65 -0
  8. dlubal/api/common/connection.py +252 -0
  9. dlubal/api/common/exceptions.py +12 -0
  10. dlubal/api/common/import_export/__init__.py +2 -0
  11. dlubal/api/common/import_export/export_attributes_pb2.py +46 -0
  12. dlubal/api/common/import_export/export_attributes_pb2.pyi +77 -0
  13. dlubal/api/common/import_export/import_attributes_pb2.py +40 -0
  14. dlubal/api/common/import_export/import_attributes_pb2.pyi +17 -0
  15. dlubal/api/common/model_id_pb2.py +38 -0
  16. dlubal/api/common/model_id_pb2.pyi +17 -0
  17. dlubal/api/common/options_pb2.py +35 -0
  18. dlubal/api/common/options_pb2.pyi +7 -0
  19. dlubal/api/common/packing.py +144 -0
  20. dlubal/api/common/table.py +37 -0
  21. dlubal/api/common/table_data_pb2.py +39 -0
  22. dlubal/api/common/table_data_pb2.pyi +21 -0
  23. dlubal/api/common/utility.py +131 -0
  24. dlubal/api/rfem/__init__.py +55 -0
  25. dlubal/api/rfem/all_pb2.py +36 -0
  26. dlubal/api/rfem/all_pb2.pyi +9 -0
  27. dlubal/api/rfem/aluminum_design/__init__.py +4 -0
  28. dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  29. dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.pyi +192 -0
  30. dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  31. dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.pyi +382 -0
  32. dlubal/api/rfem/aluminum_design/aluminum_member_local_cross_section_reduction_pb2.py +47 -0
  33. dlubal/api/rfem/aluminum_design/aluminum_member_local_cross_section_reduction_pb2.pyi +170 -0
  34. dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  35. dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.pyi +105 -0
  36. dlubal/api/rfem/aluminum_design_objects/__init__.py +2 -0
  37. dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +77 -0
  38. dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +269 -0
  39. dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +77 -0
  40. dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +269 -0
  41. dlubal/api/rfem/application.py +893 -0
  42. dlubal/api/rfem/application_pb2.py +77 -0
  43. dlubal/api/rfem/application_pb2.pyi +167 -0
  44. dlubal/api/rfem/application_pb2_grpc.py +2002 -0
  45. dlubal/api/rfem/base_data_objects/__init__.py +1 -0
  46. dlubal/api/rfem/base_data_objects/terrain_pb2.py +42 -0
  47. dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +71 -0
  48. dlubal/api/rfem/base_data_pb2.py +108 -0
  49. dlubal/api/rfem/base_data_pb2.pyi +2639 -0
  50. dlubal/api/rfem/beam_panels/__init__.py +4 -0
  51. dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +38 -0
  52. dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +39 -0
  53. dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +38 -0
  54. dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +55 -0
  55. dlubal/api/rfem/beam_panels/sheathing_pb2.py +38 -0
  56. dlubal/api/rfem/beam_panels/sheathing_pb2.pyi +63 -0
  57. dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +44 -0
  58. dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +95 -0
  59. dlubal/api/rfem/building_model/__init__.py +4 -0
  60. dlubal/api/rfem/building_model/building_story_pb2.py +59 -0
  61. dlubal/api/rfem/building_model/building_story_pb2.pyi +194 -0
  62. dlubal/api/rfem/building_model/deep_beam_pb2.py +271 -0
  63. dlubal/api/rfem/building_model/deep_beam_pb2.pyi +3606 -0
  64. dlubal/api/rfem/building_model/floor_set_pb2.py +39 -0
  65. dlubal/api/rfem/building_model/floor_set_pb2.pyi +60 -0
  66. dlubal/api/rfem/building_model/shear_wall_pb2.py +169 -0
  67. dlubal/api/rfem/building_model/shear_wall_pb2.pyi +1966 -0
  68. dlubal/api/rfem/calculation_diagrams/__init__.py +1 -0
  69. dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +61 -0
  70. dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +1762 -0
  71. dlubal/api/rfem/component_design_objects/__init__.py +2 -0
  72. dlubal/api/rfem/component_design_objects/component_pb2.py +55 -0
  73. dlubal/api/rfem/component_design_objects/component_pb2.pyi +164 -0
  74. dlubal/api/rfem/component_design_objects/component_serie_pb2.py +38 -0
  75. dlubal/api/rfem/component_design_objects/component_serie_pb2.pyi +56 -0
  76. dlubal/api/rfem/concrete_design_objects/__init__.py +5 -0
  77. dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +105 -0
  78. dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +435 -0
  79. dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +61 -0
  80. dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +193 -0
  81. dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +65 -0
  82. dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +215 -0
  83. dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +125 -0
  84. dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +545 -0
  85. dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  86. dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.pyi +496 -0
  87. dlubal/api/rfem/concrete_foundations/__init__.py +1 -0
  88. dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +75 -0
  89. dlubal/api/rfem/concrete_foundations/single_foundation_pb2.pyi +314 -0
  90. dlubal/api/rfem/construction_stages/__init__.py +1 -0
  91. dlubal/api/rfem/construction_stages/construction_stage_pb2.py +86 -0
  92. dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +535 -0
  93. dlubal/api/rfem/design_addons_pb2.py +36 -0
  94. dlubal/api/rfem/design_addons_pb2.pyi +28 -0
  95. dlubal/api/rfem/digital_twins/__init__.py +1 -0
  96. dlubal/api/rfem/digital_twins/digital_twins/__init__.py +3 -0
  97. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
  98. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  99. dlubal/api/rfem/digital_twins/digital_twins/sensor_set_pb2.py +44 -0
  100. dlubal/api/rfem/digital_twins/digital_twins/sensor_set_pb2.pyi +71 -0
  101. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  102. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  103. dlubal/api/rfem/dynamic_analysis_pb2.py +36 -0
  104. dlubal/api/rfem/dynamic_analysis_pb2.pyi +23 -0
  105. dlubal/api/rfem/dynamic_loads/__init__.py +3 -0
  106. dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +42 -0
  107. dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +67 -0
  108. dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +44 -0
  109. dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +91 -0
  110. dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +46 -0
  111. dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +83 -0
  112. dlubal/api/rfem/foundation_design_objects/__init__.py +2 -0
  113. dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +41 -0
  114. dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +47 -0
  115. dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +41 -0
  116. dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +47 -0
  117. dlubal/api/rfem/geotechnical_analysis/__init__.py +3 -0
  118. dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +43 -0
  119. dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +70 -0
  120. dlubal/api/rfem/geotechnical_analysis/pile_resistance_pb2.py +42 -0
  121. dlubal/api/rfem/geotechnical_analysis/pile_resistance_pb2.pyi +75 -0
  122. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +53 -0
  123. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +164 -0
  124. dlubal/api/rfem/glass_design/__init__.py +1 -0
  125. dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
  126. dlubal/api/rfem/glass_design/glass_composition_model_pb2.pyi +456 -0
  127. dlubal/api/rfem/glass_design_objects/__init__.py +2 -0
  128. dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +69 -0
  129. dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +213 -0
  130. dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +69 -0
  131. dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +213 -0
  132. dlubal/api/rfem/global_parameters/__init__.py +1 -0
  133. dlubal/api/rfem/global_parameters/global_parameter_pb2.py +40 -0
  134. dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +294 -0
  135. dlubal/api/rfem/guide_objects/__init__.py +15 -0
  136. dlubal/api/rfem/guide_objects/building_grid_pb2.py +53 -0
  137. dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +211 -0
  138. dlubal/api/rfem/guide_objects/clipping_box_pb2.py +37 -0
  139. dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +40 -0
  140. dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +45 -0
  141. dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +121 -0
  142. dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +41 -0
  143. dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +91 -0
  144. dlubal/api/rfem/guide_objects/dimension_pb2.py +79 -0
  145. dlubal/api/rfem/guide_objects/dimension_pb2.pyi +422 -0
  146. dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +41 -0
  147. dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +121 -0
  148. dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +36 -0
  149. dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +15 -0
  150. dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +38 -0
  151. dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +35 -0
  152. dlubal/api/rfem/guide_objects/guideline_pb2.py +42 -0
  153. dlubal/api/rfem/guide_objects/guideline_pb2.pyi +90 -0
  154. dlubal/api/rfem/guide_objects/layer_group_pb2.py +36 -0
  155. dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +22 -0
  156. dlubal/api/rfem/guide_objects/layer_pb2.py +38 -0
  157. dlubal/api/rfem/guide_objects/layer_pb2.pyi +44 -0
  158. dlubal/api/rfem/guide_objects/note_pb2.py +47 -0
  159. dlubal/api/rfem/guide_objects/note_pb2.pyi +163 -0
  160. dlubal/api/rfem/guide_objects/object_snap_pb2.py +38 -0
  161. dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +86 -0
  162. dlubal/api/rfem/guide_objects/texture_pb2.py +36 -0
  163. dlubal/api/rfem/guide_objects/texture_pb2.pyi +41 -0
  164. dlubal/api/rfem/guide_objects/visual_object_pb2.py +43 -0
  165. dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +135 -0
  166. dlubal/api/rfem/ifc_objects/__init__.py +2 -0
  167. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +46 -0
  168. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +98 -0
  169. dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +38 -0
  170. dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +32 -0
  171. dlubal/api/rfem/imperfections/__init__.py +3 -0
  172. dlubal/api/rfem/imperfections/imperfection_case_pb2.py +60 -0
  173. dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +215 -0
  174. dlubal/api/rfem/imperfections/member_imperfection_pb2.py +50 -0
  175. dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +205 -0
  176. dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +50 -0
  177. dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +203 -0
  178. dlubal/api/rfem/layout_and_drawing/__init__.py +2 -0
  179. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +65 -0
  180. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +372 -0
  181. dlubal/api/rfem/layout_and_drawing/cad_line_point_pb2.py +39 -0
  182. dlubal/api/rfem/layout_and_drawing/cad_line_point_pb2.pyi +37 -0
  183. dlubal/api/rfem/load_wizards/__init__.py +7 -0
  184. dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +46 -0
  185. dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +91 -0
  186. dlubal/api/rfem/load_wizards/load_model_pb2.py +50 -0
  187. dlubal/api/rfem/load_wizards/load_model_pb2.pyi +113 -0
  188. dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +46 -0
  189. dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +93 -0
  190. dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +45 -0
  191. dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +110 -0
  192. dlubal/api/rfem/load_wizards/moving_load_pb2.py +52 -0
  193. dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +715 -0
  194. dlubal/api/rfem/load_wizards/wind_profile_pb2.py +48 -0
  195. dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +777 -0
  196. dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +55 -0
  197. dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +148 -0
  198. dlubal/api/rfem/loading/__init__.py +16 -0
  199. dlubal/api/rfem/loading/action_combination_pb2.py +48 -0
  200. dlubal/api/rfem/loading/action_combination_pb2.pyi +155 -0
  201. dlubal/api/rfem/loading/action_pb2.py +54 -0
  202. dlubal/api/rfem/loading/action_pb2.pyi +719 -0
  203. dlubal/api/rfem/loading/combination_wizard_pb2.py +49 -0
  204. dlubal/api/rfem/loading/combination_wizard_pb2.pyi +116 -0
  205. dlubal/api/rfem/loading/design_situation_pb2.py +47 -0
  206. dlubal/api/rfem/loading/design_situation_pb2.pyi +1222 -0
  207. dlubal/api/rfem/loading/load_case_pb2.py +104 -0
  208. dlubal/api/rfem/loading/load_case_pb2.pyi +1385 -0
  209. dlubal/api/rfem/loading/load_combination_pb2.py +65 -0
  210. dlubal/api/rfem/loading/load_combination_pb2.pyi +390 -0
  211. dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +52 -0
  212. dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +155 -0
  213. dlubal/api/rfem/loading/optimization_settings_pb2.py +46 -0
  214. dlubal/api/rfem/loading/optimization_settings_pb2.pyi +111 -0
  215. dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +38 -0
  216. dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +50 -0
  217. dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +44 -0
  218. dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +66 -0
  219. dlubal/api/rfem/loading/result_combination_pb2.py +59 -0
  220. dlubal/api/rfem/loading/result_combination_pb2.pyi +304 -0
  221. dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +46 -0
  222. dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +80 -0
  223. dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +44 -0
  224. dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +118 -0
  225. dlubal/api/rfem/loading/static_analysis_settings_pb2.py +48 -0
  226. dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +172 -0
  227. dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +54 -0
  228. dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +169 -0
  229. dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +52 -0
  230. dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +176 -0
  231. dlubal/api/rfem/loads/__init__.py +19 -0
  232. dlubal/api/rfem/loads/additional_foundation_load_pb2.py +41 -0
  233. dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +80 -0
  234. dlubal/api/rfem/loads/cutting_pattern_load_pb2.py +40 -0
  235. dlubal/api/rfem/loads/cutting_pattern_load_pb2.pyi +49 -0
  236. dlubal/api/rfem/loads/free_circular_load_pb2.py +42 -0
  237. dlubal/api/rfem/loads/free_circular_load_pb2.pyi +97 -0
  238. dlubal/api/rfem/loads/free_concentrated_load_pb2.py +44 -0
  239. dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +103 -0
  240. dlubal/api/rfem/loads/free_line_load_pb2.py +48 -0
  241. dlubal/api/rfem/loads/free_line_load_pb2.pyi +149 -0
  242. dlubal/api/rfem/loads/free_polygon_load_pb2.py +46 -0
  243. dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +123 -0
  244. dlubal/api/rfem/loads/free_rectangular_load_pb2.py +53 -0
  245. dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +194 -0
  246. dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +37 -0
  247. dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +47 -0
  248. dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +37 -0
  249. dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +43 -0
  250. dlubal/api/rfem/loads/line_load_pb2.py +59 -0
  251. dlubal/api/rfem/loads/line_load_pb2.pyi +266 -0
  252. dlubal/api/rfem/loads/line_set_load_pb2.py +59 -0
  253. dlubal/api/rfem/loads/line_set_load_pb2.pyi +266 -0
  254. dlubal/api/rfem/loads/member_load_pb2.py +79 -0
  255. dlubal/api/rfem/loads/member_load_pb2.pyi +492 -0
  256. dlubal/api/rfem/loads/member_set_load_pb2.py +79 -0
  257. dlubal/api/rfem/loads/member_set_load_pb2.pyi +490 -0
  258. dlubal/api/rfem/loads/nodal_load_pb2.py +49 -0
  259. dlubal/api/rfem/loads/nodal_load_pb2.pyi +228 -0
  260. dlubal/api/rfem/loads/opening_load_pb2.py +43 -0
  261. dlubal/api/rfem/loads/opening_load_pb2.pyi +82 -0
  262. dlubal/api/rfem/loads/solid_load_pb2.py +53 -0
  263. dlubal/api/rfem/loads/solid_load_pb2.pyi +172 -0
  264. dlubal/api/rfem/loads/solid_set_load_pb2.py +53 -0
  265. dlubal/api/rfem/loads/solid_set_load_pb2.pyi +172 -0
  266. dlubal/api/rfem/loads/surface_load_pb2.py +65 -0
  267. dlubal/api/rfem/loads/surface_load_pb2.pyi +340 -0
  268. dlubal/api/rfem/loads/surface_set_load_pb2.py +65 -0
  269. dlubal/api/rfem/loads/surface_set_load_pb2.pyi +340 -0
  270. dlubal/api/rfem/manipulation/__init__.py +1 -0
  271. dlubal/api/rfem/manipulation/manipulation_pb2.py +38 -0
  272. dlubal/api/rfem/manipulation/manipulation_pb2.pyi +25 -0
  273. dlubal/api/rfem/mesh/__init__.py +1 -0
  274. dlubal/api/rfem/mesh/mesh_settings_pb2.py +51 -0
  275. dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +218 -0
  276. dlubal/api/rfem/object_id_pb2.py +39 -0
  277. dlubal/api/rfem/object_id_pb2.pyi +25 -0
  278. dlubal/api/rfem/object_type_pb2.py +36 -0
  279. dlubal/api/rfem/object_type_pb2.pyi +416 -0
  280. dlubal/api/rfem/reinforcement/__init__.py +4 -0
  281. dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
  282. dlubal/api/rfem/reinforcement/concrete_durability_pb2.pyi +257 -0
  283. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  284. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.pyi +319 -0
  285. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
  286. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.pyi +47 -0
  287. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
  288. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.pyi +743 -0
  289. dlubal/api/rfem/result_objects/__init__.py +2 -0
  290. dlubal/api/rfem/result_objects/result_point_pb2.py +41 -0
  291. dlubal/api/rfem/result_objects/result_point_pb2.pyi +75 -0
  292. dlubal/api/rfem/result_objects/result_section_pb2.py +43 -0
  293. dlubal/api/rfem/result_objects/result_section_pb2.pyi +116 -0
  294. dlubal/api/rfem/results/__init__.py +4 -0
  295. dlubal/api/rfem/results/result_table_pb2.py +36 -0
  296. dlubal/api/rfem/results/result_table_pb2.pyi +1462 -0
  297. dlubal/api/rfem/results/results_query_pb2.py +41 -0
  298. dlubal/api/rfem/results/results_query_pb2.pyi +31 -0
  299. dlubal/api/rfem/results/results_type_pb2.py +36 -0
  300. dlubal/api/rfem/results/results_type_pb2.pyi +1200 -0
  301. dlubal/api/rfem/results/settings/__init__.py +1 -0
  302. dlubal/api/rfem/results/settings/result_settings_pb2.py +38 -0
  303. dlubal/api/rfem/results/settings/result_settings_pb2.pyi +23 -0
  304. dlubal/api/rfem/rsection_stresses/__init__.py +1 -0
  305. dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +41 -0
  306. dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +53 -0
  307. dlubal/api/rfem/steel_design/__init__.py +4 -0
  308. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
  309. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.pyi +192 -0
  310. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
  311. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.pyi +524 -0
  312. dlubal/api/rfem/steel_design/steel_member_local_cross_section_reduction_pb2.py +47 -0
  313. dlubal/api/rfem/steel_design/steel_member_local_cross_section_reduction_pb2.pyi +170 -0
  314. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  315. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.pyi +105 -0
  316. dlubal/api/rfem/steel_design_objects/__init__.py +4 -0
  317. dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +57 -0
  318. dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +151 -0
  319. dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +53 -0
  320. dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +129 -0
  321. dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +141 -0
  322. dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +621 -0
  323. dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +141 -0
  324. dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +621 -0
  325. dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +2 -0
  326. dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +49 -0
  327. dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +91 -0
  328. dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +49 -0
  329. dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +91 -0
  330. dlubal/api/rfem/stress_analysis_objects/__init__.py +3 -0
  331. dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +41 -0
  332. dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +47 -0
  333. dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +36 -0
  334. dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +26 -0
  335. dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +36 -0
  336. dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +26 -0
  337. dlubal/api/rfem/structure_advanced/__init__.py +15 -0
  338. dlubal/api/rfem/structure_advanced/block_pb2.py +55 -0
  339. dlubal/api/rfem/structure_advanced/block_pb2.pyi +196 -0
  340. dlubal/api/rfem/structure_advanced/cutting_pattern_pb2.py +44 -0
  341. dlubal/api/rfem/structure_advanced/cutting_pattern_pb2.pyi +71 -0
  342. dlubal/api/rfem/structure_advanced/design_strip_pb2.py +61 -0
  343. dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +460 -0
  344. dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +53 -0
  345. dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +158 -0
  346. dlubal/api/rfem/structure_advanced/intersection_pb2.py +36 -0
  347. dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +26 -0
  348. dlubal/api/rfem/structure_advanced/line_release_pb2.py +42 -0
  349. dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +71 -0
  350. dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +42 -0
  351. dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +69 -0
  352. dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +41 -0
  353. dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +104 -0
  354. dlubal/api/rfem/structure_advanced/rule_based_link_generator_pb2.py +49 -0
  355. dlubal/api/rfem/structure_advanced/rule_based_link_generator_pb2.pyi +108 -0
  356. dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +98 -0
  357. dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +473 -0
  358. dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +41 -0
  359. dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +74 -0
  360. dlubal/api/rfem/structure_advanced/surface_cell_set_pb2.py +39 -0
  361. dlubal/api/rfem/structure_advanced/surface_cell_set_pb2.pyi +56 -0
  362. dlubal/api/rfem/structure_advanced/surface_release_pb2.py +42 -0
  363. dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +73 -0
  364. dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +61 -0
  365. dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +165 -0
  366. dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +38 -0
  367. dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +39 -0
  368. dlubal/api/rfem/structure_core/__init__.py +15 -0
  369. dlubal/api/rfem/structure_core/cross_section_pb2.py +76 -0
  370. dlubal/api/rfem/structure_core/cross_section_pb2.pyi +2141 -0
  371. dlubal/api/rfem/structure_core/line_pb2.py +87 -0
  372. dlubal/api/rfem/structure_core/line_pb2.pyi +592 -0
  373. dlubal/api/rfem/structure_core/line_set_pb2.py +39 -0
  374. dlubal/api/rfem/structure_core/line_set_pb2.pyi +62 -0
  375. dlubal/api/rfem/structure_core/material_pb2.py +161 -0
  376. dlubal/api/rfem/structure_core/material_pb2.pyi +1586 -0
  377. dlubal/api/rfem/structure_core/member_pb2.py +240 -0
  378. dlubal/api/rfem/structure_core/member_pb2.pyi +2767 -0
  379. dlubal/api/rfem/structure_core/member_representative_pb2.py +336 -0
  380. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +4383 -0
  381. dlubal/api/rfem/structure_core/member_set_pb2.py +168 -0
  382. dlubal/api/rfem/structure_core/member_set_pb2.pyi +1955 -0
  383. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +466 -0
  384. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +6333 -0
  385. dlubal/api/rfem/structure_core/node_pb2.py +49 -0
  386. dlubal/api/rfem/structure_core/node_pb2.pyi +180 -0
  387. dlubal/api/rfem/structure_core/opening_pb2.py +37 -0
  388. dlubal/api/rfem/structure_core/opening_pb2.pyi +45 -0
  389. dlubal/api/rfem/structure_core/solid_pb2.py +63 -0
  390. dlubal/api/rfem/structure_core/solid_pb2.pyi +292 -0
  391. dlubal/api/rfem/structure_core/solid_set_pb2.py +45 -0
  392. dlubal/api/rfem/structure_core/solid_set_pb2.pyi +92 -0
  393. dlubal/api/rfem/structure_core/surface_pb2.py +97 -0
  394. dlubal/api/rfem/structure_core/surface_pb2.pyi +651 -0
  395. dlubal/api/rfem/structure_core/surface_set_pb2.py +49 -0
  396. dlubal/api/rfem/structure_core/surface_set_pb2.pyi +182 -0
  397. dlubal/api/rfem/structure_core/thickness_pb2.py +76 -0
  398. dlubal/api/rfem/structure_core/thickness_pb2.pyi +555 -0
  399. dlubal/api/rfem/timber_design/__init__.py +6 -0
  400. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
  401. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.pyi +478 -0
  402. dlubal/api/rfem/timber_design/timber_member_local_cross_section_reduction_pb2.py +48 -0
  403. dlubal/api/rfem/timber_design/timber_member_local_cross_section_reduction_pb2.pyi +125 -0
  404. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
  405. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.pyi +49 -0
  406. dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
  407. dlubal/api/rfem/timber_design/timber_screw_type_pb2.pyi +58 -0
  408. dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
  409. dlubal/api/rfem/timber_design/timber_service_class_pb2.pyi +49 -0
  410. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
  411. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.pyi +115 -0
  412. dlubal/api/rfem/timber_design_objects/__init__.py +3 -0
  413. dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +125 -0
  414. dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +525 -0
  415. dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +125 -0
  416. dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +525 -0
  417. dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +165 -0
  418. dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +753 -0
  419. dlubal/api/rfem/types_for_craneway_design/__init__.py +2 -0
  420. dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +36 -0
  421. dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +24 -0
  422. dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +52 -0
  423. dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +117 -0
  424. dlubal/api/rfem/types_for_lines/__init__.py +6 -0
  425. dlubal/api/rfem/types_for_lines/cutting_line_setting_pb2.py +38 -0
  426. dlubal/api/rfem/types_for_lines/cutting_line_setting_pb2.pyi +30 -0
  427. dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +155 -0
  428. dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +1008 -0
  429. dlubal/api/rfem/types_for_lines/line_link_pb2.py +43 -0
  430. dlubal/api/rfem/types_for_lines/line_link_pb2.pyi +70 -0
  431. dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +38 -0
  432. dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +49 -0
  433. dlubal/api/rfem/types_for_lines/line_support_pb2.py +159 -0
  434. dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +1068 -0
  435. dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +44 -0
  436. dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +100 -0
  437. dlubal/api/rfem/types_for_members/__init__.py +14 -0
  438. dlubal/api/rfem/types_for_members/design_support_pb2.py +62 -0
  439. dlubal/api/rfem/types_for_members/design_support_pb2.pyi +253 -0
  440. dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +46 -0
  441. dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +103 -0
  442. dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +36 -0
  443. dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +52 -0
  444. dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +49 -0
  445. dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +113 -0
  446. dlubal/api/rfem/types_for_members/member_hinge_pb2.py +249 -0
  447. dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +1782 -0
  448. dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +38 -0
  449. dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +61 -0
  450. dlubal/api/rfem/types_for_members/member_openings_pb2.py +46 -0
  451. dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +97 -0
  452. dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +40 -0
  453. dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +52 -0
  454. dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +50 -0
  455. dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +127 -0
  456. dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +40 -0
  457. dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +80 -0
  458. dlubal/api/rfem/types_for_members/member_spring_pb2.py +52 -0
  459. dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +149 -0
  460. dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +48 -0
  461. dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +139 -0
  462. dlubal/api/rfem/types_for_members/member_support_pb2.py +49 -0
  463. dlubal/api/rfem/types_for_members/member_support_pb2.pyi +156 -0
  464. dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +48 -0
  465. dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +147 -0
  466. dlubal/api/rfem/types_for_nodes/__init__.py +3 -0
  467. dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +43 -0
  468. dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +78 -0
  469. dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +40 -0
  470. dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +63 -0
  471. dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +211 -0
  472. dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +1456 -0
  473. dlubal/api/rfem/types_for_solids/__init__.py +3 -0
  474. dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +40 -0
  475. dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +59 -0
  476. dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +36 -0
  477. dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +28 -0
  478. dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +36 -0
  479. dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +30 -0
  480. dlubal/api/rfem/types_for_special_objects/__init__.py +4 -0
  481. dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +156 -0
  482. dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +1017 -0
  483. dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +198 -0
  484. dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +1385 -0
  485. dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +81 -0
  486. dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +374 -0
  487. dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +44 -0
  488. dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +77 -0
  489. dlubal/api/rfem/types_for_steel_joints/__init__.py +1 -0
  490. dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +53 -0
  491. dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +188 -0
  492. dlubal/api/rfem/types_for_surfaces/__init__.py +4 -0
  493. dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +42 -0
  494. dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +71 -0
  495. dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +36 -0
  496. dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +30 -0
  497. dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +40 -0
  498. dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +163 -0
  499. dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +43 -0
  500. dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +82 -0
  501. dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
  502. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  503. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
  504. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +42 -0
  505. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +73 -0
  506. dlubal/api/rsection/__init__.py +15 -0
  507. dlubal/api/rsection/all_pb2.py +36 -0
  508. dlubal/api/rsection/all_pb2.pyi +9 -0
  509. dlubal/api/rsection/application.py +572 -0
  510. dlubal/api/rsection/application_pb2.py +52 -0
  511. dlubal/api/rsection/application_pb2.pyi +59 -0
  512. dlubal/api/rsection/application_pb2_grpc.py +1337 -0
  513. dlubal/api/rsection/base_data_pb2.py +58 -0
  514. dlubal/api/rsection/base_data_pb2.pyi +158 -0
  515. dlubal/api/rsection/global_parameters/__init__.py +1 -0
  516. dlubal/api/rsection/global_parameters/global_parameter_pb2.py +40 -0
  517. dlubal/api/rsection/global_parameters/global_parameter_pb2.pyi +150 -0
  518. dlubal/api/rsection/guide_objects/__init__.py +4 -0
  519. dlubal/api/rsection/guide_objects/dimension_pb2.py +71 -0
  520. dlubal/api/rsection/guide_objects/dimension_pb2.pyi +314 -0
  521. dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.py +43 -0
  522. dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.pyi +125 -0
  523. dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.py +38 -0
  524. dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.pyi +35 -0
  525. dlubal/api/rsection/guide_objects/object_snap_pb2.py +38 -0
  526. dlubal/api/rsection/guide_objects/object_snap_pb2.pyi +86 -0
  527. dlubal/api/rsection/internal_forces/__init__.py +1 -0
  528. dlubal/api/rsection/internal_forces/internal_forces_pb2.py +38 -0
  529. dlubal/api/rsection/internal_forces/internal_forces_pb2.pyi +58 -0
  530. dlubal/api/rsection/loading/__init__.py +2 -0
  531. dlubal/api/rsection/loading/load_case_pb2.py +38 -0
  532. dlubal/api/rsection/loading/load_case_pb2.pyi +616 -0
  533. dlubal/api/rsection/loading/load_combination_pb2.py +42 -0
  534. dlubal/api/rsection/loading/load_combination_pb2.pyi +113 -0
  535. dlubal/api/rsection/manipulation/__init__.py +1 -0
  536. dlubal/api/rsection/manipulation/manipulation_pb2.py +38 -0
  537. dlubal/api/rsection/manipulation/manipulation_pb2.pyi +23 -0
  538. dlubal/api/rsection/object_id_pb2.py +39 -0
  539. dlubal/api/rsection/object_id_pb2.pyi +25 -0
  540. dlubal/api/rsection/object_type_pb2.py +36 -0
  541. dlubal/api/rsection/object_type_pb2.pyi +60 -0
  542. dlubal/api/rsection/results/__init__.py +4 -0
  543. dlubal/api/rsection/results/result_table_pb2.py +36 -0
  544. dlubal/api/rsection/results/result_table_pb2.pyi +10 -0
  545. dlubal/api/rsection/results/results_query_pb2.py +41 -0
  546. dlubal/api/rsection/results/results_query_pb2.pyi +31 -0
  547. dlubal/api/rsection/results/results_type_pb2.py +36 -0
  548. dlubal/api/rsection/results/results_type_pb2.pyi +10 -0
  549. dlubal/api/rsection/results/settings/__init__.py +1 -0
  550. dlubal/api/rsection/results/settings/result_settings_pb2.py +38 -0
  551. dlubal/api/rsection/results/settings/result_settings_pb2.pyi +23 -0
  552. dlubal/api/rsection/rsection_stresses/__init__.py +1 -0
  553. dlubal/api/rsection/rsection_stresses/member_configuration_pb2.py +41 -0
  554. dlubal/api/rsection/rsection_stresses/member_configuration_pb2.pyi +53 -0
  555. dlubal/api/rsection/structure_advanced/__init__.py +1 -0
  556. dlubal/api/rsection/structure_advanced/block_pb2.py +55 -0
  557. dlubal/api/rsection/structure_advanced/block_pb2.pyi +190 -0
  558. dlubal/api/rsection/structure_core/__init__.py +15 -0
  559. dlubal/api/rsection/structure_core/bar_pb2.py +40 -0
  560. dlubal/api/rsection/structure_core/bar_pb2.pyi +102 -0
  561. dlubal/api/rsection/structure_core/cross_section_pb2.py +50 -0
  562. dlubal/api/rsection/structure_core/cross_section_pb2.pyi +1731 -0
  563. dlubal/api/rsection/structure_core/element_pb2.py +53 -0
  564. dlubal/api/rsection/structure_core/element_pb2.pyi +204 -0
  565. dlubal/api/rsection/structure_core/layer_group_pb2.py +36 -0
  566. dlubal/api/rsection/structure_core/layer_group_pb2.pyi +22 -0
  567. dlubal/api/rsection/structure_core/layer_pb2.py +38 -0
  568. dlubal/api/rsection/structure_core/layer_pb2.pyi +44 -0
  569. dlubal/api/rsection/structure_core/line_pb2.py +59 -0
  570. dlubal/api/rsection/structure_core/line_pb2.pyi +222 -0
  571. dlubal/api/rsection/structure_core/material_pb2.py +127 -0
  572. dlubal/api/rsection/structure_core/material_pb2.pyi +1122 -0
  573. dlubal/api/rsection/structure_core/opening_pb2.py +37 -0
  574. dlubal/api/rsection/structure_core/opening_pb2.pyi +39 -0
  575. dlubal/api/rsection/structure_core/part_pb2.py +39 -0
  576. dlubal/api/rsection/structure_core/part_pb2.pyi +58 -0
  577. dlubal/api/rsection/structure_core/point_pb2.py +43 -0
  578. dlubal/api/rsection/structure_core/point_pb2.pyi +109 -0
  579. dlubal/api/rsection/structure_core/reinforcement_layer_pb2.py +36 -0
  580. dlubal/api/rsection/structure_core/reinforcement_layer_pb2.pyi +23 -0
  581. dlubal/api/rsection/structure_core/stirrup_pb2.py +36 -0
  582. dlubal/api/rsection/structure_core/stirrup_pb2.pyi +42 -0
  583. dlubal/api/rsection/structure_core/stress_point_pb2.py +45 -0
  584. dlubal/api/rsection/structure_core/stress_point_pb2.pyi +101 -0
  585. dlubal/api/rsection/structure_core/subpanel_pb2.py +38 -0
  586. dlubal/api/rsection/structure_core/subpanel_pb2.pyi +49 -0
  587. dlubal/api/rsection/structure_core/weld_pb2.py +38 -0
  588. dlubal/api/rsection/structure_core/weld_pb2.pyi +46 -0
  589. dlubal/api/rstab/__init__.py +39 -0
  590. dlubal/api/rstab/all_pb2.py +36 -0
  591. dlubal/api/rstab/all_pb2.pyi +9 -0
  592. dlubal/api/rstab/aluminum_design/__init__.py +4 -0
  593. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  594. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.pyi +188 -0
  595. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  596. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.pyi +382 -0
  597. dlubal/api/rstab/aluminum_design/aluminum_member_local_cross_section_reduction_pb2.py +47 -0
  598. dlubal/api/rstab/aluminum_design/aluminum_member_local_cross_section_reduction_pb2.pyi +166 -0
  599. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  600. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.pyi +101 -0
  601. dlubal/api/rstab/aluminum_design_objects/__init__.py +2 -0
  602. dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +77 -0
  603. dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +261 -0
  604. dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +77 -0
  605. dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +261 -0
  606. dlubal/api/rstab/application.py +827 -0
  607. dlubal/api/rstab/application_pb2.py +72 -0
  608. dlubal/api/rstab/application_pb2.pyi +148 -0
  609. dlubal/api/rstab/application_pb2_grpc.py +1780 -0
  610. dlubal/api/rstab/base_data_objects/__init__.py +1 -0
  611. dlubal/api/rstab/base_data_objects/terrain_pb2.py +42 -0
  612. dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +71 -0
  613. dlubal/api/rstab/base_data_pb2.py +92 -0
  614. dlubal/api/rstab/base_data_pb2.pyi +2373 -0
  615. dlubal/api/rstab/calculation_diagrams/__init__.py +1 -0
  616. dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +61 -0
  617. dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +1762 -0
  618. dlubal/api/rstab/concrete_design_objects/__init__.py +5 -0
  619. dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +105 -0
  620. dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +435 -0
  621. dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +61 -0
  622. dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +193 -0
  623. dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +65 -0
  624. dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +203 -0
  625. dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +125 -0
  626. dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +533 -0
  627. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  628. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.pyi +496 -0
  629. dlubal/api/rstab/concrete_foundations/__init__.py +1 -0
  630. dlubal/api/rstab/concrete_foundations/single_foundation_pb2.py +75 -0
  631. dlubal/api/rstab/concrete_foundations/single_foundation_pb2.pyi +310 -0
  632. dlubal/api/rstab/design_addons_pb2.py +36 -0
  633. dlubal/api/rstab/design_addons_pb2.pyi +22 -0
  634. dlubal/api/rstab/digital_twins/__init__.py +1 -0
  635. dlubal/api/rstab/digital_twins/digital_twins/__init__.py +3 -0
  636. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
  637. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  638. dlubal/api/rstab/digital_twins/digital_twins/sensor_set_pb2.py +44 -0
  639. dlubal/api/rstab/digital_twins/digital_twins/sensor_set_pb2.pyi +71 -0
  640. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  641. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  642. dlubal/api/rstab/dynamic_analysis_pb2.py +36 -0
  643. dlubal/api/rstab/dynamic_analysis_pb2.pyi +23 -0
  644. dlubal/api/rstab/dynamic_loads/__init__.py +3 -0
  645. dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +42 -0
  646. dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +67 -0
  647. dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +44 -0
  648. dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +91 -0
  649. dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +46 -0
  650. dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +83 -0
  651. dlubal/api/rstab/foundation_design_objects/__init__.py +2 -0
  652. dlubal/api/rstab/foundation_design_objects/concrete_design_configuration_pb2.py +41 -0
  653. dlubal/api/rstab/foundation_design_objects/concrete_design_configuration_pb2.pyi +47 -0
  654. dlubal/api/rstab/foundation_design_objects/geotechnical_design_configuration_pb2.py +41 -0
  655. dlubal/api/rstab/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +47 -0
  656. dlubal/api/rstab/global_parameters/__init__.py +1 -0
  657. dlubal/api/rstab/global_parameters/global_parameter_pb2.py +40 -0
  658. dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +278 -0
  659. dlubal/api/rstab/guide_objects/__init__.py +15 -0
  660. dlubal/api/rstab/guide_objects/building_grid_pb2.py +53 -0
  661. dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +207 -0
  662. dlubal/api/rstab/guide_objects/clipping_box_pb2.py +37 -0
  663. dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +40 -0
  664. dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +45 -0
  665. dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +121 -0
  666. dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +41 -0
  667. dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +91 -0
  668. dlubal/api/rstab/guide_objects/dimension_pb2.py +69 -0
  669. dlubal/api/rstab/guide_objects/dimension_pb2.pyi +282 -0
  670. dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +41 -0
  671. dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +121 -0
  672. dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +36 -0
  673. dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +15 -0
  674. dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +38 -0
  675. dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +35 -0
  676. dlubal/api/rstab/guide_objects/guideline_pb2.py +42 -0
  677. dlubal/api/rstab/guide_objects/guideline_pb2.pyi +90 -0
  678. dlubal/api/rstab/guide_objects/layer_group_pb2.py +36 -0
  679. dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +22 -0
  680. dlubal/api/rstab/guide_objects/layer_pb2.py +38 -0
  681. dlubal/api/rstab/guide_objects/layer_pb2.pyi +44 -0
  682. dlubal/api/rstab/guide_objects/note_pb2.py +43 -0
  683. dlubal/api/rstab/guide_objects/note_pb2.pyi +121 -0
  684. dlubal/api/rstab/guide_objects/object_snap_pb2.py +38 -0
  685. dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +86 -0
  686. dlubal/api/rstab/guide_objects/texture_pb2.py +36 -0
  687. dlubal/api/rstab/guide_objects/texture_pb2.pyi +41 -0
  688. dlubal/api/rstab/guide_objects/visual_object_pb2.py +43 -0
  689. dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +135 -0
  690. dlubal/api/rstab/ifc_objects/__init__.py +2 -0
  691. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +46 -0
  692. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +98 -0
  693. dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +38 -0
  694. dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +32 -0
  695. dlubal/api/rstab/imperfections/__init__.py +3 -0
  696. dlubal/api/rstab/imperfections/imperfection_case_pb2.py +60 -0
  697. dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +215 -0
  698. dlubal/api/rstab/imperfections/member_imperfection_pb2.py +50 -0
  699. dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +205 -0
  700. dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +50 -0
  701. dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +203 -0
  702. dlubal/api/rstab/load_wizards/__init__.py +7 -0
  703. dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +46 -0
  704. dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +89 -0
  705. dlubal/api/rstab/load_wizards/load_model_pb2.py +50 -0
  706. dlubal/api/rstab/load_wizards/load_model_pb2.pyi +113 -0
  707. dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +46 -0
  708. dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +93 -0
  709. dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +45 -0
  710. dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +110 -0
  711. dlubal/api/rstab/load_wizards/moving_load_pb2.py +52 -0
  712. dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +715 -0
  713. dlubal/api/rstab/load_wizards/wind_profile_pb2.py +48 -0
  714. dlubal/api/rstab/load_wizards/wind_profile_pb2.pyi +777 -0
  715. dlubal/api/rstab/load_wizards/wind_simulation_pb2.py +55 -0
  716. dlubal/api/rstab/load_wizards/wind_simulation_pb2.pyi +148 -0
  717. dlubal/api/rstab/loading/__init__.py +16 -0
  718. dlubal/api/rstab/loading/action_combination_pb2.py +48 -0
  719. dlubal/api/rstab/loading/action_combination_pb2.pyi +153 -0
  720. dlubal/api/rstab/loading/action_pb2.py +54 -0
  721. dlubal/api/rstab/loading/action_pb2.pyi +719 -0
  722. dlubal/api/rstab/loading/combination_wizard_pb2.py +49 -0
  723. dlubal/api/rstab/loading/combination_wizard_pb2.pyi +116 -0
  724. dlubal/api/rstab/loading/design_situation_pb2.py +47 -0
  725. dlubal/api/rstab/loading/design_situation_pb2.pyi +1222 -0
  726. dlubal/api/rstab/loading/load_case_pb2.py +102 -0
  727. dlubal/api/rstab/loading/load_case_pb2.pyi +1365 -0
  728. dlubal/api/rstab/loading/load_combination_pb2.py +65 -0
  729. dlubal/api/rstab/loading/load_combination_pb2.pyi +384 -0
  730. dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +52 -0
  731. dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +147 -0
  732. dlubal/api/rstab/loading/optimization_settings_pb2.py +46 -0
  733. dlubal/api/rstab/loading/optimization_settings_pb2.pyi +111 -0
  734. dlubal/api/rstab/loading/pushover_analysis_settings_pb2.py +38 -0
  735. dlubal/api/rstab/loading/pushover_analysis_settings_pb2.pyi +50 -0
  736. dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +44 -0
  737. dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +66 -0
  738. dlubal/api/rstab/loading/result_combination_pb2.py +59 -0
  739. dlubal/api/rstab/loading/result_combination_pb2.pyi +300 -0
  740. dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +46 -0
  741. dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +80 -0
  742. dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +44 -0
  743. dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +118 -0
  744. dlubal/api/rstab/loading/static_analysis_settings_pb2.py +42 -0
  745. dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +110 -0
  746. dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +54 -0
  747. dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +163 -0
  748. dlubal/api/rstab/loading/wind_simulation_analysis_settings_pb2.py +52 -0
  749. dlubal/api/rstab/loading/wind_simulation_analysis_settings_pb2.pyi +176 -0
  750. dlubal/api/rstab/loads/__init__.py +5 -0
  751. dlubal/api/rstab/loads/additional_foundation_load_pb2.py +41 -0
  752. dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +80 -0
  753. dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +37 -0
  754. dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +43 -0
  755. dlubal/api/rstab/loads/member_load_pb2.py +79 -0
  756. dlubal/api/rstab/loads/member_load_pb2.pyi +492 -0
  757. dlubal/api/rstab/loads/member_set_load_pb2.py +79 -0
  758. dlubal/api/rstab/loads/member_set_load_pb2.pyi +490 -0
  759. dlubal/api/rstab/loads/nodal_load_pb2.py +49 -0
  760. dlubal/api/rstab/loads/nodal_load_pb2.pyi +224 -0
  761. dlubal/api/rstab/manipulation/__init__.py +1 -0
  762. dlubal/api/rstab/manipulation/manipulation_pb2.py +38 -0
  763. dlubal/api/rstab/manipulation/manipulation_pb2.pyi +25 -0
  764. dlubal/api/rstab/object_id_pb2.py +39 -0
  765. dlubal/api/rstab/object_id_pb2.pyi +25 -0
  766. dlubal/api/rstab/object_type_pb2.py +36 -0
  767. dlubal/api/rstab/object_type_pb2.pyi +256 -0
  768. dlubal/api/rstab/reinforcement/__init__.py +1 -0
  769. dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
  770. dlubal/api/rstab/reinforcement/concrete_durability_pb2.pyi +251 -0
  771. dlubal/api/rstab/results/__init__.py +4 -0
  772. dlubal/api/rstab/results/result_table_pb2.py +36 -0
  773. dlubal/api/rstab/results/result_table_pb2.pyi +584 -0
  774. dlubal/api/rstab/results/results_query_pb2.py +41 -0
  775. dlubal/api/rstab/results/results_query_pb2.pyi +31 -0
  776. dlubal/api/rstab/results/results_type_pb2.py +36 -0
  777. dlubal/api/rstab/results/results_type_pb2.pyi +454 -0
  778. dlubal/api/rstab/results/settings/__init__.py +1 -0
  779. dlubal/api/rstab/results/settings/result_settings_pb2.py +38 -0
  780. dlubal/api/rstab/results/settings/result_settings_pb2.pyi +23 -0
  781. dlubal/api/rstab/rsection_stresses/__init__.py +1 -0
  782. dlubal/api/rstab/rsection_stresses/member_configuration_pb2.py +41 -0
  783. dlubal/api/rstab/rsection_stresses/member_configuration_pb2.pyi +53 -0
  784. dlubal/api/rstab/steel_design/__init__.py +4 -0
  785. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
  786. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.pyi +188 -0
  787. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
  788. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.pyi +524 -0
  789. dlubal/api/rstab/steel_design/steel_member_local_cross_section_reduction_pb2.py +47 -0
  790. dlubal/api/rstab/steel_design/steel_member_local_cross_section_reduction_pb2.pyi +166 -0
  791. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  792. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.pyi +101 -0
  793. dlubal/api/rstab/steel_design_objects/__init__.py +4 -0
  794. dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +57 -0
  795. dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +143 -0
  796. dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +53 -0
  797. dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +121 -0
  798. dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +141 -0
  799. dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +613 -0
  800. dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +141 -0
  801. dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +613 -0
  802. dlubal/api/rstab/structure_advanced/__init__.py +5 -0
  803. dlubal/api/rstab/structure_advanced/block_pb2.py +55 -0
  804. dlubal/api/rstab/structure_advanced/block_pb2.pyi +192 -0
  805. dlubal/api/rstab/structure_advanced/cutting_pattern_pb2.py +44 -0
  806. dlubal/api/rstab/structure_advanced/cutting_pattern_pb2.pyi +71 -0
  807. dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +42 -0
  808. dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +65 -0
  809. dlubal/api/rstab/structure_advanced/rule_based_link_generator_pb2.py +49 -0
  810. dlubal/api/rstab/structure_advanced/rule_based_link_generator_pb2.pyi +108 -0
  811. dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +70 -0
  812. dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +275 -0
  813. dlubal/api/rstab/structure_core/__init__.py +7 -0
  814. dlubal/api/rstab/structure_core/cross_section_pb2.py +76 -0
  815. dlubal/api/rstab/structure_core/cross_section_pb2.pyi +2141 -0
  816. dlubal/api/rstab/structure_core/material_pb2.py +129 -0
  817. dlubal/api/rstab/structure_core/material_pb2.pyi +1132 -0
  818. dlubal/api/rstab/structure_core/member_pb2.py +228 -0
  819. dlubal/api/rstab/structure_core/member_pb2.pyi +2605 -0
  820. dlubal/api/rstab/structure_core/member_representative_pb2.py +324 -0
  821. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +4221 -0
  822. dlubal/api/rstab/structure_core/member_set_pb2.py +168 -0
  823. dlubal/api/rstab/structure_core/member_set_pb2.pyi +1955 -0
  824. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +456 -0
  825. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +6215 -0
  826. dlubal/api/rstab/structure_core/node_pb2.py +49 -0
  827. dlubal/api/rstab/structure_core/node_pb2.pyi +172 -0
  828. dlubal/api/rstab/timber_design/__init__.py +6 -0
  829. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
  830. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.pyi +478 -0
  831. dlubal/api/rstab/timber_design/timber_member_local_cross_section_reduction_pb2.py +48 -0
  832. dlubal/api/rstab/timber_design/timber_member_local_cross_section_reduction_pb2.pyi +121 -0
  833. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
  834. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.pyi +41 -0
  835. dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
  836. dlubal/api/rstab/timber_design/timber_screw_type_pb2.pyi +58 -0
  837. dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
  838. dlubal/api/rstab/timber_design/timber_service_class_pb2.pyi +41 -0
  839. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
  840. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.pyi +107 -0
  841. dlubal/api/rstab/timber_design_objects/__init__.py +3 -0
  842. dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +125 -0
  843. dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +517 -0
  844. dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +125 -0
  845. dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +517 -0
  846. dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +165 -0
  847. dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +745 -0
  848. dlubal/api/rstab/types_for_craneway_design/__init__.py +2 -0
  849. dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +36 -0
  850. dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +24 -0
  851. dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +52 -0
  852. dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +117 -0
  853. dlubal/api/rstab/types_for_members/__init__.py +13 -0
  854. dlubal/api/rstab/types_for_members/design_support_pb2.py +62 -0
  855. dlubal/api/rstab/types_for_members/design_support_pb2.pyi +249 -0
  856. dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +46 -0
  857. dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +99 -0
  858. dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +36 -0
  859. dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +52 -0
  860. dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +49 -0
  861. dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +107 -0
  862. dlubal/api/rstab/types_for_members/member_hinge_pb2.py +249 -0
  863. dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +1782 -0
  864. dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +38 -0
  865. dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +61 -0
  866. dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +40 -0
  867. dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +52 -0
  868. dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +50 -0
  869. dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +127 -0
  870. dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +40 -0
  871. dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +80 -0
  872. dlubal/api/rstab/types_for_members/member_spring_pb2.py +52 -0
  873. dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +149 -0
  874. dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +48 -0
  875. dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +139 -0
  876. dlubal/api/rstab/types_for_members/member_support_pb2.py +49 -0
  877. dlubal/api/rstab/types_for_members/member_support_pb2.pyi +156 -0
  878. dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +48 -0
  879. dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +143 -0
  880. dlubal/api/rstab/types_for_nodes/__init__.py +2 -0
  881. dlubal/api/rstab/types_for_nodes/nodal_link_pb2.py +43 -0
  882. dlubal/api/rstab/types_for_nodes/nodal_link_pb2.pyi +78 -0
  883. dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +211 -0
  884. dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +1444 -0
  885. dlubal/api/rstab/types_for_special_objects/__init__.py +1 -0
  886. dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +198 -0
  887. dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +1383 -0
  888. dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
  889. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  890. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
  891. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +42 -0
  892. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +69 -0
  893. dlubal_api-2.12.11.dist-info/METADATA +76 -0
  894. dlubal_api-2.12.11.dist-info/RECORD +960 -0
  895. dlubal_api-2.12.11.dist-info/WHEEL +5 -0
  896. dlubal_api-2.12.11.dist-info/top_level.txt +3 -0
  897. examples/rfem/base_data.py +28 -0
  898. examples/rfem/block.py +29 -0
  899. examples/rfem/bus_station.py +395 -0
  900. examples/rfem/cantilever.py +172 -0
  901. examples/rfem/column.py +185 -0
  902. examples/rfem/component_design.py +161 -0
  903. examples/rfem/demo_limits.py +373 -0
  904. examples/rfem/design_configuration.py +87 -0
  905. examples/rfem/design_results.py +58 -0
  906. examples/rfem/design_settings.py +37 -0
  907. examples/rfem/excel.py +86 -0
  908. examples/rfem/export_model_to.py +159 -0
  909. examples/rfem/frame.py +285 -0
  910. examples/rfem/import_from_ifc.py +60 -0
  911. examples/rfem/import_from_rsection.py +107 -0
  912. examples/rfem/import_from_xml.py +29 -0
  913. examples/rfem/material_user_defined.py +64 -0
  914. examples/rfem/mesh_settings.py +25 -0
  915. examples/rfem/modal_analysis.py +243 -0
  916. examples/rfem/multiple_models.py +93 -0
  917. examples/rfem/nurbs_topology.py +54 -0
  918. examples/rfem/results_access.py +38 -0
  919. examples/rfem/results_axes_system.py +53 -0
  920. examples/rfem/results_filtering.py +43 -0
  921. examples/rfem/results_in_location.py +39 -0
  922. examples/rfem/results_multiple_models.py +45 -0
  923. examples/rfem/sectioned_roof.py +449 -0
  924. examples/rfem/select_objects.py +39 -0
  925. examples/rfem/silo.py +750 -0
  926. examples/rfem/spectral_analysis.py +21124 -0
  927. examples/rfem/steel_hall.py +175 -0
  928. examples/rfem/steel_station.py +890 -0
  929. examples/rfem/stress_strain_analysis.py +95 -0
  930. examples/rfem/tank_wind_load.py +180 -0
  931. examples/rsection/base_data.py +20 -0
  932. examples/rsection/steel_section.py +114 -0
  933. examples/rstab/base_data.py +27 -0
  934. examples/rstab/cantilever.py +166 -0
  935. examples/rstab/column.py +184 -0
  936. examples/rstab/dataframe.py +20 -0
  937. examples/rstab/design_configuration.py +87 -0
  938. examples/rstab/design_settings.py +37 -0
  939. examples/rstab/excel.py +86 -0
  940. examples/rstab/export_model_to.py +154 -0
  941. examples/rstab/frame.py +285 -0
  942. examples/rstab/import_from_ifc.py +46 -0
  943. examples/rstab/import_from_rsection.py +107 -0
  944. examples/rstab/import_from_xml.py +29 -0
  945. examples/rstab/modal_analysis.py +238 -0
  946. examples/rstab/multiple_models.py +91 -0
  947. examples/rstab/results_access.py +38 -0
  948. examples/rstab/results_axes_system.py +53 -0
  949. examples/rstab/results_in_location.py +39 -0
  950. examples/rstab/results_multiple_models.py +40 -0
  951. examples/rstab/select_objects.py +39 -0
  952. examples/rstab/steel_hall.py +165 -0
  953. google/protobuf/any_pb2.py +37 -0
  954. google/protobuf/any_pb2.pyi +14 -0
  955. google/protobuf/descriptor_pb2.py +3363 -0
  956. google/protobuf/descriptor_pb2.pyi +723 -0
  957. google/protobuf/empty_pb2.py +37 -0
  958. google/protobuf/empty_pb2.pyi +9 -0
  959. google/protobuf/wrappers_pb2.py +53 -0
  960. google/protobuf/wrappers_pb2.pyi +59 -0
@@ -0,0 +1,2002 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+ import warnings
5
+
6
+ from dlubal.api.common import common_messages_pb2 as dlubal_dot_api_dot_common_dot_common__messages__pb2
7
+ from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
8
+ from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
9
+ from dlubal.api.rfem import application_pb2 as dlubal_dot_api_dot_rfem_dot_application__pb2
10
+ from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__data__pb2
11
+ from dlubal.api.rfem.mesh import mesh_settings_pb2 as dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2
12
+ from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
13
+ from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
14
+ from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
15
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
16
+
17
+ GRPC_GENERATED_VERSION = '1.68.0'
18
+ GRPC_VERSION = grpc.__version__
19
+ _version_not_supported = False
20
+
21
+ try:
22
+ from grpc._utilities import first_version_is_lower
23
+ _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
24
+ except ImportError:
25
+ _version_not_supported = True
26
+
27
+ if _version_not_supported:
28
+ raise RuntimeError(
29
+ f'The grpc package installed is at version {GRPC_VERSION},'
30
+ + f' but the generated code in dlubal/api/rfem/application_pb2_grpc.py depends on'
31
+ + f' grpcio>={GRPC_GENERATED_VERSION}.'
32
+ + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
33
+ + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
34
+ )
35
+
36
+
37
+ class ApplicationStub(object):
38
+ """Missing associated documentation comment in .proto file."""
39
+
40
+ def __init__(self, channel):
41
+ """Constructor.
42
+
43
+ Args:
44
+ channel: A grpc.Channel.
45
+ """
46
+ self.create_model = channel.unary_unary(
47
+ '/dlubal.api.rfem.Application/create_model',
48
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CreateModelRequest.SerializeToString,
49
+ response_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
50
+ _registered_method=True)
51
+ self.open_model = channel.unary_unary(
52
+ '/dlubal.api.rfem.Application/open_model',
53
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OpenModelRequest.SerializeToString,
54
+ response_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
55
+ _registered_method=True)
56
+ self.save_model = channel.unary_unary(
57
+ '/dlubal.api.rfem.Application/save_model',
58
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.SaveModelAsRequest.SerializeToString,
59
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
60
+ _registered_method=True)
61
+ self.close_model = channel.unary_unary(
62
+ '/dlubal.api.rfem.Application/close_model',
63
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CloseModelRequest.SerializeToString,
64
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
65
+ _registered_method=True)
66
+ self.close_all_models = channel.unary_unary(
67
+ '/dlubal.api.rfem.Application/close_all_models',
68
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CloseAllModelsRequest.SerializeToString,
69
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
70
+ _registered_method=True)
71
+ self.get_active_model = channel.unary_unary(
72
+ '/dlubal.api.rfem.Application/get_active_model',
73
+ request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
74
+ response_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
75
+ _registered_method=True)
76
+ self.set_active_model = channel.unary_unary(
77
+ '/dlubal.api.rfem.Application/set_active_model',
78
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
79
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
80
+ _registered_method=True)
81
+ self.close_application = channel.unary_unary(
82
+ '/dlubal.api.rfem.Application/close_application',
83
+ request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
84
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
85
+ _registered_method=True)
86
+ self.get_model_list = channel.unary_unary(
87
+ '/dlubal.api.rfem.Application/get_model_list',
88
+ request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
89
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ModelList.FromString,
90
+ _registered_method=True)
91
+ self.get_application_info = channel.unary_unary(
92
+ '/dlubal.api.rfem.Application/get_application_info',
93
+ request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
94
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ApplicationInfo.FromString,
95
+ _registered_method=True)
96
+ self.get_subscription_info = channel.unary_unary(
97
+ '/dlubal.api.rfem.Application/get_subscription_info',
98
+ request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
99
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.SubscriptionInfo.FromString,
100
+ _registered_method=True)
101
+ self.close_connection = channel.unary_unary(
102
+ '/dlubal.api.rfem.Application/close_connection',
103
+ request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
104
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
105
+ _registered_method=True)
106
+ self.get_object_impl = channel.unary_unary(
107
+ '/dlubal.api.rfem.Application/get_object_impl',
108
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
109
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.FromString,
110
+ _registered_method=True)
111
+ self.get_object_list_impl = channel.unary_unary(
112
+ '/dlubal.api.rfem.Application/get_object_list_impl',
113
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.GetObjectListRequest.SerializeToString,
114
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.FromString,
115
+ _registered_method=True)
116
+ self.create_object_impl = channel.unary_unary(
117
+ '/dlubal.api.rfem.Application/create_object_impl',
118
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
119
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
120
+ _registered_method=True)
121
+ self.create_object_list_impl = channel.unary_unary(
122
+ '/dlubal.api.rfem.Application/create_object_list_impl',
123
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
124
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
125
+ _registered_method=True)
126
+ self.update_object_impl = channel.unary_unary(
127
+ '/dlubal.api.rfem.Application/update_object_impl',
128
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
129
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
130
+ _registered_method=True)
131
+ self.update_object_list_impl = channel.unary_unary(
132
+ '/dlubal.api.rfem.Application/update_object_list_impl',
133
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
134
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
135
+ _registered_method=True)
136
+ self.delete_object_impl = channel.unary_unary(
137
+ '/dlubal.api.rfem.Application/delete_object_impl',
138
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
139
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
140
+ _registered_method=True)
141
+ self.delete_object_list_impl = channel.unary_unary(
142
+ '/dlubal.api.rfem.Application/delete_object_list_impl',
143
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
144
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
145
+ _registered_method=True)
146
+ self.delete_all_objects = channel.unary_unary(
147
+ '/dlubal.api.rfem.Application/delete_all_objects',
148
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
149
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
150
+ _registered_method=True)
151
+ self.calculate_all = channel.unary_unary(
152
+ '/dlubal.api.rfem.Application/calculate_all',
153
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CalculateAllRequest.SerializeToString,
154
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
155
+ _registered_method=True)
156
+ self.calculate_specific = channel.unary_unary(
157
+ '/dlubal.api.rfem.Application/calculate_specific',
158
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.SerializeToString,
159
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
160
+ _registered_method=True)
161
+ self.has_results = channel.unary_unary(
162
+ '/dlubal.api.rfem.Application/has_results',
163
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.HasResultsRequest.SerializeToString,
164
+ response_deserializer=google_dot_protobuf_dot_wrappers__pb2.BoolValue.FromString,
165
+ _registered_method=True)
166
+ self.get_results_impl = channel.unary_unary(
167
+ '/dlubal.api.rfem.Application/get_results_impl',
168
+ request_serializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
169
+ response_deserializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
170
+ _registered_method=True)
171
+ self.get_result_table_impl = channel.unary_unary(
172
+ '/dlubal.api.rfem.Application/get_result_table_impl',
173
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.SerializeToString,
174
+ response_deserializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
175
+ _registered_method=True)
176
+ self.plausibility_check = channel.unary_unary(
177
+ '/dlubal.api.rfem.Application/plausibility_check',
178
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.PlausibilityCheckRequest.SerializeToString,
179
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
180
+ _registered_method=True)
181
+ self.get_object_id_list = channel.unary_unary(
182
+ '/dlubal.api.rfem.Application/get_object_id_list',
183
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.SerializeToString,
184
+ response_deserializer=dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.FromString,
185
+ _registered_method=True)
186
+ self.get_model_main_parameters = channel.unary_unary(
187
+ '/dlubal.api.rfem.Application/get_model_main_parameters',
188
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
189
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ModelMainParameters.FromString,
190
+ _registered_method=True)
191
+ self.generate_combinations = channel.unary_unary(
192
+ '/dlubal.api.rfem.Application/generate_combinations',
193
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
194
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
195
+ _registered_method=True)
196
+ self.convert_objects_impl = channel.unary_unary(
197
+ '/dlubal.api.rfem.Application/convert_objects_impl',
198
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ConvertObjectsRequest.SerializeToString,
199
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
200
+ _registered_method=True)
201
+ self.get_base_data = channel.unary_unary(
202
+ '/dlubal.api.rfem.Application/get_base_data',
203
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
204
+ response_deserializer=dlubal_dot_api_dot_rfem_dot_base__data__pb2.BaseData.FromString,
205
+ _registered_method=True)
206
+ self.set_base_data = channel.unary_unary(
207
+ '/dlubal.api.rfem.Application/set_base_data',
208
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.BaseDataRequest.SerializeToString,
209
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
210
+ _registered_method=True)
211
+ self.import_from_impl = channel.unary_unary(
212
+ '/dlubal.api.rfem.Application/import_from_impl',
213
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ImportRequest.SerializeToString,
214
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
215
+ _registered_method=True)
216
+ self.export_to_impl = channel.unary_unary(
217
+ '/dlubal.api.rfem.Application/export_to_impl',
218
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ExportRequest.SerializeToString,
219
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
220
+ _registered_method=True)
221
+ self.select_objects_impl = channel.unary_unary(
222
+ '/dlubal.api.rfem.Application/select_objects_impl',
223
+ request_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
224
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
225
+ _registered_method=True)
226
+ self.get_mesh_settings = channel.unary_unary(
227
+ '/dlubal.api.rfem.Application/get_mesh_settings',
228
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
229
+ response_deserializer=dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2.MeshSettings.FromString,
230
+ _registered_method=True)
231
+ self.set_mesh_settings = channel.unary_unary(
232
+ '/dlubal.api.rfem.Application/set_mesh_settings',
233
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.SetMeshSettingsRequest.SerializeToString,
234
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
235
+ _registered_method=True)
236
+ self.generate_mesh = channel.unary_unary(
237
+ '/dlubal.api.rfem.Application/generate_mesh',
238
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GenerateMeshRequest.SerializeToString,
239
+ response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
240
+ _registered_method=True)
241
+ self.get_mesh_statistics = channel.unary_unary(
242
+ '/dlubal.api.rfem.Application/get_mesh_statistics',
243
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
244
+ response_deserializer=dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2.MeshStatistics.FromString,
245
+ _registered_method=True)
246
+ self.delete_mesh = channel.unary_unary(
247
+ '/dlubal.api.rfem.Application/delete_mesh',
248
+ request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
249
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
250
+ _registered_method=True)
251
+ self.get_design_settings = channel.unary_unary(
252
+ '/dlubal.api.rfem.Application/get_design_settings',
253
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetDesignSettingsRequest.SerializeToString,
254
+ response_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GlobalSettingsTreeTable.FromString,
255
+ _registered_method=True)
256
+ self.set_design_settings = channel.unary_unary(
257
+ '/dlubal.api.rfem.Application/set_design_settings',
258
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.SetDesignSettingsRequest.SerializeToString,
259
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
260
+ _registered_method=True)
261
+ self.move_objects_impl = channel.unary_unary(
262
+ '/dlubal.api.rfem.Application/move_objects_impl',
263
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.MoveObjectsRequest.SerializeToString,
264
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
265
+ _registered_method=True)
266
+
267
+
268
+ class ApplicationServicer(object):
269
+ """Missing associated documentation comment in .proto file."""
270
+
271
+ def create_model(self, request, context):
272
+ """Creates new model with the name specified in request.
273
+ Returns model id of created model
274
+ """
275
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
276
+ context.set_details('Method not implemented!')
277
+ raise NotImplementedError('Method not implemented!')
278
+
279
+ def open_model(self, request, context):
280
+ """Opens model from path specified in 'name' field of the request
281
+ Returns model id of opened model
282
+ """
283
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
284
+ context.set_details('Method not implemented!')
285
+ raise NotImplementedError('Method not implemented!')
286
+
287
+ def save_model(self, request, context):
288
+ """Saves model specified by model id to optional specified path
289
+ """
290
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
291
+ context.set_details('Method not implemented!')
292
+ raise NotImplementedError('Method not implemented!')
293
+
294
+ def close_model(self, request, context):
295
+ """Closes model specified by model id
296
+ """
297
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
298
+ context.set_details('Method not implemented!')
299
+ raise NotImplementedError('Method not implemented!')
300
+
301
+ def close_all_models(self, request, context):
302
+ """Closes all open models
303
+ """
304
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
305
+ context.set_details('Method not implemented!')
306
+ raise NotImplementedError('Method not implemented!')
307
+
308
+ def get_active_model(self, request, context):
309
+ """Returns model id of an active model
310
+ """
311
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
312
+ context.set_details('Method not implemented!')
313
+ raise NotImplementedError('Method not implemented!')
314
+
315
+ def set_active_model(self, request, context):
316
+ """Sets active model specified by model id
317
+ """
318
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
319
+ context.set_details('Method not implemented!')
320
+ raise NotImplementedError('Method not implemented!')
321
+
322
+ def close_application(self, request, context):
323
+ """Closes the whole application
324
+ """
325
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
326
+ context.set_details('Method not implemented!')
327
+ raise NotImplementedError('Method not implemented!')
328
+
329
+ def get_model_list(self, request, context):
330
+ """Returns list of models and information about them
331
+ """
332
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
333
+ context.set_details('Method not implemented!')
334
+ raise NotImplementedError('Method not implemented!')
335
+
336
+ def get_application_info(self, request, context):
337
+ """Returns information about the application
338
+ """
339
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
340
+ context.set_details('Method not implemented!')
341
+ raise NotImplementedError('Method not implemented!')
342
+
343
+ def get_subscription_info(self, request, context):
344
+ """Returns current company's API subscription information
345
+ """
346
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
347
+ context.set_details('Method not implemented!')
348
+ raise NotImplementedError('Method not implemented!')
349
+
350
+ def close_connection(self, request, context):
351
+ """Closes connection to API server
352
+ """
353
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
354
+ context.set_details('Method not implemented!')
355
+ raise NotImplementedError('Method not implemented!')
356
+
357
+ def get_object_impl(self, request, context):
358
+ """Missing associated documentation comment in .proto file."""
359
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
360
+ context.set_details('Method not implemented!')
361
+ raise NotImplementedError('Method not implemented!')
362
+
363
+ def get_object_list_impl(self, request, context):
364
+ """Missing associated documentation comment in .proto file."""
365
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
366
+ context.set_details('Method not implemented!')
367
+ raise NotImplementedError('Method not implemented!')
368
+
369
+ def create_object_impl(self, request, context):
370
+ """Missing associated documentation comment in .proto file."""
371
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
372
+ context.set_details('Method not implemented!')
373
+ raise NotImplementedError('Method not implemented!')
374
+
375
+ def create_object_list_impl(self, request, context):
376
+ """Missing associated documentation comment in .proto file."""
377
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
378
+ context.set_details('Method not implemented!')
379
+ raise NotImplementedError('Method not implemented!')
380
+
381
+ def update_object_impl(self, request, context):
382
+ """Missing associated documentation comment in .proto file."""
383
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
384
+ context.set_details('Method not implemented!')
385
+ raise NotImplementedError('Method not implemented!')
386
+
387
+ def update_object_list_impl(self, request, context):
388
+ """Missing associated documentation comment in .proto file."""
389
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
390
+ context.set_details('Method not implemented!')
391
+ raise NotImplementedError('Method not implemented!')
392
+
393
+ def delete_object_impl(self, request, context):
394
+ """Missing associated documentation comment in .proto file."""
395
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
396
+ context.set_details('Method not implemented!')
397
+ raise NotImplementedError('Method not implemented!')
398
+
399
+ def delete_object_list_impl(self, request, context):
400
+ """Missing associated documentation comment in .proto file."""
401
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
402
+ context.set_details('Method not implemented!')
403
+ raise NotImplementedError('Method not implemented!')
404
+
405
+ def delete_all_objects(self, request, context):
406
+ """Deletes all objects
407
+ """
408
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
409
+ context.set_details('Method not implemented!')
410
+ raise NotImplementedError('Method not implemented!')
411
+
412
+ def calculate_all(self, request, context):
413
+ """Performs a full calculation for all objects.
414
+ Returns result of the operation, description of the result and possibly additional information about an error.
415
+ """
416
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
417
+ context.set_details('Method not implemented!')
418
+ raise NotImplementedError('Method not implemented!')
419
+
420
+ def calculate_specific(self, request, context):
421
+ """Performs a calculation for the specific objects.
422
+ Returns result of the operation, description of the result and possibly additional information about an error.
423
+ """
424
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
425
+ context.set_details('Method not implemented!')
426
+ raise NotImplementedError('Method not implemented!')
427
+
428
+ def has_results(self, request, context):
429
+ """Checks whether the model contains calculation results for the selected loading, loading type, or any loading.
430
+ Returns True if results are available.
431
+ """
432
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
433
+ context.set_details('Method not implemented!')
434
+ raise NotImplementedError('Method not implemented!')
435
+
436
+ def get_results_impl(self, request, context):
437
+ """Missing associated documentation comment in .proto file."""
438
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
439
+ context.set_details('Method not implemented!')
440
+ raise NotImplementedError('Method not implemented!')
441
+
442
+ def get_result_table_impl(self, request, context):
443
+ """Missing associated documentation comment in .proto file."""
444
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
445
+ context.set_details('Method not implemented!')
446
+ raise NotImplementedError('Method not implemented!')
447
+
448
+ def plausibility_check(self, request, context):
449
+ """Performs validation based on the specified validation type.
450
+ Returns result of the operation, description of the result and possibly additional information about an error.
451
+ """
452
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
453
+ context.set_details('Method not implemented!')
454
+ raise NotImplementedError('Method not implemented!')
455
+
456
+ def get_object_id_list(self, request, context):
457
+ """Retrieves object ids filtered by a specific type.
458
+ If you want to retrieve all object ids, do not specify the object_type.
459
+ """
460
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
461
+ context.set_details('Method not implemented!')
462
+ raise NotImplementedError('Method not implemented!')
463
+
464
+ def get_model_main_parameters(self, request, context):
465
+ """Retrieves the main parameters of a model, including its ID, name, description,
466
+ comments, file path, and associated project details.
467
+ """
468
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
469
+ context.set_details('Method not implemented!')
470
+ raise NotImplementedError('Method not implemented!')
471
+
472
+ def generate_combinations(self, request, context):
473
+ """Generates combinations.
474
+ """
475
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
476
+ context.set_details('Method not implemented!')
477
+ raise NotImplementedError('Method not implemented!')
478
+
479
+ def convert_objects_impl(self, request, context):
480
+ """Converts specified objects into different objects.
481
+ """
482
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
483
+ context.set_details('Method not implemented!')
484
+ raise NotImplementedError('Method not implemented!')
485
+
486
+ def get_base_data(self, request, context):
487
+ """Get the base data.
488
+ This method returns the complete set of data stored for a particular model,
489
+ including add-ons, standards, general and combinations settings, etc.
490
+ """
491
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
492
+ context.set_details('Method not implemented!')
493
+ raise NotImplementedError('Method not implemented!')
494
+
495
+ def set_base_data(self, request, context):
496
+ """Set the base data.
497
+ This method updates the complete set of data for a particular model,
498
+ including add-ons, standards, general and combinations settings, and other parameters.
499
+ """
500
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
501
+ context.set_details('Method not implemented!')
502
+ raise NotImplementedError('Method not implemented!')
503
+
504
+ def import_from_impl(self, request, context):
505
+ """Imports data from the specified file.
506
+ """
507
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
508
+ context.set_details('Method not implemented!')
509
+ raise NotImplementedError('Method not implemented!')
510
+
511
+ def export_to_impl(self, request, context):
512
+ """Exports model into specified format.
513
+ """
514
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
515
+ context.set_details('Method not implemented!')
516
+ raise NotImplementedError('Method not implemented!')
517
+
518
+ def select_objects_impl(self, request, context):
519
+ """Selects objects in the model according to the provided list
520
+ """
521
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
522
+ context.set_details('Method not implemented!')
523
+ raise NotImplementedError('Method not implemented!')
524
+
525
+ def get_mesh_settings(self, request, context):
526
+ """Returns mesh settings.
527
+ """
528
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
529
+ context.set_details('Method not implemented!')
530
+ raise NotImplementedError('Method not implemented!')
531
+
532
+ def set_mesh_settings(self, request, context):
533
+ """Sets mesh settings.
534
+ """
535
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
536
+ context.set_details('Method not implemented!')
537
+ raise NotImplementedError('Method not implemented!')
538
+
539
+ def generate_mesh(self, request, context):
540
+ """Generates mesh.
541
+ Returns result of the operation.
542
+ """
543
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
544
+ context.set_details('Method not implemented!')
545
+ raise NotImplementedError('Method not implemented!')
546
+
547
+ def get_mesh_statistics(self, request, context):
548
+ """Returns mesh statistics.
549
+ """
550
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
551
+ context.set_details('Method not implemented!')
552
+ raise NotImplementedError('Method not implemented!')
553
+
554
+ def delete_mesh(self, request, context):
555
+ """Delete mesh
556
+ """
557
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
558
+ context.set_details('Method not implemented!')
559
+ raise NotImplementedError('Method not implemented!')
560
+
561
+ def get_design_settings(self, request, context):
562
+ """Get global settings for a design addon.
563
+ """
564
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
565
+ context.set_details('Method not implemented!')
566
+ raise NotImplementedError('Method not implemented!')
567
+
568
+ def set_design_settings(self, request, context):
569
+ """Set global settings for a design addon.
570
+ """
571
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
572
+ context.set_details('Method not implemented!')
573
+ raise NotImplementedError('Method not implemented!')
574
+
575
+ def move_objects_impl(self, request, context):
576
+ """Move, transform, rotate or copy selected objects
577
+ """
578
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
579
+ context.set_details('Method not implemented!')
580
+ raise NotImplementedError('Method not implemented!')
581
+
582
+
583
+ def add_ApplicationServicer_to_server(servicer, server):
584
+ rpc_method_handlers = {
585
+ 'create_model': grpc.unary_unary_rpc_method_handler(
586
+ servicer.create_model,
587
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CreateModelRequest.FromString,
588
+ response_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
589
+ ),
590
+ 'open_model': grpc.unary_unary_rpc_method_handler(
591
+ servicer.open_model,
592
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OpenModelRequest.FromString,
593
+ response_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
594
+ ),
595
+ 'save_model': grpc.unary_unary_rpc_method_handler(
596
+ servicer.save_model,
597
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.SaveModelAsRequest.FromString,
598
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
599
+ ),
600
+ 'close_model': grpc.unary_unary_rpc_method_handler(
601
+ servicer.close_model,
602
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CloseModelRequest.FromString,
603
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
604
+ ),
605
+ 'close_all_models': grpc.unary_unary_rpc_method_handler(
606
+ servicer.close_all_models,
607
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CloseAllModelsRequest.FromString,
608
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
609
+ ),
610
+ 'get_active_model': grpc.unary_unary_rpc_method_handler(
611
+ servicer.get_active_model,
612
+ request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
613
+ response_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
614
+ ),
615
+ 'set_active_model': grpc.unary_unary_rpc_method_handler(
616
+ servicer.set_active_model,
617
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
618
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
619
+ ),
620
+ 'close_application': grpc.unary_unary_rpc_method_handler(
621
+ servicer.close_application,
622
+ request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
623
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
624
+ ),
625
+ 'get_model_list': grpc.unary_unary_rpc_method_handler(
626
+ servicer.get_model_list,
627
+ request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
628
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ModelList.SerializeToString,
629
+ ),
630
+ 'get_application_info': grpc.unary_unary_rpc_method_handler(
631
+ servicer.get_application_info,
632
+ request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
633
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ApplicationInfo.SerializeToString,
634
+ ),
635
+ 'get_subscription_info': grpc.unary_unary_rpc_method_handler(
636
+ servicer.get_subscription_info,
637
+ request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
638
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.SubscriptionInfo.SerializeToString,
639
+ ),
640
+ 'close_connection': grpc.unary_unary_rpc_method_handler(
641
+ servicer.close_connection,
642
+ request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
643
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
644
+ ),
645
+ 'get_object_impl': grpc.unary_unary_rpc_method_handler(
646
+ servicer.get_object_impl,
647
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.FromString,
648
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
649
+ ),
650
+ 'get_object_list_impl': grpc.unary_unary_rpc_method_handler(
651
+ servicer.get_object_list_impl,
652
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.GetObjectListRequest.FromString,
653
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
654
+ ),
655
+ 'create_object_impl': grpc.unary_unary_rpc_method_handler(
656
+ servicer.create_object_impl,
657
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.FromString,
658
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
659
+ ),
660
+ 'create_object_list_impl': grpc.unary_unary_rpc_method_handler(
661
+ servicer.create_object_list_impl,
662
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.FromString,
663
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
664
+ ),
665
+ 'update_object_impl': grpc.unary_unary_rpc_method_handler(
666
+ servicer.update_object_impl,
667
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.FromString,
668
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
669
+ ),
670
+ 'update_object_list_impl': grpc.unary_unary_rpc_method_handler(
671
+ servicer.update_object_list_impl,
672
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.FromString,
673
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
674
+ ),
675
+ 'delete_object_impl': grpc.unary_unary_rpc_method_handler(
676
+ servicer.delete_object_impl,
677
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.FromString,
678
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
679
+ ),
680
+ 'delete_object_list_impl': grpc.unary_unary_rpc_method_handler(
681
+ servicer.delete_object_list_impl,
682
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.FromString,
683
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
684
+ ),
685
+ 'delete_all_objects': grpc.unary_unary_rpc_method_handler(
686
+ servicer.delete_all_objects,
687
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
688
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
689
+ ),
690
+ 'calculate_all': grpc.unary_unary_rpc_method_handler(
691
+ servicer.calculate_all,
692
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.CalculateAllRequest.FromString,
693
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
694
+ ),
695
+ 'calculate_specific': grpc.unary_unary_rpc_method_handler(
696
+ servicer.calculate_specific,
697
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.FromString,
698
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
699
+ ),
700
+ 'has_results': grpc.unary_unary_rpc_method_handler(
701
+ servicer.has_results,
702
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.HasResultsRequest.FromString,
703
+ response_serializer=google_dot_protobuf_dot_wrappers__pb2.BoolValue.SerializeToString,
704
+ ),
705
+ 'get_results_impl': grpc.unary_unary_rpc_method_handler(
706
+ servicer.get_results_impl,
707
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
708
+ response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
709
+ ),
710
+ 'get_result_table_impl': grpc.unary_unary_rpc_method_handler(
711
+ servicer.get_result_table_impl,
712
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.FromString,
713
+ response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
714
+ ),
715
+ 'plausibility_check': grpc.unary_unary_rpc_method_handler(
716
+ servicer.plausibility_check,
717
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.PlausibilityCheckRequest.FromString,
718
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
719
+ ),
720
+ 'get_object_id_list': grpc.unary_unary_rpc_method_handler(
721
+ servicer.get_object_id_list,
722
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.FromString,
723
+ response_serializer=dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.SerializeToString,
724
+ ),
725
+ 'get_model_main_parameters': grpc.unary_unary_rpc_method_handler(
726
+ servicer.get_model_main_parameters,
727
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
728
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ModelMainParameters.SerializeToString,
729
+ ),
730
+ 'generate_combinations': grpc.unary_unary_rpc_method_handler(
731
+ servicer.generate_combinations,
732
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
733
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
734
+ ),
735
+ 'convert_objects_impl': grpc.unary_unary_rpc_method_handler(
736
+ servicer.convert_objects_impl,
737
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ConvertObjectsRequest.FromString,
738
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
739
+ ),
740
+ 'get_base_data': grpc.unary_unary_rpc_method_handler(
741
+ servicer.get_base_data,
742
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
743
+ response_serializer=dlubal_dot_api_dot_rfem_dot_base__data__pb2.BaseData.SerializeToString,
744
+ ),
745
+ 'set_base_data': grpc.unary_unary_rpc_method_handler(
746
+ servicer.set_base_data,
747
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.BaseDataRequest.FromString,
748
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
749
+ ),
750
+ 'import_from_impl': grpc.unary_unary_rpc_method_handler(
751
+ servicer.import_from_impl,
752
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ImportRequest.FromString,
753
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
754
+ ),
755
+ 'export_to_impl': grpc.unary_unary_rpc_method_handler(
756
+ servicer.export_to_impl,
757
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ExportRequest.FromString,
758
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
759
+ ),
760
+ 'select_objects_impl': grpc.unary_unary_rpc_method_handler(
761
+ servicer.select_objects_impl,
762
+ request_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.FromString,
763
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
764
+ ),
765
+ 'get_mesh_settings': grpc.unary_unary_rpc_method_handler(
766
+ servicer.get_mesh_settings,
767
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
768
+ response_serializer=dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2.MeshSettings.SerializeToString,
769
+ ),
770
+ 'set_mesh_settings': grpc.unary_unary_rpc_method_handler(
771
+ servicer.set_mesh_settings,
772
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.SetMeshSettingsRequest.FromString,
773
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
774
+ ),
775
+ 'generate_mesh': grpc.unary_unary_rpc_method_handler(
776
+ servicer.generate_mesh,
777
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GenerateMeshRequest.FromString,
778
+ response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
779
+ ),
780
+ 'get_mesh_statistics': grpc.unary_unary_rpc_method_handler(
781
+ servicer.get_mesh_statistics,
782
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
783
+ response_serializer=dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2.MeshStatistics.SerializeToString,
784
+ ),
785
+ 'delete_mesh': grpc.unary_unary_rpc_method_handler(
786
+ servicer.delete_mesh,
787
+ request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
788
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
789
+ ),
790
+ 'get_design_settings': grpc.unary_unary_rpc_method_handler(
791
+ servicer.get_design_settings,
792
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetDesignSettingsRequest.FromString,
793
+ response_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GlobalSettingsTreeTable.SerializeToString,
794
+ ),
795
+ 'set_design_settings': grpc.unary_unary_rpc_method_handler(
796
+ servicer.set_design_settings,
797
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.SetDesignSettingsRequest.FromString,
798
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
799
+ ),
800
+ 'move_objects_impl': grpc.unary_unary_rpc_method_handler(
801
+ servicer.move_objects_impl,
802
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.MoveObjectsRequest.FromString,
803
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
804
+ ),
805
+ }
806
+ generic_handler = grpc.method_handlers_generic_handler(
807
+ 'dlubal.api.rfem.Application', rpc_method_handlers)
808
+ server.add_generic_rpc_handlers((generic_handler,))
809
+ server.add_registered_method_handlers('dlubal.api.rfem.Application', rpc_method_handlers)
810
+
811
+
812
+ # This class is part of an EXPERIMENTAL API.
813
+ class Application(object):
814
+ """Missing associated documentation comment in .proto file."""
815
+
816
+ @staticmethod
817
+ def create_model(request,
818
+ target,
819
+ options=(),
820
+ channel_credentials=None,
821
+ call_credentials=None,
822
+ insecure=False,
823
+ compression=None,
824
+ wait_for_ready=None,
825
+ timeout=None,
826
+ metadata=None):
827
+ return grpc.experimental.unary_unary(
828
+ request,
829
+ target,
830
+ '/dlubal.api.rfem.Application/create_model',
831
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.CreateModelRequest.SerializeToString,
832
+ dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
833
+ options,
834
+ channel_credentials,
835
+ insecure,
836
+ call_credentials,
837
+ compression,
838
+ wait_for_ready,
839
+ timeout,
840
+ metadata,
841
+ _registered_method=True)
842
+
843
+ @staticmethod
844
+ def open_model(request,
845
+ target,
846
+ options=(),
847
+ channel_credentials=None,
848
+ call_credentials=None,
849
+ insecure=False,
850
+ compression=None,
851
+ wait_for_ready=None,
852
+ timeout=None,
853
+ metadata=None):
854
+ return grpc.experimental.unary_unary(
855
+ request,
856
+ target,
857
+ '/dlubal.api.rfem.Application/open_model',
858
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.OpenModelRequest.SerializeToString,
859
+ dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
860
+ options,
861
+ channel_credentials,
862
+ insecure,
863
+ call_credentials,
864
+ compression,
865
+ wait_for_ready,
866
+ timeout,
867
+ metadata,
868
+ _registered_method=True)
869
+
870
+ @staticmethod
871
+ def save_model(request,
872
+ target,
873
+ options=(),
874
+ channel_credentials=None,
875
+ call_credentials=None,
876
+ insecure=False,
877
+ compression=None,
878
+ wait_for_ready=None,
879
+ timeout=None,
880
+ metadata=None):
881
+ return grpc.experimental.unary_unary(
882
+ request,
883
+ target,
884
+ '/dlubal.api.rfem.Application/save_model',
885
+ dlubal_dot_api_dot_rfem_dot_application__pb2.SaveModelAsRequest.SerializeToString,
886
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
887
+ options,
888
+ channel_credentials,
889
+ insecure,
890
+ call_credentials,
891
+ compression,
892
+ wait_for_ready,
893
+ timeout,
894
+ metadata,
895
+ _registered_method=True)
896
+
897
+ @staticmethod
898
+ def close_model(request,
899
+ target,
900
+ options=(),
901
+ channel_credentials=None,
902
+ call_credentials=None,
903
+ insecure=False,
904
+ compression=None,
905
+ wait_for_ready=None,
906
+ timeout=None,
907
+ metadata=None):
908
+ return grpc.experimental.unary_unary(
909
+ request,
910
+ target,
911
+ '/dlubal.api.rfem.Application/close_model',
912
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.CloseModelRequest.SerializeToString,
913
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
914
+ options,
915
+ channel_credentials,
916
+ insecure,
917
+ call_credentials,
918
+ compression,
919
+ wait_for_ready,
920
+ timeout,
921
+ metadata,
922
+ _registered_method=True)
923
+
924
+ @staticmethod
925
+ def close_all_models(request,
926
+ target,
927
+ options=(),
928
+ channel_credentials=None,
929
+ call_credentials=None,
930
+ insecure=False,
931
+ compression=None,
932
+ wait_for_ready=None,
933
+ timeout=None,
934
+ metadata=None):
935
+ return grpc.experimental.unary_unary(
936
+ request,
937
+ target,
938
+ '/dlubal.api.rfem.Application/close_all_models',
939
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.CloseAllModelsRequest.SerializeToString,
940
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
941
+ options,
942
+ channel_credentials,
943
+ insecure,
944
+ call_credentials,
945
+ compression,
946
+ wait_for_ready,
947
+ timeout,
948
+ metadata,
949
+ _registered_method=True)
950
+
951
+ @staticmethod
952
+ def get_active_model(request,
953
+ target,
954
+ options=(),
955
+ channel_credentials=None,
956
+ call_credentials=None,
957
+ insecure=False,
958
+ compression=None,
959
+ wait_for_ready=None,
960
+ timeout=None,
961
+ metadata=None):
962
+ return grpc.experimental.unary_unary(
963
+ request,
964
+ target,
965
+ '/dlubal.api.rfem.Application/get_active_model',
966
+ google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
967
+ dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.FromString,
968
+ options,
969
+ channel_credentials,
970
+ insecure,
971
+ call_credentials,
972
+ compression,
973
+ wait_for_ready,
974
+ timeout,
975
+ metadata,
976
+ _registered_method=True)
977
+
978
+ @staticmethod
979
+ def set_active_model(request,
980
+ target,
981
+ options=(),
982
+ channel_credentials=None,
983
+ call_credentials=None,
984
+ insecure=False,
985
+ compression=None,
986
+ wait_for_ready=None,
987
+ timeout=None,
988
+ metadata=None):
989
+ return grpc.experimental.unary_unary(
990
+ request,
991
+ target,
992
+ '/dlubal.api.rfem.Application/set_active_model',
993
+ dlubal_dot_api_dot_common_dot_model__id__pb2.ModelId.SerializeToString,
994
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
995
+ options,
996
+ channel_credentials,
997
+ insecure,
998
+ call_credentials,
999
+ compression,
1000
+ wait_for_ready,
1001
+ timeout,
1002
+ metadata,
1003
+ _registered_method=True)
1004
+
1005
+ @staticmethod
1006
+ def close_application(request,
1007
+ target,
1008
+ options=(),
1009
+ channel_credentials=None,
1010
+ call_credentials=None,
1011
+ insecure=False,
1012
+ compression=None,
1013
+ wait_for_ready=None,
1014
+ timeout=None,
1015
+ metadata=None):
1016
+ return grpc.experimental.unary_unary(
1017
+ request,
1018
+ target,
1019
+ '/dlubal.api.rfem.Application/close_application',
1020
+ google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
1021
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1022
+ options,
1023
+ channel_credentials,
1024
+ insecure,
1025
+ call_credentials,
1026
+ compression,
1027
+ wait_for_ready,
1028
+ timeout,
1029
+ metadata,
1030
+ _registered_method=True)
1031
+
1032
+ @staticmethod
1033
+ def get_model_list(request,
1034
+ target,
1035
+ options=(),
1036
+ channel_credentials=None,
1037
+ call_credentials=None,
1038
+ insecure=False,
1039
+ compression=None,
1040
+ wait_for_ready=None,
1041
+ timeout=None,
1042
+ metadata=None):
1043
+ return grpc.experimental.unary_unary(
1044
+ request,
1045
+ target,
1046
+ '/dlubal.api.rfem.Application/get_model_list',
1047
+ google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
1048
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ModelList.FromString,
1049
+ options,
1050
+ channel_credentials,
1051
+ insecure,
1052
+ call_credentials,
1053
+ compression,
1054
+ wait_for_ready,
1055
+ timeout,
1056
+ metadata,
1057
+ _registered_method=True)
1058
+
1059
+ @staticmethod
1060
+ def get_application_info(request,
1061
+ target,
1062
+ options=(),
1063
+ channel_credentials=None,
1064
+ call_credentials=None,
1065
+ insecure=False,
1066
+ compression=None,
1067
+ wait_for_ready=None,
1068
+ timeout=None,
1069
+ metadata=None):
1070
+ return grpc.experimental.unary_unary(
1071
+ request,
1072
+ target,
1073
+ '/dlubal.api.rfem.Application/get_application_info',
1074
+ google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
1075
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ApplicationInfo.FromString,
1076
+ options,
1077
+ channel_credentials,
1078
+ insecure,
1079
+ call_credentials,
1080
+ compression,
1081
+ wait_for_ready,
1082
+ timeout,
1083
+ metadata,
1084
+ _registered_method=True)
1085
+
1086
+ @staticmethod
1087
+ def get_subscription_info(request,
1088
+ target,
1089
+ options=(),
1090
+ channel_credentials=None,
1091
+ call_credentials=None,
1092
+ insecure=False,
1093
+ compression=None,
1094
+ wait_for_ready=None,
1095
+ timeout=None,
1096
+ metadata=None):
1097
+ return grpc.experimental.unary_unary(
1098
+ request,
1099
+ target,
1100
+ '/dlubal.api.rfem.Application/get_subscription_info',
1101
+ google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
1102
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.SubscriptionInfo.FromString,
1103
+ options,
1104
+ channel_credentials,
1105
+ insecure,
1106
+ call_credentials,
1107
+ compression,
1108
+ wait_for_ready,
1109
+ timeout,
1110
+ metadata,
1111
+ _registered_method=True)
1112
+
1113
+ @staticmethod
1114
+ def close_connection(request,
1115
+ target,
1116
+ options=(),
1117
+ channel_credentials=None,
1118
+ call_credentials=None,
1119
+ insecure=False,
1120
+ compression=None,
1121
+ wait_for_ready=None,
1122
+ timeout=None,
1123
+ metadata=None):
1124
+ return grpc.experimental.unary_unary(
1125
+ request,
1126
+ target,
1127
+ '/dlubal.api.rfem.Application/close_connection',
1128
+ google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
1129
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1130
+ options,
1131
+ channel_credentials,
1132
+ insecure,
1133
+ call_credentials,
1134
+ compression,
1135
+ wait_for_ready,
1136
+ timeout,
1137
+ metadata,
1138
+ _registered_method=True)
1139
+
1140
+ @staticmethod
1141
+ def get_object_impl(request,
1142
+ target,
1143
+ options=(),
1144
+ channel_credentials=None,
1145
+ call_credentials=None,
1146
+ insecure=False,
1147
+ compression=None,
1148
+ wait_for_ready=None,
1149
+ timeout=None,
1150
+ metadata=None):
1151
+ return grpc.experimental.unary_unary(
1152
+ request,
1153
+ target,
1154
+ '/dlubal.api.rfem.Application/get_object_impl',
1155
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
1156
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.FromString,
1157
+ options,
1158
+ channel_credentials,
1159
+ insecure,
1160
+ call_credentials,
1161
+ compression,
1162
+ wait_for_ready,
1163
+ timeout,
1164
+ metadata,
1165
+ _registered_method=True)
1166
+
1167
+ @staticmethod
1168
+ def get_object_list_impl(request,
1169
+ target,
1170
+ options=(),
1171
+ channel_credentials=None,
1172
+ call_credentials=None,
1173
+ insecure=False,
1174
+ compression=None,
1175
+ wait_for_ready=None,
1176
+ timeout=None,
1177
+ metadata=None):
1178
+ return grpc.experimental.unary_unary(
1179
+ request,
1180
+ target,
1181
+ '/dlubal.api.rfem.Application/get_object_list_impl',
1182
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.GetObjectListRequest.SerializeToString,
1183
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.FromString,
1184
+ options,
1185
+ channel_credentials,
1186
+ insecure,
1187
+ call_credentials,
1188
+ compression,
1189
+ wait_for_ready,
1190
+ timeout,
1191
+ metadata,
1192
+ _registered_method=True)
1193
+
1194
+ @staticmethod
1195
+ def create_object_impl(request,
1196
+ target,
1197
+ options=(),
1198
+ channel_credentials=None,
1199
+ call_credentials=None,
1200
+ insecure=False,
1201
+ compression=None,
1202
+ wait_for_ready=None,
1203
+ timeout=None,
1204
+ metadata=None):
1205
+ return grpc.experimental.unary_unary(
1206
+ request,
1207
+ target,
1208
+ '/dlubal.api.rfem.Application/create_object_impl',
1209
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
1210
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1211
+ options,
1212
+ channel_credentials,
1213
+ insecure,
1214
+ call_credentials,
1215
+ compression,
1216
+ wait_for_ready,
1217
+ timeout,
1218
+ metadata,
1219
+ _registered_method=True)
1220
+
1221
+ @staticmethod
1222
+ def create_object_list_impl(request,
1223
+ target,
1224
+ options=(),
1225
+ channel_credentials=None,
1226
+ call_credentials=None,
1227
+ insecure=False,
1228
+ compression=None,
1229
+ wait_for_ready=None,
1230
+ timeout=None,
1231
+ metadata=None):
1232
+ return grpc.experimental.unary_unary(
1233
+ request,
1234
+ target,
1235
+ '/dlubal.api.rfem.Application/create_object_list_impl',
1236
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
1237
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1238
+ options,
1239
+ channel_credentials,
1240
+ insecure,
1241
+ call_credentials,
1242
+ compression,
1243
+ wait_for_ready,
1244
+ timeout,
1245
+ metadata,
1246
+ _registered_method=True)
1247
+
1248
+ @staticmethod
1249
+ def update_object_impl(request,
1250
+ target,
1251
+ options=(),
1252
+ channel_credentials=None,
1253
+ call_credentials=None,
1254
+ insecure=False,
1255
+ compression=None,
1256
+ wait_for_ready=None,
1257
+ timeout=None,
1258
+ metadata=None):
1259
+ return grpc.experimental.unary_unary(
1260
+ request,
1261
+ target,
1262
+ '/dlubal.api.rfem.Application/update_object_impl',
1263
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
1264
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1265
+ options,
1266
+ channel_credentials,
1267
+ insecure,
1268
+ call_credentials,
1269
+ compression,
1270
+ wait_for_ready,
1271
+ timeout,
1272
+ metadata,
1273
+ _registered_method=True)
1274
+
1275
+ @staticmethod
1276
+ def update_object_list_impl(request,
1277
+ target,
1278
+ options=(),
1279
+ channel_credentials=None,
1280
+ call_credentials=None,
1281
+ insecure=False,
1282
+ compression=None,
1283
+ wait_for_ready=None,
1284
+ timeout=None,
1285
+ metadata=None):
1286
+ return grpc.experimental.unary_unary(
1287
+ request,
1288
+ target,
1289
+ '/dlubal.api.rfem.Application/update_object_list_impl',
1290
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
1291
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1292
+ options,
1293
+ channel_credentials,
1294
+ insecure,
1295
+ call_credentials,
1296
+ compression,
1297
+ wait_for_ready,
1298
+ timeout,
1299
+ metadata,
1300
+ _registered_method=True)
1301
+
1302
+ @staticmethod
1303
+ def delete_object_impl(request,
1304
+ target,
1305
+ options=(),
1306
+ channel_credentials=None,
1307
+ call_credentials=None,
1308
+ insecure=False,
1309
+ compression=None,
1310
+ wait_for_ready=None,
1311
+ timeout=None,
1312
+ metadata=None):
1313
+ return grpc.experimental.unary_unary(
1314
+ request,
1315
+ target,
1316
+ '/dlubal.api.rfem.Application/delete_object_impl',
1317
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.Object.SerializeToString,
1318
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1319
+ options,
1320
+ channel_credentials,
1321
+ insecure,
1322
+ call_credentials,
1323
+ compression,
1324
+ wait_for_ready,
1325
+ timeout,
1326
+ metadata,
1327
+ _registered_method=True)
1328
+
1329
+ @staticmethod
1330
+ def delete_object_list_impl(request,
1331
+ target,
1332
+ options=(),
1333
+ channel_credentials=None,
1334
+ call_credentials=None,
1335
+ insecure=False,
1336
+ compression=None,
1337
+ wait_for_ready=None,
1338
+ timeout=None,
1339
+ metadata=None):
1340
+ return grpc.experimental.unary_unary(
1341
+ request,
1342
+ target,
1343
+ '/dlubal.api.rfem.Application/delete_object_list_impl',
1344
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
1345
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1346
+ options,
1347
+ channel_credentials,
1348
+ insecure,
1349
+ call_credentials,
1350
+ compression,
1351
+ wait_for_ready,
1352
+ timeout,
1353
+ metadata,
1354
+ _registered_method=True)
1355
+
1356
+ @staticmethod
1357
+ def delete_all_objects(request,
1358
+ target,
1359
+ options=(),
1360
+ channel_credentials=None,
1361
+ call_credentials=None,
1362
+ insecure=False,
1363
+ compression=None,
1364
+ wait_for_ready=None,
1365
+ timeout=None,
1366
+ metadata=None):
1367
+ return grpc.experimental.unary_unary(
1368
+ request,
1369
+ target,
1370
+ '/dlubal.api.rfem.Application/delete_all_objects',
1371
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1372
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1373
+ options,
1374
+ channel_credentials,
1375
+ insecure,
1376
+ call_credentials,
1377
+ compression,
1378
+ wait_for_ready,
1379
+ timeout,
1380
+ metadata,
1381
+ _registered_method=True)
1382
+
1383
+ @staticmethod
1384
+ def calculate_all(request,
1385
+ target,
1386
+ options=(),
1387
+ channel_credentials=None,
1388
+ call_credentials=None,
1389
+ insecure=False,
1390
+ compression=None,
1391
+ wait_for_ready=None,
1392
+ timeout=None,
1393
+ metadata=None):
1394
+ return grpc.experimental.unary_unary(
1395
+ request,
1396
+ target,
1397
+ '/dlubal.api.rfem.Application/calculate_all',
1398
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.CalculateAllRequest.SerializeToString,
1399
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
1400
+ options,
1401
+ channel_credentials,
1402
+ insecure,
1403
+ call_credentials,
1404
+ compression,
1405
+ wait_for_ready,
1406
+ timeout,
1407
+ metadata,
1408
+ _registered_method=True)
1409
+
1410
+ @staticmethod
1411
+ def calculate_specific(request,
1412
+ target,
1413
+ options=(),
1414
+ channel_credentials=None,
1415
+ call_credentials=None,
1416
+ insecure=False,
1417
+ compression=None,
1418
+ wait_for_ready=None,
1419
+ timeout=None,
1420
+ metadata=None):
1421
+ return grpc.experimental.unary_unary(
1422
+ request,
1423
+ target,
1424
+ '/dlubal.api.rfem.Application/calculate_specific',
1425
+ dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.SerializeToString,
1426
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
1427
+ options,
1428
+ channel_credentials,
1429
+ insecure,
1430
+ call_credentials,
1431
+ compression,
1432
+ wait_for_ready,
1433
+ timeout,
1434
+ metadata,
1435
+ _registered_method=True)
1436
+
1437
+ @staticmethod
1438
+ def has_results(request,
1439
+ target,
1440
+ options=(),
1441
+ channel_credentials=None,
1442
+ call_credentials=None,
1443
+ insecure=False,
1444
+ compression=None,
1445
+ wait_for_ready=None,
1446
+ timeout=None,
1447
+ metadata=None):
1448
+ return grpc.experimental.unary_unary(
1449
+ request,
1450
+ target,
1451
+ '/dlubal.api.rfem.Application/has_results',
1452
+ dlubal_dot_api_dot_rfem_dot_application__pb2.HasResultsRequest.SerializeToString,
1453
+ google_dot_protobuf_dot_wrappers__pb2.BoolValue.FromString,
1454
+ options,
1455
+ channel_credentials,
1456
+ insecure,
1457
+ call_credentials,
1458
+ compression,
1459
+ wait_for_ready,
1460
+ timeout,
1461
+ metadata,
1462
+ _registered_method=True)
1463
+
1464
+ @staticmethod
1465
+ def get_results_impl(request,
1466
+ target,
1467
+ options=(),
1468
+ channel_credentials=None,
1469
+ call_credentials=None,
1470
+ insecure=False,
1471
+ compression=None,
1472
+ wait_for_ready=None,
1473
+ timeout=None,
1474
+ metadata=None):
1475
+ return grpc.experimental.unary_unary(
1476
+ request,
1477
+ target,
1478
+ '/dlubal.api.rfem.Application/get_results_impl',
1479
+ dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
1480
+ dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
1481
+ options,
1482
+ channel_credentials,
1483
+ insecure,
1484
+ call_credentials,
1485
+ compression,
1486
+ wait_for_ready,
1487
+ timeout,
1488
+ metadata,
1489
+ _registered_method=True)
1490
+
1491
+ @staticmethod
1492
+ def get_result_table_impl(request,
1493
+ target,
1494
+ options=(),
1495
+ channel_credentials=None,
1496
+ call_credentials=None,
1497
+ insecure=False,
1498
+ compression=None,
1499
+ wait_for_ready=None,
1500
+ timeout=None,
1501
+ metadata=None):
1502
+ return grpc.experimental.unary_unary(
1503
+ request,
1504
+ target,
1505
+ '/dlubal.api.rfem.Application/get_result_table_impl',
1506
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.SerializeToString,
1507
+ dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
1508
+ options,
1509
+ channel_credentials,
1510
+ insecure,
1511
+ call_credentials,
1512
+ compression,
1513
+ wait_for_ready,
1514
+ timeout,
1515
+ metadata,
1516
+ _registered_method=True)
1517
+
1518
+ @staticmethod
1519
+ def plausibility_check(request,
1520
+ target,
1521
+ options=(),
1522
+ channel_credentials=None,
1523
+ call_credentials=None,
1524
+ insecure=False,
1525
+ compression=None,
1526
+ wait_for_ready=None,
1527
+ timeout=None,
1528
+ metadata=None):
1529
+ return grpc.experimental.unary_unary(
1530
+ request,
1531
+ target,
1532
+ '/dlubal.api.rfem.Application/plausibility_check',
1533
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.PlausibilityCheckRequest.SerializeToString,
1534
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
1535
+ options,
1536
+ channel_credentials,
1537
+ insecure,
1538
+ call_credentials,
1539
+ compression,
1540
+ wait_for_ready,
1541
+ timeout,
1542
+ metadata,
1543
+ _registered_method=True)
1544
+
1545
+ @staticmethod
1546
+ def get_object_id_list(request,
1547
+ target,
1548
+ options=(),
1549
+ channel_credentials=None,
1550
+ call_credentials=None,
1551
+ insecure=False,
1552
+ compression=None,
1553
+ wait_for_ready=None,
1554
+ timeout=None,
1555
+ metadata=None):
1556
+ return grpc.experimental.unary_unary(
1557
+ request,
1558
+ target,
1559
+ '/dlubal.api.rfem.Application/get_object_id_list',
1560
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.SerializeToString,
1561
+ dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.FromString,
1562
+ options,
1563
+ channel_credentials,
1564
+ insecure,
1565
+ call_credentials,
1566
+ compression,
1567
+ wait_for_ready,
1568
+ timeout,
1569
+ metadata,
1570
+ _registered_method=True)
1571
+
1572
+ @staticmethod
1573
+ def get_model_main_parameters(request,
1574
+ target,
1575
+ options=(),
1576
+ channel_credentials=None,
1577
+ call_credentials=None,
1578
+ insecure=False,
1579
+ compression=None,
1580
+ wait_for_ready=None,
1581
+ timeout=None,
1582
+ metadata=None):
1583
+ return grpc.experimental.unary_unary(
1584
+ request,
1585
+ target,
1586
+ '/dlubal.api.rfem.Application/get_model_main_parameters',
1587
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1588
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ModelMainParameters.FromString,
1589
+ options,
1590
+ channel_credentials,
1591
+ insecure,
1592
+ call_credentials,
1593
+ compression,
1594
+ wait_for_ready,
1595
+ timeout,
1596
+ metadata,
1597
+ _registered_method=True)
1598
+
1599
+ @staticmethod
1600
+ def generate_combinations(request,
1601
+ target,
1602
+ options=(),
1603
+ channel_credentials=None,
1604
+ call_credentials=None,
1605
+ insecure=False,
1606
+ compression=None,
1607
+ wait_for_ready=None,
1608
+ timeout=None,
1609
+ metadata=None):
1610
+ return grpc.experimental.unary_unary(
1611
+ request,
1612
+ target,
1613
+ '/dlubal.api.rfem.Application/generate_combinations',
1614
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1615
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1616
+ options,
1617
+ channel_credentials,
1618
+ insecure,
1619
+ call_credentials,
1620
+ compression,
1621
+ wait_for_ready,
1622
+ timeout,
1623
+ metadata,
1624
+ _registered_method=True)
1625
+
1626
+ @staticmethod
1627
+ def convert_objects_impl(request,
1628
+ target,
1629
+ options=(),
1630
+ channel_credentials=None,
1631
+ call_credentials=None,
1632
+ insecure=False,
1633
+ compression=None,
1634
+ wait_for_ready=None,
1635
+ timeout=None,
1636
+ metadata=None):
1637
+ return grpc.experimental.unary_unary(
1638
+ request,
1639
+ target,
1640
+ '/dlubal.api.rfem.Application/convert_objects_impl',
1641
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ConvertObjectsRequest.SerializeToString,
1642
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1643
+ options,
1644
+ channel_credentials,
1645
+ insecure,
1646
+ call_credentials,
1647
+ compression,
1648
+ wait_for_ready,
1649
+ timeout,
1650
+ metadata,
1651
+ _registered_method=True)
1652
+
1653
+ @staticmethod
1654
+ def get_base_data(request,
1655
+ target,
1656
+ options=(),
1657
+ channel_credentials=None,
1658
+ call_credentials=None,
1659
+ insecure=False,
1660
+ compression=None,
1661
+ wait_for_ready=None,
1662
+ timeout=None,
1663
+ metadata=None):
1664
+ return grpc.experimental.unary_unary(
1665
+ request,
1666
+ target,
1667
+ '/dlubal.api.rfem.Application/get_base_data',
1668
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1669
+ dlubal_dot_api_dot_rfem_dot_base__data__pb2.BaseData.FromString,
1670
+ options,
1671
+ channel_credentials,
1672
+ insecure,
1673
+ call_credentials,
1674
+ compression,
1675
+ wait_for_ready,
1676
+ timeout,
1677
+ metadata,
1678
+ _registered_method=True)
1679
+
1680
+ @staticmethod
1681
+ def set_base_data(request,
1682
+ target,
1683
+ options=(),
1684
+ channel_credentials=None,
1685
+ call_credentials=None,
1686
+ insecure=False,
1687
+ compression=None,
1688
+ wait_for_ready=None,
1689
+ timeout=None,
1690
+ metadata=None):
1691
+ return grpc.experimental.unary_unary(
1692
+ request,
1693
+ target,
1694
+ '/dlubal.api.rfem.Application/set_base_data',
1695
+ dlubal_dot_api_dot_rfem_dot_application__pb2.BaseDataRequest.SerializeToString,
1696
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1697
+ options,
1698
+ channel_credentials,
1699
+ insecure,
1700
+ call_credentials,
1701
+ compression,
1702
+ wait_for_ready,
1703
+ timeout,
1704
+ metadata,
1705
+ _registered_method=True)
1706
+
1707
+ @staticmethod
1708
+ def import_from_impl(request,
1709
+ target,
1710
+ options=(),
1711
+ channel_credentials=None,
1712
+ call_credentials=None,
1713
+ insecure=False,
1714
+ compression=None,
1715
+ wait_for_ready=None,
1716
+ timeout=None,
1717
+ metadata=None):
1718
+ return grpc.experimental.unary_unary(
1719
+ request,
1720
+ target,
1721
+ '/dlubal.api.rfem.Application/import_from_impl',
1722
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ImportRequest.SerializeToString,
1723
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1724
+ options,
1725
+ channel_credentials,
1726
+ insecure,
1727
+ call_credentials,
1728
+ compression,
1729
+ wait_for_ready,
1730
+ timeout,
1731
+ metadata,
1732
+ _registered_method=True)
1733
+
1734
+ @staticmethod
1735
+ def export_to_impl(request,
1736
+ target,
1737
+ options=(),
1738
+ channel_credentials=None,
1739
+ call_credentials=None,
1740
+ insecure=False,
1741
+ compression=None,
1742
+ wait_for_ready=None,
1743
+ timeout=None,
1744
+ metadata=None):
1745
+ return grpc.experimental.unary_unary(
1746
+ request,
1747
+ target,
1748
+ '/dlubal.api.rfem.Application/export_to_impl',
1749
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ExportRequest.SerializeToString,
1750
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1751
+ options,
1752
+ channel_credentials,
1753
+ insecure,
1754
+ call_credentials,
1755
+ compression,
1756
+ wait_for_ready,
1757
+ timeout,
1758
+ metadata,
1759
+ _registered_method=True)
1760
+
1761
+ @staticmethod
1762
+ def select_objects_impl(request,
1763
+ target,
1764
+ options=(),
1765
+ channel_credentials=None,
1766
+ call_credentials=None,
1767
+ insecure=False,
1768
+ compression=None,
1769
+ wait_for_ready=None,
1770
+ timeout=None,
1771
+ metadata=None):
1772
+ return grpc.experimental.unary_unary(
1773
+ request,
1774
+ target,
1775
+ '/dlubal.api.rfem.Application/select_objects_impl',
1776
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.ObjectList.SerializeToString,
1777
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1778
+ options,
1779
+ channel_credentials,
1780
+ insecure,
1781
+ call_credentials,
1782
+ compression,
1783
+ wait_for_ready,
1784
+ timeout,
1785
+ metadata,
1786
+ _registered_method=True)
1787
+
1788
+ @staticmethod
1789
+ def get_mesh_settings(request,
1790
+ target,
1791
+ options=(),
1792
+ channel_credentials=None,
1793
+ call_credentials=None,
1794
+ insecure=False,
1795
+ compression=None,
1796
+ wait_for_ready=None,
1797
+ timeout=None,
1798
+ metadata=None):
1799
+ return grpc.experimental.unary_unary(
1800
+ request,
1801
+ target,
1802
+ '/dlubal.api.rfem.Application/get_mesh_settings',
1803
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1804
+ dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2.MeshSettings.FromString,
1805
+ options,
1806
+ channel_credentials,
1807
+ insecure,
1808
+ call_credentials,
1809
+ compression,
1810
+ wait_for_ready,
1811
+ timeout,
1812
+ metadata,
1813
+ _registered_method=True)
1814
+
1815
+ @staticmethod
1816
+ def set_mesh_settings(request,
1817
+ target,
1818
+ options=(),
1819
+ channel_credentials=None,
1820
+ call_credentials=None,
1821
+ insecure=False,
1822
+ compression=None,
1823
+ wait_for_ready=None,
1824
+ timeout=None,
1825
+ metadata=None):
1826
+ return grpc.experimental.unary_unary(
1827
+ request,
1828
+ target,
1829
+ '/dlubal.api.rfem.Application/set_mesh_settings',
1830
+ dlubal_dot_api_dot_rfem_dot_application__pb2.SetMeshSettingsRequest.SerializeToString,
1831
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1832
+ options,
1833
+ channel_credentials,
1834
+ insecure,
1835
+ call_credentials,
1836
+ compression,
1837
+ wait_for_ready,
1838
+ timeout,
1839
+ metadata,
1840
+ _registered_method=True)
1841
+
1842
+ @staticmethod
1843
+ def generate_mesh(request,
1844
+ target,
1845
+ options=(),
1846
+ channel_credentials=None,
1847
+ call_credentials=None,
1848
+ insecure=False,
1849
+ compression=None,
1850
+ wait_for_ready=None,
1851
+ timeout=None,
1852
+ metadata=None):
1853
+ return grpc.experimental.unary_unary(
1854
+ request,
1855
+ target,
1856
+ '/dlubal.api.rfem.Application/generate_mesh',
1857
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GenerateMeshRequest.SerializeToString,
1858
+ dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
1859
+ options,
1860
+ channel_credentials,
1861
+ insecure,
1862
+ call_credentials,
1863
+ compression,
1864
+ wait_for_ready,
1865
+ timeout,
1866
+ metadata,
1867
+ _registered_method=True)
1868
+
1869
+ @staticmethod
1870
+ def get_mesh_statistics(request,
1871
+ target,
1872
+ options=(),
1873
+ channel_credentials=None,
1874
+ call_credentials=None,
1875
+ insecure=False,
1876
+ compression=None,
1877
+ wait_for_ready=None,
1878
+ timeout=None,
1879
+ metadata=None):
1880
+ return grpc.experimental.unary_unary(
1881
+ request,
1882
+ target,
1883
+ '/dlubal.api.rfem.Application/get_mesh_statistics',
1884
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1885
+ dlubal_dot_api_dot_rfem_dot_mesh_dot_mesh__settings__pb2.MeshStatistics.FromString,
1886
+ options,
1887
+ channel_credentials,
1888
+ insecure,
1889
+ call_credentials,
1890
+ compression,
1891
+ wait_for_ready,
1892
+ timeout,
1893
+ metadata,
1894
+ _registered_method=True)
1895
+
1896
+ @staticmethod
1897
+ def delete_mesh(request,
1898
+ target,
1899
+ options=(),
1900
+ channel_credentials=None,
1901
+ call_credentials=None,
1902
+ insecure=False,
1903
+ compression=None,
1904
+ wait_for_ready=None,
1905
+ timeout=None,
1906
+ metadata=None):
1907
+ return grpc.experimental.unary_unary(
1908
+ request,
1909
+ target,
1910
+ '/dlubal.api.rfem.Application/delete_mesh',
1911
+ dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
1912
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1913
+ options,
1914
+ channel_credentials,
1915
+ insecure,
1916
+ call_credentials,
1917
+ compression,
1918
+ wait_for_ready,
1919
+ timeout,
1920
+ metadata,
1921
+ _registered_method=True)
1922
+
1923
+ @staticmethod
1924
+ def get_design_settings(request,
1925
+ target,
1926
+ options=(),
1927
+ channel_credentials=None,
1928
+ call_credentials=None,
1929
+ insecure=False,
1930
+ compression=None,
1931
+ wait_for_ready=None,
1932
+ timeout=None,
1933
+ metadata=None):
1934
+ return grpc.experimental.unary_unary(
1935
+ request,
1936
+ target,
1937
+ '/dlubal.api.rfem.Application/get_design_settings',
1938
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GetDesignSettingsRequest.SerializeToString,
1939
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GlobalSettingsTreeTable.FromString,
1940
+ options,
1941
+ channel_credentials,
1942
+ insecure,
1943
+ call_credentials,
1944
+ compression,
1945
+ wait_for_ready,
1946
+ timeout,
1947
+ metadata,
1948
+ _registered_method=True)
1949
+
1950
+ @staticmethod
1951
+ def set_design_settings(request,
1952
+ target,
1953
+ options=(),
1954
+ channel_credentials=None,
1955
+ call_credentials=None,
1956
+ insecure=False,
1957
+ compression=None,
1958
+ wait_for_ready=None,
1959
+ timeout=None,
1960
+ metadata=None):
1961
+ return grpc.experimental.unary_unary(
1962
+ request,
1963
+ target,
1964
+ '/dlubal.api.rfem.Application/set_design_settings',
1965
+ dlubal_dot_api_dot_rfem_dot_application__pb2.SetDesignSettingsRequest.SerializeToString,
1966
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1967
+ options,
1968
+ channel_credentials,
1969
+ insecure,
1970
+ call_credentials,
1971
+ compression,
1972
+ wait_for_ready,
1973
+ timeout,
1974
+ metadata,
1975
+ _registered_method=True)
1976
+
1977
+ @staticmethod
1978
+ def move_objects_impl(request,
1979
+ target,
1980
+ options=(),
1981
+ channel_credentials=None,
1982
+ call_credentials=None,
1983
+ insecure=False,
1984
+ compression=None,
1985
+ wait_for_ready=None,
1986
+ timeout=None,
1987
+ metadata=None):
1988
+ return grpc.experimental.unary_unary(
1989
+ request,
1990
+ target,
1991
+ '/dlubal.api.rfem.Application/move_objects_impl',
1992
+ dlubal_dot_api_dot_rfem_dot_application__pb2.MoveObjectsRequest.SerializeToString,
1993
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1994
+ options,
1995
+ channel_credentials,
1996
+ insecure,
1997
+ call_credentials,
1998
+ compression,
1999
+ wait_for_ready,
2000
+ timeout,
2001
+ metadata,
2002
+ _registered_method=True)