dlubal.api 2.9.8__tar.gz → 2.9.9__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 (352) hide show
  1. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/PKG-INFO +2 -2
  2. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/README.md +1 -1
  3. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/table.py +1 -0
  4. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/application.py +8 -16
  5. dlubal_api-2.9.9/dlubal/api/rfem/packing.py +84 -0
  6. dlubal_api-2.9.9/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +49 -0
  7. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +4 -2
  8. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal.api.egg-info/PKG-INFO +2 -2
  9. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/setup.py +1 -1
  10. dlubal_api-2.9.8/dlubal/api/rfem/packing.py +0 -45
  11. dlubal_api-2.9.8/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -49
  12. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/__init__.py +0 -0
  13. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/__init__.py +0 -0
  14. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/__init__.py +0 -0
  15. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/common_pb2.py +0 -0
  16. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/common_pb2.pyi +0 -0
  17. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/connection.py +0 -0
  18. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/exceptions.py +0 -0
  19. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/model_id_pb2.py +0 -0
  20. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/model_id_pb2.pyi +0 -0
  21. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/table_data_pb2.py +0 -0
  22. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/common/table_data_pb2.pyi +0 -0
  23. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/__init__.py +0 -0
  24. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  25. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  26. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  27. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  28. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  29. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/application_pb2.py +0 -0
  30. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/application_pb2.pyi +0 -0
  31. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  32. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/base_data/__init__.py +0 -0
  33. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
  34. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
  35. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/__init__.py +0 -0
  36. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  37. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  38. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  39. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  40. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  41. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  42. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  43. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  44. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  45. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  46. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  47. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  48. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  49. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  50. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  51. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  52. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  53. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  54. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  55. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  56. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  57. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  58. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  59. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  60. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  61. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  62. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  63. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  64. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  65. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  66. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  67. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  68. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  69. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  70. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  71. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  72. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  73. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  74. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  75. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  76. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  77. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  78. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  79. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  80. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  81. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  82. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  83. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  84. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  85. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  86. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  87. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  88. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  89. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  90. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  91. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  92. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  93. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  94. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  95. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  96. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
  97. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
  98. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
  99. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
  100. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  101. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  102. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  103. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  104. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  105. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/__init__.py +0 -0
  106. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  107. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  108. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  109. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  110. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  111. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  112. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  113. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  114. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  115. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  116. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  117. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  118. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  119. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  120. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  121. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  122. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  123. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  124. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  125. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  126. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  127. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  128. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  129. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  130. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  131. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  132. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  133. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  134. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  135. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  136. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/__init__.py +0 -0
  137. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  138. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  139. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  140. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  141. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  142. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  143. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  144. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  145. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  146. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  147. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  148. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  149. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  150. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  151. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  152. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  153. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  154. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  155. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  156. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  157. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  158. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  159. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  160. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  161. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  162. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  163. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  164. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  165. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  166. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  167. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  168. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  169. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  170. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  171. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/object_type_pb2.py +0 -0
  172. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
  173. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  174. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  175. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  176. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/results/__init__.py +0 -0
  177. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
  178. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
  179. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  180. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  181. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  182. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  183. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  184. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  185. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  186. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  187. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  188. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  189. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  190. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  191. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  192. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  193. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  194. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  195. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  196. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  197. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  198. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  199. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  200. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  201. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  202. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  203. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  204. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  205. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  206. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  207. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  208. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  209. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  210. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  211. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  212. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  213. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  214. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
  215. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
  216. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  217. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  218. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  219. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  220. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  221. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  222. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  223. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  224. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  225. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  226. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  227. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  228. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  229. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  230. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  231. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  232. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  233. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  234. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  235. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  236. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  237. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  238. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  239. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  240. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  241. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  242. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  243. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  244. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  245. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  246. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  247. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  248. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  249. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  250. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  251. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  252. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  253. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  254. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  255. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  256. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  257. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  258. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  259. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  260. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  261. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  262. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  263. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  264. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  265. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  266. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  267. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  268. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  269. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  270. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  271. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  272. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  273. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  274. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  275. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  276. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  277. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  278. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  279. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  280. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  281. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  282. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  283. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  284. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  285. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  286. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  287. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  288. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  289. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  290. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  291. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  292. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  293. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  294. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  295. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  296. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  297. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  298. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  299. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  300. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  301. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  302. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  303. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  304. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  305. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  306. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  307. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  308. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  309. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  310. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  311. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  312. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  313. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  314. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  315. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  316. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  317. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  318. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  319. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  320. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  321. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  322. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  323. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  324. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  325. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  326. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  327. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  328. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  329. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  330. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  331. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  332. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  333. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  334. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  335. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  336. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  337. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  338. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  339. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  340. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  341. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  342. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  343. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  344. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  345. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  346. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  347. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal.api.egg-info/SOURCES.txt +0 -0
  348. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal.api.egg-info/dependency_links.txt +0 -0
  349. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal.api.egg-info/not-zip-safe +0 -0
  350. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal.api.egg-info/requires.txt +0 -0
  351. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/dlubal.api.egg-info/top_level.txt +0 -0
  352. {dlubal_api-2.9.8 → dlubal_api-2.9.9}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dlubal.api
3
- Version: 2.9.8
3
+ Version: 2.9.9
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
@@ -35,7 +35,7 @@ Dynamic: summary
35
35
 
36
36
  This package version is fully compatible with the following **Dlubal App version**:
37
37
 
38
- ✅ **X.09.0008.218.5212249d26f**
38
+ ✅ **X.09.0009.186.ed86c668f7f**
39
39
 
40
40
  ## Overview
41
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**.
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.09.0008.218.5212249d26f**
11
+ ✅ **X.09.0009.186.ed86c668f7f**
12
12
 
13
13
  ## Overview
14
14
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
@@ -1,6 +1,7 @@
1
1
  import pandas
2
2
 
3
3
  class Table:
4
+
4
5
  def __init__(self, data: pandas.DataFrame):
5
6
  self.data = data
6
7
 
@@ -2,15 +2,12 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from dlubal.api.common.connection import _ApiKey, check_ssl, init_channel
5
- from dlubal.api.rfem.packing import pack_object, pack_object_list, unpack_object, unpack_object_list, get_internal_value
6
- from dlubal.api.common.table import Table
5
+ from dlubal.api.rfem.packing import pack_object, pack_object_list, unpack_object, unpack_object_list, convert_table_data_to_table
7
6
  from dlubal.api.common.table_data_pb2 import TableData
8
7
  from dlubal.api.rfem.results import ResultsId
9
8
  from dlubal.api.rfem.results.results_query_pb2 import ResultsQuery, ResultsFilter
10
9
  import grpc
11
-
12
10
  from collections.abc import Iterable
13
- from pandas import DataFrame
14
11
  from importlib.metadata import version
15
12
  import dlubal.api.common.model_id_pb2
16
13
  import dlubal.api.rfem.application_pb2
@@ -264,20 +261,15 @@ class Application:
264
261
  Table(data_frame):
265
262
  Requested results in form of table.
266
263
  '''
267
- all_filters = [].append(filters) if filters else []
264
+
265
+ all_filters = list(filters) if filters else []
268
266
 
269
267
  for key, value in keyword_filters.items():
270
268
  all_filters.append(ResultsFilter(column_id=key, filter_expression=str(value)))
271
269
 
272
- results: TableData = self.stub.get_results_impl(ResultsQuery(results_id=results_id, filters=filters))
273
-
274
- rows_data = []
275
- for row in results.rows:
276
- rows_data.append([get_internal_value(v) for v in row.values])
277
-
278
- data_frame = DataFrame(columns=list(results.column_ids), data=rows_data)
270
+ results: TableData = self.stub.get_results_impl(ResultsQuery(results_id=results_id, filters=all_filters))
279
271
 
280
- return Table(data_frame)
272
+ return convert_table_data_to_table(table_data=results)
281
273
 
282
274
  def create_model(self, *, name: str, template_path: str | None = None) -> dlubal.api.common.model_id_pb2.ModelId:
283
275
  """
@@ -356,7 +348,7 @@ class Application:
356
348
  Sets active model specified by model id
357
349
 
358
350
  Args:
359
- model_id (dlubal.api.common.model_id_pb2.ModelId):
351
+ model_id (dlubal.api.common.model_id_pb2.ModelId):
360
352
  """
361
353
  self.stub.set_active_model(model_id)
362
354
 
@@ -395,7 +387,7 @@ class Application:
395
387
  Deletes all objects
396
388
 
397
389
  Args:
398
- optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
390
+ optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
399
391
  """
400
392
  self.stub.delete_all_objects(optional_model_id)
401
393
 
@@ -456,7 +448,7 @@ class Application:
456
448
  comments, file path, and associated project details.
457
449
 
458
450
  Args:
459
- optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
451
+ optional_model_id (dlubal.api.common.model_id_pb2.OptionalModelId):
460
452
 
461
453
  Returns:
462
454
  dlubal.api.rfem.application_pb2.ModelMainParameters
@@ -0,0 +1,84 @@
1
+ from dlubal.api.rfem.application_pb2 import Object, ObjectList, CreateObjectListRequest
2
+ from dlubal.api.common.table import Table
3
+ from dlubal.api.common.table_data_pb2 import TableData
4
+ from google.protobuf.any_pb2 import Any
5
+ from google.protobuf.struct_pb2 import Value
6
+ import pandas as pd
7
+ from pandas import DataFrame
8
+
9
+
10
+ def pack_object(object, model_id=None) -> Object:
11
+ packed = Any()
12
+ packed.Pack(object)
13
+
14
+ if model_id is None:
15
+ return Object(object=packed)
16
+
17
+ return Object(object=packed, model_id=model_id)
18
+
19
+
20
+ def unpack_object(packed_object: Object, Type):
21
+ result = Type()
22
+ packed_object.object.Unpack(result)
23
+ return result
24
+
25
+
26
+ def pack_object_list(object_list, model_id=None, return_object_id=None):
27
+ packed_list = ObjectList()
28
+ packed_list.objects.extend(pack_object(obj, model_id) for obj in object_list)
29
+
30
+ if return_object_id is not None:
31
+ return CreateObjectListRequest(objects=packed_list, return_object_id=return_object_id)
32
+
33
+ return packed_list
34
+
35
+
36
+ def unpack_object_list(packed_object_list: ObjectList, type_lst: list):
37
+ unpacked_list = []
38
+
39
+ for i, object in enumerate(packed_object_list.objects):
40
+ unpacked_list.append(unpack_object(object, type_lst[i]))
41
+
42
+ return unpacked_list
43
+
44
+
45
+ def get_internal_value(value: Value):
46
+ '''
47
+ Get the internal value stored in a generic Value object
48
+ '''
49
+ kind = value.WhichOneof("kind")
50
+ if kind == "null_value":
51
+ return None
52
+ else:
53
+ return getattr(value, kind)
54
+
55
+
56
+ def convert_table_data_to_table(table_data: TableData) -> Table:
57
+ '''
58
+ Converts TableData from API response to a Pandas-based Table.
59
+
60
+ Args:
61
+ table_data (TableData): Raw API response in TableData format.
62
+
63
+ Returns:
64
+ Table: Converted table with appropriate data types.
65
+ '''
66
+ rows_data = [
67
+ [pd.NA if (value := get_internal_value(v)) is None else value for v in row.values]
68
+ for row in table_data.rows
69
+ ]
70
+
71
+ df = DataFrame(columns=list(table_data.column_ids), data=rows_data)
72
+
73
+ # Convert DataFrame columns to their best possible numeric nullable dtypes.
74
+ df_conv = df.convert_dtypes()
75
+
76
+ # Ensure float columns remain float, even if they contain only whole numbers
77
+ float_cols = df.select_dtypes(include=["float"]).columns
78
+ df_conv[float_cols] = df_conv[float_cols].astype('Float64')
79
+
80
+ # Convert non-numeric object type columns to Pandas' nullable string type.
81
+ object_cols = df_conv.select_dtypes(include=["object"]).columns
82
+ df_conv[object_cols] = df_conv[object_cols].astype('string')
83
+
84
+ return Table(df_conv)
@@ -0,0 +1,49 @@
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/types_for_members/member_eccentricity.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/types_for_members/member_eccentricity.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;dlubal/api/rfem/types_for_members/member_eccentricity.proto\x12!dlubal.api.rfem.types_for_members\x1a\x1e\x64lubal/api/common/common.proto\"\xa4\x11\n\x12MemberEccentricity\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\x12g\n\x12specification_type\x18\x04 \x01(\x0e\x32\x46.dlubal.api.rfem.types_for_members.MemberEccentricitySpecificationTypeH\x03\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x30\n\x06offset\x18\x06 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x05\x88\x01\x01\x12\x15\n\x08offset_x\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x15\n\x08offset_y\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x15\n\x08offset_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18transverse_offset_active\x18\n \x01(\x08H\t\x88\x01\x01\x12 \n\x13\x61xial_offset_active\x18\x0b \x01(\x08H\n\x88\x01\x01\x12#\n\x16hinge_location_at_node\x18\x0c \x01(\x08H\x0b\x88\x01\x01\x12\x14\n\x07members\x18\r \x01(\tH\x0c\x88\x01\x01\x12z\n\x1chorizontal_section_alignment\x18\x0e \x01(\x0e\x32O.dlubal.api.rfem.types_for_members.MemberEccentricityHorizontalSectionAlignmentH\r\x88\x01\x01\x12v\n\x1avertical_section_alignment\x18\x0f \x01(\x0e\x32M.dlubal.api.rfem.types_for_members.MemberEccentricityVerticalSectionAlignmentH\x0e\x88\x01\x01\x12\x81\x01\n transverse_offset_reference_type\x18\x10 \x01(\x0e\x32R.dlubal.api.rfem.types_for_members.MemberEccentricityTransverseOffsetReferenceTypeH\x0f\x88\x01\x01\x12/\n\"transverse_offset_reference_member\x18\x11 \x01(\x05H\x10\x88\x01\x01\x12\x30\n#transverse_offset_reference_surface\x18\x12 \x01(\x05H\x11\x88\x01\x01\x12\x34\n\'transverse_offset_member_reference_node\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12\x35\n(transverse_offset_surface_reference_node\x18\x14 \x01(\x05H\x13\x88\x01\x01\x12\x89\x01\n$transverse_offset_vertical_alignment\x18\x15 \x01(\x0e\x32V.dlubal.api.rfem.types_for_members.MemberEccentricityTransverseOffsetVerticalAlignmentH\x14\x88\x01\x01\x12\x8d\x01\n&transverse_offset_horizontal_alignment\x18\x16 \x01(\x0e\x32X.dlubal.api.rfem.types_for_members.MemberEccentricityTransverseOffsetHorizontalAlignmentH\x15\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x17 \x01(\tH\x16\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x18 \x01(\x08H\x17\x88\x01\x01\x12#\n\x16generating_object_info\x18\x19 \x01(\tH\x18\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x1a \x01(\tH\x19\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1b \x01(\tH\x1a\x88\x01\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x15\n\x13_specification_typeB\x14\n\x12_coordinate_systemB\t\n\x07_offsetB\x0b\n\t_offset_xB\x0b\n\t_offset_yB\x0b\n\t_offset_zB\x1b\n\x19_transverse_offset_activeB\x16\n\x14_axial_offset_activeB\x19\n\x17_hinge_location_at_nodeB\n\n\x08_membersB\x1f\n\x1d_horizontal_section_alignmentB\x1d\n\x1b_vertical_section_alignmentB#\n!_transverse_offset_reference_typeB%\n#_transverse_offset_reference_memberB&\n$_transverse_offset_reference_surfaceB*\n(_transverse_offset_member_reference_nodeB+\n)_transverse_offset_surface_reference_nodeB\'\n%_transverse_offset_vertical_alignmentB)\n\'_transverse_offset_horizontal_alignmentB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import*\xdc\x01\n#MemberEccentricitySpecificationType\x12>\n:MEMBER_ECCENTRICITY_SPECIFICATION_TYPE_RELATIVE_TO_SECTION\x10\x00\x12\x33\n/MEMBER_ECCENTRICITY_SPECIFICATION_TYPE_ABSOLUTE\x10\x01\x12@\n<MEMBER_ECCENTRICITY_SPECIFICATION_TYPE_RELATIVE_AND_ABSOLUTE\x10\x02*\xe2\x01\n,MemberEccentricityHorizontalSectionAlignment\x12\x39\n5MEMBER_ECCENTRICITY_HORIZONTAL_SECTION_ALIGNMENT_LEFT\x10\x00\x12;\n7MEMBER_ECCENTRICITY_HORIZONTAL_SECTION_ALIGNMENT_CENTER\x10\x01\x12:\n6MEMBER_ECCENTRICITY_HORIZONTAL_SECTION_ALIGNMENT_RIGHT\x10\x02*\xda\x01\n*MemberEccentricityVerticalSectionAlignment\x12\x36\n2MEMBER_ECCENTRICITY_VERTICAL_SECTION_ALIGNMENT_TOP\x10\x00\x12\x39\n5MEMBER_ECCENTRICITY_VERTICAL_SECTION_ALIGNMENT_BOTTOM\x10\x02\x12\x39\n5MEMBER_ECCENTRICITY_VERTICAL_SECTION_ALIGNMENT_CENTER\x10\x01*\x8f\x02\n/MemberEccentricityTransverseOffsetReferenceType\x12=\n9MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_REFERENCE_TYPE_NONE\x10\x00\x12L\nHMEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_REFERENCE_TYPE_FROM_MEMBER_SECTION\x10\x01\x12O\nKMEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_REFERENCE_TYPE_FROM_SURFACE_THICKNESS\x10\x02*\x81\x02\n3MemberEccentricityTransverseOffsetVerticalAlignment\x12@\n<MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_VERTICAL_ALIGNMENT_TOP\x10\x00\x12\x43\n?MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12\x43\n?MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_VERTICAL_ALIGNMENT_CENTER\x10\x01*\x89\x02\n5MemberEccentricityTransverseOffsetHorizontalAlignment\x12\x43\n?MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12\x45\nAMEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12\x44\n@MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\x62\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_members.member_eccentricity_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_MEMBERECCENTRICITYSPECIFICATIONTYPE']._serialized_start=2346
36
+ _globals['_MEMBERECCENTRICITYSPECIFICATIONTYPE']._serialized_end=2566
37
+ _globals['_MEMBERECCENTRICITYHORIZONTALSECTIONALIGNMENT']._serialized_start=2569
38
+ _globals['_MEMBERECCENTRICITYHORIZONTALSECTIONALIGNMENT']._serialized_end=2795
39
+ _globals['_MEMBERECCENTRICITYVERTICALSECTIONALIGNMENT']._serialized_start=2798
40
+ _globals['_MEMBERECCENTRICITYVERTICALSECTIONALIGNMENT']._serialized_end=3016
41
+ _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETREFERENCETYPE']._serialized_start=3019
42
+ _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETREFERENCETYPE']._serialized_end=3290
43
+ _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETVERTICALALIGNMENT']._serialized_start=3293
44
+ _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETVERTICALALIGNMENT']._serialized_end=3550
45
+ _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETHORIZONTALALIGNMENT']._serialized_start=3553
46
+ _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETHORIZONTALALIGNMENT']._serialized_end=3818
47
+ _globals['_MEMBERECCENTRICITY']._serialized_start=131
48
+ _globals['_MEMBERECCENTRICITY']._serialized_end=2343
49
+ # @@protoc_insertion_point(module_scope)
@@ -61,7 +61,7 @@ MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_CENTER: MemberEccentr
61
61
  MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_RIGHT: MemberEccentricityTransverseOffsetHorizontalAlignment
62
62
 
63
63
  class MemberEccentricity(_message.Message):
64
- __slots__ = ("no", "user_defined_name_enabled", "name", "specification_type", "coordinate_system", "offset", "offset_x", "offset_y", "offset_z", "transverse_offset_active", "axial_offset_active", "hinge_location_at_node", "horizontal_section_alignment", "vertical_section_alignment", "transverse_offset_reference_type", "transverse_offset_reference_member", "transverse_offset_reference_surface", "transverse_offset_member_reference_node", "transverse_offset_surface_reference_node", "transverse_offset_vertical_alignment", "transverse_offset_horizontal_alignment", "comment", "is_generated", "generating_object_info", "id_for_export_import", "metadata_for_export_import")
64
+ __slots__ = ("no", "user_defined_name_enabled", "name", "specification_type", "coordinate_system", "offset", "offset_x", "offset_y", "offset_z", "transverse_offset_active", "axial_offset_active", "hinge_location_at_node", "members", "horizontal_section_alignment", "vertical_section_alignment", "transverse_offset_reference_type", "transverse_offset_reference_member", "transverse_offset_reference_surface", "transverse_offset_member_reference_node", "transverse_offset_surface_reference_node", "transverse_offset_vertical_alignment", "transverse_offset_horizontal_alignment", "comment", "is_generated", "generating_object_info", "id_for_export_import", "metadata_for_export_import")
65
65
  NO_FIELD_NUMBER: _ClassVar[int]
66
66
  USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
67
67
  NAME_FIELD_NUMBER: _ClassVar[int]
@@ -74,6 +74,7 @@ class MemberEccentricity(_message.Message):
74
74
  TRANSVERSE_OFFSET_ACTIVE_FIELD_NUMBER: _ClassVar[int]
75
75
  AXIAL_OFFSET_ACTIVE_FIELD_NUMBER: _ClassVar[int]
76
76
  HINGE_LOCATION_AT_NODE_FIELD_NUMBER: _ClassVar[int]
77
+ MEMBERS_FIELD_NUMBER: _ClassVar[int]
77
78
  HORIZONTAL_SECTION_ALIGNMENT_FIELD_NUMBER: _ClassVar[int]
78
79
  VERTICAL_SECTION_ALIGNMENT_FIELD_NUMBER: _ClassVar[int]
79
80
  TRANSVERSE_OFFSET_REFERENCE_TYPE_FIELD_NUMBER: _ClassVar[int]
@@ -100,6 +101,7 @@ class MemberEccentricity(_message.Message):
100
101
  transverse_offset_active: bool
101
102
  axial_offset_active: bool
102
103
  hinge_location_at_node: bool
104
+ members: str
103
105
  horizontal_section_alignment: MemberEccentricityHorizontalSectionAlignment
104
106
  vertical_section_alignment: MemberEccentricityVerticalSectionAlignment
105
107
  transverse_offset_reference_type: MemberEccentricityTransverseOffsetReferenceType
@@ -114,4 +116,4 @@ class MemberEccentricity(_message.Message):
114
116
  generating_object_info: str
115
117
  id_for_export_import: str
116
118
  metadata_for_export_import: str
117
- def __init__(self, no: _Optional[int] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., specification_type: _Optional[_Union[MemberEccentricitySpecificationType, str]] = ..., coordinate_system: _Optional[str] = ..., offset: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., offset_x: _Optional[float] = ..., offset_y: _Optional[float] = ..., offset_z: _Optional[float] = ..., transverse_offset_active: bool = ..., axial_offset_active: bool = ..., hinge_location_at_node: bool = ..., horizontal_section_alignment: _Optional[_Union[MemberEccentricityHorizontalSectionAlignment, str]] = ..., vertical_section_alignment: _Optional[_Union[MemberEccentricityVerticalSectionAlignment, str]] = ..., transverse_offset_reference_type: _Optional[_Union[MemberEccentricityTransverseOffsetReferenceType, str]] = ..., transverse_offset_reference_member: _Optional[int] = ..., transverse_offset_reference_surface: _Optional[int] = ..., transverse_offset_member_reference_node: _Optional[int] = ..., transverse_offset_surface_reference_node: _Optional[int] = ..., transverse_offset_vertical_alignment: _Optional[_Union[MemberEccentricityTransverseOffsetVerticalAlignment, str]] = ..., transverse_offset_horizontal_alignment: _Optional[_Union[MemberEccentricityTransverseOffsetHorizontalAlignment, str]] = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
119
+ def __init__(self, no: _Optional[int] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., specification_type: _Optional[_Union[MemberEccentricitySpecificationType, str]] = ..., coordinate_system: _Optional[str] = ..., offset: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., offset_x: _Optional[float] = ..., offset_y: _Optional[float] = ..., offset_z: _Optional[float] = ..., transverse_offset_active: bool = ..., axial_offset_active: bool = ..., hinge_location_at_node: bool = ..., members: _Optional[str] = ..., horizontal_section_alignment: _Optional[_Union[MemberEccentricityHorizontalSectionAlignment, str]] = ..., vertical_section_alignment: _Optional[_Union[MemberEccentricityVerticalSectionAlignment, str]] = ..., transverse_offset_reference_type: _Optional[_Union[MemberEccentricityTransverseOffsetReferenceType, str]] = ..., transverse_offset_reference_member: _Optional[int] = ..., transverse_offset_reference_surface: _Optional[int] = ..., transverse_offset_member_reference_node: _Optional[int] = ..., transverse_offset_surface_reference_node: _Optional[int] = ..., transverse_offset_vertical_alignment: _Optional[_Union[MemberEccentricityTransverseOffsetVerticalAlignment, str]] = ..., transverse_offset_horizontal_alignment: _Optional[_Union[MemberEccentricityTransverseOffsetHorizontalAlignment, str]] = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dlubal.api
3
- Version: 2.9.8
3
+ Version: 2.9.9
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
@@ -35,7 +35,7 @@ Dynamic: summary
35
35
 
36
36
  This package version is fully compatible with the following **Dlubal App version**:
37
37
 
38
- ✅ **X.09.0008.218.5212249d26f**
38
+ ✅ **X.09.0009.186.ed86c668f7f**
39
39
 
40
40
  ## Overview
41
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**.
@@ -19,7 +19,7 @@ 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.8",
22
+ version="2.9.9",
23
23
  python_requires=">=3.10",
24
24
  description='Python Client Library for Dlubal Software APIs powered by gRPC',
25
25
  long_description=readme,
@@ -1,45 +0,0 @@
1
- from dlubal.api.rfem.application_pb2 import Object, ObjectList, CreateObjectListRequest
2
- from google.protobuf.any_pb2 import Any
3
- from google.protobuf.struct_pb2 import Value
4
-
5
-
6
- def pack_object(object, model_id=None) -> Object:
7
- packed = Any()
8
- packed.Pack(object)
9
-
10
- if model_id is None:
11
- return Object(object=packed)
12
-
13
- return Object(object=packed, model_id=model_id)
14
-
15
-
16
- def unpack_object(packed_object: Object, Type):
17
- result = Type()
18
- packed_object.object.Unpack(result)
19
- return result
20
-
21
-
22
- def pack_object_list(object_list, model_id=None, return_object_id=None):
23
- packed_list = ObjectList()
24
- packed_list.objects.extend(pack_object(obj, model_id) for obj in object_list)
25
-
26
- if return_object_id is not None:
27
- return CreateObjectListRequest(objects=packed_list, return_object_id=return_object_id)
28
-
29
- return packed_list
30
-
31
-
32
- def unpack_object_list(packed_object_list: ObjectList, type_lst: list):
33
- unpacked_list = []
34
-
35
- for i, object in enumerate(packed_object_list.objects):
36
- unpacked_list.append(unpack_object(object, type_lst[i]))
37
-
38
- return unpacked_list
39
-
40
-
41
- def get_internal_value(value: Value):
42
- '''
43
- Get the internal value stored in a generic Value object
44
- '''
45
- return getattr(value, value.WhichOneof('kind'))
@@ -1,49 +0,0 @@
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/types_for_members/member_eccentricity.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/types_for_members/member_eccentricity.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
- from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
-
27
-
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;dlubal/api/rfem/types_for_members/member_eccentricity.proto\x12!dlubal.api.rfem.types_for_members\x1a\x1e\x64lubal/api/common/common.proto\"\x82\x11\n\x12MemberEccentricity\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\x12g\n\x12specification_type\x18\x04 \x01(\x0e\x32\x46.dlubal.api.rfem.types_for_members.MemberEccentricitySpecificationTypeH\x03\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x30\n\x06offset\x18\x06 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x05\x88\x01\x01\x12\x15\n\x08offset_x\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x15\n\x08offset_y\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x15\n\x08offset_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18transverse_offset_active\x18\n \x01(\x08H\t\x88\x01\x01\x12 \n\x13\x61xial_offset_active\x18\x0b \x01(\x08H\n\x88\x01\x01\x12#\n\x16hinge_location_at_node\x18\x0c \x01(\x08H\x0b\x88\x01\x01\x12z\n\x1chorizontal_section_alignment\x18\r \x01(\x0e\x32O.dlubal.api.rfem.types_for_members.MemberEccentricityHorizontalSectionAlignmentH\x0c\x88\x01\x01\x12v\n\x1avertical_section_alignment\x18\x0e \x01(\x0e\x32M.dlubal.api.rfem.types_for_members.MemberEccentricityVerticalSectionAlignmentH\r\x88\x01\x01\x12\x81\x01\n transverse_offset_reference_type\x18\x0f \x01(\x0e\x32R.dlubal.api.rfem.types_for_members.MemberEccentricityTransverseOffsetReferenceTypeH\x0e\x88\x01\x01\x12/\n\"transverse_offset_reference_member\x18\x10 \x01(\x05H\x0f\x88\x01\x01\x12\x30\n#transverse_offset_reference_surface\x18\x11 \x01(\x05H\x10\x88\x01\x01\x12\x34\n\'transverse_offset_member_reference_node\x18\x12 \x01(\x05H\x11\x88\x01\x01\x12\x35\n(transverse_offset_surface_reference_node\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12\x89\x01\n$transverse_offset_vertical_alignment\x18\x14 \x01(\x0e\x32V.dlubal.api.rfem.types_for_members.MemberEccentricityTransverseOffsetVerticalAlignmentH\x13\x88\x01\x01\x12\x8d\x01\n&transverse_offset_horizontal_alignment\x18\x15 \x01(\x0e\x32X.dlubal.api.rfem.types_for_members.MemberEccentricityTransverseOffsetHorizontalAlignmentH\x14\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x16 \x01(\tH\x15\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x17 \x01(\x08H\x16\x88\x01\x01\x12#\n\x16generating_object_info\x18\x18 \x01(\tH\x17\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x19 \x01(\tH\x18\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1a \x01(\tH\x19\x88\x01\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x15\n\x13_specification_typeB\x14\n\x12_coordinate_systemB\t\n\x07_offsetB\x0b\n\t_offset_xB\x0b\n\t_offset_yB\x0b\n\t_offset_zB\x1b\n\x19_transverse_offset_activeB\x16\n\x14_axial_offset_activeB\x19\n\x17_hinge_location_at_nodeB\x1f\n\x1d_horizontal_section_alignmentB\x1d\n\x1b_vertical_section_alignmentB#\n!_transverse_offset_reference_typeB%\n#_transverse_offset_reference_memberB&\n$_transverse_offset_reference_surfaceB*\n(_transverse_offset_member_reference_nodeB+\n)_transverse_offset_surface_reference_nodeB\'\n%_transverse_offset_vertical_alignmentB)\n\'_transverse_offset_horizontal_alignmentB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_import*\xdc\x01\n#MemberEccentricitySpecificationType\x12>\n:MEMBER_ECCENTRICITY_SPECIFICATION_TYPE_RELATIVE_TO_SECTION\x10\x00\x12\x33\n/MEMBER_ECCENTRICITY_SPECIFICATION_TYPE_ABSOLUTE\x10\x01\x12@\n<MEMBER_ECCENTRICITY_SPECIFICATION_TYPE_RELATIVE_AND_ABSOLUTE\x10\x02*\xe2\x01\n,MemberEccentricityHorizontalSectionAlignment\x12\x39\n5MEMBER_ECCENTRICITY_HORIZONTAL_SECTION_ALIGNMENT_LEFT\x10\x00\x12;\n7MEMBER_ECCENTRICITY_HORIZONTAL_SECTION_ALIGNMENT_CENTER\x10\x01\x12:\n6MEMBER_ECCENTRICITY_HORIZONTAL_SECTION_ALIGNMENT_RIGHT\x10\x02*\xda\x01\n*MemberEccentricityVerticalSectionAlignment\x12\x36\n2MEMBER_ECCENTRICITY_VERTICAL_SECTION_ALIGNMENT_TOP\x10\x00\x12\x39\n5MEMBER_ECCENTRICITY_VERTICAL_SECTION_ALIGNMENT_BOTTOM\x10\x02\x12\x39\n5MEMBER_ECCENTRICITY_VERTICAL_SECTION_ALIGNMENT_CENTER\x10\x01*\x8f\x02\n/MemberEccentricityTransverseOffsetReferenceType\x12=\n9MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_REFERENCE_TYPE_NONE\x10\x00\x12L\nHMEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_REFERENCE_TYPE_FROM_MEMBER_SECTION\x10\x01\x12O\nKMEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_REFERENCE_TYPE_FROM_SURFACE_THICKNESS\x10\x02*\x81\x02\n3MemberEccentricityTransverseOffsetVerticalAlignment\x12@\n<MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_VERTICAL_ALIGNMENT_TOP\x10\x00\x12\x43\n?MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12\x43\n?MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_VERTICAL_ALIGNMENT_CENTER\x10\x01*\x89\x02\n5MemberEccentricityTransverseOffsetHorizontalAlignment\x12\x43\n?MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12\x45\nAMEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12\x44\n@MEMBER_ECCENTRICITY_TRANSVERSE_OFFSET_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\x62\x06proto3')
29
-
30
- _globals = globals()
31
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_members.member_eccentricity_pb2', _globals)
33
- if not _descriptor._USE_C_DESCRIPTORS:
34
- DESCRIPTOR._loaded_options = None
35
- _globals['_MEMBERECCENTRICITYSPECIFICATIONTYPE']._serialized_start=2312
36
- _globals['_MEMBERECCENTRICITYSPECIFICATIONTYPE']._serialized_end=2532
37
- _globals['_MEMBERECCENTRICITYHORIZONTALSECTIONALIGNMENT']._serialized_start=2535
38
- _globals['_MEMBERECCENTRICITYHORIZONTALSECTIONALIGNMENT']._serialized_end=2761
39
- _globals['_MEMBERECCENTRICITYVERTICALSECTIONALIGNMENT']._serialized_start=2764
40
- _globals['_MEMBERECCENTRICITYVERTICALSECTIONALIGNMENT']._serialized_end=2982
41
- _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETREFERENCETYPE']._serialized_start=2985
42
- _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETREFERENCETYPE']._serialized_end=3256
43
- _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETVERTICALALIGNMENT']._serialized_start=3259
44
- _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETVERTICALALIGNMENT']._serialized_end=3516
45
- _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETHORIZONTALALIGNMENT']._serialized_start=3519
46
- _globals['_MEMBERECCENTRICITYTRANSVERSEOFFSETHORIZONTALALIGNMENT']._serialized_end=3784
47
- _globals['_MEMBERECCENTRICITY']._serialized_start=131
48
- _globals['_MEMBERECCENTRICITY']._serialized_end=2309
49
- # @@protoc_insertion_point(module_scope)