dlubal.api 2.10.10.post1__tar.gz → 2.10.11__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 (758) hide show
  1. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/PKG-INFO +2 -2
  2. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/README.md +1 -1
  3. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/__init__.py +1 -6
  4. dlubal_api-2.10.11/dlubal/api/rfem/base_data_objects/__init__.py +1 -0
  5. dlubal_api-2.10.11/dlubal/api/rfem/base_data_objects/terrain_pb2.py +42 -0
  6. dlubal_api-2.10.11/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +67 -0
  7. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/__init__.py +0 -2
  8. dlubal_api-2.10.11/dlubal/api/rfem/object_type_pb2.py +36 -0
  9. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/object_type_pb2.pyi +0 -26
  10. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/__init__.py +1 -1
  11. dlubal_api-2.10.11/dlubal/api/rstab/base_data_objects/__init__.py +1 -0
  12. dlubal_api-2.10.11/dlubal/api/rstab/base_data_objects/terrain_pb2.py +42 -0
  13. dlubal_api-2.10.11/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +67 -0
  14. {dlubal_api-2.10.10.post1/dlubal/api/rfem → dlubal_api-2.10.11/dlubal/api/rstab}/imperfections/__init__.py +0 -2
  15. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/__init__.py +0 -2
  16. dlubal_api-2.10.11/dlubal/api/rstab/object_type_pb2.py +36 -0
  17. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/object_type_pb2.pyi +0 -8
  18. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal.api.egg-info/PKG-INFO +2 -2
  19. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal.api.egg-info/SOURCES.txt +12 -82
  20. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/setup.py +1 -1
  21. dlubal_api-2.10.10.post1/dlubal/api/rfem/cad/__init__.py +0 -1
  22. dlubal_api-2.10.10.post1/dlubal/api/rfem/cad/layout_pb2.py +0 -40
  23. dlubal_api-2.10.10.post1/dlubal/api/rfem/cad/layout_pb2.pyi +0 -58
  24. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/__init__.py +0 -2
  25. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_pb2.py +0 -42
  26. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_pb2.pyi +0 -80
  27. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_serie_pb2.py +0 -38
  28. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_serie_pb2.pyi +0 -54
  29. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/__init__.py +0 -2
  30. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_sls_configuration_pb2.py +0 -36
  31. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_sls_configuration_pb2.pyi +0 -24
  32. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_uls_configuration_pb2.py +0 -36
  33. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_uls_configuration_pb2.pyi +0 -24
  34. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -40
  35. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -53
  36. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -40
  37. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -53
  38. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/snow_load_pb2.py +0 -58
  39. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/snow_load_pb2.pyi +0 -837
  40. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/wind_load_pb2.py +0 -54
  41. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/wind_load_pb2.pyi +0 -817
  42. dlubal_api-2.10.10.post1/dlubal/api/rfem/object_type_pb2.py +0 -36
  43. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/__init__.py +0 -2
  44. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/member_tendon_pb2.py +0 -40
  45. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/member_tendon_pb2.pyi +0 -63
  46. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/tendon_anchor_pb2.py +0 -38
  47. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/tendon_anchor_pb2.pyi +0 -38
  48. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_timber_joints/__init__.py +0 -1
  49. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_timber_joints/timber_joint_pb2.py +0 -36
  50. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_timber_joints/timber_joint_pb2.pyi +0 -30
  51. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_wind_simulation/__init__.py +0 -1
  52. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_settings_pb2.py +0 -40
  53. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_settings_pb2.pyi +0 -59
  54. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/__init__.py +0 -2
  55. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_sls_configuration_pb2.py +0 -36
  56. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_sls_configuration_pb2.pyi +0 -24
  57. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_uls_configuration_pb2.py +0 -36
  58. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_uls_configuration_pb2.pyi +0 -24
  59. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/snow_load_pb2.py +0 -58
  60. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/snow_load_pb2.pyi +0 -837
  61. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/wind_load_pb2.py +0 -54
  62. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/wind_load_pb2.pyi +0 -817
  63. dlubal_api-2.10.10.post1/dlubal/api/rstab/object_type_pb2.py +0 -36
  64. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/__init__.py +0 -0
  65. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/__init__.py +0 -0
  66. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/__init__.py +0 -0
  67. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/common_messages_pb2.py +0 -0
  68. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/common_messages_pb2.pyi +0 -0
  69. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/common_pb2.py +0 -0
  70. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/common_pb2.pyi +0 -0
  71. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/connection.py +0 -0
  72. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/exceptions.py +0 -0
  73. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/import_export/__init__.py +0 -0
  74. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/import_export/export_attributes_pb2.py +0 -0
  75. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -0
  76. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
  77. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
  78. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/model_id_pb2.py +0 -0
  79. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/model_id_pb2.pyi +0 -0
  80. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/packing.py +0 -0
  81. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/table.py +0 -0
  82. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/table_data_pb2.py +0 -0
  83. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/common/table_data_pb2.pyi +0 -0
  84. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/all_pb2.py +0 -0
  85. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/all_pb2.pyi +0 -0
  86. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  87. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  88. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  89. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  90. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  91. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/application.py +0 -0
  92. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/application_pb2.py +0 -0
  93. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/application_pb2.pyi +0 -0
  94. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  95. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/base_data_pb2.py +0 -0
  96. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
  97. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
  98. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
  99. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
  100. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
  101. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
  102. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
  103. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
  104. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/__init__.py +0 -0
  105. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  106. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  107. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  108. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  109. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  110. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  111. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  112. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  113. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  114. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  115. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  116. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  117. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  118. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  119. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  120. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  121. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  122. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  123. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  124. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  125. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  126. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  127. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  128. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  129. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  130. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  131. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  132. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  133. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
  134. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
  135. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
  136. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
  137. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
  138. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
  139. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
  140. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  141. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  142. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  143. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  144. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  145. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
  146. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
  147. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
  148. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
  149. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
  150. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  151. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  152. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  153. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  154. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  155. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  156. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  157. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  158. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  159. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  160. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  161. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  162. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  163. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  164. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  165. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  166. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  167. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  168. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
  169. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  170. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
  171. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
  172. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
  173. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
  174. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
  175. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
  176. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  177. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  178. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  179. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  180. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  181. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  182. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
  183. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  184. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  185. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
  186. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  187. {dlubal_api-2.10.10.post1/dlubal/api/rstab → dlubal_api-2.10.11/dlubal/api/rfem}/imperfections/__init__.py +0 -0
  188. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  189. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  190. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  191. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  192. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  193. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  194. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
  195. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
  196. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
  197. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
  198. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  199. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  200. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  201. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  202. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -0
  203. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +0 -0
  204. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  205. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  206. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  207. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  208. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/__init__.py +0 -0
  209. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  210. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  211. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  212. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  213. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  214. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  215. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  216. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  217. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  218. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  219. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  220. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  221. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  222. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  223. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  224. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  225. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  226. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  227. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  228. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  229. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  230. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  231. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  232. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  233. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  234. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  235. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  236. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  237. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
  238. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
  239. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  240. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  241. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/__init__.py +0 -0
  242. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
  243. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
  244. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  245. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  246. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  247. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  248. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  249. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  250. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  251. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  252. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  253. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  254. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  255. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  256. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  257. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  258. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  259. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  260. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  261. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  262. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  263. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  264. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  265. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  266. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  267. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  268. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  269. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  270. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  271. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  272. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  273. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  274. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  275. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  276. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  277. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  278. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/object_id_pb2.py +0 -0
  279. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
  280. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  281. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
  282. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
  283. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  284. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  285. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/__init__.py +0 -0
  286. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
  287. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
  288. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  289. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  290. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/results_type_pb2.py +0 -0
  291. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/results/results_type_pb2.pyi +0 -0
  292. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
  293. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
  294. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
  295. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  296. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  297. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  298. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  299. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  300. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  301. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  302. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  303. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  304. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
  305. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
  306. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
  307. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
  308. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
  309. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
  310. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
  311. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
  312. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
  313. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
  314. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
  315. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
  316. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  317. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  318. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  319. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
  320. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
  321. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
  322. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
  323. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  324. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  325. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  326. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  327. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  328. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  329. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  330. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  331. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  332. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  333. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
  334. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
  335. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  336. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  337. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  338. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  339. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  340. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  341. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  342. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  343. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  344. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  345. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  346. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
  347. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
  348. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  349. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  350. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  351. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  352. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  353. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  354. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  355. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  356. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  357. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  358. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  359. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  360. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  361. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  362. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  363. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  364. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  365. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  366. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  367. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  368. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  369. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  370. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  371. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  372. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  373. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  374. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  375. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  376. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  377. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  378. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  379. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  380. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  381. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  382. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  383. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  384. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  385. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  386. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  387. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  388. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  389. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  390. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  391. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  392. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  393. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  394. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  395. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  396. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  397. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  398. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  399. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
  400. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
  401. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
  402. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
  403. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
  404. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
  405. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -0
  406. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +0 -0
  407. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
  408. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
  409. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
  410. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  411. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  412. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  413. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  414. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  415. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  416. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  417. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  418. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  419. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  420. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  421. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  422. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
  423. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
  424. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  425. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  426. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  427. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  428. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  429. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  430. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  431. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  432. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  433. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  434. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  435. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  436. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  437. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  438. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  439. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  440. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  441. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  442. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  443. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  444. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  445. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  446. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  447. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  448. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  449. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
  450. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
  451. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  452. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  453. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  454. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  455. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  456. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  457. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  458. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  459. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  460. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  461. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  462. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  463. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  464. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  465. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  466. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  467. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  468. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  469. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  470. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  471. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  472. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  473. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  474. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  475. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  476. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  477. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  478. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  479. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  480. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
  481. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
  482. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
  483. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  484. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  485. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  486. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  487. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  488. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  489. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  490. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  491. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  492. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  493. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  494. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  495. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  496. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  497. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  498. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  499. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  500. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  501. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  502. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  503. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  504. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  505. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/all_pb2.py +0 -0
  506. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/all_pb2.pyi +0 -0
  507. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
  508. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  509. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  510. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  511. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  512. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/application.py +0 -0
  513. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/application_pb2.py +0 -0
  514. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/application_pb2.pyi +0 -0
  515. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/application_pb2_grpc.py +0 -0
  516. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/base_data_pb2.py +0 -0
  517. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/base_data_pb2.pyi +0 -0
  518. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
  519. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  520. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  521. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
  522. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  523. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  524. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  525. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  526. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  527. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  528. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  529. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  530. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
  531. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
  532. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
  533. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
  534. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  535. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
  536. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
  537. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
  538. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
  539. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
  540. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
  541. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
  542. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
  543. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
  544. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
  545. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
  546. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
  547. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
  548. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
  549. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
  550. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
  551. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
  552. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  553. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
  554. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
  555. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
  556. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  557. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
  558. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
  559. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
  560. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
  561. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
  562. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
  563. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
  564. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
  565. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
  566. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
  567. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
  568. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
  569. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
  570. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  571. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  572. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
  573. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  574. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
  575. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
  576. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
  577. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
  578. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
  579. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
  580. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
  581. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
  582. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
  583. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
  584. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  585. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  586. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  587. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  588. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -0
  589. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +0 -0
  590. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/__init__.py +0 -0
  591. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
  592. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
  593. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/action_pb2.py +0 -0
  594. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
  595. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
  596. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
  597. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
  598. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
  599. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
  600. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
  601. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
  602. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
  603. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
  604. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
  605. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
  606. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
  607. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
  608. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
  609. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
  610. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
  611. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
  612. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
  613. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
  614. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
  615. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
  616. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
  617. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
  618. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
  619. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/__init__.py +0 -0
  620. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
  621. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
  622. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
  623. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  624. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
  625. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
  626. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
  627. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
  628. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
  629. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
  630. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/object_id_pb2.py +0 -0
  631. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
  632. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/__init__.py +0 -0
  633. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/result_table_pb2.py +0 -0
  634. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/result_table_pb2.pyi +0 -0
  635. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
  636. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
  637. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/results_type_pb2.py +0 -0
  638. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/results/results_type_pb2.pyi +0 -0
  639. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
  640. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  641. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  642. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  643. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  644. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  645. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  646. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  647. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  648. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
  649. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
  650. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
  651. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
  652. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
  653. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
  654. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
  655. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/__init__.py +0 -0
  656. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
  657. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
  658. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
  659. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
  660. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
  661. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
  662. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
  663. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
  664. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
  665. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
  666. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
  667. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
  668. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/section_pb2.py +0 -0
  669. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/structure_core/section_pb2.pyi +0 -0
  670. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
  671. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  672. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  673. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  674. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  675. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  676. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  677. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
  678. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  679. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  680. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  681. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  682. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  683. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  684. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  685. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  686. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
  687. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  688. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  689. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  690. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  691. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
  692. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
  693. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
  694. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
  695. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
  696. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
  697. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
  698. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +0 -0
  699. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
  700. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
  701. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
  702. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
  703. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
  704. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
  705. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  706. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
  707. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
  708. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
  709. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
  710. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
  711. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  712. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  713. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  714. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
  715. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  716. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
  717. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
  718. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
  719. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
  720. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
  721. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  722. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
  723. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
  724. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  725. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  726. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
  727. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
  728. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
  729. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
  730. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  731. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  732. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
  733. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  734. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  735. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  736. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  737. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  738. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  739. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  740. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  741. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
  742. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  743. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  744. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  745. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  746. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  747. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  748. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  749. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  750. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
  751. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  752. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  753. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  754. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal.api.egg-info/dependency_links.txt +0 -0
  755. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal.api.egg-info/not-zip-safe +0 -0
  756. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal.api.egg-info/requires.txt +0 -0
  757. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/dlubal.api.egg-info/top_level.txt +0 -0
  758. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.10.10.post1
3
+ Version: 2.10.11
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author: Dlubal Software
6
6
  Author-email: api@dlubal.com
@@ -34,7 +34,7 @@ Dynamic: summary
34
34
 
35
35
  This package version is fully compatible with the following **Dlubal App version**:
36
36
 
37
- ✅ **X.10.0010.257.ab1dea478e2**
37
+ ✅ **X.10.0011.130.a109c25f33**
38
38
 
39
39
  ## Overview
40
40
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.10.0010.257.ab1dea478e2**
11
+ ✅ **X.10.0011.130.a109c25f33**
12
12
 
13
13
  ## Overview
14
14
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -4,19 +4,16 @@ from .object_type_pb2 import *
4
4
  from .object_id_pb2 import *
5
5
  from .application_pb2 import *
6
6
  from .all_pb2 import *
7
- from . import cad
8
7
  from . import rsection_stresses
9
8
  from . import types_for_members
10
9
  from . import construction_stages
11
10
  from . import types_for_glass_design
12
11
  from . import concrete_design_objects
13
12
  from . import dynamic_loads
14
- from . import types_for_timber_joints
15
13
  from . import types_for_lines
16
14
  from . import result_objects
17
15
  from . import types_for_concrete_design
18
16
  from . import types_for_foundations
19
- from . import tendons
20
17
  from . import loads
21
18
  from . import types_for_steel_joints
22
19
  from . import ifc_objects
@@ -24,14 +21,11 @@ from . import steel_joint_design_addon_objects
24
21
  from . import steel_design_objects
25
22
  from . import types_for_craneway_design
26
23
  from . import glass_design_objects
27
- from . import components
28
24
  from . import calculation_diagrams
29
25
  from . import geotechnical_analysis
30
26
  from . import loading
31
27
  from . import foundation_design_objects
32
28
  from . import types_for_special_objects
33
- from . import craneway_design_objects
34
- from . import types_for_wind_simulation
35
29
  from . import stress_analysis_objects
36
30
  from . import global_parameters
37
31
  from . import load_wizards
@@ -47,6 +41,7 @@ from . import imperfections
47
41
  from . import aluminum_design_objects
48
42
  from . import types_for_aluminum_design
49
43
  from . import types_for_nodes
44
+ from . import base_data_objects
50
45
  from . import timber_design_objects
51
46
  from . import types_for_steel_design
52
47
  from . import beam_panels
@@ -0,0 +1 @@
1
+ from .terrain_pb2 import *
@@ -0,0 +1,42 @@
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/base_data_objects/terrain.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/base_data_objects/terrain.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/dlubal/api/rfem/base_data_objects/terrain.proto\x12!dlubal.api.rfem.base_data_objects\"\xf9\x08\n\x07Terrain\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x42\n\x04type\x18\x02 \x01(\x0e\x32/.dlubal.api.rfem.base_data_objects.Terrain.TypeH\x01\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_x\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x63\x65nter_of_terrain_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1e\n\x11rotation_around_Z\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1f\n\x12\x63onsider_boreholes\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\t \x01(\x05H\x08\x88\x01\x01\x12S\n\rterrain_table\x18\n \x01(\x0b\x32\x37.dlubal.api.rfem.base_data_objects.Terrain.TerrainTableH\t\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0b \x01(\tH\n\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0c \x01(\tH\x0b\x88\x01\x01\x1aX\n\x0cTerrainTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.base_data_objects.Terrain.TerrainTableRow\x1a\xbf\x01\n\x0fTerrainTableRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08global_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08global_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08global_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_global_xB\x0b\n\t_global_yB\x0b\n\t_global_z\"\x85\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x12\n\x0eTYPE_BOREHOLES\x10\x05\x12\x19\n\x15TYPE_HORIZONTAL_PLANE\x10\x02\x12\x17\n\x13TYPE_INCLINED_PLANE\x10\x03\x12\x13\n\x0fTYPE_NO_TERRAIN\x10\x01\x12\x0e\n\nTYPE_TABLE\x10\x04\x42\x05\n\x03_noB\x07\n\x05_typeB\n\n\x08_commentB\x18\n\x16_bounding_box_offset_xB\x18\n\x16_bounding_box_offset_yB\x16\n\x14_center_of_terrain_zB\x14\n\x12_rotation_around_ZB\x15\n\x13_consider_boreholesB\x14\n\x12_coordinate_systemB\x10\n\x0e_terrain_tableB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.base_data_objects.terrain_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_TERRAIN']._serialized_start=87
35
+ _globals['_TERRAIN']._serialized_end=1232
36
+ _globals['_TERRAIN_TERRAINTABLE']._serialized_start=569
37
+ _globals['_TERRAIN_TERRAINTABLE']._serialized_end=657
38
+ _globals['_TERRAIN_TERRAINTABLEROW']._serialized_start=660
39
+ _globals['_TERRAIN_TERRAINTABLEROW']._serialized_end=851
40
+ _globals['_TERRAIN_TYPE']._serialized_start=854
41
+ _globals['_TERRAIN_TYPE']._serialized_end=987
42
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,67 @@
1
+ from google.protobuf.internal import containers as _containers
2
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
3
+ from google.protobuf import descriptor as _descriptor
4
+ from google.protobuf import message as _message
5
+ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
6
+
7
+ DESCRIPTOR: _descriptor.FileDescriptor
8
+
9
+ class Terrain(_message.Message):
10
+ __slots__ = ("no", "type", "comment", "bounding_box_offset_x", "bounding_box_offset_y", "center_of_terrain_z", "rotation_around_Z", "consider_boreholes", "coordinate_system", "terrain_table", "id_for_export_import", "metadata_for_export_import")
11
+ class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
12
+ __slots__ = ()
13
+ TYPE_UNKNOWN: _ClassVar[Terrain.Type]
14
+ TYPE_BOREHOLES: _ClassVar[Terrain.Type]
15
+ TYPE_HORIZONTAL_PLANE: _ClassVar[Terrain.Type]
16
+ TYPE_INCLINED_PLANE: _ClassVar[Terrain.Type]
17
+ TYPE_NO_TERRAIN: _ClassVar[Terrain.Type]
18
+ TYPE_TABLE: _ClassVar[Terrain.Type]
19
+ TYPE_UNKNOWN: Terrain.Type
20
+ TYPE_BOREHOLES: Terrain.Type
21
+ TYPE_HORIZONTAL_PLANE: Terrain.Type
22
+ TYPE_INCLINED_PLANE: Terrain.Type
23
+ TYPE_NO_TERRAIN: Terrain.Type
24
+ TYPE_TABLE: Terrain.Type
25
+ class TerrainTable(_message.Message):
26
+ __slots__ = ("rows",)
27
+ ROWS_FIELD_NUMBER: _ClassVar[int]
28
+ rows: _containers.RepeatedCompositeFieldContainer[Terrain.TerrainTableRow]
29
+ def __init__(self, rows: _Optional[_Iterable[_Union[Terrain.TerrainTableRow, _Mapping]]] = ...) -> None: ...
30
+ class TerrainTableRow(_message.Message):
31
+ __slots__ = ("no", "description", "global_x", "global_y", "global_z")
32
+ NO_FIELD_NUMBER: _ClassVar[int]
33
+ DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
34
+ GLOBAL_X_FIELD_NUMBER: _ClassVar[int]
35
+ GLOBAL_Y_FIELD_NUMBER: _ClassVar[int]
36
+ GLOBAL_Z_FIELD_NUMBER: _ClassVar[int]
37
+ no: int
38
+ description: str
39
+ global_x: float
40
+ global_y: float
41
+ global_z: float
42
+ def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., global_x: _Optional[float] = ..., global_y: _Optional[float] = ..., global_z: _Optional[float] = ...) -> None: ...
43
+ NO_FIELD_NUMBER: _ClassVar[int]
44
+ TYPE_FIELD_NUMBER: _ClassVar[int]
45
+ COMMENT_FIELD_NUMBER: _ClassVar[int]
46
+ BOUNDING_BOX_OFFSET_X_FIELD_NUMBER: _ClassVar[int]
47
+ BOUNDING_BOX_OFFSET_Y_FIELD_NUMBER: _ClassVar[int]
48
+ CENTER_OF_TERRAIN_Z_FIELD_NUMBER: _ClassVar[int]
49
+ ROTATION_AROUND_Z_FIELD_NUMBER: _ClassVar[int]
50
+ CONSIDER_BOREHOLES_FIELD_NUMBER: _ClassVar[int]
51
+ COORDINATE_SYSTEM_FIELD_NUMBER: _ClassVar[int]
52
+ TERRAIN_TABLE_FIELD_NUMBER: _ClassVar[int]
53
+ ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
54
+ METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
55
+ no: int
56
+ type: Terrain.Type
57
+ comment: str
58
+ bounding_box_offset_x: float
59
+ bounding_box_offset_y: float
60
+ center_of_terrain_z: float
61
+ rotation_around_Z: float
62
+ consider_boreholes: bool
63
+ coordinate_system: int
64
+ terrain_table: Terrain.TerrainTable
65
+ id_for_export_import: str
66
+ metadata_for_export_import: str
67
+ def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[Terrain.Type, str]] = ..., comment: _Optional[str] = ..., bounding_box_offset_x: _Optional[float] = ..., bounding_box_offset_y: _Optional[float] = ..., center_of_terrain_z: _Optional[float] = ..., rotation_around_Z: _Optional[float] = ..., consider_boreholes: bool = ..., coordinate_system: _Optional[int] = ..., terrain_table: _Optional[_Union[Terrain.TerrainTable, _Mapping]] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
@@ -1,9 +1,7 @@
1
1
  from .moving_load_pb2 import *
2
2
  from .wind_profile_pb2 import *
3
- from .snow_load_pb2 import *
4
3
  from .member_loads_from_free_line_load_pb2 import *
5
4
  from .load_model_pb2 import *
6
5
  from .wind_simulation_pb2 import *
7
- from .wind_load_pb2 import *
8
6
  from .member_loads_from_area_load_pb2 import *
9
7
  from .import_support_reactions_pb2 import *
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rfem/object_type.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/object_type.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!dlubal/api/rfem/object_type.proto\x12\x0f\x64lubal.api.rfem*\xe4\x35\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xc8\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x98\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9a\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc3\x01\x12,\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10~\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12*\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10}\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x80\x01\x12/\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x7f\x12&\n\"OBJECT_TYPE_BEAM_TO_BEAM_CONNECTOR\x10i\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xee\x01\x12\x18\n\x14OBJECT_TYPE_BOREHOLE\x10p\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x63\x12\x1f\n\x1aOBJECT_TYPE_BUILDING_STORY\x10\xaa\x01\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10T\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Y\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10W\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xa6\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe0\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xd7\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xd8\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10n\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10k\x12#\n\x1eOBJECT_TYPE_CONSTRUCTION_STAGE\x10\xa9\x01\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10U\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x88\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x87\x01\x12\x1a\n\x15OBJECT_TYPE_DEEP_BEAM\x10\xad\x01\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x99\x01\x12\x1c\n\x18OBJECT_TYPE_DESIGN_STRIP\x10\x31\x12#\n\x1fOBJECT_TYPE_DESIGN_STRIP_WIZARD\x10\x32\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10G\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x41\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10`\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xeb\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xec\x01\x12\x1a\n\x15OBJECT_TYPE_FLOOR_SET\x10\xab\x01\x12#\n\x1eOBJECT_TYPE_FREE_CIRCULAR_LOAD\x10\xbf\x01\x12\'\n\"OBJECT_TYPE_FREE_CONCENTRATED_LOAD\x10\xbc\x01\x12\x1f\n\x1aOBJECT_TYPE_FREE_LINE_LOAD\x10\xbd\x01\x12\"\n\x1dOBJECT_TYPE_FREE_POLYGON_LOAD\x10\xc0\x01\x12&\n!OBJECT_TYPE_FREE_RECTANGULAR_LOAD\x10\xbe\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xdf\x01\x12(\n#OBJECT_TYPE_GLASS_COMPOSITION_MODEL\x10\x81\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_SLS_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_GLASS_DESIGN_ULS_CONFIGURATION\x10\xd3\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe4\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10]\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x62\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xe8\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xe9\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x89\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x90\x01\x12)\n$OBJECT_TYPE_IMPOSED_LINE_DEFORMATION\x10\xc2\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc1\x01\x12%\n!OBJECT_TYPE_INNER_STUDS_STRUCTURE\x10h\x12\x1c\n\x18OBJECT_TYPE_INTERSECTION\x10&\x12\x37\n2OBJECT_TYPE_JOINT_STIFFNESS_ANALYSIS_CONFIGURATION\x10\xde\x01\x12(\n#OBJECT_TYPE_JOINT_ULS_CONFIGURATION\x10\xdd\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10^\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10_\x12\x14\n\x10OBJECT_TYPE_LINE\x10\x18\x12\x1a\n\x16OBJECT_TYPE_LINE_HINGE\x10\x37\x12\x1a\n\x15OBJECT_TYPE_LINE_LOAD\x10\xb2\x01\x12$\n OBJECT_TYPE_LINE_MESH_REFINEMENT\x10\x36\x12\x1c\n\x18OBJECT_TYPE_LINE_RELEASE\x10-\x12!\n\x1dOBJECT_TYPE_LINE_RELEASE_TYPE\x10R\x12\x18\n\x14OBJECT_TYPE_LINE_SET\x10\x1e\x12\x1e\n\x19OBJECT_TYPE_LINE_SET_LOAD\x10\xba\x01\x12\x1c\n\x18OBJECT_TYPE_LINE_SUPPORT\x10\x35\x12!\n\x1dOBJECT_TYPE_LINE_WELDED_JOINT\x10\x38\x12\x30\n+OBJECT_TYPE_LINE_WELDED_JOINT_CONFIGURATION\x10\xcc\x01\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x97\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9b\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x92\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x13\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x19\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xc9\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x45\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10<\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10;\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8a\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb3\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x8e\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x8f\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x44\x12\x1f\n\x1bOBJECT_TYPE_MEMBER_OPENINGS\x10\x42\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1a\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10\x46\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10?\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10\x1f\x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8b\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xb7\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10 \x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10>\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10H\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x43\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10=\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10@\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa0\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x91\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10%\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb1\x01\x12%\n!OBJECT_TYPE_NODAL_MESH_REFINEMENT\x10$\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10,\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10Q\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10#\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x16\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x61\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10V\x12\x17\n\x13OBJECT_TYPE_OPENING\x10\x1c\x12\x1d\n\x18OBJECT_TYPE_OPENING_LOAD\x10\xb6\x01\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa5\x01\x12&\n\"OBJECT_TYPE_PUNCHING_REINFORCEMENT\x10m\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa3\x01\x12\'\n#OBJECT_TYPE_REINFORCEMENT_DIRECTION\x10o\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xa7\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xc6\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\x9c\x01\x12\x1c\n\x18OBJECT_TYPE_RESULT_POINT\x10\x34\x12\x1e\n\x1aOBJECT_TYPE_RESULT_SECTION\x10\x33\x12\x1a\n\x16OBJECT_TYPE_RIGID_LINK\x10)\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x14\x12\x1b\n\x16OBJECT_TYPE_SHEAR_WALL\x10\xac\x01\x12+\n\'OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR\x10j\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x82\x01\x12\x1b\n\x17OBJECT_TYPE_SOIL_MASSIF\x10q\x12\x15\n\x11OBJECT_TYPE_SOLID\x10\x1d\x12$\n\x1fOBJECT_TYPE_SOLID_CONFIGURATION\x10\xcb\x01\x12\x1e\n\x1aOBJECT_TYPE_SOLID_CONTACTS\x10O\x12\x19\n\x15OBJECT_TYPE_SOLID_GAS\x10N\x12\x1b\n\x16OBJECT_TYPE_SOLID_LOAD\x10\xb5\x01\x12%\n!OBJECT_TYPE_SOLID_MESH_REFINEMENT\x10M\x12\x19\n\x15OBJECT_TYPE_SOLID_SET\x10\"\x12\x1f\n\x1aOBJECT_TYPE_SOLID_SET_LOAD\x10\xb9\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa1\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\x9f\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\x9d\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10t\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xcf\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd0\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xce\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xcd\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10s\x12\x1c\n\x17OBJECT_TYPE_STEEL_JOINT\x10\x83\x01\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10v\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10u\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10+\x12\x17\n\x13OBJECT_TYPE_SURFACE\x10\x1b\x12 \n\x1cOBJECT_TYPE_SURFACES_CONTACT\x10(\x12%\n!OBJECT_TYPE_SURFACES_CONTACT_TYPE\x10P\x12\x1c\n\x18OBJECT_TYPE_SURFACE_CELL\x10\x30\x12&\n!OBJECT_TYPE_SURFACE_CONFIGURATION\x10\xca\x01\x12$\n OBJECT_TYPE_SURFACE_ECCENTRICITY\x10J\x12\x1d\n\x18OBJECT_TYPE_SURFACE_LOAD\x10\xb4\x01\x12\'\n#OBJECT_TYPE_SURFACE_MESH_REFINEMENT\x10L\x12%\n!OBJECT_TYPE_SURFACE_REINFORCEMENT\x10l\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_RELEASE\x10.\x12$\n OBJECT_TYPE_SURFACE_RELEASE_TYPE\x10S\x12*\n&OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT\x10\'\x12\x1b\n\x17OBJECT_TYPE_SURFACE_SET\x10!\x12!\n\x1cOBJECT_TYPE_SURFACE_SET_LOAD\x10\xb8\x01\x12.\n*OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION\x10K\x12\x1f\n\x1bOBJECT_TYPE_SURFACE_SUPPORT\x10I\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xea\x01\x12\x19\n\x15OBJECT_TYPE_THICKNESS\x10\x15\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xdb\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xda\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xd9\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10w\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10{\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10y\x12!\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10|\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10x\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10z\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xc7\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa2\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x64\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x95\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x96\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa4\x01\x62\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.object_type_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_OBJECTTYPE']._serialized_start=55
35
+ _globals['_OBJECTTYPE']._serialized_end=6939
36
+ # @@protoc_insertion_point(module_scope)
@@ -26,8 +26,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
26
26
  OBJECT_TYPE_CLIPPING_BOX: _ClassVar[ObjectType]
27
27
  OBJECT_TYPE_CLIPPING_PLANE: _ClassVar[ObjectType]
28
28
  OBJECT_TYPE_COMBINATION_WIZARD: _ClassVar[ObjectType]
29
- OBJECT_TYPE_COMPONENT: _ClassVar[ObjectType]
30
- OBJECT_TYPE_COMPONENT_SERIE: _ClassVar[ObjectType]
31
29
  OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION: _ClassVar[ObjectType]
32
30
  OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION: _ClassVar[ObjectType]
33
31
  OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION: _ClassVar[ObjectType]
@@ -39,8 +37,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
39
37
  OBJECT_TYPE_COORDINATE_SYSTEM: _ClassVar[ObjectType]
40
38
  OBJECT_TYPE_CRANE: _ClassVar[ObjectType]
41
39
  OBJECT_TYPE_CRANEWAY: _ClassVar[ObjectType]
42
- OBJECT_TYPE_CRANEWAY_SLS_CONFIGURATION: _ClassVar[ObjectType]
43
- OBJECT_TYPE_CRANEWAY_ULS_CONFIGURATION: _ClassVar[ObjectType]
44
40
  OBJECT_TYPE_DEEP_BEAM: _ClassVar[ObjectType]
45
41
  OBJECT_TYPE_DESIGN_SITUATION: _ClassVar[ObjectType]
46
42
  OBJECT_TYPE_DESIGN_STRIP: _ClassVar[ObjectType]
@@ -75,7 +71,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
75
71
  OBJECT_TYPE_JOINT_ULS_CONFIGURATION: _ClassVar[ObjectType]
76
72
  OBJECT_TYPE_LAYER: _ClassVar[ObjectType]
77
73
  OBJECT_TYPE_LAYER_GROUP: _ClassVar[ObjectType]
78
- OBJECT_TYPE_LAYOUT: _ClassVar[ObjectType]
79
74
  OBJECT_TYPE_LINE: _ClassVar[ObjectType]
80
75
  OBJECT_TYPE_LINE_HINGE: _ClassVar[ObjectType]
81
76
  OBJECT_TYPE_LINE_LOAD: _ClassVar[ObjectType]
@@ -113,7 +108,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
113
108
  OBJECT_TYPE_MEMBER_SPRING: _ClassVar[ObjectType]
114
109
  OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION: _ClassVar[ObjectType]
115
110
  OBJECT_TYPE_MEMBER_SUPPORT: _ClassVar[ObjectType]
116
- OBJECT_TYPE_MEMBER_TENDON: _ClassVar[ObjectType]
117
111
  OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER: _ClassVar[ObjectType]
118
112
  OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
119
113
  OBJECT_TYPE_MOVING_LOAD: _ClassVar[ObjectType]
@@ -141,9 +135,7 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
141
135
  OBJECT_TYPE_SECTION: _ClassVar[ObjectType]
142
136
  OBJECT_TYPE_SHEAR_WALL: _ClassVar[ObjectType]
143
137
  OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR: _ClassVar[ObjectType]
144
- OBJECT_TYPE_SHRINK_WRAPPING_SETTINGS: _ClassVar[ObjectType]
145
138
  OBJECT_TYPE_SINGLE_FOUNDATION: _ClassVar[ObjectType]
146
- OBJECT_TYPE_SNOW_LOAD: _ClassVar[ObjectType]
147
139
  OBJECT_TYPE_SOIL_MASSIF: _ClassVar[ObjectType]
148
140
  OBJECT_TYPE_SOLID: _ClassVar[ObjectType]
149
141
  OBJECT_TYPE_SOLID_CONFIGURATION: _ClassVar[ObjectType]
@@ -172,7 +164,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
172
164
  OBJECT_TYPE_SURFACE_CELL: _ClassVar[ObjectType]
173
165
  OBJECT_TYPE_SURFACE_CONFIGURATION: _ClassVar[ObjectType]
174
166
  OBJECT_TYPE_SURFACE_ECCENTRICITY: _ClassVar[ObjectType]
175
- OBJECT_TYPE_SURFACE_IMPERFECTION: _ClassVar[ObjectType]
176
167
  OBJECT_TYPE_SURFACE_LOAD: _ClassVar[ObjectType]
177
168
  OBJECT_TYPE_SURFACE_MESH_REFINEMENT: _ClassVar[ObjectType]
178
169
  OBJECT_TYPE_SURFACE_REINFORCEMENT: _ClassVar[ObjectType]
@@ -180,18 +171,15 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
180
171
  OBJECT_TYPE_SURFACE_RELEASE_TYPE: _ClassVar[ObjectType]
181
172
  OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT: _ClassVar[ObjectType]
182
173
  OBJECT_TYPE_SURFACE_SET: _ClassVar[ObjectType]
183
- OBJECT_TYPE_SURFACE_SET_IMPERFECTION: _ClassVar[ObjectType]
184
174
  OBJECT_TYPE_SURFACE_SET_LOAD: _ClassVar[ObjectType]
185
175
  OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION: _ClassVar[ObjectType]
186
176
  OBJECT_TYPE_SURFACE_SUPPORT: _ClassVar[ObjectType]
187
- OBJECT_TYPE_TENDON_ANCHOR: _ClassVar[ObjectType]
188
177
  OBJECT_TYPE_TERRAIN: _ClassVar[ObjectType]
189
178
  OBJECT_TYPE_THICKNESS: _ClassVar[ObjectType]
190
179
  OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION: _ClassVar[ObjectType]
191
180
  OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION: _ClassVar[ObjectType]
192
181
  OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION: _ClassVar[ObjectType]
193
182
  OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS: _ClassVar[ObjectType]
194
- OBJECT_TYPE_TIMBER_JOINT: _ClassVar[ObjectType]
195
183
  OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION: _ClassVar[ObjectType]
196
184
  OBJECT_TYPE_TIMBER_MOISTURE_CLASS: _ClassVar[ObjectType]
197
185
  OBJECT_TYPE_TIMBER_SCREW_TYPE: _ClassVar[ObjectType]
@@ -200,7 +188,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
200
188
  OBJECT_TYPE_TIME_DIAGRAM: _ClassVar[ObjectType]
201
189
  OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
202
190
  OBJECT_TYPE_VISUAL_OBJECT: _ClassVar[ObjectType]
203
- OBJECT_TYPE_WIND_LOAD: _ClassVar[ObjectType]
204
191
  OBJECT_TYPE_WIND_PROFILE: _ClassVar[ObjectType]
205
192
  OBJECT_TYPE_WIND_SIMULATION: _ClassVar[ObjectType]
206
193
  OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
@@ -224,8 +211,6 @@ OBJECT_TYPE_CALCULATION_DIAGRAM: ObjectType
224
211
  OBJECT_TYPE_CLIPPING_BOX: ObjectType
225
212
  OBJECT_TYPE_CLIPPING_PLANE: ObjectType
226
213
  OBJECT_TYPE_COMBINATION_WIZARD: ObjectType
227
- OBJECT_TYPE_COMPONENT: ObjectType
228
- OBJECT_TYPE_COMPONENT_SERIE: ObjectType
229
214
  OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION: ObjectType
230
215
  OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION: ObjectType
231
216
  OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION: ObjectType
@@ -237,8 +222,6 @@ OBJECT_TYPE_CONSTRUCTION_STAGE: ObjectType
237
222
  OBJECT_TYPE_COORDINATE_SYSTEM: ObjectType
238
223
  OBJECT_TYPE_CRANE: ObjectType
239
224
  OBJECT_TYPE_CRANEWAY: ObjectType
240
- OBJECT_TYPE_CRANEWAY_SLS_CONFIGURATION: ObjectType
241
- OBJECT_TYPE_CRANEWAY_ULS_CONFIGURATION: ObjectType
242
225
  OBJECT_TYPE_DEEP_BEAM: ObjectType
243
226
  OBJECT_TYPE_DESIGN_SITUATION: ObjectType
244
227
  OBJECT_TYPE_DESIGN_STRIP: ObjectType
@@ -273,7 +256,6 @@ OBJECT_TYPE_JOINT_STIFFNESS_ANALYSIS_CONFIGURATION: ObjectType
273
256
  OBJECT_TYPE_JOINT_ULS_CONFIGURATION: ObjectType
274
257
  OBJECT_TYPE_LAYER: ObjectType
275
258
  OBJECT_TYPE_LAYER_GROUP: ObjectType
276
- OBJECT_TYPE_LAYOUT: ObjectType
277
259
  OBJECT_TYPE_LINE: ObjectType
278
260
  OBJECT_TYPE_LINE_HINGE: ObjectType
279
261
  OBJECT_TYPE_LINE_LOAD: ObjectType
@@ -311,7 +293,6 @@ OBJECT_TYPE_MEMBER_SHEAR_PANEL: ObjectType
311
293
  OBJECT_TYPE_MEMBER_SPRING: ObjectType
312
294
  OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION: ObjectType
313
295
  OBJECT_TYPE_MEMBER_SUPPORT: ObjectType
314
- OBJECT_TYPE_MEMBER_TENDON: ObjectType
315
296
  OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER: ObjectType
316
297
  OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS: ObjectType
317
298
  OBJECT_TYPE_MOVING_LOAD: ObjectType
@@ -339,9 +320,7 @@ OBJECT_TYPE_RIGID_LINK: ObjectType
339
320
  OBJECT_TYPE_SECTION: ObjectType
340
321
  OBJECT_TYPE_SHEAR_WALL: ObjectType
341
322
  OBJECT_TYPE_SHEATHING_TO_BEAM_CONNECTOR: ObjectType
342
- OBJECT_TYPE_SHRINK_WRAPPING_SETTINGS: ObjectType
343
323
  OBJECT_TYPE_SINGLE_FOUNDATION: ObjectType
344
- OBJECT_TYPE_SNOW_LOAD: ObjectType
345
324
  OBJECT_TYPE_SOIL_MASSIF: ObjectType
346
325
  OBJECT_TYPE_SOLID: ObjectType
347
326
  OBJECT_TYPE_SOLID_CONFIGURATION: ObjectType
@@ -370,7 +349,6 @@ OBJECT_TYPE_SURFACES_CONTACT_TYPE: ObjectType
370
349
  OBJECT_TYPE_SURFACE_CELL: ObjectType
371
350
  OBJECT_TYPE_SURFACE_CONFIGURATION: ObjectType
372
351
  OBJECT_TYPE_SURFACE_ECCENTRICITY: ObjectType
373
- OBJECT_TYPE_SURFACE_IMPERFECTION: ObjectType
374
352
  OBJECT_TYPE_SURFACE_LOAD: ObjectType
375
353
  OBJECT_TYPE_SURFACE_MESH_REFINEMENT: ObjectType
376
354
  OBJECT_TYPE_SURFACE_REINFORCEMENT: ObjectType
@@ -378,18 +356,15 @@ OBJECT_TYPE_SURFACE_RELEASE: ObjectType
378
356
  OBJECT_TYPE_SURFACE_RELEASE_TYPE: ObjectType
379
357
  OBJECT_TYPE_SURFACE_RESULTS_ADJUSTMENT: ObjectType
380
358
  OBJECT_TYPE_SURFACE_SET: ObjectType
381
- OBJECT_TYPE_SURFACE_SET_IMPERFECTION: ObjectType
382
359
  OBJECT_TYPE_SURFACE_SET_LOAD: ObjectType
383
360
  OBJECT_TYPE_SURFACE_STIFFNESS_MODIFICATION: ObjectType
384
361
  OBJECT_TYPE_SURFACE_SUPPORT: ObjectType
385
- OBJECT_TYPE_TENDON_ANCHOR: ObjectType
386
362
  OBJECT_TYPE_TERRAIN: ObjectType
387
363
  OBJECT_TYPE_THICKNESS: ObjectType
388
364
  OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION: ObjectType
389
365
  OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION: ObjectType
390
366
  OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION: ObjectType
391
367
  OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS: ObjectType
392
- OBJECT_TYPE_TIMBER_JOINT: ObjectType
393
368
  OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION: ObjectType
394
369
  OBJECT_TYPE_TIMBER_MOISTURE_CLASS: ObjectType
395
370
  OBJECT_TYPE_TIMBER_SCREW_TYPE: ObjectType
@@ -398,7 +373,6 @@ OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS: ObjectType
398
373
  OBJECT_TYPE_TIME_DIAGRAM: ObjectType
399
374
  OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS: ObjectType
400
375
  OBJECT_TYPE_VISUAL_OBJECT: ObjectType
401
- OBJECT_TYPE_WIND_LOAD: ObjectType
402
376
  OBJECT_TYPE_WIND_PROFILE: ObjectType
403
377
  OBJECT_TYPE_WIND_SIMULATION: ObjectType
404
378
  OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS: ObjectType
@@ -16,7 +16,6 @@ from . import types_for_craneway_design
16
16
  from . import calculation_diagrams
17
17
  from . import loading
18
18
  from . import types_for_special_objects
19
- from . import craneway_design_objects
20
19
  from . import global_parameters
21
20
  from . import load_wizards
22
21
  from . import types_for_timber_design
@@ -28,5 +27,6 @@ from . import imperfections
28
27
  from . import aluminum_design_objects
29
28
  from . import types_for_aluminum_design
30
29
  from . import types_for_nodes
30
+ from . import base_data_objects
31
31
  from . import timber_design_objects
32
32
  from . import types_for_steel_design
@@ -0,0 +1 @@
1
+ from .terrain_pb2 import *
@@ -0,0 +1,42 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rstab/base_data_objects/terrain.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/rstab/base_data_objects/terrain.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0dlubal/api/rstab/base_data_objects/terrain.proto\x12\"dlubal.api.rstab.base_data_objects\"\xfc\x08\n\x07Terrain\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x43\n\x04type\x18\x02 \x01(\x0e\x32\x30.dlubal.api.rstab.base_data_objects.Terrain.TypeH\x01\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_x\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\"\n\x15\x62ounding_box_offset_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x63\x65nter_of_terrain_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1e\n\x11rotation_around_Z\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1f\n\x12\x63onsider_boreholes\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11\x63oordinate_system\x18\t \x01(\x05H\x08\x88\x01\x01\x12T\n\rterrain_table\x18\n \x01(\x0b\x32\x38.dlubal.api.rstab.base_data_objects.Terrain.TerrainTableH\t\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0b \x01(\tH\n\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0c \x01(\tH\x0b\x88\x01\x01\x1aY\n\x0cTerrainTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rstab.base_data_objects.Terrain.TerrainTableRow\x1a\xbf\x01\n\x0fTerrainTableRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08global_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08global_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08global_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_global_xB\x0b\n\t_global_yB\x0b\n\t_global_z\"\x85\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x12\n\x0eTYPE_BOREHOLES\x10\x05\x12\x19\n\x15TYPE_HORIZONTAL_PLANE\x10\x02\x12\x17\n\x13TYPE_INCLINED_PLANE\x10\x03\x12\x13\n\x0fTYPE_NO_TERRAIN\x10\x01\x12\x0e\n\nTYPE_TABLE\x10\x04\x42\x05\n\x03_noB\x07\n\x05_typeB\n\n\x08_commentB\x18\n\x16_bounding_box_offset_xB\x18\n\x16_bounding_box_offset_yB\x16\n\x14_center_of_terrain_zB\x14\n\x12_rotation_around_ZB\x15\n\x13_consider_boreholesB\x14\n\x12_coordinate_systemB\x10\n\x0e_terrain_tableB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.base_data_objects.terrain_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_TERRAIN']._serialized_start=89
35
+ _globals['_TERRAIN']._serialized_end=1237
36
+ _globals['_TERRAIN_TERRAINTABLE']._serialized_start=573
37
+ _globals['_TERRAIN_TERRAINTABLE']._serialized_end=662
38
+ _globals['_TERRAIN_TERRAINTABLEROW']._serialized_start=665
39
+ _globals['_TERRAIN_TERRAINTABLEROW']._serialized_end=856
40
+ _globals['_TERRAIN_TYPE']._serialized_start=859
41
+ _globals['_TERRAIN_TYPE']._serialized_end=992
42
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,67 @@
1
+ from google.protobuf.internal import containers as _containers
2
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
3
+ from google.protobuf import descriptor as _descriptor
4
+ from google.protobuf import message as _message
5
+ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
6
+
7
+ DESCRIPTOR: _descriptor.FileDescriptor
8
+
9
+ class Terrain(_message.Message):
10
+ __slots__ = ("no", "type", "comment", "bounding_box_offset_x", "bounding_box_offset_y", "center_of_terrain_z", "rotation_around_Z", "consider_boreholes", "coordinate_system", "terrain_table", "id_for_export_import", "metadata_for_export_import")
11
+ class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
12
+ __slots__ = ()
13
+ TYPE_UNKNOWN: _ClassVar[Terrain.Type]
14
+ TYPE_BOREHOLES: _ClassVar[Terrain.Type]
15
+ TYPE_HORIZONTAL_PLANE: _ClassVar[Terrain.Type]
16
+ TYPE_INCLINED_PLANE: _ClassVar[Terrain.Type]
17
+ TYPE_NO_TERRAIN: _ClassVar[Terrain.Type]
18
+ TYPE_TABLE: _ClassVar[Terrain.Type]
19
+ TYPE_UNKNOWN: Terrain.Type
20
+ TYPE_BOREHOLES: Terrain.Type
21
+ TYPE_HORIZONTAL_PLANE: Terrain.Type
22
+ TYPE_INCLINED_PLANE: Terrain.Type
23
+ TYPE_NO_TERRAIN: Terrain.Type
24
+ TYPE_TABLE: Terrain.Type
25
+ class TerrainTable(_message.Message):
26
+ __slots__ = ("rows",)
27
+ ROWS_FIELD_NUMBER: _ClassVar[int]
28
+ rows: _containers.RepeatedCompositeFieldContainer[Terrain.TerrainTableRow]
29
+ def __init__(self, rows: _Optional[_Iterable[_Union[Terrain.TerrainTableRow, _Mapping]]] = ...) -> None: ...
30
+ class TerrainTableRow(_message.Message):
31
+ __slots__ = ("no", "description", "global_x", "global_y", "global_z")
32
+ NO_FIELD_NUMBER: _ClassVar[int]
33
+ DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
34
+ GLOBAL_X_FIELD_NUMBER: _ClassVar[int]
35
+ GLOBAL_Y_FIELD_NUMBER: _ClassVar[int]
36
+ GLOBAL_Z_FIELD_NUMBER: _ClassVar[int]
37
+ no: int
38
+ description: str
39
+ global_x: float
40
+ global_y: float
41
+ global_z: float
42
+ def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., global_x: _Optional[float] = ..., global_y: _Optional[float] = ..., global_z: _Optional[float] = ...) -> None: ...
43
+ NO_FIELD_NUMBER: _ClassVar[int]
44
+ TYPE_FIELD_NUMBER: _ClassVar[int]
45
+ COMMENT_FIELD_NUMBER: _ClassVar[int]
46
+ BOUNDING_BOX_OFFSET_X_FIELD_NUMBER: _ClassVar[int]
47
+ BOUNDING_BOX_OFFSET_Y_FIELD_NUMBER: _ClassVar[int]
48
+ CENTER_OF_TERRAIN_Z_FIELD_NUMBER: _ClassVar[int]
49
+ ROTATION_AROUND_Z_FIELD_NUMBER: _ClassVar[int]
50
+ CONSIDER_BOREHOLES_FIELD_NUMBER: _ClassVar[int]
51
+ COORDINATE_SYSTEM_FIELD_NUMBER: _ClassVar[int]
52
+ TERRAIN_TABLE_FIELD_NUMBER: _ClassVar[int]
53
+ ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
54
+ METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
55
+ no: int
56
+ type: Terrain.Type
57
+ comment: str
58
+ bounding_box_offset_x: float
59
+ bounding_box_offset_y: float
60
+ center_of_terrain_z: float
61
+ rotation_around_Z: float
62
+ consider_boreholes: bool
63
+ coordinate_system: int
64
+ terrain_table: Terrain.TerrainTable
65
+ id_for_export_import: str
66
+ metadata_for_export_import: str
67
+ def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[Terrain.Type, str]] = ..., comment: _Optional[str] = ..., bounding_box_offset_x: _Optional[float] = ..., bounding_box_offset_y: _Optional[float] = ..., center_of_terrain_z: _Optional[float] = ..., rotation_around_Z: _Optional[float] = ..., consider_boreholes: bool = ..., coordinate_system: _Optional[int] = ..., terrain_table: _Optional[_Union[Terrain.TerrainTable, _Mapping]] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
@@ -1,5 +1,3 @@
1
1
  from .member_set_imperfection_pb2 import *
2
- from .surface_set_imperfection_pb2 import *
3
- from .surface_imperfection_pb2 import *
4
2
  from .imperfection_case_pb2 import *
5
3
  from .member_imperfection_pb2 import *
@@ -1,7 +1,5 @@
1
1
  from .moving_load_pb2 import *
2
- from .snow_load_pb2 import *
3
2
  from .member_loads_from_free_line_load_pb2 import *
4
3
  from .load_model_pb2 import *
5
- from .wind_load_pb2 import *
6
4
  from .member_loads_from_area_load_pb2 import *
7
5
  from .import_support_reactions_pb2 import *
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rstab/object_type.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/rstab/object_type.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"dlubal/api/rstab/object_type.proto\x12\x10\x64lubal.api.rstab*\x98 \n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xc8\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x98\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9a\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc3\x01\x12,\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10~\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12*\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10}\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x80\x01\x12/\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x7f\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xee\x01\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x63\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10T\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Y\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10W\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xa6\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xd7\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xd8\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10n\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10k\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10U\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x88\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x87\x01\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x99\x01\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10G\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x41\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10`\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xeb\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xec\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe4\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10]\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x62\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xe8\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xe9\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x89\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x90\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc1\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10^\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10_\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x97\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9b\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x92\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x13\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x19\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x45\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10<\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10;\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8a\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb3\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x8e\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x8f\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x44\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1a\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10\x46\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10?\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10\x1f\x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8b\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xb7\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10 \x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10>\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10H\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x43\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10=\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10@\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa0\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x91\x01\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb1\x01\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10,\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10Q\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10#\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x16\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x61\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10V\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa5\x01\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xa7\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xc6\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\x9c\x01\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x14\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x82\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa1\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\x9f\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\x9d\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10t\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xcf\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd0\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xce\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xcd\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10s\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10v\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10u\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10+\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xea\x01\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xdb\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xda\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xd9\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10w\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10{\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10y\x12!\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10|\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10x\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10z\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xc7\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa2\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x64\x62\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.object_type_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_OBJECTTYPE']._serialized_start=57
35
+ _globals['_OBJECTTYPE']._serialized_end=4177
36
+ # @@protoc_insertion_point(module_scope)
@@ -32,8 +32,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
32
32
  OBJECT_TYPE_COORDINATE_SYSTEM: _ClassVar[ObjectType]
33
33
  OBJECT_TYPE_CRANE: _ClassVar[ObjectType]
34
34
  OBJECT_TYPE_CRANEWAY: _ClassVar[ObjectType]
35
- OBJECT_TYPE_CRANEWAY_SLS_CONFIGURATION: _ClassVar[ObjectType]
36
- OBJECT_TYPE_CRANEWAY_ULS_CONFIGURATION: _ClassVar[ObjectType]
37
35
  OBJECT_TYPE_DESIGN_SITUATION: _ClassVar[ObjectType]
38
36
  OBJECT_TYPE_DESIGN_SUPPORT: _ClassVar[ObjectType]
39
37
  OBJECT_TYPE_DIAGONAL_BRACE: _ClassVar[ObjectType]
@@ -90,7 +88,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
90
88
  OBJECT_TYPE_RESULT_COMBINATION: _ClassVar[ObjectType]
91
89
  OBJECT_TYPE_SECTION: _ClassVar[ObjectType]
92
90
  OBJECT_TYPE_SINGLE_FOUNDATION: _ClassVar[ObjectType]
93
- OBJECT_TYPE_SNOW_LOAD: _ClassVar[ObjectType]
94
91
  OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
95
92
  OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
96
93
  OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
@@ -116,7 +113,6 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
116
113
  OBJECT_TYPE_TIME_DIAGRAM: _ClassVar[ObjectType]
117
114
  OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
118
115
  OBJECT_TYPE_VISUAL_OBJECT: _ClassVar[ObjectType]
119
- OBJECT_TYPE_WIND_LOAD: _ClassVar[ObjectType]
120
116
  OBJECT_TYPE_UNKNOWN: ObjectType
121
117
  OBJECT_TYPE_ACCELEROGRAM: ObjectType
122
118
  OBJECT_TYPE_ACTION: ObjectType
@@ -143,8 +139,6 @@ OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS: ObjectType
143
139
  OBJECT_TYPE_COORDINATE_SYSTEM: ObjectType
144
140
  OBJECT_TYPE_CRANE: ObjectType
145
141
  OBJECT_TYPE_CRANEWAY: ObjectType
146
- OBJECT_TYPE_CRANEWAY_SLS_CONFIGURATION: ObjectType
147
- OBJECT_TYPE_CRANEWAY_ULS_CONFIGURATION: ObjectType
148
142
  OBJECT_TYPE_DESIGN_SITUATION: ObjectType
149
143
  OBJECT_TYPE_DESIGN_SUPPORT: ObjectType
150
144
  OBJECT_TYPE_DIAGONAL_BRACE: ObjectType
@@ -201,7 +195,6 @@ OBJECT_TYPE_RESPONSE_SPECTRUM: ObjectType
201
195
  OBJECT_TYPE_RESULT_COMBINATION: ObjectType
202
196
  OBJECT_TYPE_SECTION: ObjectType
203
197
  OBJECT_TYPE_SINGLE_FOUNDATION: ObjectType
204
- OBJECT_TYPE_SNOW_LOAD: ObjectType
205
198
  OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS: ObjectType
206
199
  OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS: ObjectType
207
200
  OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS: ObjectType
@@ -227,4 +220,3 @@ OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS: ObjectType
227
220
  OBJECT_TYPE_TIME_DIAGRAM: ObjectType
228
221
  OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS: ObjectType
229
222
  OBJECT_TYPE_VISUAL_OBJECT: ObjectType
230
- OBJECT_TYPE_WIND_LOAD: ObjectType