dlubal.api 2.10.4.dev1__tar.gz → 2.10.6__tar.gz

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

Potentially problematic release.


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

Files changed (392) hide show
  1. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/PKG-INFO +3 -4
  2. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/README.md +2 -3
  3. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/__init__.py +2 -0
  4. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/application.py +49 -6
  5. dlubal_api-2.10.6/dlubal/api/rfem/application_pb2.py +87 -0
  6. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/application_pb2.pyi +33 -18
  7. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/application_pb2_grpc.py +91 -3
  8. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/base_data_pb2.py +52 -52
  9. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/base_data_pb2.pyi +6 -0
  10. dlubal_api-2.10.6/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +53 -0
  11. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +5 -4
  12. dlubal_api-2.10.6/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +70 -0
  13. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +46 -22
  14. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +3 -3
  15. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +2 -0
  16. dlubal_api-2.10.6/dlubal/api/rfem/ifc_objects/__init__.py +2 -0
  17. dlubal_api-2.10.6/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +46 -0
  18. dlubal_api-2.10.6/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +90 -0
  19. dlubal_api-2.10.6/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +36 -0
  20. dlubal_api-2.10.6/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +19 -0
  21. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +15 -15
  22. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +4 -4
  23. dlubal_api-2.10.6/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +50 -0
  24. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +3 -2
  25. dlubal_api-2.10.6/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +50 -0
  26. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +3 -2
  27. dlubal_api-2.10.6/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +55 -0
  28. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +7 -6
  29. dlubal_api-2.10.6/dlubal/api/rfem/loading/action_combination_pb2.py +48 -0
  30. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/action_combination_pb2.pyi +4 -4
  31. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/action_pb2.py +7 -7
  32. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/action_pb2.pyi +4 -0
  33. dlubal_api-2.10.6/dlubal/api/rfem/loading/combination_wizard_pb2.py +45 -0
  34. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +3 -2
  35. dlubal_api-2.10.6/dlubal/api/rfem/loading/design_situation_pb2.py +43 -0
  36. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/design_situation_pb2.pyi +3 -2
  37. dlubal_api-2.10.6/dlubal/api/rfem/loading/load_case_pb2.py +90 -0
  38. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/load_case_pb2.pyi +37 -8
  39. dlubal_api-2.10.6/dlubal/api/rfem/loading/load_combination_pb2.py +61 -0
  40. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/load_combination_pb2.pyi +39 -14
  41. dlubal_api-2.10.6/dlubal/api/rfem/loading/result_combination_pb2.py +55 -0
  42. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/result_combination_pb2.pyi +34 -9
  43. dlubal_api-2.10.6/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +48 -0
  44. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +10 -4
  45. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/surface_load_pb2.py +1 -1
  46. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/surface_load_pb2.pyi +4 -4
  47. dlubal_api-2.10.6/dlubal/api/rfem/object_id_pb2.py +39 -0
  48. dlubal_api-2.10.6/dlubal/api/rfem/object_id_pb2.pyi +25 -0
  49. dlubal_api-2.10.6/dlubal/api/rfem/object_type_pb2.py +36 -0
  50. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/object_type_pb2.pyi +4 -0
  51. dlubal_api-2.10.6/dlubal/api/rfem/results/__init__.py +4 -0
  52. dlubal_api-2.10.6/dlubal/api/rfem/results/result_table_pb2.py +36 -0
  53. dlubal_api-2.10.6/dlubal/api/rfem/results/result_table_pb2.pyi +70 -0
  54. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/results/results_query_pb2.py +6 -6
  55. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/results/results_query_pb2.pyi +5 -5
  56. dlubal_api-2.10.6/dlubal/api/rfem/results/results_type_pb2.py +36 -0
  57. dlubal_api-2.10.6/dlubal/api/rfem/results/results_type_pb2.pyi +32 -0
  58. dlubal_api-2.10.6/dlubal/api/rfem/structure_core/material_pb2.py +142 -0
  59. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/material_pb2.pyi +28 -28
  60. dlubal_api-2.10.6/dlubal/api/rfem/structure_core/member_pb2.py +171 -0
  61. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/member_pb2.pyi +74 -68
  62. dlubal_api-2.10.6/dlubal/api/rfem/structure_core/member_representative_pb2.py +253 -0
  63. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +136 -130
  64. dlubal_api-2.10.6/dlubal/api/rfem/structure_core/member_set_pb2.py +137 -0
  65. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +62 -62
  66. dlubal_api-2.10.6/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +353 -0
  67. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +198 -192
  68. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/section_pb2.py +25 -25
  69. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/section_pb2.pyi +2 -0
  70. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/thickness_pb2.py +27 -27
  71. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +4 -4
  72. dlubal_api-2.10.6/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +79 -0
  73. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +14 -13
  74. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +11 -11
  75. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +6 -6
  76. dlubal_api-2.10.6/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +107 -0
  77. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +24 -23
  78. dlubal_api-2.10.6/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +195 -0
  79. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +12 -12
  80. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +9 -9
  81. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +4 -4
  82. dlubal_api-2.10.6/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +124 -0
  83. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +3 -2
  84. dlubal_api-2.10.6/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +124 -0
  85. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +3 -2
  86. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +13 -13
  87. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +4 -4
  88. dlubal_api-2.10.6/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +113 -0
  89. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +14 -13
  90. dlubal_api-2.10.6/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +93 -0
  91. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +20 -19
  92. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +11 -11
  93. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +6 -6
  94. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal.api.egg-info/PKG-INFO +3 -4
  95. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal.api.egg-info/SOURCES.txt +22 -0
  96. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/setup.py +1 -1
  97. dlubal_api-2.10.4.dev1/dlubal/api/rfem/application_pb2.py +0 -83
  98. dlubal_api-2.10.4.dev1/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -52
  99. dlubal_api-2.10.4.dev1/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -70
  100. dlubal_api-2.10.4.dev1/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -49
  101. dlubal_api-2.10.4.dev1/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -49
  102. dlubal_api-2.10.4.dev1/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -54
  103. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/action_combination_pb2.py +0 -48
  104. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -44
  105. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/design_situation_pb2.py +0 -42
  106. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/load_case_pb2.py +0 -89
  107. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/load_combination_pb2.py +0 -60
  108. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/result_combination_pb2.py +0 -54
  109. dlubal_api-2.10.4.dev1/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -48
  110. dlubal_api-2.10.4.dev1/dlubal/api/rfem/object_type_pb2.py +0 -36
  111. dlubal_api-2.10.4.dev1/dlubal/api/rfem/results/__init__.py +0 -2
  112. dlubal_api-2.10.4.dev1/dlubal/api/rfem/structure_core/material_pb2.py +0 -142
  113. dlubal_api-2.10.4.dev1/dlubal/api/rfem/structure_core/member_pb2.py +0 -171
  114. dlubal_api-2.10.4.dev1/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -253
  115. dlubal_api-2.10.4.dev1/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -137
  116. dlubal_api-2.10.4.dev1/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -353
  117. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -78
  118. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -106
  119. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -195
  120. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -123
  121. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -123
  122. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -112
  123. dlubal_api-2.10.4.dev1/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -92
  124. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/__init__.py +0 -0
  125. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/__init__.py +0 -0
  126. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/__init__.py +0 -0
  127. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/common_pb2.py +0 -0
  128. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/common_pb2.pyi +0 -0
  129. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/connection.py +0 -0
  130. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/exceptions.py +0 -0
  131. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/model_id_pb2.py +0 -0
  132. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/model_id_pb2.pyi +0 -0
  133. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/table.py +0 -0
  134. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/table_data_pb2.py +0 -0
  135. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/common/table_data_pb2.pyi +0 -0
  136. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/all_pb2.py +0 -0
  137. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/all_pb2.pyi +0 -0
  138. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  139. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  140. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  141. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  142. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  143. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/base_data/__init__.py +0 -0
  144. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
  145. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
  146. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/__init__.py +0 -0
  147. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  148. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  149. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  150. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  151. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  152. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  153. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  154. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  155. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  156. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  157. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  158. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  159. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  160. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  161. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  162. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  163. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  164. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  165. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  166. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  167. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  168. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  169. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  170. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  171. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  172. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  173. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  174. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  175. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  176. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  177. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  178. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  179. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  180. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  181. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  182. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  183. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  184. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  185. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  186. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  187. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  188. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  189. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  190. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  191. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  192. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  193. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  194. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  195. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
  196. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
  197. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
  198. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
  199. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  200. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  201. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  202. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/__init__.py +0 -0
  203. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  204. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  205. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  206. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  207. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  208. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  209. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  210. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  211. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  212. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  213. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  214. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  215. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  216. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  217. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/__init__.py +0 -0
  218. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  219. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  220. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  221. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  222. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  223. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  224. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  225. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  226. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  227. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  228. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  229. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  230. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  231. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  232. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  233. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  234. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  235. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  236. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  237. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  238. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  239. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  240. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  241. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  242. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  243. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  244. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  245. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  246. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  247. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  248. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  249. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  250. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/packing.py +0 -0
  251. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  252. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  253. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  254. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
  255. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
  256. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  257. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  258. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  259. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  260. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  261. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  262. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  263. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  264. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  265. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  266. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  267. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  268. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  269. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  270. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  271. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  272. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  273. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  274. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  275. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  276. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  277. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  278. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  279. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  280. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  281. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  282. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  283. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  284. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  285. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  286. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  287. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  288. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  289. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  290. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  291. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  292. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  293. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  294. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  295. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  296. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  297. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  298. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  299. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  300. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  301. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  302. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  303. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  304. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  305. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  306. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  307. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  308. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  309. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  310. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  311. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  312. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  313. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  314. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  315. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  316. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  317. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  318. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  319. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  320. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  321. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  322. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  323. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  324. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  325. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  326. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  327. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  328. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  329. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  330. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  331. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  332. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  333. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  334. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  335. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  336. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  337. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  338. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  339. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  340. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  341. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  342. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  343. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  344. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  345. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  346. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  347. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  348. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  349. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  350. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  351. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  352. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  353. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  354. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  355. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  356. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  357. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  358. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  359. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  360. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  361. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  362. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  363. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  364. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  365. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  366. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  367. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  368. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  369. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  370. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  371. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  372. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  373. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  374. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  375. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  376. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  377. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  378. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  379. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  380. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  381. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  382. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  383. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  384. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  385. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  386. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  387. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  388. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal.api.egg-info/dependency_links.txt +0 -0
  389. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal.api.egg-info/not-zip-safe +0 -0
  390. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal.api.egg-info/requires.txt +0 -0
  391. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/dlubal.api.egg-info/top_level.txt +0 -0
  392. {dlubal_api-2.10.4.dev1 → dlubal_api-2.10.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.10.4.dev1
3
+ Version: 2.10.6
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.0004.45.6bcd6ba4c33**
37
+ ✅ **X.10.0006.209.d57bfb6e268**
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.0004.45.6bcd6ba4c33**
11
+ ✅ **X.10.0006.209.d57bfb6e268**
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
 
@@ -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,6 +14,7 @@ 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
17
19
  from . import loading
18
20
  from . import loads
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
  from dlubal.api.common.connection import _ApiKey, check_ssl, init_channel
5
5
  from dlubal.api.rfem.packing import 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,52 @@ 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
+
273
316
  def create_model(self, *, name: str, template_path: str | None = None) -> dlubal.api.common.model_id_pb2.ModelId:
274
317
  """
275
318
  Creates new model with the name specified in request.
@@ -423,7 +466,7 @@ class Application:
423
466
  request = dlubal.api.rfem.application_pb2.PlausibilityCheckRequest(type=type, skip_warnings=skip_warnings, model_id=model_id)
424
467
  return self.stub.plausibility_check(request)
425
468
 
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:
469
+ 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
470
  """
428
471
  Retrieves object ids filtered by a specific type.
429
472
  If you want to retrieve all object ids, do not specify the object_type.
@@ -436,7 +479,7 @@ class Application:
436
479
  If not specified, the active model is used.
437
480
 
438
481
  Returns:
439
- dlubal.api.rfem.application_pb2.ObjectIdList
482
+ dlubal.api.rfem.object_id_pb2.ObjectIdList
440
483
  """
441
484
  request = dlubal.api.rfem.application_pb2.GetObjectIdListRequest(object_type=object_type, parent_no=parent_no, model_id=model_id)
442
485
  return self.stub.get_object_id_list(request)
@@ -0,0 +1,87 @@
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*\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\xb1\x13\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\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=2532
44
+ _globals['_APPLICATIONTYPE']._serialized_end=2773
45
+ _globals['_PLAUSIBILITYCHECKTYPE']._serialized_start=2776
46
+ _globals['_PLAUSIBILITYCHECKTYPE']._serialized_end=2987
47
+ _globals['_CONVERTOBJECTINTO']._serialized_start=2990
48
+ _globals['_CONVERTOBJECTINTO']._serialized_end=3206
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['_APPLICATION']._serialized_start=3209
86
+ _globals['_APPLICATION']._serialized_end=5690
87
+ # @@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,21 @@ 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: ...
@@ -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,
@@ -332,6 +343,12 @@ class ApplicationServicer(object):
332
343
  context.set_details('Method not implemented!')
333
344
  raise NotImplementedError('Method not implemented!')
334
345
 
346
+ def get_result_table_impl(self, request, context):
347
+ """Missing associated documentation comment in .proto file."""
348
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
349
+ context.set_details('Method not implemented!')
350
+ raise NotImplementedError('Method not implemented!')
351
+
335
352
  def plausibility_check(self, request, context):
336
353
  """Performs validation based on the specified validation type.
337
354
  Returns result of the operation, description of the result and possibly additional information about an error.
@@ -363,6 +380,13 @@ class ApplicationServicer(object):
363
380
  context.set_details('Method not implemented!')
364
381
  raise NotImplementedError('Method not implemented!')
365
382
 
383
+ def convert_objects_impl(self, request, context):
384
+ """Converts specified objects into different objects
385
+ """
386
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
387
+ context.set_details('Method not implemented!')
388
+ raise NotImplementedError('Method not implemented!')
389
+
366
390
  def get_base_data(self, request, context):
367
391
  """Get the base data.
368
392
  This method returns the complete set of data stored for a particular model,
@@ -494,6 +518,11 @@ def add_ApplicationServicer_to_server(servicer, server):
494
518
  request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
495
519
  response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
496
520
  ),
521
+ 'get_result_table_impl': grpc.unary_unary_rpc_method_handler(
522
+ servicer.get_result_table_impl,
523
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.FromString,
524
+ response_serializer=dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.SerializeToString,
525
+ ),
497
526
  'plausibility_check': grpc.unary_unary_rpc_method_handler(
498
527
  servicer.plausibility_check,
499
528
  request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.PlausibilityCheckRequest.FromString,
@@ -502,7 +531,7 @@ def add_ApplicationServicer_to_server(servicer, server):
502
531
  'get_object_id_list': grpc.unary_unary_rpc_method_handler(
503
532
  servicer.get_object_id_list,
504
533
  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,
534
+ response_serializer=dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.SerializeToString,
506
535
  ),
507
536
  'get_model_main_parameters': grpc.unary_unary_rpc_method_handler(
508
537
  servicer.get_model_main_parameters,
@@ -514,6 +543,11 @@ def add_ApplicationServicer_to_server(servicer, server):
514
543
  request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
515
544
  response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
516
545
  ),
546
+ 'convert_objects_impl': grpc.unary_unary_rpc_method_handler(
547
+ servicer.convert_objects_impl,
548
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.ConvertObjectsRequest.FromString,
549
+ response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
550
+ ),
517
551
  'get_base_data': grpc.unary_unary_rpc_method_handler(
518
552
  servicer.get_base_data,
519
553
  request_deserializer=dlubal_dot_api_dot_common_dot_model__id__pb2.OptionalModelId.FromString,
@@ -1129,6 +1163,33 @@ class Application(object):
1129
1163
  metadata,
1130
1164
  _registered_method=True)
1131
1165
 
1166
+ @staticmethod
1167
+ def get_result_table_impl(request,
1168
+ target,
1169
+ options=(),
1170
+ channel_credentials=None,
1171
+ call_credentials=None,
1172
+ insecure=False,
1173
+ compression=None,
1174
+ wait_for_ready=None,
1175
+ timeout=None,
1176
+ metadata=None):
1177
+ return grpc.experimental.unary_unary(
1178
+ request,
1179
+ target,
1180
+ '/dlubal.api.rfem.Application/get_result_table_impl',
1181
+ dlubal_dot_api_dot_rfem_dot_application__pb2.GetResultTableRequest.SerializeToString,
1182
+ dlubal_dot_api_dot_common_dot_table__data__pb2.TableData.FromString,
1183
+ options,
1184
+ channel_credentials,
1185
+ insecure,
1186
+ call_credentials,
1187
+ compression,
1188
+ wait_for_ready,
1189
+ timeout,
1190
+ metadata,
1191
+ _registered_method=True)
1192
+
1132
1193
  @staticmethod
1133
1194
  def plausibility_check(request,
1134
1195
  target,
@@ -1172,7 +1233,7 @@ class Application(object):
1172
1233
  target,
1173
1234
  '/dlubal.api.rfem.Application/get_object_id_list',
1174
1235
  dlubal_dot_api_dot_rfem_dot_application__pb2.GetObjectIdListRequest.SerializeToString,
1175
- dlubal_dot_api_dot_rfem_dot_application__pb2.ObjectIdList.FromString,
1236
+ dlubal_dot_api_dot_rfem_dot_object__id__pb2.ObjectIdList.FromString,
1176
1237
  options,
1177
1238
  channel_credentials,
1178
1239
  insecure,
@@ -1237,6 +1298,33 @@ class Application(object):
1237
1298
  metadata,
1238
1299
  _registered_method=True)
1239
1300
 
1301
+ @staticmethod
1302
+ def convert_objects_impl(request,
1303
+ target,
1304
+ options=(),
1305
+ channel_credentials=None,
1306
+ call_credentials=None,
1307
+ insecure=False,
1308
+ compression=None,
1309
+ wait_for_ready=None,
1310
+ timeout=None,
1311
+ metadata=None):
1312
+ return grpc.experimental.unary_unary(
1313
+ request,
1314
+ target,
1315
+ '/dlubal.api.rfem.Application/convert_objects_impl',
1316
+ dlubal_dot_api_dot_rfem_dot_application__pb2.ConvertObjectsRequest.SerializeToString,
1317
+ google_dot_protobuf_dot_empty__pb2.Empty.FromString,
1318
+ options,
1319
+ channel_credentials,
1320
+ insecure,
1321
+ call_credentials,
1322
+ compression,
1323
+ wait_for_ready,
1324
+ timeout,
1325
+ metadata,
1326
+ _registered_method=True)
1327
+
1240
1328
  @staticmethod
1241
1329
  def get_base_data(request,
1242
1330
  target,