dlubal.api 2.11.2__tar.gz → 2.11.3__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 (761) hide show
  1. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/PKG-INFO +2 -2
  2. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/README.md +1 -1
  3. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/application.py +36 -30
  4. dlubal_api-2.11.3/dlubal/api/rfem/application_pb2.py +56 -0
  5. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/application_pb2.pyi +9 -0
  6. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/application_pb2_grpc.py +46 -0
  7. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +18 -18
  8. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +4 -0
  9. dlubal_api-2.11.3/dlubal/api/rfem/results/result_table_pb2.py +36 -0
  10. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/result_table_pb2.pyi +2 -0
  11. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/application.py +35 -28
  12. dlubal_api-2.11.3/dlubal/api/rstab/application_pb2.py +56 -0
  13. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/application_pb2.pyi +9 -0
  14. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/application_pb2_grpc.py +46 -0
  15. dlubal_api-2.11.3/dlubal/api/rstab/results/result_table_pb2.py +36 -0
  16. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/result_table_pb2.pyi +2 -0
  17. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal.api.egg-info/PKG-INFO +2 -2
  18. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal.api.egg-info/SOURCES.txt +3 -1
  19. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/results_access.py +10 -0
  20. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/results_access.py +10 -0
  21. dlubal_api-2.11.3/google/protobuf/wrappers_pb2.py +53 -0
  22. dlubal_api-2.11.3/google/protobuf/wrappers_pb2.pyi +59 -0
  23. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/pyproject.toml +1 -1
  24. dlubal_api-2.11.2/dlubal/api/rfem/application_pb2.py +0 -53
  25. dlubal_api-2.11.2/dlubal/api/rfem/results/result_table_pb2.py +0 -36
  26. dlubal_api-2.11.2/dlubal/api/rstab/application_pb2.py +0 -53
  27. dlubal_api-2.11.2/dlubal/api/rstab/results/result_table_pb2.py +0 -36
  28. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/__init__.py +0 -0
  29. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/__init__.py +0 -0
  30. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/__init__.py +0 -0
  31. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/common_messages_pb2.py +0 -0
  32. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/common_messages_pb2.pyi +0 -0
  33. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/common_pb2.py +0 -0
  34. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/common_pb2.pyi +0 -0
  35. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/connection.py +0 -0
  36. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/exceptions.py +0 -0
  37. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/import_export/__init__.py +0 -0
  38. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/import_export/export_attributes_pb2.py +0 -0
  39. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -0
  40. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
  41. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
  42. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/model_id_pb2.py +0 -0
  43. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/model_id_pb2.pyi +0 -0
  44. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/packing.py +0 -0
  45. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/table.py +0 -0
  46. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/table_data_pb2.py +0 -0
  47. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/table_data_pb2.pyi +0 -0
  48. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/common/utility.py +0 -0
  49. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/__init__.py +0 -0
  50. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/all_pb2.py +0 -0
  51. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/all_pb2.pyi +0 -0
  52. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  53. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  54. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  55. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  56. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  57. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/base_data_pb2.py +0 -0
  58. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
  59. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
  60. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
  61. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
  62. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
  63. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
  64. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
  65. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
  66. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/__init__.py +0 -0
  67. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  68. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  69. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  70. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  71. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  72. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  73. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  74. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  75. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  76. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  77. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  78. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  79. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  80. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  81. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  82. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  83. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  84. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  85. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  86. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  87. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  88. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  89. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  90. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  91. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  92. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  93. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
  94. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
  95. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
  96. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
  97. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
  98. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
  99. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
  100. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  101. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  102. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  103. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  104. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  105. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
  106. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
  107. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
  108. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
  109. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
  110. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  111. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  112. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  113. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  114. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  115. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  116. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  117. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  118. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  119. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  120. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  121. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  122. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  123. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  124. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  125. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  126. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  127. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  128. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
  129. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  130. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
  131. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
  132. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
  133. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
  134. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
  135. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
  136. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  137. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  138. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  139. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  140. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  141. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  142. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
  143. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  144. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  145. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
  146. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  147. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  148. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  149. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  150. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  151. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  152. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  153. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  154. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  155. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
  156. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
  157. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
  158. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
  159. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  160. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  161. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  162. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  163. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -0
  164. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +0 -0
  165. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  166. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  167. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  168. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  169. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/__init__.py +0 -0
  170. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  171. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  172. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  173. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  174. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  175. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  176. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  177. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  178. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  179. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  180. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  181. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  182. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  183. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  184. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  185. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  186. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  187. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  188. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  189. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  190. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  191. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  192. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  193. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  194. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  195. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  196. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  197. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  198. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
  199. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
  200. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  201. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  202. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/__init__.py +0 -0
  203. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
  204. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
  205. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  206. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  207. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  208. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  209. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  210. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  211. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  212. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  213. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  214. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  215. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  216. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  217. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  218. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  219. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  220. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  221. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  222. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  223. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  224. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  225. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  226. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  227. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  228. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  229. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  230. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  231. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  232. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  233. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  234. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  235. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  236. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  237. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  238. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  239. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/object_id_pb2.py +0 -0
  240. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
  241. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/object_type_pb2.py +0 -0
  242. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
  243. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  244. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
  245. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
  246. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  247. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  248. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/__init__.py +0 -0
  249. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  250. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  251. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/results_type_pb2.py +0 -0
  252. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/results_type_pb2.pyi +0 -0
  253. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/settings/__init__.py +0 -0
  254. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/settings/result_settings_pb2.py +0 -0
  255. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/results/settings/result_settings_pb2.pyi +0 -0
  256. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
  257. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
  258. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
  259. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  260. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  261. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  262. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  263. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  264. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  265. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  266. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  267. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  268. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
  269. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
  270. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
  271. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
  272. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
  273. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
  274. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
  275. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
  276. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
  277. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
  278. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
  279. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
  280. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  281. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  282. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  283. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
  284. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
  285. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
  286. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
  287. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  288. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  289. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  290. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  291. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  292. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  293. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  294. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  295. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  296. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  297. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
  298. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
  299. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  300. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  301. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  302. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  303. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  304. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  305. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  306. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  307. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  308. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  309. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  310. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
  311. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
  312. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  313. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  314. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  315. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  316. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  317. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  318. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  319. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  320. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  321. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  322. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  323. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  324. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  325. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  326. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  327. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  328. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  329. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  330. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  331. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  332. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  333. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  334. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  335. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  336. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  337. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  338. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  339. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  340. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  341. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  342. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  343. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  344. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  345. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  346. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  347. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  348. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  349. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  350. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  351. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  352. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  353. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  354. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  355. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  356. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  357. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  358. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  359. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  360. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  361. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  362. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  363. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
  364. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
  365. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
  366. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
  367. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
  368. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
  369. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -0
  370. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +0 -0
  371. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
  372. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
  373. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
  374. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  375. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  376. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  377. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  378. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  379. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  380. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  381. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  382. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  383. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  384. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  385. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  386. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
  387. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
  388. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  389. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  390. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  391. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  392. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  393. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  394. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  395. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  396. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  397. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  398. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  399. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  400. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  401. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  402. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  403. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  404. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  405. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  406. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  407. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  408. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  409. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  410. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  411. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  412. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  413. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
  414. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
  415. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  416. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  417. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  418. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  419. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  420. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  421. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  422. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  423. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  424. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  425. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  426. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  427. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  428. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  429. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  430. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  431. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  432. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  433. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  434. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  435. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  436. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  437. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  438. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  439. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  440. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  441. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  442. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  443. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  444. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
  445. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
  446. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
  447. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  448. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  449. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  450. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  451. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  452. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  453. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  454. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  455. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  456. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  457. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  458. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  459. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  460. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  461. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  462. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  463. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  464. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  465. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  466. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  467. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  468. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  469. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/__init__.py +0 -0
  470. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/all_pb2.py +0 -0
  471. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/all_pb2.pyi +0 -0
  472. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
  473. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  474. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  475. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  476. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  477. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/base_data_pb2.py +0 -0
  478. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/base_data_pb2.pyi +0 -0
  479. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
  480. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  481. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  482. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
  483. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  484. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  485. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  486. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  487. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  488. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  489. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  490. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  491. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
  492. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
  493. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
  494. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
  495. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  496. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
  497. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
  498. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
  499. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
  500. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
  501. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
  502. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
  503. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
  504. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
  505. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
  506. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
  507. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
  508. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
  509. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
  510. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
  511. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
  512. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
  513. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  514. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
  515. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
  516. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
  517. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  518. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
  519. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
  520. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
  521. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
  522. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
  523. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
  524. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
  525. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
  526. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
  527. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
  528. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
  529. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
  530. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
  531. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  532. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  533. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
  534. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  535. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/__init__.py +0 -0
  536. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
  537. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
  538. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
  539. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
  540. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
  541. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
  542. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
  543. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
  544. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
  545. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
  546. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
  547. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  548. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  549. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  550. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  551. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -0
  552. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +0 -0
  553. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/__init__.py +0 -0
  554. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
  555. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
  556. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/action_pb2.py +0 -0
  557. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
  558. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
  559. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
  560. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
  561. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
  562. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
  563. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
  564. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
  565. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
  566. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
  567. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
  568. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
  569. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
  570. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
  571. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
  572. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
  573. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
  574. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
  575. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
  576. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
  577. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
  578. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
  579. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
  580. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
  581. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
  582. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/__init__.py +0 -0
  583. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
  584. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
  585. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
  586. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  587. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
  588. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
  589. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
  590. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
  591. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
  592. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
  593. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/object_id_pb2.py +0 -0
  594. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
  595. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/object_type_pb2.py +0 -0
  596. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
  597. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/__init__.py +0 -0
  598. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
  599. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
  600. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/results_type_pb2.py +0 -0
  601. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/results_type_pb2.pyi +0 -0
  602. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/settings/__init__.py +0 -0
  603. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/settings/result_settings_pb2.py +0 -0
  604. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/results/settings/result_settings_pb2.pyi +0 -0
  605. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
  606. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  607. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  608. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  609. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  610. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  611. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  612. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  613. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  614. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
  615. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
  616. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
  617. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
  618. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
  619. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
  620. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
  621. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/__init__.py +0 -0
  622. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
  623. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
  624. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
  625. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
  626. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
  627. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
  628. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
  629. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
  630. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
  631. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
  632. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
  633. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
  634. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/section_pb2.py +0 -0
  635. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/structure_core/section_pb2.pyi +0 -0
  636. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
  637. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  638. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  639. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  640. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  641. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  642. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  643. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
  644. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  645. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  646. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  647. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  648. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  649. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  650. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  651. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  652. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
  653. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  654. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  655. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  656. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  657. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
  658. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
  659. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
  660. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
  661. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
  662. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
  663. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
  664. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +0 -0
  665. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
  666. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
  667. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
  668. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
  669. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
  670. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
  671. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  672. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
  673. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
  674. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
  675. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
  676. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
  677. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  678. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  679. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  680. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
  681. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  682. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
  683. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
  684. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
  685. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
  686. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
  687. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  688. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
  689. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
  690. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  691. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  692. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
  693. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
  694. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
  695. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
  696. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  697. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  698. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
  699. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  700. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  701. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  702. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  703. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  704. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  705. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  706. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  707. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
  708. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  709. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  710. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  711. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  712. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  713. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  714. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  715. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  716. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
  717. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  718. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  719. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  720. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal.api.egg-info/dependency_links.txt +0 -0
  721. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal.api.egg-info/not-zip-safe +0 -0
  722. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal.api.egg-info/requires.txt +0 -0
  723. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/dlubal.api.egg-info/top_level.txt +0 -0
  724. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/block.py +0 -0
  725. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/bus_station.py +0 -0
  726. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/cantilever.py +0 -0
  727. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/column.py +0 -0
  728. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/dataframe.py +0 -0
  729. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/demo_limits.py +0 -0
  730. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/excel.py +0 -0
  731. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/export_model_to.py +0 -0
  732. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/frame.py +0 -0
  733. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/import_model_from.py +0 -0
  734. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/multiple_models.py +0 -0
  735. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/nested_tables.py +0 -0
  736. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/pydantic_streamlit.py +0 -0
  737. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/results_axes_system.py +0 -0
  738. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/results_filtering.py +0 -0
  739. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/results_in_location.py +0 -0
  740. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/sectioned_roof.py +0 -0
  741. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/silo.py +0 -0
  742. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/steel_hall.py +0 -0
  743. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/steel_station.py +0 -0
  744. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rfem/tank_wind_load.py +0 -0
  745. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rsection/_imports.py +0 -0
  746. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/cantilever.py +0 -0
  747. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/column.py +0 -0
  748. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/dataframe.py +0 -0
  749. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/excel.py +0 -0
  750. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/frame.py +0 -0
  751. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/import_ifc.py +0 -0
  752. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/multiple_models.py +0 -0
  753. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/nested_tables.py +0 -0
  754. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/pydantic_streamlit.py +0 -0
  755. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/results_axes_system.py +0 -0
  756. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/examples/rstab/results_in_location.py +0 -0
  757. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/google/protobuf/any_pb2.py +0 -0
  758. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/google/protobuf/any_pb2.pyi +0 -0
  759. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/google/protobuf/empty_pb2.py +0 -0
  760. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/google/protobuf/empty_pb2.pyi +0 -0
  761. {dlubal_api-2.11.2 → dlubal_api-2.11.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.11.2
3
+ Version: 2.11.3
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author-email: Dlubal Software <api@dlubal.com>
6
6
  License-Expression: MIT
@@ -24,7 +24,7 @@ Requires-Dist: pandas==2.2.3
24
24
 
25
25
  This package version is fully compatible with the following **Dlubal App version**:
26
26
 
27
- ✅ **X.11.0002.259.034b3e429b4**
27
+ ✅ **X.11.0003.147.aa13f618f52**
28
28
 
29
29
  ## Overview
30
30
  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 **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.11.0002.259.034b3e429b4**
11
+ ✅ **X.11.0003.147.aa13f618f52**
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 **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -5,7 +5,6 @@ from dlubal.api.common.connection import _ApiKey, check_ssl, init_channel
5
5
  from dlubal.api.common.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
7
  from dlubal.api.common.common_messages_pb2 import ConvertObjectsRequest, ImportModelRequest, ExportModelRequest
8
- from dlubal.api.rfem.results.settings.result_settings_pb2 import MemberAxesSystem, CoordinateSystem
9
8
  from dlubal.api.rfem.results import ResultsType
10
9
  from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
11
10
  import grpc
@@ -21,6 +20,7 @@ import dlubal.api.rfem.base_data_pb2
21
20
  import dlubal.api.rfem.object_id_pb2
22
21
  import dlubal.api.rfem.object_type_pb2
23
22
  import google.protobuf.empty_pb2
23
+ import google.protobuf.wrappers_pb2
24
24
 
25
25
 
26
26
  class Application:
@@ -126,7 +126,7 @@ class Application:
126
126
  obj (obj):
127
127
  An object to be retrieved defined by its number.
128
128
  Refer to the :ref:`rfem_objects` for available objects.
129
- model_id (:ref:`common_model_id_ModelId` | None):
129
+ model_id (:ref:`ModelId` | None):
130
130
  Unique identifier of the model.
131
131
 
132
132
  Returns:
@@ -143,7 +143,7 @@ class Application:
143
143
  objs (list[obj]):
144
144
  An object list to be retrieved.
145
145
  Refer to the :ref:`rfem_objects` for available objects.
146
- model_id (:ref:`common_model_id_ModelId` | None):
146
+ model_id (:ref:`ModelId` | None):
147
147
  Unique identifier of the model.
148
148
 
149
149
  Returns:
@@ -163,7 +163,7 @@ class Application:
163
163
  obj (obj):
164
164
  An object to be created.
165
165
  Refer to the :ref:`rfem_objects` for available objects.
166
- model_id (:ref:`common_model_id_ModelId` | None):
166
+ model_id (:ref:`ModelId` | None):
167
167
  Unique identifier of the model.
168
168
 
169
169
  Returns:
@@ -179,7 +179,7 @@ class Application:
179
179
  objs (list[obj]):
180
180
  A list of objects to be created.
181
181
  Refer to the :ref:`rfem_objects` for available objects.
182
- model_id (:ref:`common_model_id_ModelId` | None):
182
+ model_id (:ref:`ModelId` | None):
183
183
  Unique identifier of the model.
184
184
  Returns:
185
185
  None
@@ -194,7 +194,7 @@ class Application:
194
194
  obj (obj):
195
195
  An object to be updated.
196
196
  Refer to the :ref:`rfem_objects` for available objects.
197
- model_id (:ref:`common_model_id_ModelId` | None):
197
+ model_id (:ref:`ModelId` | None):
198
198
  Unique identifier of the model.
199
199
 
200
200
  Returns:
@@ -210,7 +210,7 @@ class Application:
210
210
  objs (list[obj]):
211
211
  A list of objects to be updated.
212
212
  Refer to the :ref:`rfem_objects` for available objects.
213
- model_id (:ref:`common_model_id_ModelId` | None):
213
+ model_id (:ref:`ModelId` | None):
214
214
  Unique identifier of the model.
215
215
 
216
216
  Returns:
@@ -226,7 +226,7 @@ class Application:
226
226
  obj (obj):
227
227
  An object to be deleted defined by its number.
228
228
  Refer to the :ref:`rfem_objects` for available objects.
229
- model_id (:ref:`common_model_id_ModelId` | None):
229
+ model_id (:ref:`ModelId` | None):
230
230
  Unique identifier of the model.
231
231
 
232
232
  Returns:
@@ -242,7 +242,7 @@ class Application:
242
242
  objs (list[obj]):
243
243
  A list of objects to be deleted.
244
244
  Refer to the :ref:`rfem_objects` for available objects.
245
- model_id (:ref:`common_model_id_ModelId` | None):
245
+ model_id (:ref:`ModelId` | None):
246
246
  Unique identifier of the model.
247
247
 
248
248
  Returns:
@@ -250,10 +250,8 @@ class Application:
250
250
  '''
251
251
  self.stub.delete_object_list_impl(pack_object_list(objs, model_id))
252
252
 
253
- def get_results(self, results_type: ResultsType, filters: Iterable[ResultsFilter] | None = None,
254
- member_axes_system : MemberAxesSystem | None = None,
255
- nodal_support_coordinate_system : CoordinateSystem | None = None,
256
- **keyword_filters):
253
+
254
+ def get_results(self, results_type: ResultsType, filters: Iterable[ResultsFilter] | None = None, **keyword_filters):
257
255
  '''
258
256
  Returns Table, which is just a convenience wrapper around a Pandas Dataframe.
259
257
  The Dataframe can be directly accessed as .data
@@ -261,16 +259,12 @@ class Application:
261
259
  Args:
262
260
  results_type (:ref:`rfem_results_type_ResultsType` | None):
263
261
  Unique identifier of the result category type.
264
- filters (:ref:`rfem_results_query_ResultsFilter`, optional):
265
- Filter(s) to return only relevant results.
266
- member_axes_system (:ref:`rfem_result_settings_MemberAxesSystem`, optional):
267
- Axes system to use for member results.
268
- nodal_support_coordinate_system (:ref:`rfem_result_settings_CoordinateSystem`, optional):
269
- Axes system to use for nodal support results.
262
+ filters (:ref:`rfem_ResultsFilter`, optional):
263
+ Filter to get only relevant results
270
264
 
271
265
  Returns:
272
- table_data (:ref:`common_table_data_TableData`):
273
- The requested results wrapped as a table.
266
+ Table(data_frame):
267
+ Requested results in form of table.
274
268
  '''
275
269
 
276
270
  all_filters = list(filters) if filters else []
@@ -278,11 +272,7 @@ class Application:
278
272
  for key, value in keyword_filters.items():
279
273
  all_filters.append(ResultsFilter(column_id=key, filter_expression=str(value)))
280
274
 
281
- results: TableData = self.stub.get_results_impl(
282
- ResultsQuery(results_type=results_type,
283
- filters=all_filters,
284
- member_axes_system=member_axes_system,
285
- nodal_support_coordinate_system=nodal_support_coordinate_system))
275
+ results: TableData = self.stub.get_results_impl(ResultsQuery(results_type=results_type, filters=all_filters))
286
276
 
287
277
  return convert_table_data_to_table(table_data=results)
288
278
 
@@ -297,7 +287,7 @@ class Application:
297
287
  Unique identifier of the result category type.
298
288
  loading (:ref:`rfem_object_id_ObjectId`):
299
289
  Filter to get only relevant results
300
- model_id (:ref:`common_model_id_ModelId` | None):
290
+ model_id (:ref:`ModelId` | None):
301
291
  Unique identifier of the model.
302
292
 
303
293
  Returns:
@@ -322,7 +312,7 @@ class Application:
322
312
  Specifies conversion type
323
313
  objects (:ref:`rfem_application_ObjectList`):
324
314
  Objects to be converted
325
- model_id (:ref:`common_model_id_ModelId` | None):
315
+ model_id (:ref:`ModelId` | None):
326
316
  Unique identifier of the model.
327
317
  """
328
318
  request = ConvertObjectsRequest(convert_into=convert_into, objects=pack_object_list(objects, model_id))
@@ -339,7 +329,7 @@ class Application:
339
329
  Supported message types:
340
330
  :ref:`rfem_import_attributes_IfcImportAttributes`
341
331
 
342
- model_id (:ref:`common_model_id_ModelId` | None): Unique identifier of the model.
332
+ model_id (:ref:`ModelId` | None): Unique identifier of the model.
343
333
  If not specified, the active model is used.
344
334
  """
345
335
  request = ImportModelRequest(filepath=filepath, import_attributes=pack_message_to_any(import_attributes), model_id=model_id)
@@ -358,7 +348,7 @@ class Application:
358
348
  :ref:`common_export_attributes_PythonGrpcExportAttributes`
359
349
  :ref:`common_export_attributes_IfcExportAttributes`
360
350
 
361
- model_id (:ref:`common_model_id_ModelId` | None): Unique identifier of the model.
351
+ model_id (:ref:`ModelId` | None): Unique identifier of the model.
362
352
  If not specified, the active model is used.
363
353
  """
364
354
  request = ExportModelRequest(filepath=filepath, export_attributes=pack_message_to_any(export_attributes), model_id=model_id)
@@ -517,6 +507,22 @@ class Application:
517
507
  request = dlubal.api.rfem.application_pb2.CalculateSpecificRequest(loadings=loadings, skip_warnings=skip_warnings, model_id=model_id)
518
508
  return self.stub.calculate_specific(request)
519
509
 
510
+ def has_results(self, *, loading: dlubal.api.rfem.object_id_pb2.ObjectId | None = None, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> google.protobuf.wrappers_pb2.BoolValue:
511
+ """
512
+ Checks whether the model has calculation results.
513
+ Returns true if results are available.
514
+
515
+ Args:
516
+ loading (dlubal.api.rfem.object_id_pb2.ObjectId | None): Allowed types: OBJECT_TYPE_CONSTRUCTION_STAGE, OBJECT_TYPE_DESIGN_SITUATION, OBJECT_TYPE_LOAD_CASE, OBJECT_TYPE_LOAD_COMBINATION, OBJECT_TYPE_RESULT_COMBINATION
517
+ model_id (dlubal.api.common.model_id_pb2.ModelId | None): Unique identifier of the model.
518
+ Active model is used if this field is not set.
519
+
520
+ Returns:
521
+ google.protobuf.wrappers_pb2.BoolValue
522
+ """
523
+ request = dlubal.api.rfem.application_pb2.HasResultsRequest(loading=loading, model_id=model_id)
524
+ return self.stub.has_results(request)
525
+
520
526
  def plausibility_check(self, *, type: dlubal.api.common.common_messages_pb2.PlausibilityCheckType, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.common.common_messages_pb2.OperationResult:
521
527
  """
522
528
  Performs validation based on the specified validation type.
@@ -0,0 +1,56 @@
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 empty_pb2 as google_dot_protobuf_dot_empty__pb2
26
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__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.common import common_messages_pb2 as dlubal_dot_api_dot_common_dot_common__messages__pb2
30
+ from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__data__pb2
31
+ from dlubal.api.rfem import object_type_pb2 as dlubal_dot_api_dot_rfem_dot_object__type__pb2
32
+ from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
33
+ from dlubal.api.rfem.results import result_table_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_result__table__pb2
34
+ from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
35
+
36
+
37
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/application.proto\x12\x0f\x64lubal.api.rfem\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a dlubal/api/common/model_id.proto\x1a\"dlubal/api/common/table_data.proto\x1a\'dlubal/api/common/common_messages.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\"\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\"\x90\x01\n\x11HasResultsRequest\x12/\n\x07loading\x18\x01 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x00\x88\x01\x01\x12\x31\n\x08model_id\x18\x02 \x01(\x0b\x32\x1a.dlubal.api.common.ModelIdH\x01\x88\x01\x01\x42\n\n\x08_loadingB\x0b\n\t_model_id\"\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\"\x9e\x01\n\x18\x43\x61lculateSpecificRequest\x12+\n\x08loadings\x18\x01 \x03(\x0b\x32\x19.dlubal.api.rfem.ObjectId\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_id2\xcb\x16\n\x0b\x41pplication\x12S\n\x0c\x63reate_model\x12%.dlubal.api.common.CreateModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12O\n\nopen_model\x12#.dlubal.api.common.OpenModelRequest\x1a\x1a.dlubal.api.common.ModelId\"\x00\x12M\n\nsave_model\x12%.dlubal.api.common.SaveModelAsRequest\x1a\x16.google.protobuf.Empty\"\x00\x12M\n\x0b\x63lose_model\x12$.dlubal.api.common.CloseModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12V\n\x10\x63lose_all_models\x12(.dlubal.api.common.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\x12H\n\x0eget_model_list\x12\x16.google.protobuf.Empty\x1a\x1c.dlubal.api.common.ModelList\"\x00\x12T\n\x14get_application_info\x12\x16.google.protobuf.Empty\x1a\".dlubal.api.common.ApplicationInfo\"\x00\x12\x44\n\x10\x63lose_connection\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12I\n\x0fget_object_impl\x12\x19.dlubal.api.common.Object\x1a\x19.dlubal.api.common.Object\"\x00\x12V\n\x14get_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x1d.dlubal.api.common.ObjectList\"\x00\x12I\n\x12\x63reate_object_impl\x12\x19.dlubal.api.common.Object\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x17\x63reate_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12I\n\x12update_object_impl\x12\x19.dlubal.api.common.Object\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x17update_object_list_impl\x12\x1d.dlubal.api.common.ObjectList\x1a\x16.google.protobuf.Empty\"\x00\x12I\n\x12\x64\x65lete_object_impl\x12\x19.dlubal.api.common.Object\x1a\x16.google.protobuf.Empty\"\x00\x12R\n\x17\x64\x65lete_object_list_impl\x12\x1d.dlubal.api.common.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\x12]\n\rcalculate_all\x12&.dlubal.api.common.CalculateAllRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12\x65\n\x12\x63\x61lculate_specific\x12).dlubal.api.rfem.CalculateSpecificRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12O\n\x0bhas_results\x12\".dlubal.api.rfem.HasResultsRequest\x1a\x1a.google.protobuf.BoolValue\"\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\x12g\n\x12plausibility_check\x12+.dlubal.api.common.PlausibilityCheckRequest\x1a\".dlubal.api.common.OperationResult\"\x00\x12^\n\x12get_object_id_list\x12\'.dlubal.api.rfem.GetObjectIdListRequest\x1a\x1d.dlubal.api.rfem.ObjectIdList\"\x00\x12i\n\x19get_model_main_parameters\x12\".dlubal.api.common.OptionalModelId\x1a&.dlubal.api.common.ModelMainParameters\"\x00\x12U\n\x15generate_combinations\x12\".dlubal.api.common.OptionalModelId\x1a\x16.google.protobuf.Empty\"\x00\x12Z\n\x14\x63onvert_objects_impl\x12(.dlubal.api.common.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\x12Y\n\x16import_model_from_impl\x12%.dlubal.api.common.ImportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x12W\n\x14\x65xport_model_to_impl\x12%.dlubal.api.common.ExportModelRequest\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
38
+
39
+ _globals = globals()
40
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
41
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.application_pb2', _globals)
42
+ if not _descriptor._USE_C_DESCRIPTORS:
43
+ DESCRIPTOR._loaded_options = None
44
+ _globals['_GETOBJECTIDLISTREQUEST']._serialized_start=417
45
+ _globals['_GETOBJECTIDLISTREQUEST']._serialized_end=614
46
+ _globals['_BASEDATAREQUEST']._serialized_start=616
47
+ _globals['_BASEDATAREQUEST']._serialized_end=743
48
+ _globals['_HASRESULTSREQUEST']._serialized_start=746
49
+ _globals['_HASRESULTSREQUEST']._serialized_end=890
50
+ _globals['_GETRESULTTABLEREQUEST']._serialized_start=893
51
+ _globals['_GETRESULTTABLEREQUEST']._serialized_end=1094
52
+ _globals['_CALCULATESPECIFICREQUEST']._serialized_start=1097
53
+ _globals['_CALCULATESPECIFICREQUEST']._serialized_end=1255
54
+ _globals['_APPLICATION']._serialized_start=1258
55
+ _globals['_APPLICATION']._serialized_end=4149
56
+ # @@protoc_insertion_point(module_scope)
@@ -1,4 +1,5 @@
1
1
  from google.protobuf import empty_pb2 as _empty_pb2
2
+ from google.protobuf import wrappers_pb2 as _wrappers_pb2
2
3
  from dlubal.api.common import model_id_pb2 as _model_id_pb2
3
4
  from dlubal.api.common import table_data_pb2 as _table_data_pb2
4
5
  from dlubal.api.common import common_messages_pb2 as _common_messages_pb2
@@ -32,6 +33,14 @@ class BaseDataRequest(_message.Message):
32
33
  model_id: _model_id_pb2.ModelId
33
34
  def __init__(self, base_data: _Optional[_Union[_base_data_pb2.BaseData, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
34
35
 
36
+ class HasResultsRequest(_message.Message):
37
+ __slots__ = ("loading", "model_id")
38
+ LOADING_FIELD_NUMBER: _ClassVar[int]
39
+ MODEL_ID_FIELD_NUMBER: _ClassVar[int]
40
+ loading: _object_id_pb2.ObjectId
41
+ model_id: _model_id_pb2.ModelId
42
+ def __init__(self, loading: _Optional[_Union[_object_id_pb2.ObjectId, _Mapping]] = ..., model_id: _Optional[_Union[_model_id_pb2.ModelId, _Mapping]] = ...) -> None: ...
43
+
35
44
  class GetResultTableRequest(_message.Message):
36
45
  __slots__ = ("table", "loading", "model_id")
37
46
  TABLE_FIELD_NUMBER: _ClassVar[int]
@@ -11,6 +11,7 @@ from dlubal.api.rfem import base_data_pb2 as dlubal_dot_api_dot_rfem_dot_base__d
11
11
  from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
12
12
  from dlubal.api.rfem.results import results_query_pb2 as dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2
13
13
  from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
14
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
14
15
 
15
16
  GRPC_GENERATED_VERSION = '1.68.0'
16
17
  GRPC_VERSION = grpc.__version__
@@ -151,6 +152,11 @@ class ApplicationStub(object):
151
152
  request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.SerializeToString,
152
153
  response_deserializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.FromString,
153
154
  _registered_method=True)
155
+ self.has_results = channel.unary_unary(
156
+ '/dlubal.api.rfem.Application/has_results',
157
+ request_serializer=dlubal_dot_api_dot_rfem_dot_application__pb2.HasResultsRequest.SerializeToString,
158
+ response_deserializer=google_dot_protobuf_dot_wrappers__pb2.BoolValue.FromString,
159
+ _registered_method=True)
154
160
  self.get_results_impl = channel.unary_unary(
155
161
  '/dlubal.api.rfem.Application/get_results_impl',
156
162
  request_serializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.SerializeToString,
@@ -361,6 +367,14 @@ class ApplicationServicer(object):
361
367
  context.set_details('Method not implemented!')
362
368
  raise NotImplementedError('Method not implemented!')
363
369
 
370
+ def has_results(self, request, context):
371
+ """Checks whether the model has calculation results.
372
+ Returns true if results are available.
373
+ """
374
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
375
+ context.set_details('Method not implemented!')
376
+ raise NotImplementedError('Method not implemented!')
377
+
364
378
  def get_results_impl(self, request, context):
365
379
  """Missing associated documentation comment in .proto file."""
366
380
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -556,6 +570,11 @@ def add_ApplicationServicer_to_server(servicer, server):
556
570
  request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.CalculateSpecificRequest.FromString,
557
571
  response_serializer=dlubal_dot_api_dot_common_dot_common__messages__pb2.OperationResult.SerializeToString,
558
572
  ),
573
+ 'has_results': grpc.unary_unary_rpc_method_handler(
574
+ servicer.has_results,
575
+ request_deserializer=dlubal_dot_api_dot_rfem_dot_application__pb2.HasResultsRequest.FromString,
576
+ response_serializer=google_dot_protobuf_dot_wrappers__pb2.BoolValue.SerializeToString,
577
+ ),
559
578
  'get_results_impl': grpc.unary_unary_rpc_method_handler(
560
579
  servicer.get_results_impl,
561
580
  request_deserializer=dlubal_dot_api_dot_rfem_dot_results_dot_results__query__pb2.ResultsQuery.FromString,
@@ -1216,6 +1235,33 @@ class Application(object):
1216
1235
  metadata,
1217
1236
  _registered_method=True)
1218
1237
 
1238
+ @staticmethod
1239
+ def has_results(request,
1240
+ target,
1241
+ options=(),
1242
+ channel_credentials=None,
1243
+ call_credentials=None,
1244
+ insecure=False,
1245
+ compression=None,
1246
+ wait_for_ready=None,
1247
+ timeout=None,
1248
+ metadata=None):
1249
+ return grpc.experimental.unary_unary(
1250
+ request,
1251
+ target,
1252
+ '/dlubal.api.rfem.Application/has_results',
1253
+ dlubal_dot_api_dot_rfem_dot_application__pb2.HasResultsRequest.SerializeToString,
1254
+ google_dot_protobuf_dot_wrappers__pb2.BoolValue.FromString,
1255
+ options,
1256
+ channel_credentials,
1257
+ insecure,
1258
+ call_credentials,
1259
+ compression,
1260
+ wait_for_ready,
1261
+ timeout,
1262
+ metadata,
1263
+ _registered_method=True)
1264
+
1219
1265
  @staticmethod
1220
1266
  def get_results_impl(request,
1221
1267
  target,
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<dlubal/api/rfem/construction_stages/construction_stage.proto\x12#dlubal.api.rfem.construction_stages\"\xc8V\n\x11\x43onstructionStage\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08to_solve\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12(\n\x1bprevious_construction_stage\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x17\n\nstart_time\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x17\n\nstart_date\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x15\n\x08\x65nd_time\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x15\n\x08\x65nd_date\x18\t \x01(\tH\x08\x88\x01\x01\x12\x15\n\x08\x64uration\x18\n \x01(\x01H\t\x88\x01\x01\x12Y\n\x07loading\x18\x0b \x01(\x0b\x32\x43.dlubal.api.rfem.construction_stages.ConstructionStage.LoadingTableH\n\x88\x01\x01\x12o\n\x15generate_combinations\x18\x0c \x01(\x0e\x32K.dlubal.api.rfem.construction_stages.ConstructionStage.GenerateCombinationsH\x0b\x88\x01\x01\x12%\n\x18static_analysis_settings\x18\r \x01(\x05H\x0c\x88\x01\x01\x12\"\n\x15\x63onsider_imperfection\x18\x0e \x01(\x08H\r\x88\x01\x01\x12\x1e\n\x11imperfection_case\x18\x0f \x01(\x05H\x0e\x88\x01\x01\x12+\n\x1estructure_modification_enabled\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12#\n\x16structure_modification\x18\x11 \x01(\x05H\x10\x88\x01\x01\x12\'\n\x1astability_analysis_enabled\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12\x1f\n\x12stability_analysis\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x14 \x01(\tH\x13\x88\x01\x01\x12_\n\rload_duration\x18\x15 \x01(\x0e\x32\x43.dlubal.api.rfem.construction_stages.ConstructionStage.LoadDurationH\x14\x88\x01\x01\x12*\n\x1d\x61re_members_enabled_to_modify\x18\x16 \x01(\x08H\x15\x88\x01\x01\x12#\n\x16\x61re_all_members_active\x18\x17 \x01(\x08H\x16\x88\x01\x01\x12\x15\n\radded_members\x18\x18 \x03(\x05\x12\x1b\n\x13\x64\x65\x61\x63tivated_members\x18\x19 \x03(\x05\x12\x16\n\x0e\x61\x63tive_members\x18\x1a \x03(\x05\x12\x83\x01\n\x1dmember_property_modifications\x18\x1b \x01(\x0b\x32W.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsTableH\x17\x88\x01\x01\x12+\n\x1e\x61re_surfaces_enabled_to_modify\x18\x1c \x01(\x08H\x18\x88\x01\x01\x12$\n\x17\x61re_all_surfaces_active\x18\x1d \x01(\x08H\x19\x88\x01\x01\x12\x16\n\x0e\x61\x64\x64\x65\x64_surfaces\x18\x1e \x03(\x05\x12\x1c\n\x14\x64\x65\x61\x63tivated_surfaces\x18\x1f \x03(\x05\x12\x17\n\x0f\x61\x63tive_surfaces\x18 \x03(\x05\x12\x85\x01\n\x1esurface_property_modifications\x18! \x01(\x0b\x32X.dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsTableH\x1a\x88\x01\x01\x12)\n\x1c\x61re_solids_enabled_to_modify\x18\" \x01(\x08H\x1b\x88\x01\x01\x12\"\n\x15\x61re_all_solids_active\x18# \x01(\x08H\x1c\x88\x01\x01\x12\x14\n\x0c\x61\x64\x64\x65\x64_solids\x18$ \x03(\x05\x12\x1a\n\x12\x64\x65\x61\x63tivated_solids\x18% \x03(\x05\x12\x15\n\ractive_solids\x18& \x03(\x05\x12\x81\x01\n\x1csolid_property_modifications\x18\' \x01(\x0b\x32V.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsTableH\x1d\x88\x01\x01\x12(\n\x1b\x61re_nodes_enabled_to_modify\x18( \x01(\x08H\x1e\x88\x01\x01\x12\x33\n&are_surface_contacts_enabled_to_modify\x18) \x01(\x08H\x1f\x88\x01\x01\x12,\n\x1f\x61re_all_surface_contacts_active\x18* \x01(\x08H \x88\x01\x01\x12\x1e\n\x16\x61\x64\x64\x65\x64_surface_contacts\x18+ \x03(\x05\x12$\n\x1c\x64\x65\x61\x63tivated_surface_contacts\x18, \x03(\x05\x12\x1f\n\x17\x61\x63tive_surface_contacts\x18- \x03(\x05\x12.\n!are_rigid_links_enabled_to_modify\x18. \x01(\x08H!\x88\x01\x01\x12\'\n\x1a\x61re_all_rigid_links_active\x18/ \x01(\x08H\"\x88\x01\x01\x12\x19\n\x11\x61\x64\x64\x65\x64_rigid_links\x18\x30 \x03(\x05\x12\x1f\n\x17\x64\x65\x61\x63tivated_rigid_links\x18\x31 \x03(\x05\x12\x1a\n\x12\x61\x63tive_rigid_links\x18\x32 \x03(\x05\x12+\n\x1esupport_all_nodes_with_support\x18\x33 \x01(\x08H#\x88\x01\x01\x12\x1c\n\x14\x61\x64\x64_nodes_to_support\x18\x34 \x03(\x05\x12%\n\x1d\x64\x65\x61\x63tivated_nodes_for_support\x18\x35 \x03(\x05\x12!\n\x19\x63urrently_supported_nodes\x18\x36 \x03(\x05\x12\x30\n#are_line_supports_enabled_to_modify\x18\x37 \x01(\x08H$\x88\x01\x01\x12+\n\x1esupport_all_lines_with_support\x18\x38 \x01(\x08H%\x88\x01\x01\x12\x1c\n\x14\x61\x64\x64_lines_to_support\x18\x39 \x03(\x05\x12%\n\x1d\x64\x65\x61\x63tivated_lines_for_support\x18: \x03(\x05\x12!\n\x19\x63urrently_supported_lines\x18; \x03(\x05\x12.\n!are_line_hinges_enabled_to_modify\x18< \x01(\x08H&\x88\x01\x01\x12$\n\x17\x61re_all_hinges_assigned\x18= \x01(\x08H\'\x88\x01\x01\x12\x1c\n\x0f\x61\x64\x64_line_hinges\x18> \x01(\tH(\x88\x01\x01\x12$\n\x17\x64\x65\x61\x63tivated_line_hinges\x18? \x01(\tH)\x88\x01\x01\x12 \n\x13\x63urrent_line_hinges\x18@ \x01(\tH*\x88\x01\x01\x12\x35\n(are_line_welded_joints_enabled_to_modify\x18\x41 \x01(\x08H+\x88\x01\x01\x12#\n\x16\x61re_all_welds_assigned\x18\x42 \x01(\x08H,\x88\x01\x01\x12#\n\x16\x61\x64\x64_line_welded_joints\x18\x43 \x01(\tH-\x88\x01\x01\x12+\n\x1e\x64\x65\x61\x63tivated_line_welded_joints\x18\x44 \x01(\tH.\x88\x01\x01\x12\'\n\x1a\x63urrent_line_welded_joints\x18\x45 \x01(\tH/\x88\x01\x01\x12=\n0geotechnical_analysis_reset_small_strain_history\x18\x46 \x01(\x08H0\x88\x01\x01\x12!\n\x14id_for_export_import\x18G \x01(\tH1\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18H \x01(\tH2\x88\x01\x01\x1a_\n\x0cLoadingTable\x12O\n\x04rows\x18\x01 \x03(\x0b\x32\x41.dlubal.api.rfem.construction_stages.ConstructionStage.LoadingRow\x1a\xf1\x02\n\nLoadingRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x16\n\tload_case\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12]\n\x06status\x18\x04 \x01(\x0e\x32H.dlubal.api.rfem.construction_stages.ConstructionStage.LoadingRow.StatusH\x03\x88\x01\x01\x12\x16\n\tpermanent\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x13\n\x06\x66\x61\x63tor\x18\x06 \x01(\x01H\x05\x88\x01\x01\"K\n\x06Status\x12\x1b\n\x17STATUS_ACTIVE_PERMANENT\x10\x00\x12\x13\n\x0fSTATUS_INACTIVE\x10\x01\x12\x0f\n\x0bSTATUS_NONE\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0c\n\n_load_caseB\t\n\x07_statusB\x0c\n\n_permanentB\t\n\x07_factor\x1a\x87\x01\n MemberPropertyModificationsTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsRow\x1a\xbf\x12\n\x1eMemberPropertyModificationsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\nmembers_no\x18\x03 \x03(\x05\x12q\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32\\.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsRow.ActionH\x02\x88\x01\x01\x12\x87\x01\n\x12property_to_modify\x18\x05 \x01(\x0e\x32\x66.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsRow.PropertyToModifyH\x03\x88\x01\x01\x12\x1b\n\x0eoriginal_value\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\tnew_value\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x06\x88\x01\x01\"9\n\x06\x41\x63tion\x12\x17\n\x13\x41\x43TION_MODIFICATION\x10\x00\x12\x16\n\x12\x41\x43TION_REPLACEMENT\x10\x01\"\xf4\r\n\x10PropertyToModify\x12\x1e\n\x1aPROPERTY_TO_MODIFY_UNKNOWN\x10\x00\x12>\n:PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_EFFECTIVE_LENGTH\x10\x1e\x12?\n;PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_SECTION_REDUCTION\x10 \x12J\nFPROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_SERVICEABILITY_CONFIGURATION\x10\"\x12=\n9PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_TRANSVERSE_WELD\x10\x1f\x12\x44\n@PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_ULTIMATE_CONFIGURATION\x10!\x12>\n:PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_EFFECTIVE_LENGTH\x10\x12\x12K\nGPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_FIRE_RESISTANCE_CONFIGURATION\x10\x16\x12\x43\n?PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SEISMIC_CONFIGURATION\x10\x17\x12J\nFPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SERVICEABILITY_CONFIGURATION\x10\x15\x12\x44\n@PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_ULTIMATE_CONFIGURATION\x10\x14\x12\x30\n,PROPERTY_TO_MODIFY_PROPERTY_TYPE_SECTION_END\x10\t\x12\x35\n1PROPERTY_TO_MODIFY_PROPERTY_TYPE_SECTION_INTERNAL\x10\x08\x12\x32\n.PROPERTY_TO_MODIFY_PROPERTY_TYPE_SECTION_START\x10\x07\x12=\n9PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_BOUNDARY_CONDITION\x10\x0c\x12;\n7PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_EFFECTIVE_LENGTH\x10\x0b\x12H\nDPROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_FIRE_RESISTANCE_CONFIGURATION\x10\x10\x12\x42\n>PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_LOCAL_SECTION_REDUCTION\x10\r\x12@\n<PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SEISMIC_CONFIGURATION\x10\x11\x12G\nCPROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SERVICEABILITY_CONFIGURATION\x10\x0f\x12\x41\n=PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_ULTIMATE_CONFIGURATION\x10\x0e\x12<\n8PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_EFFECTIVE_LENGTH\x10\x18\x12I\nEPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION\x10\x1b\x12\x43\n?PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_LOCAL_SECTION_REDUCTION\x10\x1d\x12H\nDPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICEABILITY_CONFIGURATION\x10\x1a\x12\x39\n5PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICE_CLASS\x10\x1c\x12\x42\n>PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_ULTIMATE_CONFIGURATION\x10\x19\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_actionB\x15\n\x13_property_to_modifyB\x11\n\x0f_original_valueB\x0c\n\n_new_valueB\n\n\x08_comment\x1a\x89\x01\n!SurfacePropertyModificationsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsRow\x1a\xf5\n\n\x1fSurfacePropertyModificationsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x0bsurfaces_no\x18\x03 \x03(\x05\x12r\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32].dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsRow.ActionH\x02\x88\x01\x01\x12\x88\x01\n\x12property_to_modify\x18\x05 \x01(\x0e\x32g.dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsRow.PropertyToModifyH\x03\x88\x01\x01\x12\x1b\n\x0eoriginal_value\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\tnew_value\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x06\x88\x01\x01\"9\n\x06\x41\x63tion\x12\x17\n\x13\x41\x43TION_MODIFICATION\x10\x00\x12\x16\n\x12\x41\x43TION_REPLACEMENT\x10\x01\"\xa6\x06\n\x10PropertyToModify\x12\x1e\n\x1aPROPERTY_TO_MODIFY_UNKNOWN\x10\x00\x12K\nGPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_FIRE_RESISTANCE_CONFIGURATION\x10\x16\x12\x43\n?PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SEISMIC_CONFIGURATION\x10\x17\x12J\nFPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SERVICEABILITY_CONFIGURATION\x10\x15\x12\x44\n@PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_ULTIMATE_CONFIGURATION\x10\x14\x12G\nCPROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_SERVICEABILITY_CONFIGURATION\x10$\x12\x41\n=PROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_ULTIMATE_CONFIGURATION\x10#\x12.\n*PROPERTY_TO_MODIFY_PROPERTY_TYPE_THICKNESS\x10\x03\x12I\nEPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION\x10\x1b\x12H\nDPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICEABILITY_CONFIGURATION\x10\x1a\x12\x39\n5PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICE_CLASS\x10\x1c\x12\x42\n>PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_ULTIMATE_CONFIGURATION\x10\x19\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_actionB\x15\n\x13_property_to_modifyB\x11\n\x0f_original_valueB\x0c\n\n_new_valueB\n\n\x08_comment\x1a\x85\x01\n\x1fSolidPropertyModificationsTable\x12\x62\n\x04rows\x18\x01 \x03(\x0b\x32T.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsRow\x1a\xf8\x04\n\x1dSolidPropertyModificationsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\tsolids_no\x18\x03 \x03(\x05\x12p\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32[.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsRow.ActionH\x02\x88\x01\x01\x12\x86\x01\n\x12property_to_modify\x18\x05 \x01(\x0e\x32\x65.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsRow.PropertyToModifyH\x03\x88\x01\x01\x12\x1b\n\x0eoriginal_value\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\tnew_value\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x06\x88\x01\x01\"9\n\x06\x41\x63tion\x12\x17\n\x13\x41\x43TION_MODIFICATION\x10\x00\x12\x16\n\x12\x41\x43TION_REPLACEMENT\x10\x01\"2\n\x10PropertyToModify\x12\x1e\n\x1aPROPERTY_TO_MODIFY_UNKNOWN\x10\x00\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_actionB\x15\n\x13_property_to_modifyB\x11\n\x0f_original_valueB\x0c\n\n_new_valueB\n\n\x08_comment\"C\n\x14GenerateCombinations\x12+\n\'GENERATE_COMBINATIONS_LOAD_COMBINATIONS\x10\x00\"\xef\t\n\x0cLoadDuration\x12\x19\n\x15LOAD_DURATION_UNKNOWN\x10\x00\x12\x1d\n\x18LOAD_DURATION_10_MINUTES\x10\xc7\x05\x12\x1d\n\x18LOAD_DURATION_10_SECONDS\x10\xc9\x05\x12\x1b\n\x16LOAD_DURATION_12_HOURS\x10\xc5\x05\x12\x18\n\x13LOAD_DURATION_1_DAY\x10\xc4\x05\x12\x19\n\x14LOAD_DURATION_1_HOUR\x10\xc6\x05\x12\x1b\n\x16LOAD_DURATION_1_MINUTE\x10\xc8\x05\x12\x1a\n\x15LOAD_DURATION_1_MONTH\x10\xc2\x05\x12\x19\n\x14LOAD_DURATION_1_WEEK\x10\xc3\x05\x12\x19\n\x14LOAD_DURATION_1_YEAR\x10\xc0\x05\x12\x1b\n\x16LOAD_DURATION_3_MONTHS\x10\xc1\x05\x12\x1c\n\x17LOAD_DURATION_3_SECONDS\x10\xca\x05\x12\x1b\n\x16LOAD_DURATION_50_YEARS\x10\xbc\x05\x12\x19\n\x14LOAD_DURATION_5_DAYS\x10\xba\x05\x12\x1a\n\x15LOAD_DURATION_5_HOURS\x10\xb9\x05\x12\x1c\n\x17LOAD_DURATION_5_MINUTES\x10\xb8\x05\x12\x1b\n\x16LOAD_DURATION_5_MONTHS\x10\xbb\x05\x12\x1c\n\x17LOAD_DURATION_5_SECONDS\x10\xb7\x05\x12\x30\n+LOAD_DURATION_ASD_IMPACT_LRFD_EQUAL_TO_1_25\x10\xb6\x05\x12\x32\n-LOAD_DURATION_ASD_PERMANENT_LRFD_EQUAL_TO_0_6\x10\xb1\x05\x12\x33\n.LOAD_DURATION_ASD_SEVEN_DAYS_LRFD_EQUAL_TO_0_9\x10\xb4\x05\x12\x34\n/LOAD_DURATION_ASD_TEN_MINUTES_LRFD_EQUAL_TO_1_0\x10\xb5\x05\x12\x32\n-LOAD_DURATION_ASD_TEN_YEARS_LRFD_EQUAL_TO_0_7\x10\xb2\x05\x12\x33\n.LOAD_DURATION_ASD_TWO_MONTHS_LRFD_EQUAL_TO_0_8\x10\xb3\x05\x12 \n\x1bLOAD_DURATION_BEYOND_1_YEAR\x10\xbf\x05\x12\x19\n\x14LOAD_DURATION_IMPACT\x10\xae\x05\x12 \n\x1bLOAD_DURATION_INSTANTANEOUS\x10\xa9\x05\x12\x1c\n\x17LOAD_DURATION_LONG_TERM\x10\xa5\x05\x12\x1e\n\x19LOAD_DURATION_MEDIUM_TERM\x10\xa6\x05\x12\x1c\n\x17LOAD_DURATION_PERMANENT\x10\xa4\x05\x12\x1d\n\x18LOAD_DURATION_SEVEN_DAYS\x10\xac\x05\x12\x1d\n\x18LOAD_DURATION_SHORT_TERM\x10\xa7\x05\x12+\n&LOAD_DURATION_SHORT_TERM_INSTANTANEOUS\x10\xa8\x05\x12 \n\x1bLOAD_DURATION_STANDARD_TERM\x10\xb0\x05\x12\x1e\n\x19LOAD_DURATION_TEN_MINUTES\x10\xad\x05\x12\x1c\n\x17LOAD_DURATION_TEN_YEARS\x10\xaa\x05\x12\x1d\n\x18LOAD_DURATION_TWO_MONTHS\x10\xab\x05\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_to_solveB\x1e\n\x1c_previous_construction_stageB\r\n\x0b_start_timeB\r\n\x0b_start_dateB\x0b\n\t_end_timeB\x0b\n\t_end_dateB\x0b\n\t_durationB\n\n\x08_loadingB\x18\n\x16_generate_combinationsB\x1b\n\x19_static_analysis_settingsB\x18\n\x16_consider_imperfectionB\x14\n\x12_imperfection_caseB!\n\x1f_structure_modification_enabledB\x19\n\x17_structure_modificationB\x1d\n\x1b_stability_analysis_enabledB\x15\n\x13_stability_analysisB\n\n\x08_commentB\x10\n\x0e_load_durationB \n\x1e_are_members_enabled_to_modifyB\x19\n\x17_are_all_members_activeB \n\x1e_member_property_modificationsB!\n\x1f_are_surfaces_enabled_to_modifyB\x1a\n\x18_are_all_surfaces_activeB!\n\x1f_surface_property_modificationsB\x1f\n\x1d_are_solids_enabled_to_modifyB\x18\n\x16_are_all_solids_activeB\x1f\n\x1d_solid_property_modificationsB\x1e\n\x1c_are_nodes_enabled_to_modifyB)\n\'_are_surface_contacts_enabled_to_modifyB\"\n _are_all_surface_contacts_activeB$\n\"_are_rigid_links_enabled_to_modifyB\x1d\n\x1b_are_all_rigid_links_activeB!\n\x1f_support_all_nodes_with_supportB&\n$_are_line_supports_enabled_to_modifyB!\n\x1f_support_all_lines_with_supportB$\n\"_are_line_hinges_enabled_to_modifyB\x1a\n\x18_are_all_hinges_assignedB\x12\n\x10_add_line_hingesB\x1a\n\x18_deactivated_line_hingesB\x16\n\x14_current_line_hingesB+\n)_are_line_welded_joints_enabled_to_modifyB\x19\n\x17_are_all_welds_assignedB\x19\n\x17_add_line_welded_jointsB!\n\x1f_deactivated_line_welded_jointsB\x1d\n\x1b_current_line_welded_jointsB3\n1_geotechnical_analysis_reset_small_strain_historyB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<dlubal/api/rfem/construction_stages/construction_stage.proto\x12#dlubal.api.rfem.construction_stages\"\xa4W\n\x11\x43onstructionStage\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08to_solve\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12(\n\x1bprevious_construction_stage\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x17\n\nstart_time\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x17\n\nstart_date\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x15\n\x08\x65nd_time\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x15\n\x08\x65nd_date\x18\t \x01(\tH\x08\x88\x01\x01\x12\x15\n\x08\x64uration\x18\n \x01(\x01H\t\x88\x01\x01\x12Y\n\x07loading\x18\x0b \x01(\x0b\x32\x43.dlubal.api.rfem.construction_stages.ConstructionStage.LoadingTableH\n\x88\x01\x01\x12o\n\x15generate_combinations\x18\x0c \x01(\x0e\x32K.dlubal.api.rfem.construction_stages.ConstructionStage.GenerateCombinationsH\x0b\x88\x01\x01\x12%\n\x18static_analysis_settings\x18\r \x01(\x05H\x0c\x88\x01\x01\x12\"\n\x15\x63onsider_imperfection\x18\x0e \x01(\x08H\r\x88\x01\x01\x12\x1e\n\x11imperfection_case\x18\x0f \x01(\x05H\x0e\x88\x01\x01\x12+\n\x1estructure_modification_enabled\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12#\n\x16structure_modification\x18\x11 \x01(\x05H\x10\x88\x01\x01\x12\'\n\x1astability_analysis_enabled\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12\x1f\n\x12stability_analysis\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x14 \x01(\tH\x13\x88\x01\x01\x12_\n\rload_duration\x18\x15 \x01(\x0e\x32\x43.dlubal.api.rfem.construction_stages.ConstructionStage.LoadDurationH\x14\x88\x01\x01\x12*\n\x1d\x61re_members_enabled_to_modify\x18\x16 \x01(\x08H\x15\x88\x01\x01\x12#\n\x16\x61re_all_members_active\x18\x17 \x01(\x08H\x16\x88\x01\x01\x12\x15\n\radded_members\x18\x18 \x03(\x05\x12\x1b\n\x13\x64\x65\x61\x63tivated_members\x18\x19 \x03(\x05\x12\x16\n\x0e\x61\x63tive_members\x18\x1a \x03(\x05\x12\x83\x01\n\x1dmember_property_modifications\x18\x1b \x01(\x0b\x32W.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsTableH\x17\x88\x01\x01\x12+\n\x1e\x61re_surfaces_enabled_to_modify\x18\x1c \x01(\x08H\x18\x88\x01\x01\x12$\n\x17\x61re_all_surfaces_active\x18\x1d \x01(\x08H\x19\x88\x01\x01\x12\x16\n\x0e\x61\x64\x64\x65\x64_surfaces\x18\x1e \x03(\x05\x12\x1c\n\x14\x64\x65\x61\x63tivated_surfaces\x18\x1f \x03(\x05\x12\x17\n\x0f\x61\x63tive_surfaces\x18 \x03(\x05\x12\x85\x01\n\x1esurface_property_modifications\x18! \x01(\x0b\x32X.dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsTableH\x1a\x88\x01\x01\x12)\n\x1c\x61re_solids_enabled_to_modify\x18\" \x01(\x08H\x1b\x88\x01\x01\x12\"\n\x15\x61re_all_solids_active\x18# \x01(\x08H\x1c\x88\x01\x01\x12\x14\n\x0c\x61\x64\x64\x65\x64_solids\x18$ \x03(\x05\x12\x1a\n\x12\x64\x65\x61\x63tivated_solids\x18% \x03(\x05\x12\x15\n\ractive_solids\x18& \x03(\x05\x12\x81\x01\n\x1csolid_property_modifications\x18\' \x01(\x0b\x32V.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsTableH\x1d\x88\x01\x01\x12(\n\x1b\x61re_nodes_enabled_to_modify\x18( \x01(\x08H\x1e\x88\x01\x01\x12\x33\n&are_surface_contacts_enabled_to_modify\x18) \x01(\x08H\x1f\x88\x01\x01\x12,\n\x1f\x61re_all_surface_contacts_active\x18* \x01(\x08H \x88\x01\x01\x12\x1e\n\x16\x61\x64\x64\x65\x64_surface_contacts\x18+ \x03(\x05\x12$\n\x1c\x64\x65\x61\x63tivated_surface_contacts\x18, \x03(\x05\x12\x1f\n\x17\x61\x63tive_surface_contacts\x18- \x03(\x05\x12.\n!are_rigid_links_enabled_to_modify\x18. \x01(\x08H!\x88\x01\x01\x12\'\n\x1a\x61re_all_rigid_links_active\x18/ \x01(\x08H\"\x88\x01\x01\x12\x19\n\x11\x61\x64\x64\x65\x64_rigid_links\x18\x30 \x03(\x05\x12\x1f\n\x17\x64\x65\x61\x63tivated_rigid_links\x18\x31 \x03(\x05\x12\x1a\n\x12\x61\x63tive_rigid_links\x18\x32 \x03(\x05\x12+\n\x1esupport_all_nodes_with_support\x18\x33 \x01(\x08H#\x88\x01\x01\x12\x1c\n\x14\x61\x64\x64_nodes_to_support\x18\x34 \x03(\x05\x12%\n\x1d\x64\x65\x61\x63tivated_nodes_for_support\x18\x35 \x03(\x05\x12!\n\x19\x63urrently_supported_nodes\x18\x36 \x03(\x05\x12\x30\n#are_line_supports_enabled_to_modify\x18\x37 \x01(\x08H$\x88\x01\x01\x12+\n\x1esupport_all_lines_with_support\x18\x38 \x01(\x08H%\x88\x01\x01\x12\x1c\n\x14\x61\x64\x64_lines_to_support\x18\x39 \x03(\x05\x12%\n\x1d\x64\x65\x61\x63tivated_lines_for_support\x18: \x03(\x05\x12!\n\x19\x63urrently_supported_lines\x18; \x03(\x05\x12.\n!are_line_hinges_enabled_to_modify\x18< \x01(\x08H&\x88\x01\x01\x12$\n\x17\x61re_all_hinges_assigned\x18= \x01(\x08H\'\x88\x01\x01\x12\x1c\n\x0f\x61\x64\x64_line_hinges\x18> \x01(\tH(\x88\x01\x01\x12$\n\x17\x64\x65\x61\x63tivated_line_hinges\x18? \x01(\tH)\x88\x01\x01\x12 \n\x13\x63urrent_line_hinges\x18@ \x01(\tH*\x88\x01\x01\x12\x35\n(are_line_welded_joints_enabled_to_modify\x18\x41 \x01(\x08H+\x88\x01\x01\x12#\n\x16\x61re_all_welds_assigned\x18\x42 \x01(\x08H,\x88\x01\x01\x12#\n\x16\x61\x64\x64_line_welded_joints\x18\x43 \x01(\tH-\x88\x01\x01\x12+\n\x1e\x64\x65\x61\x63tivated_line_welded_joints\x18\x44 \x01(\tH.\x88\x01\x01\x12\'\n\x1a\x63urrent_line_welded_joints\x18\x45 \x01(\tH/\x88\x01\x01\x12=\n0geotechnical_analysis_reset_small_strain_history\x18\x46 \x01(\x08H0\x88\x01\x01\x12!\n\x14id_for_export_import\x18G \x01(\tH1\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18H \x01(\tH2\x88\x01\x01\x1a_\n\x0cLoadingTable\x12O\n\x04rows\x18\x01 \x03(\x0b\x32\x41.dlubal.api.rfem.construction_stages.ConstructionStage.LoadingRow\x1a\xf1\x02\n\nLoadingRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x16\n\tload_case\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12]\n\x06status\x18\x04 \x01(\x0e\x32H.dlubal.api.rfem.construction_stages.ConstructionStage.LoadingRow.StatusH\x03\x88\x01\x01\x12\x16\n\tpermanent\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x13\n\x06\x66\x61\x63tor\x18\x06 \x01(\x01H\x05\x88\x01\x01\"K\n\x06Status\x12\x1b\n\x17STATUS_ACTIVE_PERMANENT\x10\x00\x12\x13\n\x0fSTATUS_INACTIVE\x10\x01\x12\x0f\n\x0bSTATUS_NONE\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0c\n\n_load_caseB\t\n\x07_statusB\x0c\n\n_permanentB\t\n\x07_factor\x1a\x87\x01\n MemberPropertyModificationsTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsRow\x1a\xed\x12\n\x1eMemberPropertyModificationsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\nmembers_no\x18\x03 \x03(\x05\x12q\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32\\.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsRow.ActionH\x02\x88\x01\x01\x12\x87\x01\n\x12property_to_modify\x18\x05 \x01(\x0e\x32\x66.dlubal.api.rfem.construction_stages.ConstructionStage.MemberPropertyModificationsRow.PropertyToModifyH\x03\x88\x01\x01\x12\x1b\n\x0eoriginal_value\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\tnew_value\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x06\x88\x01\x01\"9\n\x06\x41\x63tion\x12\x17\n\x13\x41\x43TION_MODIFICATION\x10\x00\x12\x16\n\x12\x41\x43TION_REPLACEMENT\x10\x01\"\xa2\x0e\n\x10PropertyToModify\x12\x1e\n\x1aPROPERTY_TO_MODIFY_UNKNOWN\x10\x00\x12>\n:PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_EFFECTIVE_LENGTH\x10\x1e\x12?\n;PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_SECTION_REDUCTION\x10 \x12J\nFPROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_SERVICEABILITY_CONFIGURATION\x10\"\x12=\n9PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_TRANSVERSE_WELD\x10\x1f\x12\x44\n@PROPERTY_TO_MODIFY_PROPERTY_TYPE_ALUMINUM_ULTIMATE_CONFIGURATION\x10!\x12>\n:PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_EFFECTIVE_LENGTH\x10\x12\x12K\nGPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_FIRE_RESISTANCE_CONFIGURATION\x10\x16\x12\x43\n?PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SEISMIC_CONFIGURATION\x10\x17\x12J\nFPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SERVICEABILITY_CONFIGURATION\x10\x15\x12\x44\n@PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_ULTIMATE_CONFIGURATION\x10\x14\x12\x30\n,PROPERTY_TO_MODIFY_PROPERTY_TYPE_SECTION_END\x10\t\x12\x35\n1PROPERTY_TO_MODIFY_PROPERTY_TYPE_SECTION_INTERNAL\x10\x08\x12\x32\n.PROPERTY_TO_MODIFY_PROPERTY_TYPE_SECTION_START\x10\x07\x12=\n9PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_BOUNDARY_CONDITION\x10\x0c\x12;\n7PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_EFFECTIVE_LENGTH\x10\x0b\x12H\nDPROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_FIRE_RESISTANCE_CONFIGURATION\x10\x10\x12\x42\n>PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_LOCAL_SECTION_REDUCTION\x10\r\x12@\n<PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SEISMIC_CONFIGURATION\x10\x11\x12G\nCPROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SERVICEABILITY_CONFIGURATION\x10\x0f\x12\x41\n=PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_ULTIMATE_CONFIGURATION\x10\x0e\x12,\n(PROPERTY_TO_MODIFY_PROPERTY_TYPE_SUPPORT\x10\x02\x12<\n8PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_EFFECTIVE_LENGTH\x10\x18\x12I\nEPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION\x10\x1b\x12\x43\n?PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_LOCAL_SECTION_REDUCTION\x10\x1d\x12H\nDPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICEABILITY_CONFIGURATION\x10\x1a\x12\x39\n5PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICE_CLASS\x10\x1c\x12\x42\n>PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_ULTIMATE_CONFIGURATION\x10\x19\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_actionB\x15\n\x13_property_to_modifyB\x11\n\x0f_original_valueB\x0c\n\n_new_valueB\n\n\x08_comment\x1a\x89\x01\n!SurfacePropertyModificationsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsRow\x1a\xa3\x0b\n\x1fSurfacePropertyModificationsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x0bsurfaces_no\x18\x03 \x03(\x05\x12r\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32].dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsRow.ActionH\x02\x88\x01\x01\x12\x88\x01\n\x12property_to_modify\x18\x05 \x01(\x0e\x32g.dlubal.api.rfem.construction_stages.ConstructionStage.SurfacePropertyModificationsRow.PropertyToModifyH\x03\x88\x01\x01\x12\x1b\n\x0eoriginal_value\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\tnew_value\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x06\x88\x01\x01\"9\n\x06\x41\x63tion\x12\x17\n\x13\x41\x43TION_MODIFICATION\x10\x00\x12\x16\n\x12\x41\x43TION_REPLACEMENT\x10\x01\"\xd4\x06\n\x10PropertyToModify\x12\x1e\n\x1aPROPERTY_TO_MODIFY_UNKNOWN\x10\x00\x12K\nGPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_FIRE_RESISTANCE_CONFIGURATION\x10\x16\x12\x43\n?PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SEISMIC_CONFIGURATION\x10\x17\x12J\nFPROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_SERVICEABILITY_CONFIGURATION\x10\x15\x12\x44\n@PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_ULTIMATE_CONFIGURATION\x10\x14\x12G\nCPROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_SERVICEABILITY_CONFIGURATION\x10$\x12\x41\n=PROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_ULTIMATE_CONFIGURATION\x10#\x12,\n(PROPERTY_TO_MODIFY_PROPERTY_TYPE_SUPPORT\x10\x02\x12.\n*PROPERTY_TO_MODIFY_PROPERTY_TYPE_THICKNESS\x10\x03\x12I\nEPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION\x10\x1b\x12H\nDPROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICEABILITY_CONFIGURATION\x10\x1a\x12\x39\n5PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICE_CLASS\x10\x1c\x12\x42\n>PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_ULTIMATE_CONFIGURATION\x10\x19\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_actionB\x15\n\x13_property_to_modifyB\x11\n\x0f_original_valueB\x0c\n\n_new_valueB\n\n\x08_comment\x1a\x85\x01\n\x1fSolidPropertyModificationsTable\x12\x62\n\x04rows\x18\x01 \x03(\x0b\x32T.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsRow\x1a\xf8\x04\n\x1dSolidPropertyModificationsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\tsolids_no\x18\x03 \x03(\x05\x12p\n\x06\x61\x63tion\x18\x04 \x01(\x0e\x32[.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsRow.ActionH\x02\x88\x01\x01\x12\x86\x01\n\x12property_to_modify\x18\x05 \x01(\x0e\x32\x65.dlubal.api.rfem.construction_stages.ConstructionStage.SolidPropertyModificationsRow.PropertyToModifyH\x03\x88\x01\x01\x12\x1b\n\x0eoriginal_value\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x16\n\tnew_value\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x06\x88\x01\x01\"9\n\x06\x41\x63tion\x12\x17\n\x13\x41\x43TION_MODIFICATION\x10\x00\x12\x16\n\x12\x41\x43TION_REPLACEMENT\x10\x01\"2\n\x10PropertyToModify\x12\x1e\n\x1aPROPERTY_TO_MODIFY_UNKNOWN\x10\x00\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_actionB\x15\n\x13_property_to_modifyB\x11\n\x0f_original_valueB\x0c\n\n_new_valueB\n\n\x08_comment\"C\n\x14GenerateCombinations\x12+\n\'GENERATE_COMBINATIONS_LOAD_COMBINATIONS\x10\x00\"\xef\t\n\x0cLoadDuration\x12\x19\n\x15LOAD_DURATION_UNKNOWN\x10\x00\x12\x1d\n\x18LOAD_DURATION_10_MINUTES\x10\xc7\x05\x12\x1d\n\x18LOAD_DURATION_10_SECONDS\x10\xc9\x05\x12\x1b\n\x16LOAD_DURATION_12_HOURS\x10\xc5\x05\x12\x18\n\x13LOAD_DURATION_1_DAY\x10\xc4\x05\x12\x19\n\x14LOAD_DURATION_1_HOUR\x10\xc6\x05\x12\x1b\n\x16LOAD_DURATION_1_MINUTE\x10\xc8\x05\x12\x1a\n\x15LOAD_DURATION_1_MONTH\x10\xc2\x05\x12\x19\n\x14LOAD_DURATION_1_WEEK\x10\xc3\x05\x12\x19\n\x14LOAD_DURATION_1_YEAR\x10\xc0\x05\x12\x1b\n\x16LOAD_DURATION_3_MONTHS\x10\xc1\x05\x12\x1c\n\x17LOAD_DURATION_3_SECONDS\x10\xca\x05\x12\x1b\n\x16LOAD_DURATION_50_YEARS\x10\xbc\x05\x12\x19\n\x14LOAD_DURATION_5_DAYS\x10\xba\x05\x12\x1a\n\x15LOAD_DURATION_5_HOURS\x10\xb9\x05\x12\x1c\n\x17LOAD_DURATION_5_MINUTES\x10\xb8\x05\x12\x1b\n\x16LOAD_DURATION_5_MONTHS\x10\xbb\x05\x12\x1c\n\x17LOAD_DURATION_5_SECONDS\x10\xb7\x05\x12\x30\n+LOAD_DURATION_ASD_IMPACT_LRFD_EQUAL_TO_1_25\x10\xb6\x05\x12\x32\n-LOAD_DURATION_ASD_PERMANENT_LRFD_EQUAL_TO_0_6\x10\xb1\x05\x12\x33\n.LOAD_DURATION_ASD_SEVEN_DAYS_LRFD_EQUAL_TO_0_9\x10\xb4\x05\x12\x34\n/LOAD_DURATION_ASD_TEN_MINUTES_LRFD_EQUAL_TO_1_0\x10\xb5\x05\x12\x32\n-LOAD_DURATION_ASD_TEN_YEARS_LRFD_EQUAL_TO_0_7\x10\xb2\x05\x12\x33\n.LOAD_DURATION_ASD_TWO_MONTHS_LRFD_EQUAL_TO_0_8\x10\xb3\x05\x12 \n\x1bLOAD_DURATION_BEYOND_1_YEAR\x10\xbf\x05\x12\x19\n\x14LOAD_DURATION_IMPACT\x10\xae\x05\x12 \n\x1bLOAD_DURATION_INSTANTANEOUS\x10\xa9\x05\x12\x1c\n\x17LOAD_DURATION_LONG_TERM\x10\xa5\x05\x12\x1e\n\x19LOAD_DURATION_MEDIUM_TERM\x10\xa6\x05\x12\x1c\n\x17LOAD_DURATION_PERMANENT\x10\xa4\x05\x12\x1d\n\x18LOAD_DURATION_SEVEN_DAYS\x10\xac\x05\x12\x1d\n\x18LOAD_DURATION_SHORT_TERM\x10\xa7\x05\x12+\n&LOAD_DURATION_SHORT_TERM_INSTANTANEOUS\x10\xa8\x05\x12 \n\x1bLOAD_DURATION_STANDARD_TERM\x10\xb0\x05\x12\x1e\n\x19LOAD_DURATION_TEN_MINUTES\x10\xad\x05\x12\x1c\n\x17LOAD_DURATION_TEN_YEARS\x10\xaa\x05\x12\x1d\n\x18LOAD_DURATION_TWO_MONTHS\x10\xab\x05\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_to_solveB\x1e\n\x1c_previous_construction_stageB\r\n\x0b_start_timeB\r\n\x0b_start_dateB\x0b\n\t_end_timeB\x0b\n\t_end_dateB\x0b\n\t_durationB\n\n\x08_loadingB\x18\n\x16_generate_combinationsB\x1b\n\x19_static_analysis_settingsB\x18\n\x16_consider_imperfectionB\x14\n\x12_imperfection_caseB!\n\x1f_structure_modification_enabledB\x19\n\x17_structure_modificationB\x1d\n\x1b_stability_analysis_enabledB\x15\n\x13_stability_analysisB\n\n\x08_commentB\x10\n\x0e_load_durationB \n\x1e_are_members_enabled_to_modifyB\x19\n\x17_are_all_members_activeB \n\x1e_member_property_modificationsB!\n\x1f_are_surfaces_enabled_to_modifyB\x1a\n\x18_are_all_surfaces_activeB!\n\x1f_surface_property_modificationsB\x1f\n\x1d_are_solids_enabled_to_modifyB\x18\n\x16_are_all_solids_activeB\x1f\n\x1d_solid_property_modificationsB\x1e\n\x1c_are_nodes_enabled_to_modifyB)\n\'_are_surface_contacts_enabled_to_modifyB\"\n _are_all_surface_contacts_activeB$\n\"_are_rigid_links_enabled_to_modifyB\x1d\n\x1b_are_all_rigid_links_activeB!\n\x1f_support_all_nodes_with_supportB&\n$_are_line_supports_enabled_to_modifyB!\n\x1f_support_all_lines_with_supportB$\n\"_are_line_hinges_enabled_to_modifyB\x1a\n\x18_are_all_hinges_assignedB\x12\n\x10_add_line_hingesB\x1a\n\x18_deactivated_line_hingesB\x16\n\x14_current_line_hingesB+\n)_are_line_welded_joints_enabled_to_modifyB\x19\n\x17_are_all_welds_assignedB\x19\n\x17_add_line_welded_jointsB!\n\x1f_deactivated_line_welded_jointsB\x1d\n\x1b_current_line_welded_jointsB3\n1_geotechnical_analysis_reset_small_strain_historyB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -32,7 +32,7 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.constructio
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  DESCRIPTOR._loaded_options = None
34
34
  _globals['_CONSTRUCTIONSTAGE']._serialized_start=102
35
- _globals['_CONSTRUCTIONSTAGE']._serialized_end=11182
35
+ _globals['_CONSTRUCTIONSTAGE']._serialized_end=11274
36
36
  _globals['_CONSTRUCTIONSTAGE_LOADINGTABLE']._serialized_start=3153
37
37
  _globals['_CONSTRUCTIONSTAGE_LOADINGTABLE']._serialized_end=3248
38
38
  _globals['_CONSTRUCTIONSTAGE_LOADINGROW']._serialized_start=3251
@@ -42,29 +42,29 @@ if not _descriptor._USE_C_DESCRIPTORS:
42
42
  _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSTABLE']._serialized_start=3623
43
43
  _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSTABLE']._serialized_end=3758
44
44
  _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW']._serialized_start=3761
45
- _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW']._serialized_end=6128
45
+ _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW']._serialized_end=6174
46
46
  _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW_ACTION']._serialized_start=4186
47
47
  _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW_ACTION']._serialized_end=4243
48
48
  _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_start=4246
49
- _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_end=6026
50
- _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSTABLE']._serialized_start=6131
51
- _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSTABLE']._serialized_end=6268
52
- _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW']._serialized_start=6271
53
- _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW']._serialized_end=7668
49
+ _globals['_CONSTRUCTIONSTAGE_MEMBERPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_end=6072
50
+ _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSTABLE']._serialized_start=6177
51
+ _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSTABLE']._serialized_end=6314
52
+ _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW']._serialized_start=6317
53
+ _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW']._serialized_end=7760
54
54
  _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW_ACTION']._serialized_start=4186
55
55
  _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW_ACTION']._serialized_end=4243
56
- _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_start=6760
57
- _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_end=7566
58
- _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSTABLE']._serialized_start=7671
59
- _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSTABLE']._serialized_end=7804
60
- _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW']._serialized_start=7807
61
- _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW']._serialized_end=8439
56
+ _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_start=6806
57
+ _globals['_CONSTRUCTIONSTAGE_SURFACEPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_end=7658
58
+ _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSTABLE']._serialized_start=7763
59
+ _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSTABLE']._serialized_end=7896
60
+ _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW']._serialized_start=7899
61
+ _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW']._serialized_end=8531
62
62
  _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW_ACTION']._serialized_start=4186
63
63
  _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW_ACTION']._serialized_end=4243
64
64
  _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_start=4246
65
65
  _globals['_CONSTRUCTIONSTAGE_SOLIDPROPERTYMODIFICATIONSROW_PROPERTYTOMODIFY']._serialized_end=4296
66
- _globals['_CONSTRUCTIONSTAGE_GENERATECOMBINATIONS']._serialized_start=8441
67
- _globals['_CONSTRUCTIONSTAGE_GENERATECOMBINATIONS']._serialized_end=8508
68
- _globals['_CONSTRUCTIONSTAGE_LOADDURATION']._serialized_start=8511
69
- _globals['_CONSTRUCTIONSTAGE_LOADDURATION']._serialized_end=9774
66
+ _globals['_CONSTRUCTIONSTAGE_GENERATECOMBINATIONS']._serialized_start=8533
67
+ _globals['_CONSTRUCTIONSTAGE_GENERATECOMBINATIONS']._serialized_end=8600
68
+ _globals['_CONSTRUCTIONSTAGE_LOADDURATION']._serialized_start=8603
69
+ _globals['_CONSTRUCTIONSTAGE_LOADDURATION']._serialized_end=9866
70
70
  # @@protoc_insertion_point(module_scope)
@@ -152,6 +152,7 @@ class ConstructionStage(_message.Message):
152
152
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SEISMIC_CONFIGURATION: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
153
153
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SERVICEABILITY_CONFIGURATION: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
154
154
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_ULTIMATE_CONFIGURATION: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
155
+ PROPERTY_TO_MODIFY_PROPERTY_TYPE_SUPPORT: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
155
156
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_EFFECTIVE_LENGTH: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
156
157
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
157
158
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_LOCAL_SECTION_REDUCTION: _ClassVar[ConstructionStage.MemberPropertyModificationsRow.PropertyToModify]
@@ -179,6 +180,7 @@ class ConstructionStage(_message.Message):
179
180
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SEISMIC_CONFIGURATION: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
180
181
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_SERVICEABILITY_CONFIGURATION: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
181
182
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_STEEL_ULTIMATE_CONFIGURATION: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
183
+ PROPERTY_TO_MODIFY_PROPERTY_TYPE_SUPPORT: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
182
184
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_EFFECTIVE_LENGTH: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
183
185
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
184
186
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_LOCAL_SECTION_REDUCTION: ConstructionStage.MemberPropertyModificationsRow.PropertyToModify
@@ -224,6 +226,7 @@ class ConstructionStage(_message.Message):
224
226
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_ULTIMATE_CONFIGURATION: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
225
227
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_SERVICEABILITY_CONFIGURATION: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
226
228
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_ULTIMATE_CONFIGURATION: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
229
+ PROPERTY_TO_MODIFY_PROPERTY_TYPE_SUPPORT: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
227
230
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_THICKNESS: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
228
231
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
229
232
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICEABILITY_CONFIGURATION: _ClassVar[ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify]
@@ -236,6 +239,7 @@ class ConstructionStage(_message.Message):
236
239
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_CONCRETE_ULTIMATE_CONFIGURATION: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
237
240
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_SERVICEABILITY_CONFIGURATION: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
238
241
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_GLASS_ULTIMATE_CONFIGURATION: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
242
+ PROPERTY_TO_MODIFY_PROPERTY_TYPE_SUPPORT: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
239
243
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_THICKNESS: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
240
244
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_FIRE_RESISTANCE_CONFIGURATION: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
241
245
  PROPERTY_TO_MODIFY_PROPERTY_TYPE_TIMBER_SERVICEABILITY_CONFIGURATION: ConstructionStage.SurfacePropertyModificationsRow.PropertyToModify
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rfem/results/result_table.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/results/result_table.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*dlubal/api/rfem/results/result_table.proto\x12\x17\x64lubal.api.rfem.results*\xa9,\n\x0bResultTable\x12\x18\n\x14INVALID_RESULT_TABLE\x10\x00\x12\x1d\n\x19\x45RRORS_AND_WARNINGS_TABLE\x10\x01\x12L\nHNONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10y\x12I\nENONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10x\x12J\nFNONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10u\x12\x46\nBNONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10t\x12>\n:NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10s\x12@\n<NONLINEAR_STABILITY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\x65\x12\x42\n=PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xce\x02\x12?\n:PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\xcd\x02\x12@\n;PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\xca\x02\x12<\n7PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\xc9\x02\x12\x34\n/PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\xc8\x02\x12\x36\n1PUSHOVER_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\xba\x02\x12\x42\n=SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xc1\x01\x12?\n:SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\xc0\x01\x12@\n;SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\xbf\x01\x12<\n7SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\xbe\x01\x12\x34\n/SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\xbb\x01\x12\x36\n1SPECTRAL_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\xac\x01\x12@\n<STATIC_ANALYSIS_BUILDING_STORIES_CENTRES_MASS_RIGIDITY_TABLE\x10G\x12?\n;STATIC_ANALYSIS_BUILDING_STORIES_FORCES_IN_DEEP_BEAMS_TABLE\x10I\x12@\n<STATIC_ANALYSIS_BUILDING_STORIES_FORCES_IN_SHEAR_WALLS_TABLE\x10H\x12<\n8STATIC_ANALYSIS_BUILDING_STORIES_INTERSTORY_DRIFTS_TABLE\x10\x46\x12G\nCSTATIC_ANALYSIS_BUILDING_STORIES_MEMBER_FORCES_IN_SHEAR_WALLS_TABLE\x10J\x12\x38\n4STATIC_ANALYSIS_BUILDING_STORIES_STORY_ACTIONS_TABLE\x10\x45\x12.\n*STATIC_ANALYSIS_CALCULATION_DIAGRAMS_TABLE\x10\x04\x12.\n*STATIC_ANALYSIS_CONVERGENCE_DIAGRAMS_TABLE\x10\x03\x12\x33\n/STATIC_ANALYSIS_LINES_HINGES_DEFORMATIONS_TABLE\x10\x0c\x12-\n)STATIC_ANALYSIS_LINES_HINGES_FORCES_TABLE\x10\r\x12\x35\n1STATIC_ANALYSIS_LINES_RELEASES_DEFORMATIONS_TABLE\x10\x0e\x12/\n+STATIC_ANALYSIS_LINES_RELEASES_FORCES_TABLE\x10\x0f\x12\x35\n1STATIC_ANALYSIS_LINES_SLAB_WALL_CONNECTIONS_TABLE\x10\x0b\x12.\n*STATIC_ANALYSIS_LINES_SUPPORT_FORCES_TABLE\x10\n\x12\x30\n,STATIC_ANALYSIS_MEMBERS_CONTACT_FORCES_TABLE\x10\x15\x12\x35\n1STATIC_ANALYSIS_MEMBERS_GLOBAL_DEFORMATIONS_TABLE\x10\x10\x12\x34\n0STATIC_ANALYSIS_MEMBERS_HINGE_DEFORMATIONS_TABLE\x10\x1a\x12.\n*STATIC_ANALYSIS_MEMBERS_HINGE_FORCES_TABLE\x10\x1b\x12?\n;STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\x19\x12<\n8STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\x18\x12=\n9STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\x17\x12\x39\n5STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\x16\x12\x31\n-STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\x13\x12\x34\n0STATIC_ANALYSIS_MEMBERS_LOCAL_DEFORMATIONS_TABLE\x10\x11\x12\x42\n>STATIC_ANALYSIS_MEMBERS_LOCAL_PLASTIC_DEFORMATION_RATIOS_TABLE\x10\x12\x12)\n%STATIC_ANALYSIS_MEMBERS_STRAINS_TABLE\x10\x14\x12\x33\n/STATIC_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\x05\x12\x34\n0STATIC_ANALYSIS_NODES_RELEASE_DEFORMATIONS_TABLE\x10\x08\x12.\n*STATIC_ANALYSIS_NODES_RELEASE_FORCES_TABLE\x10\t\x12.\n*STATIC_ANALYSIS_NODES_SUPPORT_FORCES_TABLE\x10\x06\x12\x43\n?STATIC_ANALYSIS_NODES_SUPPORT_FORCES_WITH_FOUNDATION_LOAD_TABLE\x10\x07\x12\x36\n2STATIC_ANALYSIS_SOLIDS_BASIC_PLASTIC_STRAINS_TABLE\x10\x41\x12/\n+STATIC_ANALYSIS_SOLIDS_BASIC_STRESSES_TABLE\x10;\x12\x34\n0STATIC_ANALYSIS_SOLIDS_BASIC_TOTAL_STRAINS_TABLE\x10>\x12-\n)STATIC_ANALYSIS_SOLIDS_DEFORMATIONS_TABLE\x10:\x12;\n7STATIC_ANALYSIS_SOLIDS_EQUIVALENT_PLASTIC_STRAINS_TABLE\x10\x43\x12\x34\n0STATIC_ANALYSIS_SOLIDS_EQUIVALENT_STRESSES_TABLE\x10=\x12\x39\n5STATIC_ANALYSIS_SOLIDS_EQUIVALENT_TOTAL_STRAINS_TABLE\x10@\x12/\n+STATIC_ANALYSIS_SOLIDS_GAS_QUANTITIES_TABLE\x10\x44\x12:\n6STATIC_ANALYSIS_SOLIDS_PRINCIPAL_PLASTIC_STRAINS_TABLE\x10\x42\x12\x33\n/STATIC_ANALYSIS_SOLIDS_PRINCIPAL_STRESSES_TABLE\x10<\x12\x38\n4STATIC_ANALYSIS_SOLIDS_PRINCIPAL_TOTAL_STRAINS_TABLE\x10?\x12!\n\x1dSTATIC_ANALYSIS_SUMMARY_TABLE\x10\x02\x12\x38\n4STATIC_ANALYSIS_SURFACES_BASIC_INTERNAL_FORCES_TABLE\x10\x1e\x12\x38\n4STATIC_ANALYSIS_SURFACES_BASIC_PLASTIC_STRAINS_TABLE\x10\x30\x12\x31\n-STATIC_ANALYSIS_SURFACES_BASIC_STRESSES_TABLE\x10!\x12\x36\n2STATIC_ANALYSIS_SURFACES_BASIC_TOTAL_STRAINS_TABLE\x10)\x12\x33\n/STATIC_ANALYSIS_SURFACES_CONTACT_STRESSES_TABLE\x10\x37\x12\x39\n5STATIC_ANALYSIS_SURFACES_DESIGN_INTERNAL_FORCES_TABLE\x10 \x12<\n8STATIC_ANALYSIS_SURFACES_ELASTIC_STRESS_COMPONENTS_TABLE\x10$\x12\x42\n>STATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_BACH_TABLE\x10\x36\x12\x43\n?STATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_MISES_TABLE\x10\x33\x12\x45\nASTATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_RANKINE_TABLE\x10\x35\x12\x44\n@STATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_TRESCA_TABLE\x10\x34\x12;\n7STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_BACH_TABLE\x10(\x12<\n8STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_MISES_TABLE\x10%\x12>\n:STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_RANKINE_TABLE\x10\'\x12=\n9STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_TRESCA_TABLE\x10&\x12@\n<STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_BACH_TABLE\x10/\x12\x41\n=STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_MISES_TABLE\x10,\x12\x43\n?STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_RANKINE_TABLE\x10.\x12\x42\n>STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_TRESCA_TABLE\x10-\x12\x36\n2STATIC_ANALYSIS_SURFACES_GLOBAL_DEFORMATIONS_TABLE\x10\x1c\x12\x35\n1STATIC_ANALYSIS_SURFACES_LOCAL_DEFORMATIONS_TABLE\x10\x1d\x12:\n6STATIC_ANALYSIS_SURFACES_MAXIMUM_PLASTIC_STRAINS_TABLE\x10\x32\x12\x38\n4STATIC_ANALYSIS_SURFACES_MAXIMUM_TOTAL_STRAINS_TABLE\x10+\x12<\n8STATIC_ANALYSIS_SURFACES_PRINCIPAL_INTERNAL_FORCES_TABLE\x10\x1f\x12<\n8STATIC_ANALYSIS_SURFACES_PRINCIPAL_PLASTIC_STRAINS_TABLE\x10\x31\x12\x35\n1STATIC_ANALYSIS_SURFACES_PRINCIPAL_STRESSES_TABLE\x10#\x12:\n6STATIC_ANALYSIS_SURFACES_PRINCIPAL_TOTAL_STRAINS_TABLE\x10*\x12\x46\nATIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\x83\x02\x12\x43\n>TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\x82\x02\x12\x44\n?TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\xff\x01\x12@\n;TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\xfe\x01\x12\x38\n3TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\xfd\x01\x12:\n5TIME_HISTORY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\xed\x01\x62\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.results.result_table_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_RESULTTABLE']._serialized_start=72
35
+ _globals['_RESULTTABLE']._serialized_end=5745
36
+ # @@protoc_insertion_point(module_scope)
@@ -7,6 +7,7 @@ DESCRIPTOR: _descriptor.FileDescriptor
7
7
  class ResultTable(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
8
8
  __slots__ = ()
9
9
  INVALID_RESULT_TABLE: _ClassVar[ResultTable]
10
+ ERRORS_AND_WARNINGS_TABLE: _ClassVar[ResultTable]
10
11
  NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE: _ClassVar[ResultTable]
11
12
  NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE: _ClassVar[ResultTable]
12
13
  NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE: _ClassVar[ResultTable]
@@ -102,6 +103,7 @@ class ResultTable(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
102
103
  TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE: _ClassVar[ResultTable]
103
104
  TIME_HISTORY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE: _ClassVar[ResultTable]
104
105
  INVALID_RESULT_TABLE: ResultTable
106
+ ERRORS_AND_WARNINGS_TABLE: ResultTable
105
107
  NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE: ResultTable
106
108
  NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE: ResultTable
107
109
  NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE: ResultTable