dlubal.api 2.9.4__tar.gz → 2.9.4.post2__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 (350) hide show
  1. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/PKG-INFO +14 -16
  2. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/README.md +11 -15
  3. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/application.py +12 -5
  4. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/packing.py +3 -3
  5. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal.api.egg-info/PKG-INFO +14 -16
  6. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/setup.py +2 -1
  7. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/__init__.py +0 -0
  8. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/__init__.py +0 -0
  9. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/__init__.py +0 -0
  10. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/common_pb2.py +0 -0
  11. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/common_pb2.pyi +0 -0
  12. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/connection.py +0 -0
  13. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/exceptions.py +0 -0
  14. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/model_id_pb2.py +0 -0
  15. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/model_id_pb2.pyi +0 -0
  16. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/table.py +0 -0
  17. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/table_data_pb2.py +0 -0
  18. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/common/table_data_pb2.pyi +0 -0
  19. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/__init__.py +0 -0
  20. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  21. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  22. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  23. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  24. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  25. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/application_pb2.py +0 -0
  26. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/application_pb2.pyi +0 -0
  27. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  28. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/base_data/__init__.py +0 -0
  29. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
  30. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
  31. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/__init__.py +0 -0
  32. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  33. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  34. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  35. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  36. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  37. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  38. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  39. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  40. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  41. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  42. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  43. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  44. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  45. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  46. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  47. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  48. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  49. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  50. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  51. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  52. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  53. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  54. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  55. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  56. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  57. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  58. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  59. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  60. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  61. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  62. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  63. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  64. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  65. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  66. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  67. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  68. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  69. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  70. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  71. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  72. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  73. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  74. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  75. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  76. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  77. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  78. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  79. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  80. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  81. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  82. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  83. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  84. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  85. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  86. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  87. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  88. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  89. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  90. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  91. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  92. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
  93. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
  94. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
  95. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
  96. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  97. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  98. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  99. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  100. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  101. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/__init__.py +0 -0
  102. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  103. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  104. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  105. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  106. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  107. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  108. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  109. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  110. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  111. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  112. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  113. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  114. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  115. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  116. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  117. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  118. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  119. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  120. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  121. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  122. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  123. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  124. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  125. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  126. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  127. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  128. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  129. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  130. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  131. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  132. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/__init__.py +0 -0
  133. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  134. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  135. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  136. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  137. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  138. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  139. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  140. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  141. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  142. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  143. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  144. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  145. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  146. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  147. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  148. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  149. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  150. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  151. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  152. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  153. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  154. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  155. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  156. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  157. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  158. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  159. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  160. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  161. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  162. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  163. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  164. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  165. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  166. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  167. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/object_type_pb2.py +0 -0
  168. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
  169. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  170. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  171. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  172. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/results/__init__.py +0 -0
  173. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
  174. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
  175. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  176. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  177. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  178. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  179. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  180. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  181. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  182. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  183. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  184. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  185. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  186. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  187. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  188. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  189. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  190. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  191. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  192. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  193. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  194. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  195. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  196. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  197. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  198. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  199. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  200. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  201. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  202. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  203. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  204. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  205. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  206. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  207. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  208. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  209. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  210. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
  211. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
  212. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  213. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  214. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  215. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  216. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  217. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  218. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  219. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  220. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  221. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  222. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  223. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  224. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  225. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  226. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  227. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  228. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  229. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  230. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  231. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  232. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  233. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  234. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  235. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  236. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  237. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  238. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  239. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  240. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  241. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  242. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  243. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  244. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  245. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  246. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  247. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  248. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  249. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  250. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  251. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  252. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  253. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  254. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  255. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  256. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  257. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  258. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  259. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  260. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  261. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  262. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  263. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  264. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  265. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  266. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  267. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  268. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  269. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  270. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  271. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  272. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  273. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  274. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  275. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  276. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  277. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  278. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  279. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  280. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  281. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  282. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  283. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  284. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  285. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  286. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  287. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  288. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  289. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  290. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  291. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  292. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  293. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  294. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  295. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  296. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  297. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  298. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  299. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  300. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  301. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  302. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  303. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  304. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  305. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  306. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  307. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  308. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  309. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  310. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  311. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  312. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  313. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  314. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  315. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  316. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  317. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  318. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  319. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  320. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  321. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  322. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  323. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  324. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  325. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  326. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  327. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  328. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  329. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  330. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  331. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  332. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  333. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  334. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  335. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  336. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  337. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  338. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  339. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  340. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  341. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  342. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  343. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  344. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  345. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal.api.egg-info/SOURCES.txt +0 -0
  346. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal.api.egg-info/dependency_links.txt +0 -0
  347. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal.api.egg-info/not-zip-safe +0 -0
  348. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal.api.egg-info/requires.txt +0 -0
  349. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/dlubal.api.egg-info/top_level.txt +0 -0
  350. {dlubal_api-2.9.4 → dlubal_api-2.9.4.post2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dlubal.api
3
- Version: 2.9.4
3
+ Version: 2.9.4.post2
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author: Dlubal Software
6
6
  Author-email: api@dlubal.com
@@ -10,6 +10,7 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.10
13
14
  Description-Content-Type: text/markdown
14
15
  Requires-Dist: grpcio==1.68.0
15
16
  Requires-Dist: grpcio-tools==1.68.0
@@ -21,6 +22,7 @@ Dynamic: description
21
22
  Dynamic: description-content-type
22
23
  Dynamic: license
23
24
  Dynamic: requires-dist
25
+ Dynamic: requires-python
24
26
  Dynamic: summary
25
27
 
26
28
  # Dlubal API 2.0
@@ -29,18 +31,15 @@ Dynamic: summary
29
31
  ![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
30
32
  ![License](https://img.shields.io/badge/License-Proprietary-red)
31
33
 
34
+ ## Compatibility
35
+
36
+ This package version is fully compatible with the following **Dlubal App version**:
37
+
38
+ ✅ **X.09.0004.228.1fa4372348**
39
+
32
40
  ## Overview
33
41
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
34
42
 
35
- ## Key Features
36
- - **Unified API**: Works across all Dlubal applications, starting with **RFEM**.
37
- - **Performance Boost**: 5-10x faster execution than previous implementations.
38
- - **Seamless Model Export**: Generate Python scripts directly from RFEM models.
39
- - **Blocks & Components**: Define reusable components for efficient model parametrization.
40
- - **AI-Driven Tools**: Leverage AI-based features (e.g., **MIA** powered by structured data).
41
- - **Flexible Licensing**: Supports **on-premises** and **cloud-based** workflows.
42
- - **Secure & Scalable**: API authentication via API keys, with **fine-grained access control**.
43
-
44
43
  ---
45
44
 
46
45
  ## Installation
@@ -58,11 +57,10 @@ For additional installation options, refer to the **official documentation**.
58
57
  ## Quick Start
59
58
 
60
59
  ### Authentication & Authorization
61
- To access the API, you need:
62
- - **Authentication**: API Keys which can be generated in your Extranet user account under the API & Cloud Dashboard.
63
- - **Authorization**: Active API Service subscription (license-based).
64
-
65
- Be aware, certain API methods are monetized by **API Credits**!.
60
+ To use the API, you need:
61
+ - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
62
+ - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
63
+ - **API Credits**: Some API methods consume credits.
66
64
 
67
65
  ---
68
66
 
@@ -81,7 +79,7 @@ with rfem.Application(api_key="your_api_key") as rfem_app:
81
79
  ## Documentation & Support
82
80
  - 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
83
81
  - 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
84
- - 🔑 **Extranet**: [API & Cloud Dashboard](https://extranet.dlubal.com)
82
+ - 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
85
83
 
86
84
  ---
87
85
 
@@ -4,18 +4,15 @@
4
4
  ![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
5
5
  ![License](https://img.shields.io/badge/License-Proprietary-red)
6
6
 
7
+ ## Compatibility
8
+
9
+ This package version is fully compatible with the following **Dlubal App version**:
10
+
11
+ ✅ **X.09.0004.228.1fa4372348**
12
+
7
13
  ## Overview
8
14
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
9
15
 
10
- ## Key Features
11
- - **Unified API**: Works across all Dlubal applications, starting with **RFEM**.
12
- - **Performance Boost**: 5-10x faster execution than previous implementations.
13
- - **Seamless Model Export**: Generate Python scripts directly from RFEM models.
14
- - **Blocks & Components**: Define reusable components for efficient model parametrization.
15
- - **AI-Driven Tools**: Leverage AI-based features (e.g., **MIA** powered by structured data).
16
- - **Flexible Licensing**: Supports **on-premises** and **cloud-based** workflows.
17
- - **Secure & Scalable**: API authentication via API keys, with **fine-grained access control**.
18
-
19
16
  ---
20
17
 
21
18
  ## Installation
@@ -33,11 +30,10 @@ For additional installation options, refer to the **official documentation**.
33
30
  ## Quick Start
34
31
 
35
32
  ### Authentication & Authorization
36
- To access the API, you need:
37
- - **Authentication**: API Keys which can be generated in your Extranet user account under the API & Cloud Dashboard.
38
- - **Authorization**: Active API Service subscription (license-based).
39
-
40
- Be aware, certain API methods are monetized by **API Credits**!.
33
+ To use the API, you need:
34
+ - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
35
+ - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
36
+ - **API Credits**: Some API methods consume credits.
41
37
 
42
38
  ---
43
39
 
@@ -56,7 +52,7 @@ with rfem.Application(api_key="your_api_key") as rfem_app:
56
52
  ## Documentation & Support
57
53
  - 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
58
54
  - 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
59
- - 🔑 **Extranet**: [API & Cloud Dashboard](https://extranet.dlubal.com)
55
+ - 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
60
56
 
61
57
  ---
62
58
 
@@ -97,10 +97,13 @@ class Application:
97
97
  model_id (:ref:`ModelId` | None): Unique identifier of the model.
98
98
 
99
99
  Returns:
100
- :ref:`rfem_objects`: A retrieved object.
100
+ :ref:`rfem_objects`: A list of retrieved objects.
101
101
  '''
102
102
  result = self.stub.get_object_list_impl(pack_object_list(objs, model_id))
103
- return unpack_object_list(result, type(objs[0]))
103
+ type_list=[]
104
+ for o in objs:
105
+ type_list.append(type(o))
106
+ return unpack_object_list(result, type_list)
104
107
 
105
108
  def create_object(self, obj, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
106
109
  '''
@@ -320,13 +323,17 @@ class Application:
320
323
 
321
324
  def delete_all_objects(self, *, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
322
325
  """
323
- Deletes all objects
326
+ Deletes all objects.
324
327
 
325
328
  Args:
326
329
  model_id (:ref:`ModelId` | None): Unique identifier of the model.
327
- Active model is used if this field is not set.
330
+ Active model is used if this field is not set.
328
331
  """
329
- request = dlubal.api.common.model_id_pb2.OptionalModelId(guid=model_id.guid)
332
+ request = (
333
+ dlubal.api.common.model_id_pb2.OptionalModelId(guid=model_id.guid)
334
+ if model_id
335
+ else dlubal.api.common.model_id_pb2.OptionalModelId()
336
+ )
330
337
  self.stub.delete_all_objects(request)
331
338
 
332
339
  def calculate_all(self, *, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.OperationResult:
@@ -29,11 +29,11 @@ def pack_object_list(object_list, model_id=None, return_object_id=None):
29
29
  return packed_list
30
30
 
31
31
 
32
- def unpack_object_list(packed_object_list: ObjectList, Type):
32
+ def unpack_object_list(packed_object_list: ObjectList, type_lst: list):
33
33
  unpacked_list = []
34
34
 
35
- for object in packed_object_list.objects:
36
- unpacked_list.append(unpack_object(object, Type))
35
+ for i, object in enumerate(packed_object_list.objects):
36
+ unpacked_list.append(unpack_object(object, type_lst[i]))
37
37
 
38
38
  return unpacked_list
39
39
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dlubal.api
3
- Version: 2.9.4
3
+ Version: 2.9.4.post2
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author: Dlubal Software
6
6
  Author-email: api@dlubal.com
@@ -10,6 +10,7 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.10
13
14
  Description-Content-Type: text/markdown
14
15
  Requires-Dist: grpcio==1.68.0
15
16
  Requires-Dist: grpcio-tools==1.68.0
@@ -21,6 +22,7 @@ Dynamic: description
21
22
  Dynamic: description-content-type
22
23
  Dynamic: license
23
24
  Dynamic: requires-dist
25
+ Dynamic: requires-python
24
26
  Dynamic: summary
25
27
 
26
28
  # Dlubal API 2.0
@@ -29,18 +31,15 @@ Dynamic: summary
29
31
  ![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
30
32
  ![License](https://img.shields.io/badge/License-Proprietary-red)
31
33
 
34
+ ## Compatibility
35
+
36
+ This package version is fully compatible with the following **Dlubal App version**:
37
+
38
+ ✅ **X.09.0004.228.1fa4372348**
39
+
32
40
  ## Overview
33
41
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
34
42
 
35
- ## Key Features
36
- - **Unified API**: Works across all Dlubal applications, starting with **RFEM**.
37
- - **Performance Boost**: 5-10x faster execution than previous implementations.
38
- - **Seamless Model Export**: Generate Python scripts directly from RFEM models.
39
- - **Blocks & Components**: Define reusable components for efficient model parametrization.
40
- - **AI-Driven Tools**: Leverage AI-based features (e.g., **MIA** powered by structured data).
41
- - **Flexible Licensing**: Supports **on-premises** and **cloud-based** workflows.
42
- - **Secure & Scalable**: API authentication via API keys, with **fine-grained access control**.
43
-
44
43
  ---
45
44
 
46
45
  ## Installation
@@ -58,11 +57,10 @@ For additional installation options, refer to the **official documentation**.
58
57
  ## Quick Start
59
58
 
60
59
  ### Authentication & Authorization
61
- To access the API, you need:
62
- - **Authentication**: API Keys which can be generated in your Extranet user account under the API & Cloud Dashboard.
63
- - **Authorization**: Active API Service subscription (license-based).
64
-
65
- Be aware, certain API methods are monetized by **API Credits**!.
60
+ To use the API, you need:
61
+ - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
62
+ - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
63
+ - **API Credits**: Some API methods consume credits.
66
64
 
67
65
  ---
68
66
 
@@ -81,7 +79,7 @@ with rfem.Application(api_key="your_api_key") as rfem_app:
81
79
  ## Documentation & Support
82
80
  - 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
83
81
  - 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
84
- - 🔑 **Extranet**: [API & Cloud Dashboard](https://extranet.dlubal.com)
82
+ - 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
85
83
 
86
84
  ---
87
85
 
@@ -19,7 +19,8 @@ readme = (here/"README.md").read_text(encoding="utf-8")
19
19
  setup(
20
20
  name='dlubal.api',
21
21
  # version=version,
22
- version="2.9.4",
22
+ version="2.9.4.post2",
23
+ python_requires=">=3.10",
23
24
  description='Python Client Library for Dlubal Software APIs powered by gRPC',
24
25
  long_description=readme,
25
26
  long_description_content_type = "text/markdown",