dlubal.api 2.10.5__tar.gz → 2.10.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dlubal.api might be problematic. Click here for more details.

Files changed (396) hide show
  1. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/PKG-INFO +3 -4
  2. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/README.md +2 -3
  3. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/connection.py +19 -1
  4. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/__init__.py +3 -0
  5. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/application.py +64 -7
  6. dlubal_api-2.10.7/dlubal/api/rfem/application_pb2.py +89 -0
  7. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/application_pb2.pyi +43 -18
  8. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/application_pb2_grpc.py +135 -3
  9. dlubal_api-2.10.7/dlubal/api/rfem/base_data_pb2.py +116 -0
  10. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/base_data_pb2.pyi +14 -0
  11. dlubal_api-2.10.7/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +53 -0
  12. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +5 -4
  13. dlubal_api-2.10.7/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +70 -0
  14. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +46 -22
  15. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +3 -3
  16. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +2 -0
  17. dlubal_api-2.10.7/dlubal/api/rfem/ifc_objects/__init__.py +2 -0
  18. dlubal_api-2.10.7/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +46 -0
  19. dlubal_api-2.10.7/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +90 -0
  20. dlubal_api-2.10.7/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +36 -0
  21. dlubal_api-2.10.7/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +19 -0
  22. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +15 -15
  23. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +4 -4
  24. dlubal_api-2.10.7/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +50 -0
  25. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +3 -2
  26. dlubal_api-2.10.7/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +50 -0
  27. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +3 -2
  28. dlubal_api-2.10.7/dlubal/api/rfem/import_export/__init__.py +1 -0
  29. dlubal_api-2.10.7/dlubal/api/rfem/import_export/import_attributes_pb2.py +36 -0
  30. dlubal_api-2.10.7/dlubal/api/rfem/import_export/import_attributes_pb2.pyi +9 -0
  31. dlubal_api-2.10.7/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +55 -0
  32. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +7 -6
  33. dlubal_api-2.10.7/dlubal/api/rfem/loading/action_combination_pb2.py +48 -0
  34. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/action_combination_pb2.pyi +4 -4
  35. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/action_pb2.py +7 -7
  36. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/action_pb2.pyi +4 -0
  37. dlubal_api-2.10.7/dlubal/api/rfem/loading/combination_wizard_pb2.py +45 -0
  38. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +3 -2
  39. dlubal_api-2.10.7/dlubal/api/rfem/loading/design_situation_pb2.py +43 -0
  40. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/design_situation_pb2.pyi +21 -2
  41. dlubal_api-2.10.7/dlubal/api/rfem/loading/load_case_pb2.py +90 -0
  42. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/load_case_pb2.pyi +37 -8
  43. dlubal_api-2.10.7/dlubal/api/rfem/loading/load_combination_pb2.py +61 -0
  44. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/load_combination_pb2.pyi +39 -14
  45. dlubal_api-2.10.7/dlubal/api/rfem/loading/result_combination_pb2.py +55 -0
  46. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/result_combination_pb2.pyi +34 -9
  47. dlubal_api-2.10.7/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +48 -0
  48. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +10 -4
  49. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/surface_load_pb2.py +1 -1
  50. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/surface_load_pb2.pyi +4 -4
  51. dlubal_api-2.10.7/dlubal/api/rfem/object_id_pb2.py +39 -0
  52. dlubal_api-2.10.7/dlubal/api/rfem/object_id_pb2.pyi +25 -0
  53. dlubal_api-2.10.7/dlubal/api/rfem/object_type_pb2.py +36 -0
  54. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/object_type_pb2.pyi +4 -0
  55. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/packing.py +4 -0
  56. dlubal_api-2.10.7/dlubal/api/rfem/results/__init__.py +4 -0
  57. dlubal_api-2.10.7/dlubal/api/rfem/results/result_table_pb2.py +36 -0
  58. dlubal_api-2.10.7/dlubal/api/rfem/results/result_table_pb2.pyi +70 -0
  59. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/results/results_query_pb2.py +6 -6
  60. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/results/results_query_pb2.pyi +5 -5
  61. dlubal_api-2.10.7/dlubal/api/rfem/results/results_type_pb2.py +36 -0
  62. dlubal_api-2.10.7/dlubal/api/rfem/results/results_type_pb2.pyi +112 -0
  63. dlubal_api-2.10.7/dlubal/api/rfem/structure_core/material_pb2.py +142 -0
  64. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/material_pb2.pyi +28 -28
  65. dlubal_api-2.10.7/dlubal/api/rfem/structure_core/member_pb2.py +171 -0
  66. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/member_pb2.pyi +74 -68
  67. dlubal_api-2.10.7/dlubal/api/rfem/structure_core/member_representative_pb2.py +253 -0
  68. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +136 -130
  69. dlubal_api-2.10.7/dlubal/api/rfem/structure_core/member_set_pb2.py +137 -0
  70. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +62 -62
  71. dlubal_api-2.10.7/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +353 -0
  72. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +198 -192
  73. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/section_pb2.py +25 -25
  74. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/section_pb2.pyi +2 -0
  75. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/thickness_pb2.py +27 -27
  76. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +4 -4
  77. dlubal_api-2.10.7/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +79 -0
  78. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +14 -13
  79. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +11 -11
  80. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +6 -6
  81. dlubal_api-2.10.7/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +107 -0
  82. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +24 -23
  83. dlubal_api-2.10.7/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +195 -0
  84. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +12 -12
  85. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +9 -9
  86. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +4 -4
  87. dlubal_api-2.10.7/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +124 -0
  88. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +3 -2
  89. dlubal_api-2.10.7/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +124 -0
  90. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +3 -2
  91. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +13 -13
  92. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +4 -4
  93. dlubal_api-2.10.7/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +113 -0
  94. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +14 -13
  95. dlubal_api-2.10.7/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +93 -0
  96. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +20 -19
  97. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +11 -11
  98. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +6 -6
  99. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal.api.egg-info/PKG-INFO +3 -4
  100. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal.api.egg-info/SOURCES.txt +28 -0
  101. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/setup.py +1 -1
  102. dlubal_api-2.10.5/dlubal/api/rfem/application_pb2.py +0 -83
  103. dlubal_api-2.10.5/dlubal/api/rfem/base_data_pb2.py +0 -116
  104. dlubal_api-2.10.5/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -52
  105. dlubal_api-2.10.5/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -70
  106. dlubal_api-2.10.5/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -49
  107. dlubal_api-2.10.5/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -49
  108. dlubal_api-2.10.5/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -54
  109. dlubal_api-2.10.5/dlubal/api/rfem/loading/action_combination_pb2.py +0 -48
  110. dlubal_api-2.10.5/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -44
  111. dlubal_api-2.10.5/dlubal/api/rfem/loading/design_situation_pb2.py +0 -42
  112. dlubal_api-2.10.5/dlubal/api/rfem/loading/load_case_pb2.py +0 -89
  113. dlubal_api-2.10.5/dlubal/api/rfem/loading/load_combination_pb2.py +0 -60
  114. dlubal_api-2.10.5/dlubal/api/rfem/loading/result_combination_pb2.py +0 -54
  115. dlubal_api-2.10.5/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -48
  116. dlubal_api-2.10.5/dlubal/api/rfem/object_type_pb2.py +0 -36
  117. dlubal_api-2.10.5/dlubal/api/rfem/results/__init__.py +0 -2
  118. dlubal_api-2.10.5/dlubal/api/rfem/structure_core/material_pb2.py +0 -142
  119. dlubal_api-2.10.5/dlubal/api/rfem/structure_core/member_pb2.py +0 -171
  120. dlubal_api-2.10.5/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -253
  121. dlubal_api-2.10.5/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -137
  122. dlubal_api-2.10.5/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -353
  123. dlubal_api-2.10.5/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -78
  124. dlubal_api-2.10.5/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -106
  125. dlubal_api-2.10.5/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -195
  126. dlubal_api-2.10.5/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -123
  127. dlubal_api-2.10.5/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -123
  128. dlubal_api-2.10.5/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -112
  129. dlubal_api-2.10.5/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -92
  130. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/__init__.py +0 -0
  131. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/__init__.py +0 -0
  132. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/__init__.py +0 -0
  133. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/common_pb2.py +0 -0
  134. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/common_pb2.pyi +0 -0
  135. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/exceptions.py +0 -0
  136. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/model_id_pb2.py +0 -0
  137. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/model_id_pb2.pyi +0 -0
  138. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/table.py +0 -0
  139. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/table_data_pb2.py +0 -0
  140. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/common/table_data_pb2.pyi +0 -0
  141. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/all_pb2.py +0 -0
  142. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/all_pb2.pyi +0 -0
  143. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  144. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  145. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  146. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  147. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  148. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/base_data/__init__.py +0 -0
  149. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
  150. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
  151. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/__init__.py +0 -0
  152. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  153. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  154. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  155. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  156. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  157. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  158. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  159. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  160. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  161. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  162. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  163. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  164. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  165. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  166. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  167. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  168. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  169. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  170. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  171. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  172. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  173. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  174. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  175. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  176. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  177. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  178. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  179. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  180. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  181. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  182. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  183. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  184. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  185. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  186. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  187. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  188. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  189. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  190. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  191. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  192. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  193. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  194. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  195. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  196. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  197. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  198. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  199. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  200. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
  201. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
  202. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
  203. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
  204. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  205. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  206. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  207. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/__init__.py +0 -0
  208. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  209. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  210. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  211. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  212. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  213. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  214. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  215. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  216. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  217. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  218. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  219. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  220. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  221. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  222. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/__init__.py +0 -0
  223. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  224. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  225. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  226. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  227. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  228. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  229. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  230. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  231. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  232. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  233. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  234. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  235. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  236. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  237. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  238. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  239. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  240. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  241. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  242. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  243. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  244. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  245. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  246. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  247. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  248. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  249. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  250. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  251. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  252. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  253. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  254. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  255. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  256. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  257. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  258. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
  259. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
  260. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  261. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  262. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  263. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  264. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  265. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  266. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  267. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  268. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  269. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  270. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  271. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  272. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  273. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  274. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  275. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  276. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  277. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  278. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  279. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  280. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  281. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  282. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  283. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  284. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  285. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  286. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  287. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  288. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  289. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  290. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  291. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  292. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  293. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  294. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  295. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  296. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  297. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  298. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  299. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  300. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  301. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  302. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  303. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  304. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  305. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  306. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  307. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  308. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  309. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  310. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  311. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  312. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  313. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  314. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  315. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  316. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  317. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  318. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  319. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  320. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  321. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  322. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  323. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  324. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  325. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  326. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  327. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  328. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  329. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  330. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  331. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  332. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  333. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  334. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  335. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  336. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  337. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  338. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  339. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  340. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  341. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  342. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  343. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  344. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  345. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  346. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  347. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  348. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  349. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  350. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  351. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  352. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  353. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  354. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  355. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  356. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  357. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  358. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  359. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  360. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  361. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  362. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  363. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  364. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  365. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  366. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  367. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  368. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  369. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  370. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  371. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  372. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  373. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  374. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  375. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  376. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  377. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  378. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  379. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  380. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  381. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  382. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  383. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  384. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  385. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  386. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  387. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  388. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  389. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  390. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  391. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  392. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal.api.egg-info/dependency_links.txt +0 -0
  393. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal.api.egg-info/not-zip-safe +0 -0
  394. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal.api.egg-info/requires.txt +0 -0
  395. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/dlubal.api.egg-info/top_level.txt +0 -0
  396. {dlubal_api-2.10.5 → dlubal_api-2.10.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.10.5
3
+ Version: 2.10.7
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author: Dlubal Software
6
6
  Author-email: api@dlubal.com
@@ -34,7 +34,7 @@ Dynamic: summary
34
34
 
35
35
  This package version is fully compatible with the following **Dlubal App version**:
36
36
 
37
- ✅ **X.10.0005.173.2451bbd6821**
37
+ ✅ **X.10.0007.185.e60a156a325**
38
38
 
39
39
  ## Overview
40
40
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
@@ -58,8 +58,7 @@ For additional installation options, refer to the **official documentation**.
58
58
  ### Authentication & Authorization
59
59
  To use the API, you need:
60
60
  - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
61
- - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
62
- - **API Credits**: Some API methods consume credits.
61
+ - **API Subscription**: [Dlubal API Subscriptions](https://www.dlubal.com/en/webshop/online-service)
63
62
 
64
63
  ---
65
64
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.10.0005.173.2451bbd6821**
11
+ ✅ **X.10.0007.185.e60a156a325**
12
12
 
13
13
  ## Overview
14
14
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
@@ -32,8 +32,7 @@ For additional installation options, refer to the **official documentation**.
32
32
  ### Authentication & Authorization
33
33
  To use the API, you need:
34
34
  - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
35
- - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
36
- - **API Credits**: Some API methods consume credits.
35
+ - **API Subscription**: [Dlubal API Subscriptions](https://www.dlubal.com/en/webshop/online-service)
37
36
 
38
37
  ---
39
38
 
@@ -5,6 +5,7 @@ import grpc
5
5
 
6
6
  from pathlib import Path
7
7
  from configparser import ConfigParser
8
+ from pkg_resources import get_distribution, DistributionNotFound
8
9
 
9
10
  # Enable prompt option for testing purposes
10
11
  prompt = False
@@ -152,8 +153,25 @@ class AuthInterceptor(grpc.UnaryUnaryClientInterceptor):
152
153
  def __init__(self, value):
153
154
  self.api_key = value
154
155
 
156
+ # def intercept_call(self, continuation, client_call_details, request_or_iterator):
157
+ # client_version = get_distribution('dlubal.api').version
158
+ # call_details = _ClientCallDetails(client_call_details, [("authorization", f"Bearer {self.api_key}"),("api-client-info", f"Python | {client_version}"),])
159
+ # return continuation(call_details, request_or_iterator)
160
+
155
161
  def intercept_call(self, continuation, client_call_details, request_or_iterator):
156
- call_details = _ClientCallDetails(client_call_details, [("authorization", f"Bearer {self.api_key}"),])
162
+ try:
163
+ client_version = get_distribution('dlubal.api').version
164
+ except DistributionNotFound:
165
+ # Package not installed, fallback to default version string
166
+ client_version = "dev"
167
+
168
+ call_details = _ClientCallDetails(
169
+ client_call_details,
170
+ [
171
+ ("authorization", f"Bearer {self.api_key}"),
172
+ ("api-client-info", f"Python | {client_version}"),
173
+ ]
174
+ )
157
175
  return continuation(call_details, request_or_iterator)
158
176
 
159
177
  def intercept_unary_unary(self, continuation, client_call_details, request):
@@ -2,6 +2,7 @@ from .all_pb2 import *
2
2
  from .application import *
3
3
  from .application_pb2 import *
4
4
  from .base_data_pb2 import *
5
+ from .object_id_pb2 import *
5
6
  from .object_type_pb2 import *
6
7
  from . import aluminum_design_objects
7
8
  from . import base_data
@@ -13,7 +14,9 @@ from . import dynamic_loads
13
14
  from . import geotechnical_analysis
14
15
  from . import global_parameters
15
16
  from . import guide_objects
17
+ from . import ifc_objects
16
18
  from . import imperfections
19
+ from . import import_export
17
20
  from . import loading
18
21
  from . import loads
19
22
  from . import load_wizards
@@ -2,9 +2,9 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from dlubal.api.common.connection import _ApiKey, check_ssl, init_channel
5
- from dlubal.api.rfem.packing import pack_object, pack_object_list, unpack_object, unpack_object_list, convert_table_data_to_table
5
+ from dlubal.api.rfem.packing import pack_message_to_any, pack_object, pack_object_list, unpack_object, unpack_object_list, convert_table_data_to_table
6
6
  from dlubal.api.common.table_data_pb2 import TableData
7
- from dlubal.api.rfem.results import ResultsId
7
+ from dlubal.api.rfem.results import ResultsType
8
8
  from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
9
9
  import grpc
10
10
  from collections.abc import Iterable
@@ -14,6 +14,7 @@ import dlubal.api.common.model_id_pb2
14
14
  import dlubal.api.rfem.application_pb2
15
15
  import dlubal.api.rfem.application_pb2_grpc
16
16
  import dlubal.api.rfem.base_data_pb2
17
+ import dlubal.api.rfem.object_id_pb2
17
18
  import dlubal.api.rfem.object_type_pb2
18
19
  import google.protobuf.empty_pb2
19
20
 
@@ -245,13 +246,13 @@ class Application:
245
246
  '''
246
247
  self.stub.delete_object_list_impl(pack_object_list(objs, model_id))
247
248
 
248
- def get_results(self, results_id: ResultsId, filters: Iterable[ResultsFilter] | None = None, **keyword_filters):
249
+ def get_results(self, results_type: ResultsType, filters: Iterable[ResultsFilter] | None = None, **keyword_filters):
249
250
  '''
250
251
  Returns Table, which is just a convenience wrapper around a Pandas Dataframe.
251
252
  The Dataframe can be directly accessed as .data
252
253
 
253
254
  Args:
254
- results_id (:ref:`ResultsId` | None):
255
+ results_type (:ref:`results_type_ResultsType` | None):
255
256
  Unique identifier of the result category type.
256
257
  filters (:ref:`ResultsFilter`, optional):
257
258
  Filter to get only relevant results
@@ -266,10 +267,66 @@ class Application:
266
267
  for key, value in keyword_filters.items():
267
268
  all_filters.append(ResultsFilter(column_id=key, filter_expression=str(value)))
268
269
 
269
- results: TableData = self.stub.get_results_impl(ResultsQuery(results_id=results_id, filters=all_filters))
270
+ results: TableData = self.stub.get_results_impl(ResultsQuery(results_type=results_type, filters=all_filters))
270
271
 
271
272
  return convert_table_data_to_table(table_data=results)
272
273
 
274
+
275
+ def get_result_table(self, table: ResultTable, loading: ObjectId, model_id: ModelId | None = None):
276
+ '''
277
+ Returns Table, which is just a convenience wrapper around a Pandas Dataframe.
278
+ The Dataframe can be directly accessed as .data
279
+
280
+ Args:
281
+ table (:ref:`result_table_ResultTable`):
282
+ Unique identifier of the result category type.
283
+ loading (:ref:`object_id_ObjectId`):
284
+ Filter to get only relevant results
285
+ model_id (:ref:`ModelId` | None):
286
+ Unique identifier of the model.
287
+
288
+ Returns:
289
+ Table(data_frame):
290
+ Requested results in form of table.
291
+ '''
292
+ results: TableData = self.stub.get_result_table_impl(
293
+ dlubal.api.rfem.GetResultTableRequest(
294
+ table=table,
295
+ loading=loading,
296
+ model_id=model_id)
297
+ )
298
+
299
+ return convert_table_data_to_table(table_data=results)
300
+
301
+ def convert_objects(self, *, convert_into: ConvertObjectInto, objects: list, model_id: ModelId | None = None):
302
+ """
303
+ Converts specified objects into different objects
304
+
305
+ Args:
306
+ convert_into (:ref:`application_ConvertObjectInto`):
307
+ Specifies conversion type
308
+ objects (:ref:`application_ObjectList`):
309
+ Objects to be converted
310
+ model_id (:ref:`ModelId` | None):
311
+ Unique identifier of the model.
312
+ """
313
+ request = dlubal.api.rfem.application_pb2.ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objects, model_id))
314
+ self.stub.convert_objects_impl(request)
315
+
316
+ def import_model_from(self, *, filepath: str, import_attributes: google.protobuf.any_pb2.Any, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
317
+ """
318
+ Imports model from the specified file
319
+
320
+ Args:
321
+ filepath (str): Path to the file to be imported
322
+ import_attributes (google.protobuf.any_pb2.Any): Import attributes. This message specifies the format and attributes of the import.
323
+ Supported message types: import_export.IfcImportAttributes
324
+ model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
325
+ If not specified, the active model is used.
326
+ """
327
+ request = dlubal.api.rfem.application_pb2.ImportModelRequest(filepath=filepath, import_attributes=pack_message_to_any(import_attributes), model_id=model_id)
328
+ self.stub.import_model_from_impl(request)
329
+
273
330
  def create_model(self, *, name: str, template_path: str | None = None) -> dlubal.api.common.model_id_pb2.ModelId:
274
331
  """
275
332
  Creates new model with the name specified in request.
@@ -423,7 +480,7 @@ class Application:
423
480
  request = dlubal.api.rfem.application_pb2.PlausibilityCheckRequest(type=type, skip_warnings=skip_warnings, model_id=model_id)
424
481
  return self.stub.plausibility_check(request)
425
482
 
426
- def get_object_id_list(self, *, object_type: dlubal.api.rfem.object_type_pb2.ObjectType | None = None, parent_no: int | None = None, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.ObjectIdList:
483
+ def get_object_id_list(self, *, object_type: dlubal.api.rfem.object_type_pb2.ObjectType | None = None, parent_no: int | None = None, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.object_id_pb2.ObjectIdList:
427
484
  """
428
485
  Retrieves object ids filtered by a specific type.
429
486
  If you want to retrieve all object ids, do not specify the object_type.
@@ -436,7 +493,7 @@ class Application:
436
493
  If not specified, the active model is used.
437
494
 
438
495
  Returns:
439
- dlubal.api.rfem.application_pb2.ObjectIdList
496
+ dlubal.api.rfem.object_id_pb2.ObjectIdList
440
497
  """
441
498
  request = dlubal.api.rfem.application_pb2.GetObjectIdListRequest(object_type=object_type, parent_no=parent_no, model_id=model_id)
442
499
  return self.stub.get_object_id_list(request)
@@ -0,0 +1,89 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rfem/application.proto
5
+ # Protobuf Python Version: 5.28.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 28,
16
+ 1,
17
+ '',
18
+ 'dlubal/api/rfem/application.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
26
+ from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
27
+ from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_model__id__pb2
28
+ from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
29
+ from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__data__pb2
30
+ from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_object__type__pb2
31
+ from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
32
+ from dlubal.api.rfem.results import result_table_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_result__table__pb2
33
+ from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
34
+
35
+
36
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a\x1f\x64lubal/api/rfem/base_data.proto\x1a!dlubal/api/rfem/object_type.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\x1a*dlubal/api/rfem/results/result_table.proto\x1a+dlubal/api/rfem/results/results_query.proto\"P\n\x12\x43reateModelRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\rtemplate_path\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_template_path\" \n\x10OpenModelRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\"p\n\x12SaveModelAsRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x11\n\x04path\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_model_idB\x07\n\x05_path\"i\n\x11\x43loseModelRequest\x12\x31\n\x08model_id\x18\x01 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x12\x14\n\x0csave_changes\x18\x02 \x01(\x08\x42\x0b\n\t_model_id\"-\n\x15\x43loseAllModelsRequest\x12\x14\n\x0csave_changes\x18\x01 \x01(\x08\"C\n\tModelInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04guid\x18\x02 \x01(\t\x12\x11\n\x04path\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_path\";\n\tModelList\x12.\n\nmodel_info\x18\x01 \x03(\x0b\x32\x1a.dlubal.api.rfem.ModelInfo\"\xcf\x01\n\x0f\x41pplicationInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12.\n\x04type\x18\x02 \x01(\x0e\x32 .dlubal.api.rfem.ApplicationType\x12\x1a\n\x12is_server_instance\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x14\n\x0c\x66ull_version\x18\x05 \x01(\t\x12\x0f\n\x07options\x18\x06 \x01(\t\x12\x15\n\rlanguage_name\x18\x07 \x01(\t\x12\x13\n\x0blanguage_id\x18\x08 \x01(\t\"n\n\x06Object\x12$\n\x06object\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"6\n\nObjectList\x12(\n\x07objects\x18\x01 \x03(\x0b\x32\x17.dlubal.api.rfem.Object\"l\n\x13\x43\x61lculateAllRequest\x12\x15\n\rskip_warnings\x18\x01 \x01(\x08\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"b\n\x0fOperationResult\x12\x11\n\tsucceeded\x18\x01 \x01(\x08\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07message\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_dataB\n\n\x08_message\"\xa7\x01\n\x18PlausibilityCheckRequest\x12\x34\n\x04type\x18\x01 \x01(\x0e\x32&.dlubal.api.rfem.PlausibilityCheckType\x12\x15\n\rskip_warnings\x18\x02 \x01(\x08\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\xe0\x01\n\x13ModelMainParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12\x19\n\x11model_description\x18\x03 \x01(\t\x12\x15\n\rmodel_comment\x18\x04 \x01(\t\x12\x12\n\nmodel_path\x18\x05 \x01(\t\x12\x12\n\nproject_id\x18\x06 \x01(\t\x12\x14\n\x0cproject_name\x18\x07 \x01(\t\x12\x1b\n\x13project_description\x18\x08 \x01(\t\x12\x16\n\x0eproject_folder\x18\t \x01(\t\"\xc5\x01\n\x16GetObjectIdListRequest\x12\x35\n\x0bobject_type\x18\x01 \x01(\x0e\x32\x1b.dlubal.api.rfem.ObjectTypeH\x00\x88\x01\x01\x12\x16\n\tparent_no\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x02\x88\x01\x01\x42\x0e\n\x0c_object_typeB\x0c\n\n_parent_noB\x0b\n\t_model_id\"\x7f\n\x0f\x42\x61seDataRequest\x12,\n\tbase_data\x18\x01 \x01(\x0b\x32\x19.dlubal.api.rfem.BaseData\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id\"\x7f\n\x15\x43onvertObjectsRequest\x12\x38\n\x0c\x63onvert_into\x18\x01 \x01(\x0e\x32\".dlubal.api.rfem.ConvertObjectInto\x12,\n\x07objects\x18\x02 \x01(\x0b\x32\x1b.dlubal.api.rfem.ObjectList\"\xc9\x01\n\x15GetResultTableRequest\x12\x33\n\x05table\x18\x01 \x01(\x0e\x32$.dlubal.api.rfem.results.ResultTable\x12/\n\x07loading\x18\x02 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x00\x88\x01\x01\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x01\x88\x01\x01\x42\n\n\x08_loadingB\x0b\n\t_model_id\"\x97\x01\n\x12ImportModelRequest\x12\x10\n\x08\x66ilepath\x18\x01 \x01(\t\x12/\n\x11import_attributes\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x31\n\x08model_id\x18\x03 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x00\x88\x01\x01\x42\x0b\n\t_model_id*\xf1\x01\n\x0f\x41pplicationType\x12\x1b\n\x17\x41PPLICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41PPLICATION_DLUBAL_CENTER\x10\x01\x12\x1d\n\x19\x41PPLICATION_REPORT_VIEWER\x10\x02\x12\x14\n\x10\x41PPLICATION_RFEM\x10\x03\x12\x15\n\x11\x41PPLICATION_RSTAB\x10\x04\x12\x18\n\x14\x41PPLICATION_RSECTION\x10\x05\x12\x1c\n\x18\x41PPLICATION_WEB_SECTIONS\x10\x06\x12\x1e\n\x1a\x41PPLICATION_CRASH_REPORTER\x10\x07*\xd3\x01\n\x15PlausibilityCheckType\x12\"\n\x1ePLAUSIBILITY_CHECK_UNSPECIFIED\x10\x00\x12%\n!PLAUSIBILITY_CHECK_MESH_GENERATOR\x10\x01\x12\"\n\x1ePLAUSIBILITY_CHECK_CALCULATION\x10\x02\x12)\n%PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK\x10\x03\x12 \n\x1cPLAUSIBILITY_CHECK_PART_LIST\x10\x04*\xd8\x01\n\x11\x43onvertObjectInto\x12#\n\x1f\x43ONVERT_OBJECT_INTO_UNSPECIFIED\x10\x00\x12+\n\'CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER\x10\x01\x12)\n%CONVERT_IFC_OBJECT_INTO_CURVED_MEMBER\x10\x02\x12#\n\x1f\x43ONVERT_IFC_OBJECT_INTO_SURFACE\x10\x03\x12!\n\x1d\x43ONVERT_IFC_OBJECT_INTO_SOLID\x10\x04\x32\x8a\x14\n\x0b\x41pplication\x12Q\n\x0c\x63reate_model\x12#.dlubal.api.rfem.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nopen_model\x12!.dlubal.api.rfem.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12K\n\nsave_model\x12#.dlubal.api.rfem.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12K\n\x0b\x63lose_model\x12\".dlubal.api.rfem.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12T\n\x10\x63lose_all_models\x12&.dlubal.api.rfem.CloseAllModelsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12H\n\x10get_active_model\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12H\n\x10set_active_model\x12\x1a.dlubal.api.common.ModelId\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x11\x63lose_application\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x46\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1a.dlubal.api.rfem.ModelList\"\x00\x12R\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a .dlubal.api.rfem.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x45\n\x0fget_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x17.dlubal.api.rfem.Object\"\x00\x12R\n\x14get_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x1b.dlubal.api.rfem.ObjectList\"\x00\x12G\n\x12\x63reate_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x63reate_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12update_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17update_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12G\n\x12\x64\x65lete_object_impl\x12\x17.dlubal.api.rfem.Object\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\x17\x64\x65lete_object_list_impl\x12\x1b.dlubal.api.rfem.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x12\x64\x65lete_all_objects\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Y\n\rcalculate_all\x12$.dlubal.api.rfem.CalculateAllRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12Y\n\x10get_results_impl\x12%.dlubal.api.rfem.results.ResultsQuery\x1a\x1c.dlubal.api.common.TableData\"\x00\x12_\n\x15get_result_table_impl\x12&.dlubal.api.rfem.GetResultTableRequest\x1a\x1c.dlubal.api.common.TableData\"\x00\x12\x63\n\x12plausibility_check\x12).dlubal.api.rfem.PlausibilityCheckRequest\x1a .dlubal.api.rfem.OperationResult\"\x00\x12^\n\x12get_object_id_list\x12\'.dlubal.api.rfem.GetObjectIdListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12g\n\x19get_model_main_parameters\x12\".dlubal.api.common.OptionalModelId\x1a$.dlubal.api.rfem.ModelMainParameters\"\x00\x12U\n\x15generate_combinations\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12X\n\x14\x63onvert_objects_impl\x12&.dlubal.api.rfem.ConvertObjectsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12P\n\rget_base_data\x12\".dlubal.api.common.OptionalModelId\x1a\x19.dlubal.api.rfem.BaseData\"\x00\x12K\n\rset_base_data\x12 .dlubal.api.rfem.BaseDataRequest\x1a\x16.google.protobuf.Empty\"\x00\x12W\n\x16import_model_from_impl\x12#.dlubal.api.rfem.ImportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
37
+
38
+ _globals = globals()
39
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
40
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
41
+ if not _descriptor._USE_C_DESCRIPTORS:
42
+ DESCRIPTOR._loaded_options = None
43
+ _globals['_APPLICATIONTYPE']._serialized_start=2686
44
+ _globals['_APPLICATIONTYPE']._serialized_end=2927
45
+ _globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2930
46
+ _globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=3141
47
+ _globals['_CONVERTOBJECTINTO']._serialized_start=3144
48
+ _globals['_CONVERTOBJECTINTO']._serialized_end=3360
49
+ _globals['_CREATEMODELREQUEST']._serialized_start=370
50
+ _globals['_CREATEMODELREQUEST']._serialized_end=450
51
+ _globals['_OPENMODELREQUEST']._serialized_start=452
52
+ _globals['_OPENMODELREQUEST']._serialized_end=484
53
+ _globals['_SAVEMODELASREQUEST']._serialized_start=486
54
+ _globals['_SAVEMODELASREQUEST']._serialized_end=598
55
+ _globals['_CLOSEMODELREQUEST']._serialized_start=600
56
+ _globals['_CLOSEMODELREQUEST']._serialized_end=705
57
+ _globals['_CLOSEALLMODELSREQUEST']._serialized_start=707
58
+ _globals['_CLOSEALLMODELSREQUEST']._serialized_end=752
59
+ _globals['_MODELINFO']._serialized_start=754
60
+ _globals['_MODELINFO']._serialized_end=821
61
+ _globals['_MODELLIST']._serialized_start=823
62
+ _globals['_MODELLIST']._serialized_end=882
63
+ _globals['_APPLICATIONINFO']._serialized_start=885
64
+ _globals['_APPLICATIONINFO']._serialized_end=1092
65
+ _globals['_OBJECT']._serialized_start=1094
66
+ _globals['_OBJECT']._serialized_end=1204
67
+ _globals['_OBJECTLIST']._serialized_start=1206
68
+ _globals['_OBJECTLIST']._serialized_end=1260
69
+ _globals['_CALCULATEALLREQUEST']._serialized_start=1262
70
+ _globals['_CALCULATEALLREQUEST']._serialized_end=1370
71
+ _globals['_OPERATIONRESULT']._serialized_start=1372
72
+ _globals['_OPERATIONRESULT']._serialized_end=1470
73
+ _globals['_PLAUSIBILITYCHECKREQUEST']._serialized_start=1473
74
+ _globals['_PLAUSIBILITYCHECKREQUEST']._serialized_end=1640
75
+ _globals['_MODELMAINPARAMETERS']._serialized_start=1643
76
+ _globals['_MODELMAINPARAMETERS']._serialized_end=1867
77
+ _globals['_GETOBJECTIDLISTREQUEST']._serialized_start=1870
78
+ _globals['_GETOBJECTIDLISTREQUEST']._serialized_end=2067
79
+ _globals['_BASEDATAREQUEST']._serialized_start=2069
80
+ _globals['_BASEDATAREQUEST']._serialized_end=2196
81
+ _globals['_CONVERTOBJECTSREQUEST']._serialized_start=2198
82
+ _globals['_CONVERTOBJECTSREQUEST']._serialized_end=2325
83
+ _globals['_GETRESULTTABLEREQUEST']._serialized_start=2328
84
+ _globals['_GETRESULTTABLEREQUEST']._serialized_end=2529
85
+ _globals['_IMPORTMODELREQUEST']._serialized_start=2532
86
+ _globals['_IMPORTMODELREQUEST']._serialized_end=2683
87
+ _globals['_APPLICATION']._serialized_start=3363
88
+ _globals['_APPLICATION']._serialized_end=5933
89
+ # @@protoc_insertion_point(module_scope)
@@ -4,6 +4,8 @@ from dlubal.api.common import model_id_pb2 as _model_id_pb2
4
4
  from dlubal.api.common import table_data_pb2 as _table_data_pb2
5
5
  from dlubal.api.rfem import base_data_pb2 as _base_data_pb2
6
6
  from dlubal.api.rfem import object_type_pb2 as _object_type_pb2
7
+ from dlubal.api.rfem import object_id_pb2 as _object_id_pb2
8
+ from dlubal.api.rfem.results import result_table_pb2 as _result_table_pb2
7
9
  from dlubal.api.rfem.results import results_query_pb2 as _results_query_pb2
8
10
  from google.protobuf.internal import containers as _containers
9
11
  from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
@@ -31,6 +33,14 @@ class PlausibilityCheckType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
31
33
  PLAUSIBILITY_CHECK_CALCULATION: _ClassVar[PlausibilityCheckType]
32
34
  PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK: _ClassVar[PlausibilityCheckType]
33
35
  PLAUSIBILITY_CHECK_PART_LIST: _ClassVar[PlausibilityCheckType]
36
+
37
+ class ConvertObjectInto(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
38
+ __slots__ = ()
39
+ CONVERT_OBJECT_INTO_UNSPECIFIED: _ClassVar[ConvertObjectInto]
40
+ CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER: _ClassVar[ConvertObjectInto]
41
+ CONVERT_IFC_OBJECT_INTO_CURVED_MEMBER: _ClassVar[ConvertObjectInto]
42
+ CONVERT_IFC_OBJECT_INTO_SURFACE: _ClassVar[ConvertObjectInto]
43
+ CONVERT_IFC_OBJECT_INTO_SOLID: _ClassVar[ConvertObjectInto]
34
44
  APPLICATION_UNSPECIFIED: ApplicationType
35
45
  APPLICATION_DLUBAL_CENTER: ApplicationType
36
46
  APPLICATION_REPORT_VIEWER: ApplicationType
@@ -44,6 +54,11 @@ PLAUSIBILITY_CHECK_MESH_GENERATOR: PlausibilityCheckType
44
54
  PLAUSIBILITY_CHECK_CALCULATION: PlausibilityCheckType
45
55
  PLAUSIBILITY_CHECK_PLAUSIBILITY_CHECK: PlausibilityCheckType
46
56
  PLAUSIBILITY_CHECK_PART_LIST: PlausibilityCheckType
57
+ CONVERT_OBJECT_INTO_UNSPECIFIED: ConvertObjectInto
58
+ CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER: ConvertObjectInto
59
+ CONVERT_IFC_OBJECT_INTO_CURVED_MEMBER: ConvertObjectInto
60
+ CONVERT_IFC_OBJECT_INTO_SURFACE: ConvertObjectInto
61
+ CONVERT_IFC_OBJECT_INTO_SOLID: ConvertObjectInto
47
62
 
48
63
  class CreateModelRequest(_message.Message):
49
64
  __slots__ = ("name", "template_path")
@@ -131,24 +146,6 @@ class ObjectList(_message.Message):
131
146
  objects: _containers.RepeatedCompositeFieldContainer[Object]
132
147
  def __init__(self, objects: _Optional[_Iterable[_Union[Object, _Mapping]]] = ...) -> None: ...
133
148
 
134
- class ObjectId(_message.Message):
135
- __slots__ = ("no", "object_type", "parent_no", "parent_object_type")
136
- NO_FIELD_NUMBER: _ClassVar[int]
137
- OBJECT_TYPE_FIELD_NUMBER: _ClassVar[int]
138
- PARENT_NO_FIELD_NUMBER: _ClassVar[int]
139
- PARENT_OBJECT_TYPE_FIELD_NUMBER: _ClassVar[int]
140
- no: int
141
- object_type: _object_type_pb2.ObjectType
142
- parent_no: int
143
- parent_object_type: _object_type_pb2.ObjectType
144
- def __init__(self, no: _Optional[int] = ..., object_type: _Optional[_Union[_object_type_pb2.ObjectType, str]] = ..., parent_no: _Optional[int] = ..., parent_object_type: _Optional[_Union[_object_type_pb2.ObjectType, str]] = ...) -> None: ...
145
-
146
- class ObjectIdList(_message.Message):
147
- __slots__ = ("object_id",)
148
- OBJECT_ID_FIELD_NUMBER: _ClassVar[int]
149
- object_id: _containers.RepeatedCompositeFieldContainer[ObjectId]
150
- def __init__(self, object_id: _Optional[_Iterable[_Union[ObjectId, _Mapping]]] = ...) -> None: ...
151
-
152
149
  class CalculateAllRequest(_message.Message):
153
150
  __slots__ = ("skip_warnings", "model_id")
154
151
  SKIP_WARNINGS_FIELD_NUMBER: _ClassVar[int]
@@ -216,3 +213,31 @@ class BaseDataRequest(_message.Message):
216
213
  base_data: _base_data_pb2.BaseData
217
214
  model_id: _model_id_pb2.ModelId
218
215
  def __init__(self, base_data: _Optional[_Union[_base_data_pb2.BaseData, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
216
+
217
+ class ConvertObjectsRequest(_message.Message):
218
+ __slots__ = ("convert_into", "objects")
219
+ CONVERT_INTO_FIELD_NUMBER: _ClassVar[int]
220
+ OBJECTS_FIELD_NUMBER: _ClassVar[int]
221
+ convert_into: ConvertObjectInto
222
+ objects: ObjectList
223
+ def __init__(self, convert_into: _Optional[_Union[ConvertObjectInto, str]] = ..., objects: _Optional[_Union[ObjectList, _Mapping]] = ...) -> None: ...
224
+
225
+ class GetResultTableRequest(_message.Message):
226
+ __slots__ = ("table", "loading", "model_id")
227
+ TABLE_FIELD_NUMBER: _ClassVar[int]
228
+ LOADING_FIELD_NUMBER: _ClassVar[int]
229
+ MODEL_ID_FIELD_NUMBER: _ClassVar[int]
230
+ table: _result_table_pb2.ResultTable
231
+ loading: _object_id_pb2.ObjectId
232
+ model_id: _model_id_pb2.ModelId
233
+ def __init__(self, table: _Optional[_Union[_result_table_pb2.ResultTable, str]] = ..., loading: _Optional[_Union[_object_id_pb2.ObjectId, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
234
+
235
+ class ImportModelRequest(_message.Message):
236
+ __slots__ = ("filepath", "import_attributes", "model_id")
237
+ FILEPATH_FIELD_NUMBER: _ClassVar[int]
238
+ IMPORT_ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
239
+ MODEL_ID_FIELD_NUMBER: _ClassVar[int]
240
+ filepath: str
241
+ import_attributes: _any_pb2.Any
242
+ model_id: _model_id_pb2.ModelId
243
+ def __init__(self, filepath: _Optional[str] = ..., import_attributes: _Optional[_Union[_any_pb2.Any, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
@@ -7,6 +7,7 @@ from dlubal.api.common import model_id_pb2 as dlubal_dot_api_dot_common_dot_mode
7
7
  from dlubal.api.common import table_data_pb2 as dlubal_dot_api_dot_common_dot_table__data__pb2
8
8
  from dlubal.api.rfem import application_pb2 as dlubal_dot_api_dot_rfem_dot_application__pb2
9
9
  from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__data__pb2
10
+ from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
10
11
  from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
11
12
  from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
12
13
 
@@ -149,6 +150,11 @@ class ApplicationStub(object):
149
150
  request_serializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
150
151
  response_deserializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
151
152
  _registered_method=True)
153
+ self.get_result_table_impl = channel.unary_unary(
154
+ '/dlubal.api.rfem.Application/get_result_table_impl',
155
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.SerializeToString,
156
+ response_deserializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
157
+ _registered_method=True)
152
158
  self.plausibility_check = channel.unary_unary(
153
159
  '/dlubal.api.rfem.Application/plausibility_check',
154
160
  request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.SerializeToString,
@@ -157,7 +163,7 @@ class ApplicationStub(object):
157
163
  self.get_object_id_list = channel.unary_unary(
158
164
  '/dlubal.api.rfem.Application/get_object_id_list',
159
165
  request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.SerializeToString,
160
- response_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectIdList.FromString,
166
+ response_deserializer=dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.FromString,
161
167
  _registered_method=True)
162
168
  self.get_model_main_parameters = channel.unary_unary(
163
169
  '/dlubal.api.rfem.Application/get_model_main_parameters',
@@ -169,6 +175,11 @@ class ApplicationStub(object):
169
175
  request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
170
176
  response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
171
177
  _registered_method=True)
178
+ self.convert_objects_impl = channel.unary_unary(
179
+ '/dlubal.api.rfem.Application/convert_objects_impl',
180
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ConvertObjectsRequest.SerializeToString,
181
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
182
+ _registered_method=True)
172
183
  self.get_base_data = channel.unary_unary(
173
184
  '/dlubal.api.rfem.Application/get_base_data',
174
185
  request_serializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.SerializeToString,
@@ -179,6 +190,11 @@ class ApplicationStub(object):
179
190
  request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.BaseDataRequest.SerializeToString,
180
191
  response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
181
192
  _registered_method=True)
193
+ self.import_model_from_impl = channel.unary_unary(
194
+ '/dlubal.api.rfem.Application/import_model_from_impl',
195
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ImportModelRequest.SerializeToString,
196
+ response_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
197
+ _registered_method=True)
182
198
 
183
199
 
184
200
  class ApplicationServicer(object):
@@ -332,6 +348,12 @@ class ApplicationServicer(object):
332
348
  context.set_details('Method not implemented!')
333
349
  raise NotImplementedError('Method not implemented!')
334
350
 
351
+ def get_result_table_impl(self, request, context):
352
+ """Missing associated documentation comment in .proto file."""
353
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
354
+ context.set_details('Method not implemented!')
355
+ raise NotImplementedError('Method not implemented!')
356
+
335
357
  def plausibility_check(self, request, context):
336
358
  """Performs validation based on the specified validation type.
337
359
  Returns result of the operation, description of the result and possibly additional information about an error.
@@ -363,6 +385,13 @@ class ApplicationServicer(object):
363
385
  context.set_details('Method not implemented!')
364
386
  raise NotImplementedError('Method not implemented!')
365
387
 
388
+ def convert_objects_impl(self, request, context):
389
+ """Converts specified objects into different objects
390
+ """
391
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
392
+ context.set_details('Method not implemented!')
393
+ raise NotImplementedError('Method not implemented!')
394
+
366
395
  def get_base_data(self, request, context):
367
396
  """Get the base data.
368
397
  This method returns the complete set of data stored for a particular model,
@@ -381,6 +410,13 @@ class ApplicationServicer(object):
381
410
  context.set_details('Method not implemented!')
382
411
  raise NotImplementedError('Method not implemented!')
383
412
 
413
+ def import_model_from_impl(self, request, context):
414
+ """Imports model from the specified file
415
+ """
416
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
417
+ context.set_details('Method not implemented!')
418
+ raise NotImplementedError('Method not implemented!')
419
+
384
420
 
385
421
  def add_ApplicationServicer_to_server(servicer, server):
386
422
  rpc_method_handlers = {
@@ -494,6 +530,11 @@ def add_ApplicationServicer_to_server(servicer, server):
494
530
  request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
495
531
  response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
496
532
  ),
533
+ 'get_result_table_impl': grpc.unary_unary_rpc_method_handler(
534
+ servicer.get_result_table_impl,
535
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.FromString,
536
+ response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
537
+ ),
497
538
  'plausibility_check': grpc.unary_unary_rpc_method_handler(
498
539
  servicer.plausibility_check,
499
540
  request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.FromString,
@@ -502,7 +543,7 @@ def add_ApplicationServicer_to_server(servicer, server):
502
543
  'get_object_id_list': grpc.unary_unary_rpc_method_handler(
503
544
  servicer.get_object_id_list,
504
545
  request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.FromString,
505
- response_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectIdList.SerializeToString,
546
+ response_serializer=dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.SerializeToString,
506
547
  ),
507
548
  'get_model_main_parameters': grpc.unary_unary_rpc_method_handler(
508
549
  servicer.get_model_main_parameters,
@@ -514,6 +555,11 @@ def add_ApplicationServicer_to_server(servicer, server):
514
555
  request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
515
556
  response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
516
557
  ),
558
+ 'convert_objects_impl': grpc.unary_unary_rpc_method_handler(
559
+ servicer.convert_objects_impl,
560
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ConvertObjectsRequest.FromString,
561
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
562
+ ),
517
563
  'get_base_data': grpc.unary_unary_rpc_method_handler(
518
564
  servicer.get_base_data,
519
565
  request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
@@ -524,6 +570,11 @@ def add_ApplicationServicer_to_server(servicer, server):
524
570
  request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.BaseDataRequest.FromString,
525
571
  response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
526
572
  ),
573
+ 'import_model_from_impl': grpc.unary_unary_rpc_method_handler(
574
+ servicer.import_model_from_impl,
575
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ImportModelRequest.FromString,
576
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
577
+ ),
527
578
  }
528
579
  generic_handler = grpc.method_handlers_generic_handler(
529
580
  'dlubal.api.rfem.Application', rpc_method_handlers)
@@ -1129,6 +1180,33 @@ class Application(object):
1129
1180
  metadata,
1130
1181
  _registered_method=True)
1131
1182
 
1183
+ @staticmethod
1184
+ def get_result_table_impl(request,
1185
+ target,
1186
+ options=(),
1187
+ channel_credentials=None,
1188
+ call_credentials=None,
1189
+ insecure=False,
1190
+ compression=None,
1191
+ wait_for_ready=None,
1192
+ timeout=None,
1193
+ metadata=None):
1194
+ return grpc.experimental.unary_unary(
1195
+ request,
1196
+ target,
1197
+ '/dlubal.api.rfem.Application/get_result_table_impl',
1198
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.SerializeToString,
1199
+ dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
1200
+ options,
1201
+ channel_credentials,
1202
+ insecure,
1203
+ call_credentials,
1204
+ compression,
1205
+ wait_for_ready,
1206
+ timeout,
1207
+ metadata,
1208
+ _registered_method=True)
1209
+
1132
1210
  @staticmethod
1133
1211
  def plausibility_check(request,
1134
1212
  target,
@@ -1172,7 +1250,7 @@ class Application(object):
1172
1250
  target,
1173
1251
  '/dlubal.api.rfem.Application/get_object_id_list',
1174
1252
  dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.SerializeToString,
1175
- dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectIdList.FromString,
1253
+ dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.FromString,
1176
1254
  options,
1177
1255
  channel_credentials,
1178
1256
  insecure,
@@ -1237,6 +1315,33 @@ class Application(object):
1237
1315
  metadata,
1238
1316
  _registered_method=True)
1239
1317
 
1318
+ @staticmethod
1319
+ def convert_objects_impl(request,
1320
+ target,
1321
+ options=(),
1322
+ channel_credentials=None,
1323
+ call_credentials=None,
1324
+ insecure=False,
1325
+ compression=None,
1326
+ wait_for_ready=None,
1327
+ timeout=None,
1328
+ metadata=None):
1329
+ return grpc.experimental.unary_unary(
1330
+ request,
1331
+ target,
1332
+ '/dlubal.api.rfem.Application/convert_objects_impl',
1333
+ dlubal_dot_api_dot_rfem_dot_application__pb2.ConvertObjectsRequest.SerializeToString,
1334
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1335
+ options,
1336
+ channel_credentials,
1337
+ insecure,
1338
+ call_credentials,
1339
+ compression,
1340
+ wait_for_ready,
1341
+ timeout,
1342
+ metadata,
1343
+ _registered_method=True)
1344
+
1240
1345
  @staticmethod
1241
1346
  def get_base_data(request,
1242
1347
  target,
@@ -1290,3 +1395,30 @@ class Application(object):
1290
1395
  timeout,
1291
1396
  metadata,
1292
1397
  _registered_method=True)
1398
+
1399
+ @staticmethod
1400
+ def import_model_from_impl(request,
1401
+ target,
1402
+ options=(),
1403
+ channel_credentials=None,
1404
+ call_credentials=None,
1405
+ insecure=False,
1406
+ compression=None,
1407
+ wait_for_ready=None,
1408
+ timeout=None,
1409
+ metadata=None):
1410
+ return grpc.experimental.unary_unary(
1411
+ request,
1412
+ target,
1413
+ '/dlubal.api.rfem.Application/import_model_from_impl',
1414
+ dlubal_dot_api_dot_rfem_dot_application__pb2.ImportModelRequest.SerializeToString,
1415
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1416
+ options,
1417
+ channel_credentials,
1418
+ insecure,
1419
+ call_credentials,
1420
+ compression,
1421
+ wait_for_ready,
1422
+ timeout,
1423
+ metadata,
1424
+ _registered_method=True)