dlubal.api 2.10.10.post1__tar.gz → 2.10.12__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 (802) hide show
  1. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/PKG-INFO +4 -14
  2. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/README.md +1 -1
  3. dlubal_api-2.10.12/dlubal/api/common/import_export/export_attributes_pb2.py +48 -0
  4. dlubal_api-2.10.12/dlubal/api/common/import_export/export_attributes_pb2.pyi +81 -0
  5. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/__init__.py +1 -6
  6. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/application.py +3 -2
  7. dlubal_api-2.10.12/dlubal/api/rfem/base_data_objects/__init__.py +1 -0
  8. dlubal_api-2.10.12/dlubal/api/rfem/base_data_objects/terrain_pb2.py +42 -0
  9. dlubal_api-2.10.12/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +67 -0
  10. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/__init__.py +0 -2
  11. dlubal_api-2.10.12/dlubal/api/rfem/loading/load_case_pb2.py +90 -0
  12. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/load_case_pb2.pyi +5 -45
  13. dlubal_api-2.10.12/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +46 -0
  14. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +2 -4
  15. dlubal_api-2.10.12/dlubal/api/rfem/object_type_pb2.py +36 -0
  16. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/object_type_pb2.pyi +0 -26
  17. dlubal_api-2.10.12/dlubal/api/rfem/results/results_type_pb2.py +36 -0
  18. {dlubal_api-2.10.10.post1/dlubal/api/rstab → dlubal_api-2.10.12/dlubal/api/rfem}/results/results_type_pb2.pyi +10 -0
  19. dlubal_api-2.10.12/dlubal/api/rfem/structure_core/material_pb2.py +144 -0
  20. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/material_pb2.pyi +16 -2
  21. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/section_pb2.py +25 -25
  22. {dlubal_api-2.10.10.post1/dlubal/api/rstab → dlubal_api-2.10.12/dlubal/api/rfem}/structure_core/section_pb2.pyi +18 -0
  23. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +13 -13
  24. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +2 -0
  25. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/__init__.py +1 -1
  26. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/application.py +19 -1
  27. dlubal_api-2.10.12/dlubal/api/rstab/base_data_objects/__init__.py +1 -0
  28. dlubal_api-2.10.12/dlubal/api/rstab/base_data_objects/terrain_pb2.py +42 -0
  29. dlubal_api-2.10.12/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +67 -0
  30. {dlubal_api-2.10.10.post1/dlubal/api/rfem → dlubal_api-2.10.12/dlubal/api/rstab}/imperfections/__init__.py +0 -2
  31. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/__init__.py +0 -2
  32. dlubal_api-2.10.12/dlubal/api/rstab/loading/load_case_pb2.py +90 -0
  33. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/load_case_pb2.pyi +5 -45
  34. dlubal_api-2.10.12/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +46 -0
  35. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +2 -4
  36. dlubal_api-2.10.12/dlubal/api/rstab/object_type_pb2.py +36 -0
  37. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/object_type_pb2.pyi +0 -8
  38. dlubal_api-2.10.12/dlubal/api/rstab/results/results_type_pb2.py +36 -0
  39. {dlubal_api-2.10.10.post1/dlubal/api/rfem → dlubal_api-2.10.12/dlubal/api/rstab}/results/results_type_pb2.pyi +10 -0
  40. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/section_pb2.py +25 -25
  41. {dlubal_api-2.10.10.post1/dlubal/api/rfem → dlubal_api-2.10.12/dlubal/api/rstab}/structure_core/section_pb2.pyi +18 -0
  42. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal.api.egg-info/PKG-INFO +4 -14
  43. dlubal_api-2.10.12/dlubal.api.egg-info/SOURCES.txt +746 -0
  44. dlubal_api-2.10.12/dlubal.api.egg-info/top_level.txt +4 -0
  45. dlubal_api-2.10.12/examples/rfem/bus_station.py +395 -0
  46. dlubal_api-2.10.12/examples/rfem/cantilever.py +172 -0
  47. dlubal_api-2.10.12/examples/rfem/column.py +185 -0
  48. dlubal_api-2.10.12/examples/rfem/dataframe.py +20 -0
  49. dlubal_api-2.10.12/examples/rfem/excel.py +86 -0
  50. dlubal_api-2.10.12/examples/rfem/export_model_to.py +162 -0
  51. dlubal_api-2.10.12/examples/rfem/frame.py +289 -0
  52. dlubal_api-2.10.12/examples/rfem/import_model_from.py +61 -0
  53. dlubal_api-2.10.12/examples/rfem/multiple_models.py +1608 -0
  54. dlubal_api-2.10.12/examples/rfem/nested_tables.py +81 -0
  55. dlubal_api-2.10.12/examples/rfem/pydantic_streamlit.py +101 -0
  56. dlubal_api-2.10.12/examples/rfem/results_access.py +34 -0
  57. dlubal_api-2.10.12/examples/rfem/results_in_location.py +42 -0
  58. dlubal_api-2.10.12/examples/rfem/sectioned_roof.py +449 -0
  59. dlubal_api-2.10.12/examples/rfem/silo.py +750 -0
  60. dlubal_api-2.10.12/examples/rfem/steel_hall.py +670 -0
  61. dlubal_api-2.10.12/examples/rfem/steel_station.py +890 -0
  62. dlubal_api-2.10.12/examples/rfem/tank_wind_load.py +180 -0
  63. dlubal_api-2.10.12/examples/rsection/_imports.py +14 -0
  64. dlubal_api-2.10.12/examples/rstab/cantilever.py +166 -0
  65. dlubal_api-2.10.12/examples/rstab/column.py +184 -0
  66. dlubal_api-2.10.12/examples/rstab/dataframe.py +20 -0
  67. dlubal_api-2.10.12/examples/rstab/excel.py +86 -0
  68. dlubal_api-2.10.12/examples/rstab/frame.py +279 -0
  69. dlubal_api-2.10.12/examples/rstab/import_ifc.py +45 -0
  70. dlubal_api-2.10.12/examples/rstab/multiple_models.py +1358 -0
  71. dlubal_api-2.10.12/examples/rstab/nested_tables.py +29 -0
  72. dlubal_api-2.10.12/examples/rstab/pydantic_streamlit.py +101 -0
  73. dlubal_api-2.10.12/examples/rstab/results_access.py +34 -0
  74. dlubal_api-2.10.12/google/protobuf/any_pb2.py +37 -0
  75. dlubal_api-2.10.12/google/protobuf/any_pb2.pyi +14 -0
  76. dlubal_api-2.10.12/google/protobuf/empty_pb2.py +37 -0
  77. dlubal_api-2.10.10.post1/dlubal/api/common/import_export/export_attributes_pb2.pyi → dlubal_api-2.10.12/google/protobuf/empty_pb2.pyi +1 -5
  78. dlubal_api-2.10.12/pyproject.toml +30 -0
  79. dlubal_api-2.10.10.post1/dlubal/api/common/import_export/export_attributes_pb2.py +0 -38
  80. dlubal_api-2.10.10.post1/dlubal/api/rfem/cad/__init__.py +0 -1
  81. dlubal_api-2.10.10.post1/dlubal/api/rfem/cad/layout_pb2.py +0 -40
  82. dlubal_api-2.10.10.post1/dlubal/api/rfem/cad/layout_pb2.pyi +0 -58
  83. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/__init__.py +0 -2
  84. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_pb2.py +0 -42
  85. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_pb2.pyi +0 -80
  86. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_serie_pb2.py +0 -38
  87. dlubal_api-2.10.10.post1/dlubal/api/rfem/components/component_serie_pb2.pyi +0 -54
  88. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/__init__.py +0 -2
  89. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_sls_configuration_pb2.py +0 -36
  90. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_sls_configuration_pb2.pyi +0 -24
  91. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_uls_configuration_pb2.py +0 -36
  92. dlubal_api-2.10.10.post1/dlubal/api/rfem/craneway_design_objects/craneway_uls_configuration_pb2.pyi +0 -24
  93. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -40
  94. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -53
  95. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -40
  96. dlubal_api-2.10.10.post1/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -53
  97. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/snow_load_pb2.py +0 -58
  98. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/snow_load_pb2.pyi +0 -837
  99. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/wind_load_pb2.py +0 -54
  100. dlubal_api-2.10.10.post1/dlubal/api/rfem/load_wizards/wind_load_pb2.pyi +0 -817
  101. dlubal_api-2.10.10.post1/dlubal/api/rfem/loading/load_case_pb2.py +0 -90
  102. dlubal_api-2.10.10.post1/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -46
  103. dlubal_api-2.10.10.post1/dlubal/api/rfem/object_type_pb2.py +0 -36
  104. dlubal_api-2.10.10.post1/dlubal/api/rfem/results/results_type_pb2.py +0 -36
  105. dlubal_api-2.10.10.post1/dlubal/api/rfem/structure_core/material_pb2.py +0 -142
  106. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/__init__.py +0 -2
  107. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/member_tendon_pb2.py +0 -40
  108. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/member_tendon_pb2.pyi +0 -63
  109. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/tendon_anchor_pb2.py +0 -38
  110. dlubal_api-2.10.10.post1/dlubal/api/rfem/tendons/tendon_anchor_pb2.pyi +0 -38
  111. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_timber_joints/__init__.py +0 -1
  112. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_timber_joints/timber_joint_pb2.py +0 -36
  113. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_timber_joints/timber_joint_pb2.pyi +0 -30
  114. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_wind_simulation/__init__.py +0 -1
  115. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_settings_pb2.py +0 -40
  116. dlubal_api-2.10.10.post1/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_settings_pb2.pyi +0 -59
  117. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/__init__.py +0 -2
  118. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_sls_configuration_pb2.py +0 -36
  119. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_sls_configuration_pb2.pyi +0 -24
  120. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_uls_configuration_pb2.py +0 -36
  121. dlubal_api-2.10.10.post1/dlubal/api/rstab/craneway_design_objects/craneway_uls_configuration_pb2.pyi +0 -24
  122. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/snow_load_pb2.py +0 -58
  123. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/snow_load_pb2.pyi +0 -837
  124. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/wind_load_pb2.py +0 -54
  125. dlubal_api-2.10.10.post1/dlubal/api/rstab/load_wizards/wind_load_pb2.pyi +0 -817
  126. dlubal_api-2.10.10.post1/dlubal/api/rstab/loading/load_case_pb2.py +0 -90
  127. dlubal_api-2.10.10.post1/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -46
  128. dlubal_api-2.10.10.post1/dlubal/api/rstab/object_type_pb2.py +0 -36
  129. dlubal_api-2.10.10.post1/dlubal/api/rstab/results/results_type_pb2.py +0 -36
  130. dlubal_api-2.10.10.post1/dlubal.api.egg-info/SOURCES.txt +0 -1488
  131. dlubal_api-2.10.10.post1/dlubal.api.egg-info/top_level.txt +0 -1
  132. dlubal_api-2.10.10.post1/setup.py +0 -42
  133. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/__init__.py +0 -0
  134. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/__init__.py +0 -0
  135. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/__init__.py +0 -0
  136. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/common_messages_pb2.py +0 -0
  137. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/common_messages_pb2.pyi +0 -0
  138. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/common_pb2.py +0 -0
  139. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/common_pb2.pyi +0 -0
  140. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/connection.py +0 -0
  141. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/exceptions.py +0 -0
  142. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/import_export/__init__.py +0 -0
  143. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
  144. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
  145. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/model_id_pb2.py +0 -0
  146. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/model_id_pb2.pyi +0 -0
  147. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/packing.py +0 -0
  148. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/table.py +0 -0
  149. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/table_data_pb2.py +0 -0
  150. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/common/table_data_pb2.pyi +0 -0
  151. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/all_pb2.py +0 -0
  152. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/all_pb2.pyi +0 -0
  153. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  154. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  155. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  156. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  157. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  158. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/application_pb2.py +0 -0
  159. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/application_pb2.pyi +0 -0
  160. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  161. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/base_data_pb2.py +0 -0
  162. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
  163. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
  164. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
  165. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
  166. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
  167. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
  168. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
  169. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
  170. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/__init__.py +0 -0
  171. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  172. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  173. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  174. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  175. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  176. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  177. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  178. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  179. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  180. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  181. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  182. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  183. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  184. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  185. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  186. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  187. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  188. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  189. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  190. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  191. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  192. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  193. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  194. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  195. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  196. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  197. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  198. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  199. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
  200. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
  201. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
  202. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
  203. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
  204. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
  205. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
  206. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  207. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  208. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  209. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  210. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  211. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
  212. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
  213. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
  214. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
  215. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
  216. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  217. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  218. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  219. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  220. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  221. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  222. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  223. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  224. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  225. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  226. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  227. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  228. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  229. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  230. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  231. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  232. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  233. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  234. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
  235. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  236. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
  237. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
  238. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
  239. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
  240. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
  241. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
  242. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  243. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  244. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  245. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  246. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  247. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  248. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
  249. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  250. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  251. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
  252. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  253. {dlubal_api-2.10.10.post1/dlubal/api/rstab → dlubal_api-2.10.12/dlubal/api/rfem}/imperfections/__init__.py +0 -0
  254. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  255. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  256. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  257. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  258. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  259. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  260. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
  261. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
  262. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
  263. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
  264. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  265. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  266. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  267. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  268. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -0
  269. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +0 -0
  270. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  271. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  272. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  273. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  274. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/__init__.py +0 -0
  275. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  276. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  277. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  278. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  279. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  280. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  281. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  282. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  283. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  284. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  285. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  286. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  287. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  288. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  289. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  290. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  291. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  292. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  293. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  294. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  295. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  296. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  297. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  298. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  299. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
  300. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
  301. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  302. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  303. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/__init__.py +0 -0
  304. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
  305. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
  306. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  307. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  308. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  309. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  310. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  311. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  312. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  313. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  314. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  315. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  316. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  317. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  318. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  319. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  320. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  321. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  322. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  323. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  324. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  325. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  326. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  327. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  328. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  329. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  330. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  331. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  332. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  333. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  334. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  335. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  336. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  337. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  338. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  339. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  340. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/object_id_pb2.py +0 -0
  341. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
  342. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  343. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
  344. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
  345. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  346. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  347. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/results/__init__.py +0 -0
  348. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
  349. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
  350. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  351. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  352. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
  353. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
  354. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
  355. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  356. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  357. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  358. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  359. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  360. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  361. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  362. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  363. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  364. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
  365. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
  366. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
  367. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
  368. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
  369. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
  370. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
  371. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
  372. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
  373. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
  374. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
  375. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
  376. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  377. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  378. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  379. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
  380. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
  381. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
  382. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
  383. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  384. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  385. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  386. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  387. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  388. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  389. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  390. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  391. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  392. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  393. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
  394. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
  395. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  396. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  397. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  398. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  399. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  400. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  401. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  402. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  403. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  404. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  405. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  406. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  407. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  408. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  409. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  410. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  411. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  412. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  413. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  414. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  415. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  416. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  417. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  418. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  419. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  420. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  421. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  422. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  423. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  424. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  425. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  426. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  427. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  428. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  429. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  430. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  431. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  432. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  433. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  434. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  435. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  436. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  437. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  438. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  439. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  440. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  441. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  442. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  443. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  444. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  445. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  446. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  447. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  448. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  449. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  450. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  451. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  452. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  453. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
  454. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
  455. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
  456. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
  457. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
  458. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
  459. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -0
  460. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +0 -0
  461. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
  462. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
  463. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
  464. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  465. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  466. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  467. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  468. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  469. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  470. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  471. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  472. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  473. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  474. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  475. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  476. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
  477. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
  478. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  479. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  480. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  481. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  482. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  483. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  484. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  485. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  486. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  487. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  488. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  489. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  490. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  491. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  492. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  493. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  494. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  495. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  496. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  497. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  498. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  499. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  500. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  501. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  502. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  503. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
  504. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
  505. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  506. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  507. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  508. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  509. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  510. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  511. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  512. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  513. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  514. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  515. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  516. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  517. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  518. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  519. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  520. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  521. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  522. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  523. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  524. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  525. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  526. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  527. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  528. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  529. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  530. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  531. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  532. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  533. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  534. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
  535. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
  536. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
  537. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  538. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  539. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  540. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  541. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  542. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  543. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  544. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  545. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  546. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  547. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  548. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  549. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  550. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  551. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  552. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  553. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  554. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  555. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  556. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  557. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  558. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  559. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/all_pb2.py +0 -0
  560. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/all_pb2.pyi +0 -0
  561. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
  562. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  563. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  564. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  565. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  566. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/application_pb2.py +0 -0
  567. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/application_pb2.pyi +0 -0
  568. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/application_pb2_grpc.py +0 -0
  569. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/base_data_pb2.py +0 -0
  570. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/base_data_pb2.pyi +0 -0
  571. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
  572. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  573. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  574. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
  575. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  576. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  577. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  578. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  579. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  580. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  581. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  582. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  583. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
  584. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
  585. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
  586. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
  587. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  588. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
  589. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
  590. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
  591. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
  592. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
  593. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
  594. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
  595. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
  596. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
  597. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
  598. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
  599. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
  600. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
  601. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
  602. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
  603. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
  604. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
  605. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  606. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
  607. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
  608. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
  609. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  610. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
  611. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
  612. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
  613. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
  614. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
  615. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
  616. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
  617. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
  618. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
  619. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
  620. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
  621. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
  622. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
  623. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  624. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  625. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
  626. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  627. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
  628. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
  629. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
  630. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
  631. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
  632. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
  633. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
  634. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
  635. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
  636. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
  637. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  638. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  639. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  640. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  641. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -0
  642. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +0 -0
  643. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/__init__.py +0 -0
  644. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
  645. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
  646. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/action_pb2.py +0 -0
  647. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
  648. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
  649. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
  650. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
  651. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
  652. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
  653. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
  654. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
  655. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
  656. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
  657. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
  658. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
  659. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
  660. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
  661. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
  662. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
  663. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
  664. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
  665. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
  666. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
  667. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
  668. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/__init__.py +0 -0
  669. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
  670. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
  671. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
  672. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  673. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
  674. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
  675. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
  676. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
  677. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
  678. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
  679. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/object_id_pb2.py +0 -0
  680. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
  681. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/results/__init__.py +0 -0
  682. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/results/result_table_pb2.py +0 -0
  683. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/results/result_table_pb2.pyi +0 -0
  684. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
  685. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
  686. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
  687. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  688. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  689. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  690. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  691. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  692. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  693. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  694. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  695. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
  696. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
  697. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
  698. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
  699. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
  700. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
  701. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
  702. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/__init__.py +0 -0
  703. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
  704. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
  705. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
  706. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
  707. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
  708. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
  709. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
  710. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
  711. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
  712. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
  713. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
  714. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
  715. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
  716. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  717. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  718. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  719. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  720. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  721. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  722. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
  723. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  724. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  725. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  726. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  727. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  728. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  729. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  730. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  731. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
  732. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  733. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  734. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  735. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  736. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
  737. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
  738. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
  739. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
  740. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
  741. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
  742. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -0
  743. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +0 -0
  744. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
  745. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
  746. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
  747. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
  748. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
  749. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
  750. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  751. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
  752. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
  753. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
  754. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
  755. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
  756. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  757. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  758. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  759. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
  760. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  761. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
  762. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
  763. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
  764. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
  765. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
  766. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  767. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
  768. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
  769. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  770. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  771. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
  772. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
  773. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
  774. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
  775. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  776. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  777. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
  778. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  779. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  780. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  781. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  782. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  783. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  784. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  785. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  786. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
  787. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  788. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  789. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  790. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  791. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  792. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  793. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  794. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  795. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
  796. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  797. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  798. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  799. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal.api.egg-info/dependency_links.txt +0 -0
  800. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal.api.egg-info/not-zip-safe +0 -0
  801. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/dlubal.api.egg-info/requires.txt +0 -0
  802. {dlubal_api-2.10.10.post1 → dlubal_api-2.10.12}/setup.cfg +0 -0
@@ -1,10 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.10.10.post1
3
+ Version: 2.10.12
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
- Author: Dlubal Software
6
- Author-email: api@dlubal.com
7
- License: MIT
5
+ Author-email: Dlubal Software <api@dlubal.com>
6
+ License-Expression: MIT
8
7
  Classifier: Programming Language :: Python :: 3
9
8
  Classifier: Programming Language :: Python :: 3.10
10
9
  Classifier: Programming Language :: Python :: 3.11
@@ -14,15 +13,6 @@ Description-Content-Type: text/markdown
14
13
  Requires-Dist: grpcio==1.68.0
15
14
  Requires-Dist: grpcio-tools==1.68.0
16
15
  Requires-Dist: pandas==2.2.3
17
- Dynamic: author
18
- Dynamic: author-email
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: license
23
- Dynamic: requires-dist
24
- Dynamic: requires-python
25
- Dynamic: summary
26
16
 
27
17
  # Dlubal API
28
18
 
@@ -34,7 +24,7 @@ Dynamic: summary
34
24
 
35
25
  This package version is fully compatible with the following **Dlubal App version**:
36
26
 
37
- ✅ **X.10.0010.257.ab1dea478e2**
27
+ ✅ **X.10.0012.200.e393ebfac1a**
38
28
 
39
29
  ## Overview
40
30
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.10.0010.257.ab1dea478e2**
11
+ ✅ **X.10.0012.200.e393ebfac1a**
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.
@@ -0,0 +1,48 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/common/import_export/export_attributes.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/common/import_export/export_attributes.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
26
+ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7dlubal/api/common/import_export/export_attributes.proto\x12\x1f\x64lubal.api.common.import_export\x1a\x19google/protobuf/any.proto\x1a\x1e\x64lubal/api/common/common.proto\"\x18\n\x16PythonExportAttributes\"\x1c\n\x1aPythonGrpcExportAttributes\"\x89\x08\n\x13IfcExportAttributes\x12P\n\x04type\x18\x01 \x01(\x0e\x32\x42.dlubal.api.common.import_export.IfcExportAttributes.IfcExportType\x12\x1b\n\x0eremove_accents\x18\x02 \x01(\x08H\x00\x88\x01\x01\x12\x1a\n\rmirror_axis_x\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x1a\n\rmirror_axis_y\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12\x1a\n\rmirror_axis_z\x18\x05 \x01(\x08H\x03\x88\x01\x01\x12<\n\x12origin_coordinates\x18\x06 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12^\n\x18rotation_angles_sequence\x18\x07 \x01(\x0e\x32\x37.dlubal.api.common.import_export.RotationAnglesSequenceH\x05\x88\x01\x01\x12\x39\n\x0frotation_angles\x18\x08 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x06\x88\x01\x01\x12G\n\raxis_change_x\x18\t \x01(\x0e\x32+.dlubal.api.common.import_export.AxisChangeH\x07\x88\x01\x01\x12G\n\raxis_change_y\x18\n \x01(\x0e\x32+.dlubal.api.common.import_export.AxisChangeH\x08\x88\x01\x01\x12G\n\raxis_change_z\x18\x0b \x01(\x0e\x32+.dlubal.api.common.import_export.AxisChangeH\t\x88\x01\x01\x12/\n\x11objects_to_export\x18\x0c \x03(\x0b\x32\x14.google.protobuf.Any\"\x82\x01\n\rIfcExportType\x12\x1f\n\x1bIFC_EXPORT_TYPE_UNSPECIFIED\x10\x00\x12\"\n\x1eIFC_EXPORT_TYPE_REFERENCE_VIEW\x10\x01\x12,\n(IFC_EXPORT_TYPE_STRUCTURAL_ANALYSIS_VIEW\x10\x02\x42\x11\n\x0f_remove_accentsB\x10\n\x0e_mirror_axis_xB\x10\n\x0e_mirror_axis_yB\x10\n\x0e_mirror_axis_zB\x15\n\x13_origin_coordinatesB\x1b\n\x19_rotation_angles_sequenceB\x12\n\x10_rotation_anglesB\x10\n\x0e_axis_change_xB\x10\n\x0e_axis_change_yB\x10\n\x0e_axis_change_z*\x8e\x02\n\x16RotationAnglesSequence\x12(\n$ROTATION_ANGLES_SEQUENCE_UNSPECIFIED\x10\x00\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XYZ\x10\x01\x12 \n\x1cROTATION_ANGLES_SEQUENCE_XZY\x10\x02\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YXZ\x10\x03\x12 \n\x1cROTATION_ANGLES_SEQUENCE_YZX\x10\x04\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZXY\x10\x05\x12 \n\x1cROTATION_ANGLES_SEQUENCE_ZYX\x10\x06*b\n\nAxisChange\x12\x1b\n\x17\x41XIS_CHANGE_UNSPECIFIED\x10\x00\x12\x11\n\rAXIS_CHANGE_X\x10\x01\x12\x11\n\rAXIS_CHANGE_Y\x10\x02\x12\x11\n\rAXIS_CHANGE_Z\x10\x03\x62\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.common.import_export.export_attributes_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ DESCRIPTOR._loaded_options = None
36
+ _globals['_ROTATIONANGLESSEQUENCE']._serialized_start=1244
37
+ _globals['_ROTATIONANGLESSEQUENCE']._serialized_end=1514
38
+ _globals['_AXISCHANGE']._serialized_start=1516
39
+ _globals['_AXISCHANGE']._serialized_end=1614
40
+ _globals['_PYTHONEXPORTATTRIBUTES']._serialized_start=151
41
+ _globals['_PYTHONEXPORTATTRIBUTES']._serialized_end=175
42
+ _globals['_PYTHONGRPCEXPORTATTRIBUTES']._serialized_start=177
43
+ _globals['_PYTHONGRPCEXPORTATTRIBUTES']._serialized_end=205
44
+ _globals['_IFCEXPORTATTRIBUTES']._serialized_start=208
45
+ _globals['_IFCEXPORTATTRIBUTES']._serialized_end=1241
46
+ _globals['_IFCEXPORTATTRIBUTES_IFCEXPORTTYPE']._serialized_start=912
47
+ _globals['_IFCEXPORTATTRIBUTES_IFCEXPORTTYPE']._serialized_end=1042
48
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,81 @@
1
+ from google.protobuf import any_pb2 as _any_pb2
2
+ from dlubal.api.common import common_pb2 as _common_pb2
3
+ from google.protobuf.internal import containers as _containers
4
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import message as _message
7
+ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
8
+
9
+ DESCRIPTOR: _descriptor.FileDescriptor
10
+
11
+ class RotationAnglesSequence(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
12
+ __slots__ = ()
13
+ ROTATION_ANGLES_SEQUENCE_UNSPECIFIED: _ClassVar[RotationAnglesSequence]
14
+ ROTATION_ANGLES_SEQUENCE_XYZ: _ClassVar[RotationAnglesSequence]
15
+ ROTATION_ANGLES_SEQUENCE_XZY: _ClassVar[RotationAnglesSequence]
16
+ ROTATION_ANGLES_SEQUENCE_YXZ: _ClassVar[RotationAnglesSequence]
17
+ ROTATION_ANGLES_SEQUENCE_YZX: _ClassVar[RotationAnglesSequence]
18
+ ROTATION_ANGLES_SEQUENCE_ZXY: _ClassVar[RotationAnglesSequence]
19
+ ROTATION_ANGLES_SEQUENCE_ZYX: _ClassVar[RotationAnglesSequence]
20
+
21
+ class AxisChange(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
22
+ __slots__ = ()
23
+ AXIS_CHANGE_UNSPECIFIED: _ClassVar[AxisChange]
24
+ AXIS_CHANGE_X: _ClassVar[AxisChange]
25
+ AXIS_CHANGE_Y: _ClassVar[AxisChange]
26
+ AXIS_CHANGE_Z: _ClassVar[AxisChange]
27
+ ROTATION_ANGLES_SEQUENCE_UNSPECIFIED: RotationAnglesSequence
28
+ ROTATION_ANGLES_SEQUENCE_XYZ: RotationAnglesSequence
29
+ ROTATION_ANGLES_SEQUENCE_XZY: RotationAnglesSequence
30
+ ROTATION_ANGLES_SEQUENCE_YXZ: RotationAnglesSequence
31
+ ROTATION_ANGLES_SEQUENCE_YZX: RotationAnglesSequence
32
+ ROTATION_ANGLES_SEQUENCE_ZXY: RotationAnglesSequence
33
+ ROTATION_ANGLES_SEQUENCE_ZYX: RotationAnglesSequence
34
+ AXIS_CHANGE_UNSPECIFIED: AxisChange
35
+ AXIS_CHANGE_X: AxisChange
36
+ AXIS_CHANGE_Y: AxisChange
37
+ AXIS_CHANGE_Z: AxisChange
38
+
39
+ class PythonExportAttributes(_message.Message):
40
+ __slots__ = ()
41
+ def __init__(self) -> None: ...
42
+
43
+ class PythonGrpcExportAttributes(_message.Message):
44
+ __slots__ = ()
45
+ def __init__(self) -> None: ...
46
+
47
+ class IfcExportAttributes(_message.Message):
48
+ __slots__ = ("type", "remove_accents", "mirror_axis_x", "mirror_axis_y", "mirror_axis_z", "origin_coordinates", "rotation_angles_sequence", "rotation_angles", "axis_change_x", "axis_change_y", "axis_change_z", "objects_to_export")
49
+ class IfcExportType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
50
+ __slots__ = ()
51
+ IFC_EXPORT_TYPE_UNSPECIFIED: _ClassVar[IfcExportAttributes.IfcExportType]
52
+ IFC_EXPORT_TYPE_REFERENCE_VIEW: _ClassVar[IfcExportAttributes.IfcExportType]
53
+ IFC_EXPORT_TYPE_STRUCTURAL_ANALYSIS_VIEW: _ClassVar[IfcExportAttributes.IfcExportType]
54
+ IFC_EXPORT_TYPE_UNSPECIFIED: IfcExportAttributes.IfcExportType
55
+ IFC_EXPORT_TYPE_REFERENCE_VIEW: IfcExportAttributes.IfcExportType
56
+ IFC_EXPORT_TYPE_STRUCTURAL_ANALYSIS_VIEW: IfcExportAttributes.IfcExportType
57
+ TYPE_FIELD_NUMBER: _ClassVar[int]
58
+ REMOVE_ACCENTS_FIELD_NUMBER: _ClassVar[int]
59
+ MIRROR_AXIS_X_FIELD_NUMBER: _ClassVar[int]
60
+ MIRROR_AXIS_Y_FIELD_NUMBER: _ClassVar[int]
61
+ MIRROR_AXIS_Z_FIELD_NUMBER: _ClassVar[int]
62
+ ORIGIN_COORDINATES_FIELD_NUMBER: _ClassVar[int]
63
+ ROTATION_ANGLES_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
64
+ ROTATION_ANGLES_FIELD_NUMBER: _ClassVar[int]
65
+ AXIS_CHANGE_X_FIELD_NUMBER: _ClassVar[int]
66
+ AXIS_CHANGE_Y_FIELD_NUMBER: _ClassVar[int]
67
+ AXIS_CHANGE_Z_FIELD_NUMBER: _ClassVar[int]
68
+ OBJECTS_TO_EXPORT_FIELD_NUMBER: _ClassVar[int]
69
+ type: IfcExportAttributes.IfcExportType
70
+ remove_accents: bool
71
+ mirror_axis_x: bool
72
+ mirror_axis_y: bool
73
+ mirror_axis_z: bool
74
+ origin_coordinates: _common_pb2.Vector3d
75
+ rotation_angles_sequence: RotationAnglesSequence
76
+ rotation_angles: _common_pb2.Vector3d
77
+ axis_change_x: AxisChange
78
+ axis_change_y: AxisChange
79
+ axis_change_z: AxisChange
80
+ objects_to_export: _containers.RepeatedCompositeFieldContainer[_any_pb2.Any]
81
+ def __init__(self, type: _Optional[_Union[IfcExportAttributes.IfcExportType, str]] = ..., remove_accents: bool = ..., mirror_axis_x: bool = ..., mirror_axis_y: bool = ..., mirror_axis_z: bool = ..., origin_coordinates: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., rotation_angles_sequence: _Optional[_Union[RotationAnglesSequence, str]] = ..., rotation_angles: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., axis_change_x: _Optional[_Union[AxisChange, str]] = ..., axis_change_y: _Optional[_Union[AxisChange, str]] = ..., axis_change_z: _Optional[_Union[AxisChange, str]] = ..., objects_to_export: _Optional[_Iterable[_Union[_any_pb2.Any, _Mapping]]] = ...) -> None: ...
@@ -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
@@ -341,8 +341,9 @@ class Application:
341
341
  export_attributes (google.protobuf.any_pb2.Any): Specifies the format and attributes of the export
342
342
 
343
343
  Supported message types:
344
- :ref:`export_attributes_PythonExportAttributes`
345
- :ref:`export_attributes_PythonGrpcExportAttributes`
344
+ :ref:`common_export_attributes_PythonExportAttributes`
345
+ :ref:`common_export_attributes_PythonGrpcExportAttributes`
346
+ :ref:`common_export_attributes_IfcExportAttributes`
346
347
 
347
348
  model_id (:ref:`ModelId` | None): Unique identifier of the model.
348
349
  If not specified, the active model is used.
@@ -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,90 @@
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/loading/load_case.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/loading/load_case.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
+ from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'dlubal/api/rfem/loading/load_case.proto\x12\x17\x64lubal.api.rfem.loading\x1a\x1e\x64lubal/api/common/common.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\"\xd5\xad\x02\n\x08LoadCase\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12J\n\ranalysis_type\x18\x02 \x01(\x0e\x32..dlubal.api.rfem.loading.LoadCase.AnalysisTypeH\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12$\n\x17\x63\x61lculate_critical_load\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12%\n\x18static_analysis_settings\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12(\n\x1bstability_analysis_settings\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12$\n\x17modal_analysis_settings\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12\'\n\x1aspectral_analysis_settings\x18\x08 \x01(\x05H\x07\x88\x01\x01\x12\"\n\x15\x63onsider_imperfection\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11imperfection_case\x18\n \x01(\x05H\t\x88\x01\x01\x12#\n\x16\x63onsider_initial_state\x18\x0b \x01(\x08H\n\x88\x01\x01\x12:\n\x12initial_state_case\x18\x0c \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x0b\x88\x01\x01\x12h\n\x1dinitial_state_definition_type\x18\r \x01(\x0e\x32<.dlubal.api.rfem.loading.LoadCase.InitialStateDefinitionTypeH\x0c\x88\x01\x01\x12\x84\x01\n,individual_factors_of_selected_objects_table\x18\x0e \x01(\x0b\x32I.dlubal.api.rfem.loading.LoadCase.IndividualFactorsOfSelectedObjectsTableH\r\x88\x01\x01\x12(\n\x1b\x63onsider_construction_stage\x18\x0f \x01(\x08H\x0e\x88\x01\x01\x12$\n\x17\x63onstruction_stage_case\x18\x10 \x01(\x05H\x0f\x88\x01\x01\x12\x15\n\x08to_solve\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12N\n\x0f\x61\x63tion_category\x18\x12 \x01(\x0e\x32\x30.dlubal.api.rfem.loading.LoadCase.ActionCategoryH\x11\x88\x01\x01\x12\x1f\n\x12self_weight_active\x18\x13 \x01(\x08H\x12\x88\x01\x01\x12=\n\x13self_weight_factors\x18\x14 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x13\x88\x01\x01\x12!\n\x14self_weight_factor_x\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12!\n\x14self_weight_factor_y\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12!\n\x14self_weight_factor_z\x18\x17 \x01(\x01H\x16\x88\x01\x01\x12\x44\n\nfactor_phi\x18\x18 \x01(\x0e\x32+.dlubal.api.rfem.loading.LoadCase.FactorPhiH\x17\x88\x01\x01\x12J\n\rload_duration\x18\x19 \x01(\x0e\x32..dlubal.api.rfem.loading.LoadCase.LoadDurationH\x18\x88\x01\x01\x12\x1a\n\rloading_start\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12$\n\x17time_being_investigated\x18\x1b \x01(\x01H\x1a\x88\x01\x01\x12:\n\x12import_masses_from\x18\x1c \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x1b\x88\x01\x01\x12\'\n\x1aimport_modal_analysis_from\x18\x1d \x01(\x05H\x1c\x88\x01\x01\x12|\n(selection_of_modes_mode_activation_table\x18\x1e \x01(\x0b\x32\x45.dlubal.api.rfem.loading.LoadCase.SelectionOfModesModeActivationTableH\x1d\x88\x01\x01\x12P\nCselection_of_modes_deselect_modes_according_to_criterion_is_enabled\x18\x1f \x01(\x08H\x1e\x88\x01\x01\x12Q\nDselection_of_modes_deselect_modes_modes_according_to_criterion_value\x18 \x01(\x01H\x1f\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mex\x18! \x01(\x01H \x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mey\x18\" \x01(\x01H!\x88\x01\x01\x12G\n:selection_of_modes_total_effective_modal_mass_factor_f_mez\x18# \x01(\x01H\"\x88\x01\x01\x12\x14\n\x07\x63omment\x18$ \x01(\tH#\x88\x01\x01\x12\x19\n\x0cis_generated\x18% \x01(\x08H$\x88\x01\x01\x12#\n\x16generating_object_info\x18& \x01(\tH%\x88\x01\x01\x12+\n\x1estructure_modification_enabled\x18\' \x01(\x08H&\x88\x01\x01\x12#\n\x16structure_modification\x18( \x01(\x05H\'\x88\x01\x01\x12\"\n\x15possibility_of_crowds\x18) \x01(\x08H(\x88\x01\x01\x12m\n specification_for_load_case_gr1a\x18* \x01(\x0e\x32>.dlubal.api.rfem.loading.LoadCase.SpecificationForLoadCaseGr1aH)\x88\x01\x01\x12k\n\x1fspecification_for_load_case_gr2\x18+ \x01(\x0e\x32=.dlubal.api.rfem.loading.LoadCase.SpecificationForLoadCaseGr2H*\x88\x01\x01\x12k\n\x1fspecification_for_load_case_gr5\x18, \x01(\x0e\x32=.dlubal.api.rfem.loading.LoadCase.SpecificationForLoadCaseGr5H+\x88\x01\x01\x12k\n\x1fspecification_for_load_case_gr6\x18- \x01(\x0e\x32=.dlubal.api.rfem.loading.LoadCase.SpecificationForLoadCaseGr6H,\x88\x01\x01\x12$\n\x17liveload_less_equal_100\x18. \x01(\x08H-\x88\x01\x01\x12N\nAliveload_consider_design_situation_effective_seismic_weight_check\x18/ \x01(\x08H.\x88\x01\x01\x12\xac\x01\nAliveload_consider_design_situation_effective_seismic_weight_combo\x18\x30 \x01(\x0e\x32\\.dlubal.api.rfem.loading.LoadCase.LiveloadConsiderDesignSituationEffectiveSeismicWeightComboH/\x88\x01\x01\x12U\nHliveload_consider_design_situation_effective_seismic_weight_CYTHYE_check\x18\x31 \x01(\x08H0\x88\x01\x01\x12\xb9\x01\nHliveload_consider_design_situation_effective_seismic_weight_CYTHYE_combo\x18\x32 \x01(\x0e\x32\x62.dlubal.api.rfem.loading.LoadCase.LiveloadConsiderDesignSituationEffectiveSeismicWeightCythyeComboH1\x88\x01\x01\x12\x44\n7liveload_consider_design_situation_seismic_weight_check\x18\x33 \x01(\x08H2\x88\x01\x01\x12\x99\x01\n7liveload_consider_design_situation_seismic_weight_combo\x18\x34 \x01(\x0e\x32S.dlubal.api.rfem.loading.LoadCase.LiveloadConsiderDesignSituationSeismicWeightComboH3\x88\x01\x01\x12\x42\n5liveload_consider_design_situation_seismic_mass_check\x18\x35 \x01(\x08H4\x88\x01\x01\x12\x95\x01\n5liveload_consider_design_situation_seismic_mass_combo\x18\x36 \x01(\x0e\x32Q.dlubal.api.rfem.loading.LoadCase.LiveloadConsiderDesignSituationSeismicMassComboH5\x88\x01\x01\x12?\n2consider_design_situation_effective_seismic_weight\x18\x37 \x01(\x08H6\x88\x01\x01\x12#\n\x16liveload_less_equal_48\x18\x38 \x01(\x08H7\x88\x01\x01\x12R\nEliveload_consider_design_situation_effective_seismic_weight_aci_check\x18\x39 \x01(\x08H8\x88\x01\x01\x12\xb3\x01\nEliveload_consider_design_situation_effective_seismic_weight_aci_combo\x18: \x01(\x0e\x32_.dlubal.api.rfem.loading.LoadCase.LiveloadConsiderDesignSituationEffectiveSeismicWeightAciComboH9\x88\x01\x01\x12(\n\x1bliveload_less_equal_100_ibc\x18; \x01(\x08H:\x88\x01\x01\x12R\nEliveload_consider_design_situation_effective_seismic_weight_ibc_check\x18< \x01(\x08H;\x88\x01\x01\x12\xb3\x01\nEliveload_consider_design_situation_effective_seismic_weight_ibc_combo\x18= \x01(\x0e\x32_.dlubal.api.rfem.loading.LoadCase.LiveloadConsiderDesignSituationEffectiveSeismicWeightIbcComboH<\x88\x01\x01\x12\x32\n%cranehookload_nocombined_roofliveload\x18> \x01(\x08H=\x88\x01\x01\x12\x36\n)roof_configurations_that_do_not_shed_snow\x18? \x01(\x08H>\x88\x01\x01\x12 \n\x13\x66lat_roof_snow_load\x18@ \x01(\x08H?\x88\x01\x01\x12\x65\n\x1c\x66lat_roof_snow_load_category\x18\x41 \x01(\x0e\x32:.dlubal.api.rfem.loading.LoadCase.FlatRoofSnowLoadCategoryH@\x88\x01\x01\x12/\n\"deadload_factor_shall_be_increased\x18\x42 \x01(\x08HA\x88\x01\x01\x12\x30\n#deadload_factor_shall_be_increased1\x18\x43 \x01(\x08HB\x88\x01\x01\x12\x30\n#deadload_factor_shall_be_increased2\x18\x44 \x01(\x08HC\x88\x01\x01\x12\x33\n&dead_no_effective_seismic_weight_NBC05\x18\x45 \x01(\x08HD\x88\x01\x01\x12\x33\n&dead_no_effective_seismic_weight_NBC15\x18\x46 \x01(\x08HE\x88\x01\x01\x12\x36\n)liveload_principal_factor_may_be_reduced1\x18G \x01(\x08HF\x88\x01\x01\x12\x38\n+liveload_companion_factor_may_be_increased1\x18H \x01(\x08HG\x88\x01\x01\x12\x36\n)liveload_principal_factor_may_be_reduced2\x18I \x01(\x08HH\x88\x01\x01\x12\x38\n+liveload_companion_factor_may_be_increased2\x18J \x01(\x08HI\x88\x01\x01\x12\x45\n8consider_design_situation_effective_seismic_weight_NBC05\x18K \x01(\x08HJ\x88\x01\x01\x12\x45\n8consider_design_situation_effective_seismic_weight_NBC15\x18L \x01(\x08HK\x88\x01\x01\x12-\n dead_no_effective_seismic_weight\x18M \x01(\x08HL\x88\x01\x01\x12H\n;longtermload_tp_considered_in_limit_state_of_serviceability\x18N \x01(\x08HM\x88\x01\x01\x12%\n\x18greater_intensity_than_4\x18O \x01(\x08HN\x88\x01\x01\x12L\n?distinguish_different_overstrength_factor_in_direction_xy_check\x18P \x01(\x08HO\x88\x01\x01\x12\xa8\x01\n?distinguish_different_overstrength_factor_in_direction_xy_combo\x18Q \x01(\x0e\x32Z.dlubal.api.rfem.loading.LoadCase.DistinguishDifferentOverstrengthFactorInDirectionXyComboHP\x88\x01\x01\x12O\n\x10load_duration_sp\x18R \x01(\x0e\x32\x30.dlubal.api.rfem.loading.LoadCase.LoadDurationSpHQ\x88\x01\x01\x12[\n\x16ground_water_elevation\x18S \x01(\x0e\x32\x36.dlubal.api.rfem.loading.LoadCase.GroundWaterElevationHR\x88\x01\x01\x12\x1e\n\x11\x64irection_x_check\x18T \x01(\x08HS\x88\x01\x01\x12\x1e\n\x11\x64irection_y_check\x18U \x01(\x08HT\x88\x01\x01\x12)\n\x1c\x63onsider_inclusive_load_case\x18V \x01(\x08HU\x88\x01\x01\x12 \n\x13inclusive_load_case\x18W \x01(\x05HV\x88\x01\x01\x12?\n2consider_design_situation_seismic_mass_combination\x18X \x01(\x08HW\x88\x01\x01\x12\\\n\x17type_of_imposed_actions\x18Y \x01(\x0e\x32\x36.dlubal.api.rfem.loading.LoadCase.TypeOfImposedActionsHX\x88\x01\x01\x12\x31\n$wind_simulation_wind_direction_angle\x18Z \x01(\x01HY\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_depth_minus_coefficient\x18[ \x01(\x01HZ\x88\x01\x01\x12?\n2wind_simulation_wind_tunnel_depth_plus_coefficient\x18\\ \x01(\x01H[\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_width_minus_coefficient\x18] \x01(\x01H\\\x88\x01\x01\x12?\n2wind_simulation_wind_tunnel_width_plus_coefficient\x18^ \x01(\x01H]\x88\x01\x01\x12@\n3wind_simulation_wind_tunnel_height_plus_coefficient\x18_ \x01(\x01H^\x88\x01\x01\x12H\n;wind_simulation_construction_bounding_box_depth_coefficient\x18` \x01(\x01H_\x88\x01\x01\x12I\n<wind_simulation_construction_bounding_box_height_coefficient\x18\x61 \x01(\x01H`\x88\x01\x01\x12H\n;wind_simulation_construction_bounding_box_width_coefficient\x18\x62 \x01(\x01Ha\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_depth_coefficient\x18\x63 \x01(\x01Hb\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_width_coefficient\x18\x64 \x01(\x01Hc\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_height_coefficient\x18\x65 \x01(\x01Hd\x88\x01\x01\x12)\n\x1cwind_simulation_wind_profile\x18\x66 \x01(\x05He\x88\x01\x01\x12.\n!wind_simulation_analysis_settings\x18g \x01(\x05Hf\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_depth_minus_length\x18h \x01(\x01Hg\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_depth_plus_length\x18i \x01(\x01Hh\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_width_minus_length\x18j \x01(\x01Hi\x88\x01\x01\x12:\n-wind_simulation_wind_tunnel_width_plus_length\x18k \x01(\x01Hj\x88\x01\x01\x12;\n.wind_simulation_wind_tunnel_height_plus_length\x18l \x01(\x01Hk\x88\x01\x01\x12<\n/wind_simulation_construction_bounding_box_depth\x18m \x01(\x01Hl\x88\x01\x01\x12=\n0wind_simulation_construction_bounding_box_height\x18n \x01(\x01Hm\x88\x01\x01\x12<\n/wind_simulation_construction_bounding_box_width\x18o \x01(\x01Hn\x88\x01\x01\x12.\n!wind_simulation_wind_tunnel_depth\x18p \x01(\x01Ho\x88\x01\x01\x12.\n!wind_simulation_wind_tunnel_width\x18q \x01(\x01Hp\x88\x01\x01\x12/\n\"wind_simulation_wind_tunnel_height\x18r \x01(\x01Hq\x88\x01\x01\x12=\n0geotechnical_analysis_reset_small_strain_history\x18s \x01(\x08Hr\x88\x01\x01\x12!\n\x14id_for_export_import\x18t \x01(\tHs\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18u \x01(\tHt\x88\x01\x01\x1a\x85\x01\n\'IndividualFactorsOfSelectedObjectsTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.loading.LoadCase.IndividualFactorsOfSelectedObjectsTableRow\x1a\xc3\x06\n*IndividualFactorsOfSelectedObjectsTableRow\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\x12q\n\x0bobject_type\x18\x03 \x01(\x0e\x32W.dlubal.api.rfem.loading.LoadCase.IndividualFactorsOfSelectedObjectsTableRow.ObjectTypeH\x02\x88\x01\x01\x12\x13\n\x0bobject_list\x18\x04 \x03(\x05\x12h\n\x06strain\x18\x05 \x01(\x0e\x32S.dlubal.api.rfem.loading.LoadCase.IndividualFactorsOfSelectedObjectsTableRow.StrainH\x03\x88\x01\x01\x12\x13\n\x06\x66\x61\x63tor\x18\x06 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\"\xed\x01\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16OBJECT_TYPE_LINE_HINGE\x10\x06\x12!\n\x1dOBJECT_TYPE_LINE_WITH_SUPPORT\x10\x05\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x01\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10\x07\x12!\n\x1dOBJECT_TYPE_NODE_WITH_SUPPORT\x10\x04\x12\x15\n\x11OBJECT_TYPE_SOLID\x10\x03\x12\x17\n\x13OBJECT_TYPE_SURFACE\x10\x02\"\x93\x01\n\x06Strain\x12\x0e\n\nSTRAIN_ALL\x10\x00\x12\x12\n\x0eSTRAIN_ALONG_X\x10\x01\x12\x12\n\x0eSTRAIN_ALONG_Y\x10\x02\x12\x12\n\x0eSTRAIN_ALONG_Z\x10\x03\x12\x13\n\x0fSTRAIN_AROUND_X\x10\x04\x12\x13\n\x0fSTRAIN_AROUND_Y\x10\x05\x12\x13\n\x0fSTRAIN_AROUND_Z\x10\x06\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_object_typeB\t\n\x07_strainB\t\n\x07_factorB\n\n\x08_comment\x1a}\n#SelectionOfModesModeActivationTable\x12V\n\x04rows\x18\x01 \x03(\x0b\x32H.dlubal.api.rfem.loading.LoadCase.SelectionOfModesModeActivationTableRow\x1a\xea\x05\n&SelectionOfModesModeActivationTableRow\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\x14\n\x07mode_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x18\n\x0bto_generate\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x1d\n\x10natural_period_t\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13natural_frequency_f\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1e\n\x11\x61\x63\x63\x65leration_s_ax\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1e\n\x11\x61\x63\x63\x65leration_s_ay\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1e\n\x11\x61\x63\x63\x65leration_s_az\x18\t \x01(\x01H\x08\x88\x01\x01\x12.\n!effective_modal_mass_factor_f_mex\x18\n \x01(\x01H\t\x88\x01\x01\x12.\n!effective_modal_mass_factor_f_mey\x18\x0b \x01(\x01H\n\x88\x01\x01\x12.\n!effective_modal_mass_factor_f_mez\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x14\n\x07\x64\x61mping\x18\r \x01(\x01H\x0c\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\n\n\x08_mode_noB\x0e\n\x0c_to_generateB\x13\n\x11_natural_period_tB\x16\n\x14_natural_frequency_fB\x14\n\x12_acceleration_s_axB\x14\n\x12_acceleration_s_ayB\x14\n\x12_acceleration_s_azB$\n\"_effective_modal_mass_factor_f_mexB$\n\"_effective_modal_mass_factor_f_meyB$\n\"_effective_modal_mass_factor_f_mezB\n\n\x08_damping\"\xbc\x03\n\x0c\x41nalysisType\x12\x19\n\x15\x41NALYSIS_TYPE_UNKNOWN\x10\x00\x12*\n&ANALYSIS_TYPE_CUTTING_PATTERN_ANALYSIS\x10\x0c\x12*\n&ANALYSIS_TYPE_EQUIVALENT_LOAD_ANALYSIS\x10\t\x12 \n\x1c\x41NALYSIS_TYPE_MODAL_ANALYSIS\x10\x07\x12,\n(ANALYSIS_TYPE_RESPONSE_SPECTRUM_ANALYSIS\x10\x08\x12!\n\x1d\x41NALYSIS_TYPE_STATIC_ANALYSIS\x10\x01\x12,\n(ANALYSIS_TYPE_STATIC_CREEP_AND_SHRINKAGE\x10\x03\x12(\n$ANALYSIS_TYPE_STATIC_TIME_DEPENDENCE\x10\x02\x12\x1e\n\x1a\x41NALYSIS_TYPE_TIME_HISTORY\x10\x0b\x12+\n\'ANALYSIS_TYPE_TIME_HISTORY_TIME_DIAGRAM\x10\x06\x12!\n\x1d\x41NALYSIS_TYPE_WIND_SIMULATION\x10\n\"\xe8\x01\n\x1aInitialStateDefinitionType\x12-\n)INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE\x10\x00\x12+\n\'INITIAL_STATE_DEFINITION_TYPE_STIFFNESS\x10\x02\x12)\n%INITIAL_STATE_DEFINITION_TYPE_STRAINS\x10\x01\x12\x43\n?INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS\x10\x03\"\x8d\x8c\x01\n\x0e\x41\x63tionCategory\x12\x1b\n\x17\x41\x43TION_CATEGORY_UNKNOWN\x10\x00\x12(\n$ACTION_CATEGORY_ACCIDENTAL_ACTIONS_A\x10\x65\x12(\n#ACTION_CATEGORY_ACCIDENTAL_ACTION_A\x10\xe5\x31\x12&\n\"ACTION_CATEGORY_ACCIDENTAL_LOAD_AL\x10\x66\x12V\nQACTION_CATEGORY_ACTIONS_DUE_TO_CLIMATE_CHANGES_IN_TEMPERATURE_AND_AIR_PRESSURE_QC\x10\xea\x31\x12G\nBACTION_CATEGORY_ACTIONS_DUE_TO_CRANES_HORIZONTAL_AND_VERTICAL_Q_CR\x10\x86\x31\x12\x31\n-ACTION_CATEGORY_ACTIONS_DURING_EXECUTION_Q_EX\x10\x62\x12<\n8ACTION_CATEGORY_ACTIONS_WITH_LIMITED_MAXIMUM_VALUES_Q_LI\x10\'\x12=\n9ACTION_CATEGORY_ACTION_FROM_SOIL_PERMANENT_EARTH_LOADS_GS\x10R\x12@\n<ACTION_CATEGORY_ACTION_FROM_SOIL_PERMANENT_EARTH_PRESSURE_GS\x10S\x12@\n<ACTION_CATEGORY_ACTION_FROM_SOIL_PERMANENT_WATER_PRESSURE_GS\x10T\x12?\n;ACTION_CATEGORY_ACTION_FROM_SOIL_VARIABLE_EARTH_PRESSURE_GS\x10U\x12?\n;ACTION_CATEGORY_ACTION_FROM_SOIL_VARIABLE_WATER_PRESSURE_GS\x10V\x12V\nQACTION_CATEGORY_ASH_LOAD_ON_ROOFINGS_ADJACENT_TO_BLAST_FURNACE_TABLE_5_4_1_2_Q_AS\x10\xec\x01\x12<\n7ACTION_CATEGORY_ASH_LOAD_ON_ROOFINGS_TABLE_5_4_1_1_Q_AS\x10\xeb\x01\x12,\n\'ACTION_CATEGORY_ASSEMBLY_CONSTRAINTS_QA\x10\xeb\x31\x12\x46\nAACTION_CATEGORY_CIVIL_BUILDINGS_ASSEMBLY_HALL_THEATER_CINEMA_Q_CB\x10\xae\x01\x12^\nYACTION_CATEGORY_CIVIL_BUILDINGS_AUTOMOBILE_PASSAGE_AND_GARAGE_ONE_WAY_SLAB_FLOOR_BUS_Q_CB\x10\xb7\x01\x12\x66\naACTION_CATEGORY_CIVIL_BUILDINGS_AUTOMOBILE_PASSAGE_AND_GARAGE_ONE_WAY_SLAB_FLOOR_FIRE_ENGINE_Q_CB\x10\xd5\x02\x12\x66\naACTION_CATEGORY_CIVIL_BUILDINGS_AUTOMOBILE_PASSAGE_AND_GARAGE_TWO_WAY_SLAB_FLOOR_FIRE_ENGINE_Q_CB\x10\xd6\x02\x12]\nXACTION_CATEGORY_CIVIL_BUILDINGS_AUTOMOBILE_PASSAGE_AND_GARAGE_TWO_WAY_SLAB_ROOF_BUS_Q_CB\x10\xb8\x01\x12\x37\n2ACTION_CATEGORY_CIVIL_BUILDINGS_BALCONY_OTHER_Q_CB\x10\xc1\x01\x12P\nKACTION_CATEGORY_CIVIL_BUILDINGS_BALCONY_POPULATION_MAY_BE_CONCENTRATED_Q_CB\x10\xc0\x01\x12]\nXACTION_CATEGORY_CIVIL_BUILDINGS_BATHROOM_TOILET_AND_WASHROOM_BUILDINGS_IN_ITEM_NO_1_Q_CB\x10\xbb\x01\x12Z\nUACTION_CATEGORY_CIVIL_BUILDINGS_BATHROOM_TOILET_AND_WASHROOM_FOR_OTHER_BUILDINGS_Q_CB\x10\xbc\x01\x12O\nJACTION_CATEGORY_CIVIL_BUILDINGS_CANTEEN_DINING_HALL_ORDINARY_ARCHIVES_Q_CB\x10\xad\x01\x12X\nSACTION_CATEGORY_CIVIL_BUILDINGS_CLASSROOM_LABORATORY_READING_ROOM_MEETING_ROOM_Q_CB\x10\xac\x01\x12\x34\n/ACTION_CATEGORY_CIVIL_BUILDINGS_DANCE_HALL_Q_CB\x10\xb3\x01\x12T\nOACTION_CATEGORY_CIVIL_BUILDINGS_DWELLING_HOSTEL_HOTEL_OFFICE_HOSPITAL_WARD_Q_CB\x10\xab\x01\x12\x39\n4ACTION_CATEGORY_CIVIL_BUILDINGS_GYMNASIUM_ARENA_Q_CB\x10\xb2\x01\x12\x41\n<ACTION_CATEGORY_CIVIL_BUILDINGS_KITCHEN_FOR_DINING_HALL_Q_CB\x10\xb9\x01\x12\x37\n2ACTION_CATEGORY_CIVIL_BUILDINGS_KITCHEN_OTHER_Q_CB\x10\xba\x01\x12\x31\n,ACTION_CATEGORY_CIVIL_BUILDINGS_LAUNDRY_Q_CB\x10\xaf\x01\x12^\nYACTION_CATEGORY_CIVIL_BUILDINGS_PASSAGE_ENTRANCE_HALL_STAIRCASE_HOSTEL_HOTEL_NURSERY_Q_CB\x10\xbd\x01\x12Z\nUACTION_CATEGORY_CIVIL_BUILDINGS_PASSAGE_ENTRANCE_HALL_STAIRCASE_OFFICE_CLASSROOM_Q_CB\x10\xbe\x01\x12`\n[ACTION_CATEGORY_CIVIL_BUILDINGS_PASSAGE_ENTRANCE_HALL_STAIRCASE_THICK_STREAM_OF_PEOPLE_Q_CB\x10\xbf\x01\x12@\n;ACTION_CATEGORY_CIVIL_BUILDINGS_STAIRS_APARTMENT_HOUSE_Q_CB\x10\xd7\x02\x12\x36\n1ACTION_CATEGORY_CIVIL_BUILDINGS_STAIRS_OTHER_Q_CB\x10\xd8\x02\x12\x43\n>ACTION_CATEGORY_CIVIL_BUILDINGS_STANDS_WITHOUT_FIXED_SEAT_Q_CB\x10\xb1\x01\x12]\nXACTION_CATEGORY_CIVIL_BUILDINGS_STOREHOUSE_FOR_COLLECTING_BOOKS_ARCHIVES_STOREROOMS_Q_CB\x10\xb4\x01\x12`\n[ACTION_CATEGORY_CIVIL_BUILDINGS_STORES_AND_SHOPS_EXHIBITION_HALLS_STATION_PORT_AIRPORT_Q_CB\x10\xb0\x01\x12S\nNACTION_CATEGORY_CIVIL_BUILDINGS_VENTILATOR_MOTOR_ROOM_ELEVATOR_MOTOR_ROOM_Q_CB\x10\xb6\x01\x12Z\nUACTION_CATEGORY_CIVIL_BUILDINGS_WAREHOUSE_WITH_A_DENSE_CONCENTRATION_OF_SHELVING_Q_CB\x10\xb5\x01\x12\x38\n3ACTION_CATEGORY_CONCENTRATED_AND_RAILING_LOADS_Q_CO\x10\xb9\x31\x12+\n&ACTION_CATEGORY_CONCRETE_PRESSURE_Q4_2\x10\x9e\x31\x12i\ndACTION_CATEGORY_CONSTRUCTION_AND_MAINTENANCE_LOADS_AND_HORIZONTAL_LOAD_ON_RAILINGS_ACC_TO_5_5_3_Q_CM\x10\xda\x02\x12\x45\n@ACTION_CATEGORY_CONSTRUCTION_LOADS_DUE_TO_WORKING_PERSONNEL_Q_CP\x10\x82\x01\x12\x39\n4ACTION_CATEGORY_CONSTRUCTION_OPERATIONS_LOADING_Q2_3\x10\x9a\x31\x12M\nHACTION_CATEGORY_CRANE_LOADS_LIFTING_HOOK_CRANES_OF_WORKING_GRADE_A8_Q_CR\x10\xaa\x01\x12:\n5ACTION_CATEGORY_CRANE_LOADS_WORKING_GRADES_A1_A3_Q_CR\x10\xa7\x01\x12:\n5ACTION_CATEGORY_CRANE_LOADS_WORKING_GRADES_A4_A5_Q_CR\x10\xa8\x01\x12:\n5ACTION_CATEGORY_CRANE_LOADS_WORKING_GRADES_A6_A7_Q_CR\x10\xa9\x01\x12!\n\x1d\x41\x43TION_CATEGORY_CRANE_LOAD_CL\x10_\x12\x1f\n\x1b\x41\x43TION_CATEGORY_DEAD_LOAD_D\x10\x0e\x12 \n\x1c\x41\x43TION_CATEGORY_DEAD_LOAD_DL\x10\x0f\x12 \n\x1c\x41\x43TION_CATEGORY_DEAD_LOAD_GK\x10\x10\x12\'\n\"ACTION_CATEGORY_DEAD_LOAD_SOIL_DLS\x10\xd2\x31\x12&\n!ACTION_CATEGORY_DEAD_LOAD_SOIL_DS\x10\xd1\x31\x12\'\n\"ACTION_CATEGORY_DEAD_LOAD_SOIL_GKS\x10\xd3\x31\x12\'\n\"ACTION_CATEGORY_DEBRIS_EFFECT_Q6_2\x10\xa2\x31\x12%\n!ACTION_CATEGORY_EARTHQUAKE_LOAD_E\x10p\x12&\n\"ACTION_CATEGORY_EARTHQUAKE_LOAD_EL\x10r\x12\x31\n-ACTION_CATEGORY_EARTHQUAKE_LOAD_HORIZONTAL_EH\x10u\x12/\n+ACTION_CATEGORY_EARTHQUAKE_LOAD_VERTICAL_EV\x10t\x12&\n!ACTION_CATEGORY_EARTH_PRESSURE_FE\x10\xdf\x31\x12?\n:ACTION_CATEGORY_EFFECTS_OF_HORIZONTAL_EARTHQUAKE_FORCES_QE\x10\xcf\x31\x12@\n;ACTION_CATEGORY_EQUIPMENT_CHARGES_OF_CONTAINERS_LIQUID_Q_E3\x10\xb3\x31\x12?\n:ACTION_CATEGORY_EQUIPMENT_CHARGES_OF_CONTAINERS_LOOSE_Q_E4\x10\xb4\x31\x12\x41\n<ACTION_CATEGORY_EQUIPMENT_FORKLIFTS_AND_ELECTRIC_TRUCKS_Q_E5\x10\xb5\x31\x12:\n5ACTION_CATEGORY_EQUIPMENT_ISOLATION_OF_EQUIPMENT_Q_E2\x10\xb2\x31\x12\x37\n2ACTION_CATEGORY_EQUIPMENT_PERMANENT_EQUIPMENT_Q_E1\x10\xb1\x31\x12@\n;ACTION_CATEGORY_EQUIPMENT_STORED_MATERIALS_AND_PRODUCTS_Q_M\x10\xb6\x31\x12$\n ACTION_CATEGORY_ERECTION_LOAD_ER\x10`\x12#\n\x1f\x41\x43TION_CATEGORY_EXCEPTIONAL_EXC\x10h\x12(\n#ACTION_CATEGORY_FATIGUE_ACTION_QFAT\x10\xe9\x31\x12%\n ACTION_CATEGORY_FATIGUE_LM3_QFAT\x10\xee\x31\x12!\n\x1d\x41\x43TION_CATEGORY_FLOOD_LOAD_FA\x10]\x12,\n(ACTION_CATEGORY_FOUNDATION_SUBSIDENCE_QF\x10Q\x12\x45\n@ACTION_CATEGORY_GENERAL_CONSTRUCTION_ELEMENTS_AND_EQUIPMENT_G_GE\x10\x8a\x02\x12\x31\n-ACTION_CATEGORY_GENERAL_VARIABLE_ACTIONS_Q_GE\x10(\x12\x34\n0ACTION_CATEGORY_GEOTECHNICAL_LOADS_PERMANENT_GEP\x10Y\x12\x33\n/ACTION_CATEGORY_GEOTECHNICAL_LOADS_VARIABLE_GEV\x10Z\x12\x38\n4ACTION_CATEGORY_GR1A_LM1_PEDESTRIAN_CYCLE_TRACK_GR1A\x10y\x12)\n%ACTION_CATEGORY_GR1B_SINGLE_AXLE_GR1B\x10z\x12\x31\n-ACTION_CATEGORY_GR2_HORIZONTAL_FORCES_LM1_GR2\x10{\x12+\n\'ACTION_CATEGORY_GR3_PEDESTRIAN_LOAD_GR3\x10|\x12\x39\n5ACTION_CATEGORY_GR4_CROWD_LOADING_PEDESTRIAN_LOAD_GR4\x10}\x12\x30\n,ACTION_CATEGORY_GR5_SPECIAL_VEHICLES_LM1_GR5\x10~\x12\x38\n3ACTION_CATEGORY_GR6_LOADS_FOR_BEARINGS_EXCHANGE_GR6\x10\xcb\x02\x12%\n ACTION_CATEGORY_GROUND_WATER_FGW\x10\xdd\x31\x12)\n$ACTION_CATEGORY_HEIGHT_DIFFERENCE_GH\x10\xed\x31\x12\x34\n/ACTION_CATEGORY_HORIZONTAL_EARTHQUAKE_ACTION_EH\x10\xcd\x31\x12$\n\x1f\x41\x43TION_CATEGORY_ICE_ACTION_FICE\x10\xd9\x31\x12%\n ACTION_CATEGORY_ICE_LOADINGS_Q_I\x10\xc3\x31\x12\x1a\n\x16\x41\x43TION_CATEGORY_ICE_QI\x10\x37\x12%\n ACTION_CATEGORY_IMPOSED_ACTION_Q\x10\xd4\x31\x12?\n;ACTION_CATEGORY_IMPOSED_DEFORMATIONS_DUE_TO_PRE_STRESSING_P\x10\x17\x12X\nSACTION_CATEGORY_IMPOSED_LOADS_ACCESSIBLE_FLAT_ROOFS_EXCLUDING_CATEGORIES_A_TO_D_Q_J\x10\xff\x30\x12N\nIACTION_CATEGORY_IMPOSED_LOADS_ACCESSIBLE_FLAT_ROOFS_WITH_OCCUPANCY_A_Q_KA\x10\x80\x31\x12N\nIACTION_CATEGORY_IMPOSED_LOADS_ACCESSIBLE_FLAT_ROOFS_WITH_OCCUPANCY_B_Q_KB\x10\x81\x31\x12N\nIACTION_CATEGORY_IMPOSED_LOADS_ACCESSIBLE_FLAT_ROOFS_WITH_OCCUPANCY_C_Q_KC\x10\x82\x31\x12N\nIACTION_CATEGORY_IMPOSED_LOADS_ACCESSIBLE_FLAT_ROOFS_WITH_OCCUPANCY_D_Q_KD\x10\x83\x31\x12H\nCACTION_CATEGORY_IMPOSED_LOADS_AREAS_WHERE_PEOPLE_CAN_CONGREGATE_Q_C\x10\xf6\x30\x12L\nHACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_A_DOMESTIC_RESIDENTIAL_AREAS_QI_A\x10 \x12>\n:ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_B_OFFICE_AREAS_QI_B\x10!\x12\x44\n@ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_C_CONGREGATION_AREAS_QI_C\x10\"\x12@\n<ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_D_SHOPPING_AREAS_QI_D\x10#\x12?\n;ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_E_STORAGE_AREAS_QI_E\x10$\x12\x65\n`ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_E_TRAFFIC_AREA_VEHICLE_WEIGHT_LESS_OR_EQUAL_TO_30_KN_QI_E\x10\xa3\x02\x12R\nMACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_F_ROOFS_ACCESSIBLE_ONLY_PRIVATELY_QI_F\x10\xa4\x02\x12\x64\n`ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_F_TRAFFIC_AREA_VEHICLE_WEIGHT_LESS_OR_EQUAL_TO_30_KN_QI_F\x10*\x12L\nGACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_G1_ROOFS_SLOPE_LESS_THAN_20_Q_G1\x10\xa5\x02\x12L\nGACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_G2_ROOFS_SLOPE_MORE_THAN_40_Q_G2\x10\xa6\x02\x12\x65\naACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_G_TRAFFIC_AREA_VEHICLE_WEIGHT_LESS_OR_EQUAL_TO_160_KN_QI_G\x10+\x12\x44\n@ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_H_INACCESSIBLE_ROOFS_QI_H\x10/\x12X\nSACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_H_ROOFS_ACCESSIBLE_ONLY_FOR_MAINTENANCE_QI_H\x10\x92\x31\x12\x37\n3ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_H_ROOFS_QI_H\x10,\x12\x43\n>ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_I_ROOFS_ACCESSIBLE_QI_I\x10\x93\x31\x12\x42\n>ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_I_ROOFS_HELICOPTER_QI_I\x10-\x12J\nFACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_J_ROOFS_HELIPORT_EQUIPMENT_QI_J\x10.\x12G\nCACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_K_FLAT_ROOFS_HELICOPTER_QI_K\x10\x30\x12\x42\n>ACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_K_FLAT_ROOFS_OTHER_QI_K\x10\x31\x12S\nNACTION_CATEGORY_IMPOSED_LOADS_CATEGORY_K_ROOFS_FOR_SPECIAL_USES_HELIPORTS_QI_K\x10\x94\x31\x12\x45\n@ACTION_CATEGORY_IMPOSED_LOADS_DOMESTIC_AND_RESIDENTIAL_AREAS_Q_A\x10\xf4\x30\x12\x32\n-ACTION_CATEGORY_IMPOSED_LOADS_FORK_LIFTS_Q_FL\x10\xfb\x30\x12\x42\n=ACTION_CATEGORY_IMPOSED_LOADS_FROM_CRANES_CLASS_11_12_13_Q_CR\x10\xf3\x01\x12=\n8ACTION_CATEGORY_IMPOSED_LOADS_FROM_CRANES_CLASS_1_7_Q_CR\x10\xf0\x01\x12;\n6ACTION_CATEGORY_IMPOSED_LOADS_FROM_CRANES_CLASS_8_Q_CR\x10\xf1\x01\x12>\n9ACTION_CATEGORY_IMPOSED_LOADS_FROM_CRANES_CLASS_9_10_Q_CR\x10\xf2\x01\x12\x42\n=ACTION_CATEGORY_IMPOSED_LOADS_FROM_CRANES_SUPPORT_FORCES_Q_CR\x10\xfd\x01\x12\x37\n2ACTION_CATEGORY_IMPOSED_LOADS_HELICOPTER_LOAD_Q_HC\x10\x84\x31\x12\x39\n4ACTION_CATEGORY_IMPOSED_LOADS_INACCESSIBLE_ROOFS_Q_H\x10\xfe\x30\x12\x36\n1ACTION_CATEGORY_IMPOSED_LOADS_INDUSTRIAL_USE_Q_E2\x10\xf9\x30\x12<\n7ACTION_CATEGORY_IMPOSED_LOADS_LIGHT_INDUSTRIAL_USE_Q_E1\x10\xf8\x30\x12/\n+ACTION_CATEGORY_IMPOSED_LOADS_LIVE_LOADS_LL\x10%\x12O\nJACTION_CATEGORY_IMPOSED_LOADS_PUBLIC_AREAS_NOT_SUSCEPTIBLE_TO_CROWDING_Q_B\x10\xf5\x30\x12\x35\n0ACTION_CATEGORY_IMPOSED_LOADS_SHOPPING_AREAS_Q_D\x10\xf7\x30\x12\x35\n0ACTION_CATEGORY_IMPOSED_LOADS_STORAGE_AREAS_Q_E3\x10\xfa\x30\x12S\nNACTION_CATEGORY_IMPOSED_LOADS_TRAFFIC_AND_PARKING_AREAS_FOR_VEHICLES_25_KN_Q_F\x10\xfc\x30\x12]\nXACTION_CATEGORY_IMPOSED_LOADS_TRAFFIC_AND_PARKING_AREAS_FOR_VEHICLES_25_KN_TO_160_KN_Q_G\x10\xfd\x30\x12#\n\x1f\x41\x43TION_CATEGORY_IMPOSED_LOAD_QK\x10&\x12>\n9ACTION_CATEGORY_INDUSTRIALIZED_CONSTRUCTION_ELEMENTS_G_IN\x10\x88\x02\x12T\nOACTION_CATEGORY_INDUSTRIALIZED_CONSTRUCTION_ELEMENTS_WITH_ADDITION_ON_SITE_G_IS\x10\x89\x02\x12T\nOACTION_CATEGORY_INDUSTRIAL_BUILDINGS_COTTON_MILLING_WORKSHOP_TABLE_D_0_1_4_Q_IB\x10\xe2\x01\x12V\nQACTION_CATEGORY_INDUSTRIAL_BUILDINGS_GRAIN_PROCESSING_WORKSHOP_TABLE_D_0_1_6_Q_IB\x10\xe4\x01\x12\x63\n^ACTION_CATEGORY_INDUSTRIAL_BUILDINGS_MANUFACTURING_WORKSHOP_TABLE_D_0_1_2_ITEM_NO_1_2_4_6_Q_IB\x10\xde\x01\x12_\nZACTION_CATEGORY_INDUSTRIAL_BUILDINGS_MANUFACTURING_WORKSHOP_TABLE_D_0_1_2_ITEM_NO_3_5_Q_IB\x10\xdf\x01\x12]\nXACTION_CATEGORY_INDUSTRIAL_BUILDINGS_MANUFACTURING_WORKSHOP_TABLE_D_0_1_2_ITEM_NO_7_Q_IB\x10\xe0\x01\x12S\nNACTION_CATEGORY_INDUSTRIAL_BUILDINGS_METAL_WORKING_WORKSHOP_TABLE_D_0_1_1_Q_IB\x10\xdd\x01\x12`\n[ACTION_CATEGORY_INDUSTRIAL_BUILDINGS_PREPARATORY_WORKSHOP_FOR_TIRE_PLANT_TABLE_D_0_1_5_Q_IB\x10\xe3\x01\x12^\nYACTION_CATEGORY_INDUSTRIAL_BUILDINGS_SEMICONDUCTOR_PRODUCTION_WORKSHOP_TABLE_D_0_1_3_Q_IB\x10\xe1\x01\x12Z\nVACTION_CATEGORY_INFLUENCES_RESULTING_FROM_TEMPERATURE_CHANGES_SHRINKAGE_OR_CREEP_ETC_T\x10H\x12<\n7ACTION_CATEGORY_IN_SITU_CONCRETE_LOADING_ALLOWANCE_Q4_1\x10\x9d\x31\x12,\n(ACTION_CATEGORY_LATERAL_EARTH_PRESSURE_H\x10X\x12(\n#ACTION_CATEGORY_LIQUID_PRESSURE_FLP\x10\xdc\x31\x12Q\nLACTION_CATEGORY_LIVE_LOADS_ON_ROOFS_HELICOPTER_ON_THE_ROOF_ACC_TO_5_3_2_Q_LR\x10\xea\x01\x12\x39\n4ACTION_CATEGORY_LIVE_LOADS_ON_ROOFS_MANNED_ROOF_Q_LR\x10\xe8\x01\x12\x39\n4ACTION_CATEGORY_LIVE_LOADS_ON_ROOFS_ROOF_GARDEN_Q_LR\x10\xe9\x01\x12@\n;ACTION_CATEGORY_LIVE_LOADS_ON_ROOFS_ROOF_SPORTS_GROUND_Q_LR\x10\xd9\x02\x12;\n6ACTION_CATEGORY_LIVE_LOADS_ON_ROOFS_UNMANNED_ROOF_Q_LR\x10\xe7\x01\x12\x31\n-ACTION_CATEGORY_LIVE_LOAD_DUE_TO_EARTHQUAKE_E\x10q\x12+\n\'ACTION_CATEGORY_LIVE_LOAD_DUE_TO_WIND_W\x10@\x12\x1f\n\x1b\x41\x43TION_CATEGORY_LIVE_LOAD_L\x10\x1c\x12 \n\x1b\x41\x43TION_CATEGORY_LIVE_LOAD_Q\x10\xe6\x31\x12\x34\n/ACTION_CATEGORY_LOADS_FROM_CRANES_GROUP_6K_Q_C4\x10\xbf\x31\x12\x34\n/ACTION_CATEGORY_LOADS_FROM_CRANES_GROUP_7K_Q_C3\x10\xbe\x31\x12<\n7ACTION_CATEGORY_LOADS_FROM_CRANES_GROUP_8K_ELASTIC_Q_C2\x10\xbd\x31\x12:\n5ACTION_CATEGORY_LOADS_FROM_CRANES_GROUP_8K_RIGID_Q_C1\x10\xbc\x31\x12\x36\n1ACTION_CATEGORY_LOADS_FROM_CRANES_IN_GENERAL_Q_C1\x10\xbb\x31\x12\x38\n3ACTION_CATEGORY_LOADS_FROM_CRANES_OTHER_GROUPS_Q_C5\x10\xc0\x31\x12,\n\'ACTION_CATEGORY_LOADS_FROM_VEHICLES_Q_V\x10\xba\x31\x12\x39\n4ACTION_CATEGORY_LOADS_PRODUCED_BY_FLOWING_WATER_Q6_1\x10\xa1\x31\x12<\n8ACTION_CATEGORY_LOAD_ARISING_FROM_EXTRAORDINARY_EVENT_AK\x10i\x12X\nTACTION_CATEGORY_LOAD_DUE_TO_FLUIDS_WITH_WELL_DEFINED_PRESSURES_AND_MAXIMUM_HEIGHTS_F\x10\\\x12\x39\n4ACTION_CATEGORY_LOAD_DUE_TO_GROUND_WATER_PRESSURE_HW\x10\xe3\x31\x12N\nJACTION_CATEGORY_LOAD_DUE_TO_LATERAL_EARTH_PRESSURE_GROUND_WATER_PRESSURE_H\x10W\x12Y\nTACTION_CATEGORY_LOAD_DUE_TO_LATERAL_EARTH_PRESSURE_OR_PRESSURE_OF_BULK_MATERIALS_HEB\x10\xe2\x31\x12&\n!ACTION_CATEGORY_MAXIMUM_WIND_Q5_1\x10\x9f\x31\x12\x1e\n\x19\x41\x43TION_CATEGORY_NONE_NONE\x10\xc9\x31\x12\x46\nBACTION_CATEGORY_NOTIONAL_HORIZONTAL_FORCES_ACCORDING_TO_BS_5950_NK\x10\x61\x12<\n8ACTION_CATEGORY_NOTIONAL_LOAD_FOR_STRUCTURAL_INTEGRITY_N\x10\x1e\x12$\n ACTION_CATEGORY_OTHER_ACTIONS_QO\x10[\x12\x32\n-ACTION_CATEGORY_OTHER_CONSTRUCTION_LOADS_Q_CO\x10\x8b\x01\x12U\nPACTION_CATEGORY_OTHER_IMPOSED_PERMANENT_DEFORMATIONS_FOR_EXAMPLE_SETTLEMENT_G_OT\x10\x92\x02\x12(\n#ACTION_CATEGORY_OTHER_LIVE_LOADS_QO\x10\xcc\x31\x12#\n\x1e\x41\x43TION_CATEGORY_OTHER_LOADS_Q9\x10\xa7\x31\x12\x37\n2ACTION_CATEGORY_OTHER_TYPES_OF_VARIABLE_LOADS_Q_OT\x10\x8e\x31\x12\x31\n,ACTION_CATEGORY_PERMANENT_EARTH_PRESSURE_G_E\x10\x8c\x02\x12.\n*ACTION_CATEGORY_PERMANENT_FROM_CRANES_G_CR\x10\x12\x12\x1f\n\x1b\x41\x43TION_CATEGORY_PERMANENT_G\x10\x0b\x12!\n\x1c\x41\x43TION_CATEGORY_PERMANENT_G1\x10\x8f\x31\x12Q\nLACTION_CATEGORY_PERMANENT_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_FACTORED_G_GF\x10\x90\x02\x12T\nOACTION_CATEGORY_PERMANENT_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_UN_FACTORED_G_GU\x10\x8f\x02\x12(\n$ACTION_CATEGORY_PERMANENT_IMPOSED_GQ\x10\x13\x12\x38\n3ACTION_CATEGORY_PERMANENT_IMPOSED_NON_STRUCTURAL_GQ\x10\x91\x31\x12\x35\n0ACTION_CATEGORY_PERMANENT_LOADS_FROM_FLUIDS_G_FL\x10\x91\x02\x12\x30\n+ACTION_CATEGORY_PERMANENT_NON_STRUCTURAL_G2\x10\x90\x31\x12@\n;ACTION_CATEGORY_PERMANENT_SELF_WEIGHT_SELF_WEIGHT_OF_SOIL_G\x10\x8b\x02\x12;\n7ACTION_CATEGORY_PERMANENT_SMALL_FLUCTUATIONS_G_ASTERISK\x10\x0c\x12&\n!ACTION_CATEGORY_PERMANENT_SOIL_GS\x10\xd0\x31\x12\x31\n,ACTION_CATEGORY_PERMANENT_WATER_PRESSURE_G_W\x10\x8d\x02\x12\'\n\"ACTION_CATEGORY_PERSONNEL_LOADS_QP\x10\xec\x31\x12\'\n\"ACTION_CATEGORY_PLACEMENT_LOADS_QP\x10\xcb\x31\x12N\nIACTION_CATEGORY_PREMISES_OF_BUILDINGS_UNIFORM_LOADS_2_KN_M2_AND_MORE_Q_U2\x10\xb8\x31\x12O\nJACTION_CATEGORY_PREMISES_OF_BUILDINGS_UNIFORM_LOADS_LESS_THAN_2_KN_M2_Q_U1\x10\xb7\x31\x12&\n!ACTION_CATEGORY_PRESTRESSING_Q8_3\x10\xa6\x31\x12\x1f\n\x1b\x41\x43TION_CATEGORY_PRESTRESS_P\x10\x15\x12+\n&ACTION_CATEGORY_RAINWATER_PONDING_FPND\x10\xde\x31\x12 \n\x1c\x41\x43TION_CATEGORY_RAIN_LOAD_QR\x10\x63\x12\x1f\n\x1b\x41\x43TION_CATEGORY_RAIN_LOAD_R\x10^\x12%\n!ACTION_CATEGORY_ROOF_LIVE_LOAD_LR\x10\x1d\x12&\n!ACTION_CATEGORY_ROOF_LIVE_LOAD_QR\x10\xe7\x31\x12&\n\"ACTION_CATEGORY_SEISMIC_ACTIONS_AE\x10o\x12\x1e\n\x1a\x41\x43TION_CATEGORY_SEISMIC_AE\x10s\x12\'\n\"ACTION_CATEGORY_SEISMIC_EFFECTS_Q7\x10\xa3\x31\x12\x36\n1ACTION_CATEGORY_SELF_STRAINING_FORCE_PERMANENT_TP\x10\xe8\x31\x12\x34\n0ACTION_CATEGORY_SELF_STRAINING_FORCE_VARIABLE_TV\x10\x16\x12S\nNACTION_CATEGORY_SELF_WEIGHT_CONCRETE_1600_KG_M3_AND_LESS_ON_BUILDING_SITE_G_C3\x10\xae\x31\x12P\nKACTION_CATEGORY_SELF_WEIGHT_CONCRETE_1600_KG_M3_AND_LESS_PREFABRICATED_G_C2\x10\xad\x31\x12P\nKACTION_CATEGORY_SELF_WEIGHT_CONCRETE_MORE_THAN_1600_KG_M3_STONE_TIMBER_G_C1\x10\xac\x31\x12\"\n\x1d\x41\x43TION_CATEGORY_SELF_WEIGHT_G\x10\x8e\x02\x12\x42\n=ACTION_CATEGORY_SELF_WEIGHT_OF_GENERAL_WOODEN_STRUCTURES_G_WG\x10\xf0\x31\x12I\nDACTION_CATEGORY_SELF_WEIGHT_OF_INDUSTRIALIZED_WOODEN_STRUCTURES_G_WI\x10\xf1\x31\x12\x39\n4ACTION_CATEGORY_SELF_WEIGHT_OF_METAL_STRUCTURES_G_ME\x10\x85\x02\x12\x41\n<ACTION_CATEGORY_SELF_WEIGHT_OF_PREFABRICATED_STRUCTURES_G_PR\x10\x86\x02\x12\x41\n<ACTION_CATEGORY_SELF_WEIGHT_OF_STRUCTURES_BUILT_ON_SITE_G_SI\x10\x87\x02\x12%\n ACTION_CATEGORY_SELF_WEIGHT_Q1_1\x10\x96\x31\x12\x33\n.ACTION_CATEGORY_SELF_WEIGHT_SOIL_MODIFIED_G_SM\x10\xb0\x31\x12\x32\n-ACTION_CATEGORY_SELF_WEIGHT_SOIL_NATURAL_G_SN\x10\xaf\x31\x12\x39\n4ACTION_CATEGORY_SELF_WEIGHT_STEEL_CONSTRUCTIONS_G_S1\x10\xaa\x31\x12O\nJACTION_CATEGORY_SELF_WEIGHT_STEEL_CONSTRUCTIONS_OVER_50_OF_TOTAL_LOAD_G_S2\x10\xab\x31\x12\x38\n3ACTION_CATEGORY_SERVICEABILITY_EARTHQUAKE_ACTION_ES\x10\xdb\x31\x12\x32\n-ACTION_CATEGORY_SERVICEABILITY_WIND_ACTION_WS\x10\xd6\x31\x12;\n6ACTION_CATEGORY_SETTLEMENTS_OF_SUPPORTS_SHRINKAGE_SETT\x10\x8c\x01\x12$\n\x1f\x41\x43TION_CATEGORY_SETTLEMENT_Q8_2\x10\xa5\x31\x12$\n\x1f\x41\x43TION_CATEGORY_SNOW_ACTION_FSN\x10\xd7\x31\x12&\n!ACTION_CATEGORY_SNOW_AND_ICE_Q2_4\x10\x9b\x31\x12(\n#ACTION_CATEGORY_SNOW_ICE_AND_RAIN_S\x10\x87\x01\x12P\nKACTION_CATEGORY_SNOW_ICE_LOADS_1_LESS_OR_EQUAL_TO_SK_LESSER_THAN_2_KN_M2_QS\x10\x85\x01\x12P\nKACTION_CATEGORY_SNOW_ICE_LOADS_2_LESS_OR_EQUAL_TO_SK_LESSER_THAN_3_KN_M2_QS\x10\x84\x01\x12\x35\n1ACTION_CATEGORY_SNOW_ICE_LOADS_FINLAND_ICELAND_QS\x10\x34\x12;\n7ACTION_CATEGORY_SNOW_ICE_LOADS_H_GREATER_THAN_1000_M_QS\x10\x35\x12?\n;ACTION_CATEGORY_SNOW_ICE_LOADS_H_LESS_OR_EQUAL_TO_1000_M_QS\x10\x36\x12_\n[ACTION_CATEGORY_SNOW_ICE_LOADS_OUTDOOR_TERRACES_AND_BALCONIES_SK_GREATER_THAN_2_75_KN_M2_QS\x10;\x12\x63\n_ACTION_CATEGORY_SNOW_ICE_LOADS_OUTDOOR_TERRACES_AND_BALCONIES_SK_LESS_OR_EQUAL_TO_2_75_KN_M2_QS\x10:\x12%\n!ACTION_CATEGORY_SNOW_ICE_LOADS_QS\x10\x33\x12\x45\n@ACTION_CATEGORY_SNOW_ICE_LOADS_SK_GREATER_OR_EQUAL_TO_3_KN_M2_QS\x10\x83\x01\x12@\n<ACTION_CATEGORY_SNOW_ICE_LOADS_SK_GREATER_THAN_2_75_KN_M2_QS\x10\x39\x12\x44\n@ACTION_CATEGORY_SNOW_ICE_LOADS_SK_LESS_OR_EQUAL_TO_2_75_KN_M2_QS\x10\x38\x12&\n!ACTION_CATEGORY_SNOW_LOADINGS_Q_S\x10\xc1\x31\x12\x1f\n\x1b\x41\x43TION_CATEGORY_SNOW_LOAD_S\x10<\x12)\n$ACTION_CATEGORY_SNOW_LOAD_ZONE_III_S\x10\x8a\x01\x12(\n#ACTION_CATEGORY_SNOW_LOAD_ZONE_II_S\x10\x89\x01\x12\'\n\"ACTION_CATEGORY_SNOW_LOAD_ZONE_I_S\x10\x88\x01\x12=\n8ACTION_CATEGORY_SNOW_REGION_SAINT_PIERRE_AND_MIQUELON_QS\x10\x86\x01\x12\x1e\n\x19\x41\x43TION_CATEGORY_SOIL_Q1_2\x10\x97\x31\x12(\n#ACTION_CATEGORY_SPECIAL_LOADINGS_PS\x10\xe1\x31\x12\'\n\"ACTION_CATEGORY_STORAGE_AREAS_Q2_2\x10\x99\x31\x12\x30\n+ACTION_CATEGORY_SUPPORTED_CONSTRUCTION_Q2_1\x10\x98\x31\x12\x38\n3ACTION_CATEGORY_TEMPERATURE_CLIMATIC_INFLUENCES_Q_T\x10\xc4\x31\x12(\n#ACTION_CATEGORY_TEMPERATURE_FIRE_TS\x10\xef\x31\x12+\n\'ACTION_CATEGORY_TEMPERATURE_NON_FIRE_QT\x10G\x12%\n ACTION_CATEGORY_TEMPERATURE_Q8_1\x10\xa4\x31\x12\x35\n1ACTION_CATEGORY_TEMPERATURE_SHRINKAGE_CREEP_ETC_T\x10I\x12<\n7ACTION_CATEGORY_THERMAL_ACTIONS_ARISING_FROM_THE_FIRE_T\x10\xe0\x31\x12\'\n\"ACTION_CATEGORY_THERMAL_ACTIONS_QT\x10\x85\x31\x12\x37\n3ACTION_CATEGORY_THERMAL_ACTION_ACCORDING_TO_9_1_3_T\x10L\x12$\n\x1f\x41\x43TION_CATEGORY_TORNADO_LOAD_WT\x10\xe4\x31\x12\x32\n-ACTION_CATEGORY_ULTIMATE_EARTHQUAKE_ACTION_EU\x10\xda\x31\x12,\n\'ACTION_CATEGORY_ULTIMATE_WIND_ACTION_WU\x10\xd5\x31\x12+\n\'ACTION_CATEGORY_UNEVEN_SETTLEMENTS_G_US\x10x\x12\"\n\x1d\x41\x43TION_CATEGORY_UNIT_LOADS_QU\x10\xca\x31\x12\\\nWACTION_CATEGORY_VARIABLE_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_FACTORED_GROUNDWATER_GEF1\x10\x8a\x31\x12\x64\n_ACTION_CATEGORY_VARIABLE_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_FACTORED_GROUND_WATER_FLUIDS_GEF2\x10\x8b\x31\x12^\nYACTION_CATEGORY_VARIABLE_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_FACTORED_OTHER_ACTIONS_GEF3\x10\x8c\x31\x12_\nZACTION_CATEGORY_VARIABLE_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_UN_FACTORED_GROUNDWATER_GEU1\x10\x87\x31\x12g\nbACTION_CATEGORY_VARIABLE_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_UN_FACTORED_GROUND_WATER_FLUIDS_GEU2\x10\x88\x31\x12\x61\n\\ACTION_CATEGORY_VARIABLE_GEOTECHNICAL_ACTIONS_SOIL_PARAMETERS_UN_FACTORED_OTHER_ACTIONS_GEU3\x10\x89\x31\x12\x34\n/ACTION_CATEGORY_VARIABLE_LOADS_FROM_FLUIDS_Q_FL\x10\x8d\x31\x12\x46\nAACTION_CATEGORY_VARIABLE_PERSISTENT_HORIZONTAL_IMPOSED_ACTIONS_Q3\x10\x9c\x31\x12\x1e\n\x1a\x41\x43TION_CATEGORY_VARIABLE_Q\x10\x1a\x12\x32\n-ACTION_CATEGORY_VERTICAL_EARTHQUAKE_ACTION_EV\x10\xce\x31\x12$\n ACTION_CATEGORY_WEIGHT_OF_ICE_DI\x10\r\x12&\n!ACTION_CATEGORY_WIND_LOADINGS_Q_W\x10\xc2\x31\x12\x31\n,ACTION_CATEGORY_WIND_LOADS_FWK_EXECUTION_QWE\x10\x80\x01\x12\x43\n?ACTION_CATEGORY_WIND_LOADS_FWK_PERSISTENT_DESIGN_SITUATIONS_QWP\x10\x7f\x12%\n ACTION_CATEGORY_WIND_LOADS_FW_QW\x10\x81\x01\x12\x32\n.ACTION_CATEGORY_WIND_LOAD_ACCORDING_TO_8_1_4_W\x10\x43\x12\x1f\n\x1b\x41\x43TION_CATEGORY_WIND_LOAD_W\x10>\x12 \n\x1c\x41\x43TION_CATEGORY_WIND_LOAD_WK\x10\x42\x12 \n\x1c\x41\x43TION_CATEGORY_WIND_LOAD_WL\x10\x41\x12K\nGACTION_CATEGORY_WIND_ON_ICE_DETERMINED_IN_ACCORDANCE_WITH_SECTION_10_WI\x10?\x12\x1b\n\x17\x41\x43TION_CATEGORY_WIND_QW\x10=\x12&\n!ACTION_CATEGORY_WORKING_WIND_Q5_2\x10\xa0\x31\"A\n\tFactorPhi\x12\x10\n\x0c\x46\x41\x43TOR_PHI_1\x10\x00\x12\x10\n\x0c\x46\x41\x43TOR_PHI_2\x10\x01\x12\x10\n\x0c\x46\x41\x43TOR_PHI_3\x10\x02\"\xef\t\n\x0cLoadDuration\x12\x19\n\x15LOAD_DURATION_UNKNOWN\x10\x00\x12\x1d\n\x18LOAD_DURATION_10_MINUTES\x10\xc7\x05\x12\x1d\n\x18LOAD_DURATION_10_SECONDS\x10\xc9\x05\x12\x1b\n\x16LOAD_DURATION_12_HOURS\x10\xc5\x05\x12\x18\n\x13LOAD_DURATION_1_DAY\x10\xc4\x05\x12\x19\n\x14LOAD_DURATION_1_HOUR\x10\xc6\x05\x12\x1b\n\x16LOAD_DURATION_1_MINUTE\x10\xc8\x05\x12\x1a\n\x15LOAD_DURATION_1_MONTH\x10\xc2\x05\x12\x19\n\x14LOAD_DURATION_1_WEEK\x10\xc3\x05\x12\x19\n\x14LOAD_DURATION_1_YEAR\x10\xc0\x05\x12\x1b\n\x16LOAD_DURATION_3_MONTHS\x10\xc1\x05\x12\x1c\n\x17LOAD_DURATION_3_SECONDS\x10\xca\x05\x12\x1b\n\x16LOAD_DURATION_50_YEARS\x10\xbc\x05\x12\x19\n\x14LOAD_DURATION_5_DAYS\x10\xba\x05\x12\x1a\n\x15LOAD_DURATION_5_HOURS\x10\xb9\x05\x12\x1c\n\x17LOAD_DURATION_5_MINUTES\x10\xb8\x05\x12\x1b\n\x16LOAD_DURATION_5_MONTHS\x10\xbb\x05\x12\x1c\n\x17LOAD_DURATION_5_SECONDS\x10\xb7\x05\x12\x30\n+LOAD_DURATION_ASD_IMPACT_LRFD_EQUAL_TO_1_25\x10\xb6\x05\x12\x32\n-LOAD_DURATION_ASD_PERMANENT_LRFD_EQUAL_TO_0_6\x10\xb1\x05\x12\x33\n.LOAD_DURATION_ASD_SEVEN_DAYS_LRFD_EQUAL_TO_0_9\x10\xb4\x05\x12\x34\n/LOAD_DURATION_ASD_TEN_MINUTES_LRFD_EQUAL_TO_1_0\x10\xb5\x05\x12\x32\n-LOAD_DURATION_ASD_TEN_YEARS_LRFD_EQUAL_TO_0_7\x10\xb2\x05\x12\x33\n.LOAD_DURATION_ASD_TWO_MONTHS_LRFD_EQUAL_TO_0_8\x10\xb3\x05\x12 \n\x1bLOAD_DURATION_BEYOND_1_YEAR\x10\xbf\x05\x12\x19\n\x14LOAD_DURATION_IMPACT\x10\xae\x05\x12 \n\x1bLOAD_DURATION_INSTANTANEOUS\x10\xa9\x05\x12\x1c\n\x17LOAD_DURATION_LONG_TERM\x10\xa5\x05\x12\x1e\n\x19LOAD_DURATION_MEDIUM_TERM\x10\xa6\x05\x12\x1c\n\x17LOAD_DURATION_PERMANENT\x10\xa4\x05\x12\x1d\n\x18LOAD_DURATION_SEVEN_DAYS\x10\xac\x05\x12\x1d\n\x18LOAD_DURATION_SHORT_TERM\x10\xa7\x05\x12+\n&LOAD_DURATION_SHORT_TERM_INSTANTANEOUS\x10\xa8\x05\x12 \n\x1bLOAD_DURATION_STANDARD_TERM\x10\xb0\x05\x12\x1e\n\x19LOAD_DURATION_TEN_MINUTES\x10\xad\x05\x12\x1c\n\x17LOAD_DURATION_TEN_YEARS\x10\xaa\x05\x12\x1d\n\x18LOAD_DURATION_TWO_MONTHS\x10\xab\x05\"\xb3\x01\n\x1cSpecificationForLoadCaseGr1a\x12(\n$SPECIFICATION_FOR_LOAD_CASE_GR1A_TS1\x10\x00\x12?\n;SPECIFICATION_FOR_LOAD_CASE_GR1A_PEDESTRIAN_AND_CYCLE_TRACK\x10\x02\x12(\n$SPECIFICATION_FOR_LOAD_CASE_GR1A_UDL\x10\x01\"\xb7\x01\n\x1bSpecificationForLoadCaseGr2\x12N\nJSPECIFICATION_FOR_LOAD_CASE_GR2_HORIZONTAL_FORCES_BRAKING_AND_ACCELERATION\x10\x00\x12H\nDSPECIFICATION_FOR_LOAD_CASE_GR2_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES\x10\x01\"\xa3\x01\n\x1bSpecificationForLoadCaseGr5\x12\x33\n/SPECIFICATION_FOR_LOAD_CASE_GR5_SPECIAL_VEHICLE\x10\x00\x12&\n\"SPECIFICATION_FOR_LOAD_CASE_GR5_TS\x10\x01\x12\'\n#SPECIFICATION_FOR_LOAD_CASE_GR5_UDL\x10\x02\"\xc8\x02\n\x1bSpecificationForLoadCaseGr6\x12&\n\"SPECIFICATION_FOR_LOAD_CASE_GR6_TS\x10\x00\x12N\nJSPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_BRAKING_AND_ACCELERATION\x10\x03\x12H\nDSPECIFICATION_FOR_LOAD_CASE_GR6_HORIZONTAL_FORCES_CENTRIFUGAL_FORCES\x10\x04\x12>\n:SPECIFICATION_FOR_LOAD_CASE_GR6_PEDESTRIAN_AND_CYCLE_TRACK\x10\x02\x12\'\n#SPECIFICATION_FOR_LOAD_CASE_GR6_UDL\x10\x01\"\xd4\x02\n:LiveloadConsiderDesignSituationEffectiveSeismicWeightCombo\x12U\nQLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12m\niLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12P\nLLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_COMBO_PARTITIONS\x10\x01\"\xef\x02\n@LiveloadConsiderDesignSituationEffectiveSeismicWeightCythyeCombo\x12\\\nXLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12t\npLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12W\nSLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_CYTHYE_COMBO_PARTITIONS\x10\x01\"\xd5\x01\n1LiveloadConsiderDesignSituationSeismicWeightCombo\x12O\nKLIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_UP_TO_3\x10\x00\x12O\nKLIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_WEIGHT_COMBO_FLOOR_LOADS_ABOVE_3\x10\x01\"\x8f\x03\n/LiveloadConsiderDesignSituationSeismicMassCombo\x12\x65\naLIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_ACTUAL_CONDITIONS\x10\x00\x12w\nsLIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_LIBRARY_ARCHIVES\x10\x01\x12|\nxLIVELOAD_CONSIDER_DESIGN_SITUATION_SEISMIC_MASS_COMBO_LOAD_CALCULATED_ACCORDING_EQUIVALENT_UNIFORM_OTHER_CIVIL_BUILDINGS\x10\x02\"\xe3\x02\n=LiveloadConsiderDesignSituationEffectiveSeismicWeightAciCombo\x12Y\nULIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12q\nmLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12T\nPLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_ACI_COMBO_PARTITIONS\x10\x01\"\xe3\x02\n=LiveloadConsiderDesignSituationEffectiveSeismicWeightIbcCombo\x12Y\nULIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_FLOOR_LIVE_LOAD\x10\x00\x12q\nmLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_OPERATING_WEIGHT_OF_PERMANENT_EQUIPMENT\x10\x02\x12T\nPLIVELOAD_CONSIDER_DESIGN_SITUATION_EFFECTIVE_SEISMIC_WEIGHT_IBC_COMBO_PARTITIONS\x10\x01\"\x95\x01\n\x18\x46latRoofSnowLoadCategory\x12<\n8FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_OF_30PSF_OR_LESS\x10\x00\x12;\n7FLAT_ROOF_SNOW_LOAD_CATEGORY_SNOW_LOADS_EXCEEDING_30PSF\x10\x01\"\xc8\x01\n8DistinguishDifferentOverstrengthFactorInDirectionXyCombo\x12\x45\nADISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_X\x10\x00\x12\x45\nADISTINGUISH_DIFFERENT_OVERSTRENGTH_FACTOR_IN_DIRECTION_XY_COMBO_Y\x10\x01\"G\n\x0eLoadDurationSp\x12\x19\n\x15LOAD_DURATION_SP_LONG\x10\x00\x12\x1a\n\x16LOAD_DURATION_SP_SHORT\x10\x01\"^\n\x14GroundWaterElevation\x12\"\n\x1eGROUND_WATER_ELEVATION_MAXIMUM\x10\x00\x12\"\n\x1eGROUND_WATER_ELEVATION_MINIMUM\x10\x01\"\xc1\x06\n\x14TypeOfImposedActions\x12:\n6TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_RESIDENTIAL\x10\x00\x12\x34\n0TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_BALUSTRADES\x10\r\x12\x39\n5TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_DOMESTIC_HOUSING\x10\n\x12\x37\n3TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_FLOORS_OFFICES\x10\x08\x12\x32\n.TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_MACHINERY\x10\x0e\x12\x34\n0TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_OTHER_ROOFS\x10\x0c\x12.\n*TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_ROOFS\x10\x0b\x12\x30\n,TYPE_OF_IMPOSED_ACTIONS_CONCENTRACED_STORAGE\x10\t\x12\x36\n2TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_OFFICES\x10\x01\x12\x34\n0TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_OTHER\x10\x05\x12\x36\n2TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_PARKING\x10\x02\x12\x35\n1TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_RETAIL\x10\x03\x12\x36\n2TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_FLOORS_STORAGE\x10\x04\x12\x33\n/TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_OTHER_ROOFS\x10\x07\x12-\n)TYPE_OF_IMPOSED_ACTIONS_DISTRIBUTED_ROOFS\x10\x06\x42\x05\n\x03_noB\x10\n\x0e_analysis_typeB\x07\n\x05_nameB\x1a\n\x18_calculate_critical_loadB\x1b\n\x19_static_analysis_settingsB\x1e\n\x1c_stability_analysis_settingsB\x1a\n\x18_modal_analysis_settingsB\x1d\n\x1b_spectral_analysis_settingsB\x18\n\x16_consider_imperfectionB\x14\n\x12_imperfection_caseB\x19\n\x17_consider_initial_stateB\x15\n\x13_initial_state_caseB \n\x1e_initial_state_definition_typeB/\n-_individual_factors_of_selected_objects_tableB\x1e\n\x1c_consider_construction_stageB\x1a\n\x18_construction_stage_caseB\x0b\n\t_to_solveB\x12\n\x10_action_categoryB\x15\n\x13_self_weight_activeB\x16\n\x14_self_weight_factorsB\x17\n\x15_self_weight_factor_xB\x17\n\x15_self_weight_factor_yB\x17\n\x15_self_weight_factor_zB\r\n\x0b_factor_phiB\x10\n\x0e_load_durationB\x10\n\x0e_loading_startB\x1a\n\x18_time_being_investigatedB\x15\n\x13_import_masses_fromB\x1d\n\x1b_import_modal_analysis_fromB+\n)_selection_of_modes_mode_activation_tableBF\nD_selection_of_modes_deselect_modes_according_to_criterion_is_enabledBG\nE_selection_of_modes_deselect_modes_modes_according_to_criterion_valueB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_mexB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_meyB=\n;_selection_of_modes_total_effective_modal_mass_factor_f_mezB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB!\n\x1f_structure_modification_enabledB\x19\n\x17_structure_modificationB\x18\n\x16_possibility_of_crowdsB#\n!_specification_for_load_case_gr1aB\"\n _specification_for_load_case_gr2B\"\n _specification_for_load_case_gr5B\"\n _specification_for_load_case_gr6B\x1a\n\x18_liveload_less_equal_100BD\nB_liveload_consider_design_situation_effective_seismic_weight_checkBD\nB_liveload_consider_design_situation_effective_seismic_weight_comboBK\nI_liveload_consider_design_situation_effective_seismic_weight_CYTHYE_checkBK\nI_liveload_consider_design_situation_effective_seismic_weight_CYTHYE_comboB:\n8_liveload_consider_design_situation_seismic_weight_checkB:\n8_liveload_consider_design_situation_seismic_weight_comboB8\n6_liveload_consider_design_situation_seismic_mass_checkB8\n6_liveload_consider_design_situation_seismic_mass_comboB5\n3_consider_design_situation_effective_seismic_weightB\x19\n\x17_liveload_less_equal_48BH\nF_liveload_consider_design_situation_effective_seismic_weight_aci_checkBH\nF_liveload_consider_design_situation_effective_seismic_weight_aci_comboB\x1e\n\x1c_liveload_less_equal_100_ibcBH\nF_liveload_consider_design_situation_effective_seismic_weight_ibc_checkBH\nF_liveload_consider_design_situation_effective_seismic_weight_ibc_comboB(\n&_cranehookload_nocombined_roofliveloadB,\n*_roof_configurations_that_do_not_shed_snowB\x16\n\x14_flat_roof_snow_loadB\x1f\n\x1d_flat_roof_snow_load_categoryB%\n#_deadload_factor_shall_be_increasedB&\n$_deadload_factor_shall_be_increased1B&\n$_deadload_factor_shall_be_increased2B)\n\'_dead_no_effective_seismic_weight_NBC05B)\n\'_dead_no_effective_seismic_weight_NBC15B,\n*_liveload_principal_factor_may_be_reduced1B.\n,_liveload_companion_factor_may_be_increased1B,\n*_liveload_principal_factor_may_be_reduced2B.\n,_liveload_companion_factor_may_be_increased2B;\n9_consider_design_situation_effective_seismic_weight_NBC05B;\n9_consider_design_situation_effective_seismic_weight_NBC15B#\n!_dead_no_effective_seismic_weightB>\n<_longtermload_tp_considered_in_limit_state_of_serviceabilityB\x1b\n\x19_greater_intensity_than_4BB\n@_distinguish_different_overstrength_factor_in_direction_xy_checkBB\n@_distinguish_different_overstrength_factor_in_direction_xy_comboB\x13\n\x11_load_duration_spB\x19\n\x17_ground_water_elevationB\x14\n\x12_direction_x_checkB\x14\n\x12_direction_y_checkB\x1f\n\x1d_consider_inclusive_load_caseB\x16\n\x14_inclusive_load_caseB5\n3_consider_design_situation_seismic_mass_combinationB\x1a\n\x18_type_of_imposed_actionsB\'\n%_wind_simulation_wind_direction_angleB6\n4_wind_simulation_wind_tunnel_depth_minus_coefficientB5\n3_wind_simulation_wind_tunnel_depth_plus_coefficientB6\n4_wind_simulation_wind_tunnel_width_minus_coefficientB5\n3_wind_simulation_wind_tunnel_width_plus_coefficientB6\n4_wind_simulation_wind_tunnel_height_plus_coefficientB>\n<_wind_simulation_construction_bounding_box_depth_coefficientB?\n=_wind_simulation_construction_bounding_box_height_coefficientB>\n<_wind_simulation_construction_bounding_box_width_coefficientB0\n._wind_simulation_wind_tunnel_depth_coefficientB0\n._wind_simulation_wind_tunnel_width_coefficientB1\n/_wind_simulation_wind_tunnel_height_coefficientB\x1f\n\x1d_wind_simulation_wind_profileB$\n\"_wind_simulation_analysis_settingsB1\n/_wind_simulation_wind_tunnel_depth_minus_lengthB0\n._wind_simulation_wind_tunnel_depth_plus_lengthB1\n/_wind_simulation_wind_tunnel_width_minus_lengthB0\n._wind_simulation_wind_tunnel_width_plus_lengthB1\n/_wind_simulation_wind_tunnel_height_plus_lengthB2\n0_wind_simulation_construction_bounding_box_depthB3\n1_wind_simulation_construction_bounding_box_heightB2\n0_wind_simulation_construction_bounding_box_widthB$\n\"_wind_simulation_wind_tunnel_depthB$\n\"_wind_simulation_wind_tunnel_widthB%\n#_wind_simulation_wind_tunnel_heightB3\n1_geotechnical_analysis_reset_small_strain_historyB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loading.load_case_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ DESCRIPTOR._loaded_options = None
36
+ _globals['_LOADCASE']._serialized_start=135
37
+ _globals['_LOADCASE']._serialized_end=38748
38
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLE']._serialized_start=7804
39
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLE']._serialized_end=7937
40
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLEROW']._serialized_start=7940
41
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLEROW']._serialized_end=8775
42
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLEROW_OBJECTTYPE']._serialized_start=8315
43
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLEROW_OBJECTTYPE']._serialized_end=8552
44
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLEROW_STRAIN']._serialized_start=8555
45
+ _globals['_LOADCASE_INDIVIDUALFACTORSOFSELECTEDOBJECTSTABLEROW_STRAIN']._serialized_end=8702
46
+ _globals['_LOADCASE_SELECTIONOFMODESMODEACTIVATIONTABLE']._serialized_start=8777
47
+ _globals['_LOADCASE_SELECTIONOFMODESMODEACTIVATIONTABLE']._serialized_end=8902
48
+ _globals['_LOADCASE_SELECTIONOFMODESMODEACTIVATIONTABLEROW']._serialized_start=8905
49
+ _globals['_LOADCASE_SELECTIONOFMODESMODEACTIVATIONTABLEROW']._serialized_end=9651
50
+ _globals['_LOADCASE_ANALYSISTYPE']._serialized_start=9654
51
+ _globals['_LOADCASE_ANALYSISTYPE']._serialized_end=10098
52
+ _globals['_LOADCASE_INITIALSTATEDEFINITIONTYPE']._serialized_start=10101
53
+ _globals['_LOADCASE_INITIALSTATEDEFINITIONTYPE']._serialized_end=10333
54
+ _globals['_LOADCASE_ACTIONCATEGORY']._serialized_start=10337
55
+ _globals['_LOADCASE_ACTIONCATEGORY']._serialized_end=28270
56
+ _globals['_LOADCASE_FACTORPHI']._serialized_start=28272
57
+ _globals['_LOADCASE_FACTORPHI']._serialized_end=28337
58
+ _globals['_LOADCASE_LOADDURATION']._serialized_start=28340
59
+ _globals['_LOADCASE_LOADDURATION']._serialized_end=29603
60
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR1A']._serialized_start=29606
61
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR1A']._serialized_end=29785
62
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR2']._serialized_start=29788
63
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR2']._serialized_end=29971
64
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR5']._serialized_start=29974
65
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR5']._serialized_end=30137
66
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR6']._serialized_start=30140
67
+ _globals['_LOADCASE_SPECIFICATIONFORLOADCASEGR6']._serialized_end=30468
68
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCOMBO']._serialized_start=30471
69
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCOMBO']._serialized_end=30811
70
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCYTHYECOMBO']._serialized_start=30814
71
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTCYTHYECOMBO']._serialized_end=31181
72
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONSEISMICWEIGHTCOMBO']._serialized_start=31184
73
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONSEISMICWEIGHTCOMBO']._serialized_end=31397
74
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONSEISMICMASSCOMBO']._serialized_start=31400
75
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONSEISMICMASSCOMBO']._serialized_end=31799
76
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTACICOMBO']._serialized_start=31802
77
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTACICOMBO']._serialized_end=32157
78
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTIBCCOMBO']._serialized_start=32160
79
+ _globals['_LOADCASE_LIVELOADCONSIDERDESIGNSITUATIONEFFECTIVESEISMICWEIGHTIBCCOMBO']._serialized_end=32515
80
+ _globals['_LOADCASE_FLATROOFSNOWLOADCATEGORY']._serialized_start=32518
81
+ _globals['_LOADCASE_FLATROOFSNOWLOADCATEGORY']._serialized_end=32667
82
+ _globals['_LOADCASE_DISTINGUISHDIFFERENTOVERSTRENGTHFACTORINDIRECTIONXYCOMBO']._serialized_start=32670
83
+ _globals['_LOADCASE_DISTINGUISHDIFFERENTOVERSTRENGTHFACTORINDIRECTIONXYCOMBO']._serialized_end=32870
84
+ _globals['_LOADCASE_LOADDURATIONSP']._serialized_start=32872
85
+ _globals['_LOADCASE_LOADDURATIONSP']._serialized_end=32943
86
+ _globals['_LOADCASE_GROUNDWATERELEVATION']._serialized_start=32945
87
+ _globals['_LOADCASE_GROUNDWATERELEVATION']._serialized_end=33039
88
+ _globals['_LOADCASE_TYPEOFIMPOSEDACTIONS']._serialized_start=33042
89
+ _globals['_LOADCASE_TYPEOFIMPOSEDACTIONS']._serialized_end=33875
90
+ # @@protoc_insertion_point(module_scope)