dlubal.api 2.12.3__tar.gz → 2.12.4__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 (955) hide show
  1. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/PKG-INFO +2 -2
  2. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/README.md +1 -1
  3. dlubal_api-2.12.4/dlubal/api/rfem/base_data_pb2.py +108 -0
  4. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/base_data_pb2.pyi +4 -0
  5. dlubal_api-2.12.4/dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +75 -0
  6. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_foundations/single_foundation_pb2.pyi +2 -26
  7. dlubal_api-2.12.4/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +40 -0
  8. dlubal_api-2.12.4/dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  9. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.pyi +36 -2
  10. dlubal_api-2.12.4/dlubal/api/rfem/structure_core/material_pb2.py +148 -0
  11. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/material_pb2.pyi +22 -2
  12. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/global_parameters/global_parameter_pb2.py +1 -1
  13. dlubal_api-2.12.4/dlubal/api/rsection/structure_core/material_pb2.py +114 -0
  14. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/material_pb2.pyi +22 -2
  15. dlubal_api-2.12.4/dlubal/api/rstab/base_data_pb2.py +92 -0
  16. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/base_data_pb2.pyi +4 -0
  17. dlubal_api-2.12.4/dlubal/api/rstab/concrete_foundations/single_foundation_pb2.py +75 -0
  18. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_foundations/single_foundation_pb2.pyi +2 -26
  19. dlubal_api-2.12.4/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +40 -0
  20. dlubal_api-2.12.4/dlubal/api/rstab/structure_core/material_pb2.py +116 -0
  21. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/material_pb2.pyi +22 -2
  22. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal.api.egg-info/PKG-INFO +2 -2
  23. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/pyproject.toml +1 -1
  24. dlubal_api-2.12.3/dlubal/api/rfem/base_data_pb2.py +0 -108
  25. dlubal_api-2.12.3/dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +0 -79
  26. dlubal_api-2.12.3/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -40
  27. dlubal_api-2.12.3/dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +0 -58
  28. dlubal_api-2.12.3/dlubal/api/rfem/structure_core/material_pb2.py +0 -144
  29. dlubal_api-2.12.3/dlubal/api/rsection/structure_core/material_pb2.py +0 -110
  30. dlubal_api-2.12.3/dlubal/api/rstab/base_data_pb2.py +0 -92
  31. dlubal_api-2.12.3/dlubal/api/rstab/concrete_foundations/single_foundation_pb2.py +0 -79
  32. dlubal_api-2.12.3/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -40
  33. dlubal_api-2.12.3/dlubal/api/rstab/structure_core/material_pb2.py +0 -112
  34. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/__init__.py +0 -0
  35. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/__init__.py +0 -0
  36. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/__init__.py +0 -0
  37. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/common_messages_pb2.py +0 -0
  38. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/common_messages_pb2.pyi +0 -0
  39. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/common_pb2.py +0 -0
  40. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/common_pb2.pyi +0 -0
  41. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/connection.py +0 -0
  42. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/exceptions.py +0 -0
  43. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/import_export/__init__.py +0 -0
  44. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/import_export/export_attributes_pb2.py +0 -0
  45. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -0
  46. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
  47. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
  48. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/model_id_pb2.py +0 -0
  49. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/model_id_pb2.pyi +0 -0
  50. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/options_pb2.py +0 -0
  51. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/options_pb2.pyi +0 -0
  52. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/packing.py +0 -0
  53. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/table.py +0 -0
  54. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/table_data_pb2.py +0 -0
  55. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/table_data_pb2.pyi +0 -0
  56. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/common/utility.py +0 -0
  57. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/__init__.py +0 -0
  58. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/all_pb2.py +0 -0
  59. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/all_pb2.pyi +0 -0
  60. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/__init__.py +0 -0
  61. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  62. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  63. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  64. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  65. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  66. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  67. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  68. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  69. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  70. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  71. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  72. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  73. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  74. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/application.py +0 -0
  75. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/application_pb2.py +0 -0
  76. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/application_pb2.pyi +0 -0
  77. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  78. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/base_data_objects/__init__.py +0 -0
  79. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/base_data_objects/terrain_pb2.py +0 -0
  80. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +0 -0
  81. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
  82. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
  83. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
  84. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
  85. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
  86. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/sheathing_pb2.py +0 -0
  87. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/sheathing_pb2.pyi +0 -0
  88. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
  89. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
  90. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/__init__.py +0 -0
  91. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  92. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  93. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  94. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  95. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  96. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  97. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  98. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  99. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  100. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  101. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  102. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/component_design_objects/__init__.py +0 -0
  103. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/component_design_objects/component_pb2.py +0 -0
  104. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/component_design_objects/component_pb2.pyi +0 -0
  105. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/component_design_objects/component_serie_pb2.py +0 -0
  106. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/component_design_objects/component_serie_pb2.pyi +0 -0
  107. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  108. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  109. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  110. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  111. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  112. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  113. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  114. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  115. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  116. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +0 -0
  117. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.pyi +0 -0
  118. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/concrete_foundations/__init__.py +0 -0
  119. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  120. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  121. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  122. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/design_addons_pb2.py +0 -0
  123. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/design_addons_pb2.pyi +0 -0
  124. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/digital_twins/__init__.py +0 -0
  125. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/digital_twins/digital_twins/__init__.py +0 -0
  126. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +0 -0
  127. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +0 -0
  128. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +0 -0
  129. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +0 -0
  130. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_analysis_pb2.py +0 -0
  131. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_analysis_pb2.pyi +0 -0
  132. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  133. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  134. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  135. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  136. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  137. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
  138. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
  139. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
  140. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
  141. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
  142. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
  143. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
  144. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  145. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  146. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  147. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/pile_resistance_pb2.py +0 -0
  148. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/pile_resistance_pb2.pyi +0 -0
  149. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  150. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  151. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design/__init__.py +0 -0
  152. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +0 -0
  153. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design/glass_composition_model_pb2.pyi +0 -0
  154. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
  155. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
  156. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
  157. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
  158. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
  159. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  160. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  161. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  162. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  163. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  164. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  165. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  166. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  167. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  168. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  169. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  170. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  171. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  172. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  173. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  174. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  175. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  176. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
  177. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  178. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
  179. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
  180. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
  181. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
  182. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
  183. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
  184. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  185. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  186. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  187. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  188. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/texture_pb2.py +0 -0
  189. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/texture_pb2.pyi +0 -0
  190. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  191. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  192. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
  193. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  194. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  195. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
  196. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  197. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  198. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  199. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  200. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  201. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  202. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  203. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  204. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/layout_and_drawing/__init__.py +0 -0
  205. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +0 -0
  206. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +0 -0
  207. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/layout_and_drawing/cad_line_point_pb2.py +0 -0
  208. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/layout_and_drawing/cad_line_point_pb2.pyi +0 -0
  209. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  210. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
  211. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
  212. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
  213. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
  214. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  215. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  216. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  217. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  218. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -0
  219. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +0 -0
  220. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  221. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  222. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  223. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  224. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/__init__.py +0 -0
  225. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  226. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  227. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  228. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  229. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  230. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  231. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  232. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  233. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  234. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  235. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  236. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  237. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  238. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  239. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  240. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  241. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  242. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  243. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  244. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  245. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  246. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  247. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  248. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  249. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  250. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  251. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  252. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  253. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
  254. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
  255. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  256. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  257. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/__init__.py +0 -0
  258. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
  259. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
  260. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/cutting_pattern_load_pb2.py +0 -0
  261. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/cutting_pattern_load_pb2.pyi +0 -0
  262. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  263. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  264. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  265. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  266. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  267. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  268. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  269. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  270. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  271. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  272. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  273. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  274. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  275. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  276. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  277. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  278. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  279. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  280. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  281. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  282. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  283. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  284. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  285. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  286. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  287. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  288. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  289. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  290. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  291. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  292. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  293. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  294. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  295. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  296. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/mesh/__init__.py +0 -0
  297. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/mesh/mesh_settings_pb2.py +0 -0
  298. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +0 -0
  299. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/object_id_pb2.py +0 -0
  300. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
  301. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/object_type_pb2.py +0 -0
  302. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
  303. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/__init__.py +0 -0
  304. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +0 -0
  305. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/concrete_durability_pb2.pyi +0 -0
  306. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +0 -0
  307. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.pyi +0 -0
  308. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +0 -0
  309. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.pyi +0 -0
  310. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  311. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
  312. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
  313. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  314. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  315. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/__init__.py +0 -0
  316. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/result_table_pb2.py +0 -0
  317. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/result_table_pb2.pyi +0 -0
  318. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  319. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  320. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/results_type_pb2.py +0 -0
  321. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/results_type_pb2.pyi +0 -0
  322. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/settings/__init__.py +0 -0
  323. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/settings/result_settings_pb2.py +0 -0
  324. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/results/settings/result_settings_pb2.pyi +0 -0
  325. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
  326. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
  327. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
  328. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/__init__.py +0 -0
  329. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +0 -0
  330. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  331. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +0 -0
  332. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.pyi +0 -0
  333. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  334. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  335. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +0 -0
  336. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  337. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  338. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  339. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  340. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  341. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  342. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  343. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  344. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  345. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  346. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
  347. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
  348. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
  349. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
  350. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
  351. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
  352. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
  353. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
  354. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
  355. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
  356. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
  357. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
  358. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  359. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  360. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  361. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/cutting_pattern_pb2.py +0 -0
  362. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/cutting_pattern_pb2.pyi +0 -0
  363. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
  364. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
  365. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
  366. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
  367. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  368. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  369. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  370. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  371. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  372. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  373. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  374. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  375. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  376. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  377. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
  378. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
  379. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  380. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  381. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  382. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  383. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  384. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  385. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  386. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  387. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  388. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  389. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  390. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  391. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  392. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  393. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  394. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  395. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  396. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  397. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  398. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  399. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  400. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  401. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  402. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  403. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  404. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  405. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  406. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  407. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  408. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  409. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  410. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  411. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  412. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  413. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  414. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/__init__.py +0 -0
  415. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +0 -0
  416. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.pyi +0 -0
  417. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  418. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  419. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +0 -0
  420. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_moisture_class_pb2.pyi +0 -0
  421. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +0 -0
  422. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_screw_type_pb2.pyi +0 -0
  423. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_service_class_pb2.py +0 -0
  424. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_service_class_pb2.pyi +0 -0
  425. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +0 -0
  426. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design/timber_service_conditions_pb2.pyi +0 -0
  427. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  428. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  429. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  430. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  431. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  432. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  433. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  434. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
  435. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
  436. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
  437. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
  438. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
  439. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  440. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/cutting_line_setting_pb2.py +0 -0
  441. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/cutting_line_setting_pb2.pyi +0 -0
  442. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  443. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  444. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_link_pb2.py +0 -0
  445. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_link_pb2.pyi +0 -0
  446. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  447. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  448. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  449. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  450. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  451. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  452. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  453. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  454. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  455. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
  456. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
  457. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  458. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  459. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  460. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  461. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  462. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  463. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  464. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  465. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  466. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  467. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  468. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  469. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  470. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  471. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  472. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  473. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  474. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  475. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  476. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  477. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  478. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  479. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  480. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  481. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  482. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
  483. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
  484. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  485. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  486. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  487. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  488. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  489. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  490. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  491. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  492. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  493. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  494. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  495. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  496. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  497. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  498. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  499. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  500. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  501. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  502. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  503. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  504. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
  505. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
  506. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
  507. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  508. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  509. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  510. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  511. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  512. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  513. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  514. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  515. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  516. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_wind_simulation/__init__.py +0 -0
  517. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +0 -0
  518. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +0 -0
  519. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +0 -0
  520. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +0 -0
  521. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/__init__.py +0 -0
  522. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/all_pb2.py +0 -0
  523. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/all_pb2.pyi +0 -0
  524. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/application.py +0 -0
  525. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/application_pb2.py +0 -0
  526. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/application_pb2.pyi +0 -0
  527. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/application_pb2_grpc.py +0 -0
  528. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/base_data_pb2.py +0 -0
  529. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/base_data_pb2.pyi +0 -0
  530. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/global_parameters/__init__.py +0 -0
  531. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/global_parameters/global_parameter_pb2.pyi +0 -0
  532. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/__init__.py +0 -0
  533. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/dimension_pb2.py +0 -0
  534. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/dimension_pb2.pyi +0 -0
  535. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.py +0 -0
  536. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  537. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.py +0 -0
  538. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  539. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/object_snap_pb2.py +0 -0
  540. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/guide_objects/object_snap_pb2.pyi +0 -0
  541. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/internal_forces/__init__.py +0 -0
  542. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/internal_forces/internal_forces_pb2.py +0 -0
  543. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/internal_forces/internal_forces_pb2.pyi +0 -0
  544. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/loading/__init__.py +0 -0
  545. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/loading/load_case_pb2.py +0 -0
  546. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/loading/load_case_pb2.pyi +0 -0
  547. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/loading/load_combination_pb2.py +0 -0
  548. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/loading/load_combination_pb2.pyi +0 -0
  549. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/object_id_pb2.py +0 -0
  550. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/object_id_pb2.pyi +0 -0
  551. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/object_type_pb2.py +0 -0
  552. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/object_type_pb2.pyi +0 -0
  553. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/__init__.py +0 -0
  554. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/result_table_pb2.py +0 -0
  555. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/result_table_pb2.pyi +0 -0
  556. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/results_query_pb2.py +0 -0
  557. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/results_query_pb2.pyi +0 -0
  558. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/results_type_pb2.py +0 -0
  559. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/results_type_pb2.pyi +0 -0
  560. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/settings/__init__.py +0 -0
  561. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/settings/result_settings_pb2.py +0 -0
  562. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/results/settings/result_settings_pb2.pyi +0 -0
  563. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/rsection_stresses/__init__.py +0 -0
  564. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/rsection_stresses/member_configuration_pb2.py +0 -0
  565. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/rsection_stresses/member_configuration_pb2.pyi +0 -0
  566. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_advanced/__init__.py +0 -0
  567. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_advanced/block_pb2.py +0 -0
  568. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_advanced/block_pb2.pyi +0 -0
  569. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/__init__.py +0 -0
  570. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/bar_pb2.py +0 -0
  571. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/bar_pb2.pyi +0 -0
  572. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/element_pb2.py +0 -0
  573. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/element_pb2.pyi +0 -0
  574. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/layer_group_pb2.py +0 -0
  575. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/layer_group_pb2.pyi +0 -0
  576. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/layer_pb2.py +0 -0
  577. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/layer_pb2.pyi +0 -0
  578. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/line_pb2.py +0 -0
  579. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/line_pb2.pyi +0 -0
  580. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/opening_pb2.py +0 -0
  581. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/opening_pb2.pyi +0 -0
  582. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/part_pb2.py +0 -0
  583. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/part_pb2.pyi +0 -0
  584. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/point_pb2.py +0 -0
  585. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/point_pb2.pyi +0 -0
  586. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/reinforcement_layer_pb2.py +0 -0
  587. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/reinforcement_layer_pb2.pyi +0 -0
  588. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/section_pb2.py +0 -0
  589. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/section_pb2.pyi +0 -0
  590. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/stirrup_pb2.py +0 -0
  591. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/stirrup_pb2.pyi +0 -0
  592. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/stress_point_pb2.py +0 -0
  593. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/stress_point_pb2.pyi +0 -0
  594. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/subpanel_pb2.py +0 -0
  595. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/subpanel_pb2.pyi +0 -0
  596. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/weld_pb2.py +0 -0
  597. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rsection/structure_core/weld_pb2.pyi +0 -0
  598. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/__init__.py +0 -0
  599. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/all_pb2.py +0 -0
  600. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/all_pb2.pyi +0 -0
  601. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/__init__.py +0 -0
  602. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  603. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  604. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  605. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  606. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  607. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  608. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  609. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  610. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
  611. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  612. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  613. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  614. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  615. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/application.py +0 -0
  616. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/application_pb2.py +0 -0
  617. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/application_pb2.pyi +0 -0
  618. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/application_pb2_grpc.py +0 -0
  619. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/base_data_objects/__init__.py +0 -0
  620. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/base_data_objects/terrain_pb2.py +0 -0
  621. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +0 -0
  622. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
  623. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  624. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  625. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
  626. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  627. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  628. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  629. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  630. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  631. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  632. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  633. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  634. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +0 -0
  635. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.pyi +0 -0
  636. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/concrete_foundations/__init__.py +0 -0
  637. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/design_addons_pb2.py +0 -0
  638. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/design_addons_pb2.pyi +0 -0
  639. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/digital_twins/__init__.py +0 -0
  640. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/digital_twins/digital_twins/__init__.py +0 -0
  641. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +0 -0
  642. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +0 -0
  643. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +0 -0
  644. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +0 -0
  645. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_analysis_pb2.py +0 -0
  646. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_analysis_pb2.pyi +0 -0
  647. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
  648. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
  649. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
  650. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
  651. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  652. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
  653. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
  654. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/foundation_design_objects/__init__.py +0 -0
  655. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
  656. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
  657. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
  658. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
  659. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
  660. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
  661. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
  662. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
  663. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
  664. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
  665. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
  666. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
  667. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
  668. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
  669. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
  670. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
  671. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
  672. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
  673. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  674. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
  675. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
  676. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
  677. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  678. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
  679. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
  680. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
  681. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
  682. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
  683. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
  684. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
  685. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
  686. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
  687. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
  688. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/texture_pb2.py +0 -0
  689. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/texture_pb2.pyi +0 -0
  690. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
  691. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
  692. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
  693. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  694. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  695. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
  696. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  697. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/__init__.py +0 -0
  698. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
  699. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
  700. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
  701. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
  702. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
  703. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
  704. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
  705. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
  706. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
  707. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
  708. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
  709. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  710. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  711. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  712. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  713. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -0
  714. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +0 -0
  715. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/wind_profile_pb2.py +0 -0
  716. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/wind_profile_pb2.pyi +0 -0
  717. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/wind_simulation_pb2.py +0 -0
  718. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/load_wizards/wind_simulation_pb2.pyi +0 -0
  719. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/__init__.py +0 -0
  720. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
  721. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
  722. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/action_pb2.py +0 -0
  723. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
  724. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
  725. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
  726. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
  727. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
  728. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
  729. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
  730. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
  731. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
  732. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
  733. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
  734. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
  735. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
  736. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/pushover_analysis_settings_pb2.py +0 -0
  737. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/pushover_analysis_settings_pb2.pyi +0 -0
  738. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
  739. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
  740. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
  741. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
  742. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
  743. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
  744. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
  745. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
  746. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
  747. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
  748. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
  749. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
  750. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  751. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  752. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/__init__.py +0 -0
  753. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
  754. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
  755. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
  756. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  757. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
  758. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
  759. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
  760. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
  761. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
  762. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
  763. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/object_id_pb2.py +0 -0
  764. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
  765. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/object_type_pb2.py +0 -0
  766. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
  767. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/reinforcement/__init__.py +0 -0
  768. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +0 -0
  769. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/reinforcement/concrete_durability_pb2.pyi +0 -0
  770. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/__init__.py +0 -0
  771. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/result_table_pb2.py +0 -0
  772. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/result_table_pb2.pyi +0 -0
  773. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
  774. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
  775. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/results_type_pb2.py +0 -0
  776. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/results_type_pb2.pyi +0 -0
  777. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/settings/__init__.py +0 -0
  778. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/settings/result_settings_pb2.py +0 -0
  779. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/results/settings/result_settings_pb2.pyi +0 -0
  780. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/rsection_stresses/__init__.py +0 -0
  781. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/rsection_stresses/member_configuration_pb2.py +0 -0
  782. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/rsection_stresses/member_configuration_pb2.pyi +0 -0
  783. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/__init__.py +0 -0
  784. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +0 -0
  785. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  786. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +0 -0
  787. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.pyi +0 -0
  788. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  789. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  790. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +0 -0
  791. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  792. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
  793. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  794. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  795. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  796. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  797. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  798. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  799. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  800. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  801. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
  802. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
  803. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
  804. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/cutting_pattern_pb2.py +0 -0
  805. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/cutting_pattern_pb2.pyi +0 -0
  806. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
  807. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
  808. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
  809. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
  810. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/__init__.py +0 -0
  811. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
  812. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
  813. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
  814. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
  815. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
  816. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
  817. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
  818. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
  819. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
  820. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
  821. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/section_pb2.py +0 -0
  822. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/structure_core/section_pb2.pyi +0 -0
  823. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/__init__.py +0 -0
  824. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +0 -0
  825. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.pyi +0 -0
  826. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  827. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  828. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +0 -0
  829. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_moisture_class_pb2.pyi +0 -0
  830. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +0 -0
  831. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_screw_type_pb2.pyi +0 -0
  832. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_service_class_pb2.py +0 -0
  833. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_service_class_pb2.pyi +0 -0
  834. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +0 -0
  835. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design/timber_service_conditions_pb2.pyi +0 -0
  836. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
  837. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  838. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  839. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  840. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  841. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  842. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  843. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
  844. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
  845. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
  846. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
  847. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
  848. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
  849. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
  850. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
  851. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
  852. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
  853. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
  854. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  855. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
  856. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
  857. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
  858. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
  859. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
  860. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  861. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  862. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  863. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
  864. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  865. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
  866. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
  867. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
  868. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
  869. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
  870. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  871. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
  872. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
  873. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  874. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  875. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
  876. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_nodes/nodal_link_pb2.py +0 -0
  877. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_nodes/nodal_link_pb2.pyi +0 -0
  878. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
  879. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
  880. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
  881. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  882. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  883. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_wind_simulation/__init__.py +0 -0
  884. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +0 -0
  885. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +0 -0
  886. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +0 -0
  887. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +0 -0
  888. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal.api.egg-info/SOURCES.txt +0 -0
  889. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal.api.egg-info/dependency_links.txt +0 -0
  890. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal.api.egg-info/not-zip-safe +0 -0
  891. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal.api.egg-info/requires.txt +0 -0
  892. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/dlubal.api.egg-info/top_level.txt +0 -0
  893. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/base_data.py +0 -0
  894. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/block.py +0 -0
  895. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/bus_station.py +0 -0
  896. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/cantilever.py +0 -0
  897. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/column.py +0 -0
  898. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/component_design.py +0 -0
  899. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/demo_limits.py +0 -0
  900. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/design_configuration.py +0 -0
  901. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/design_settings.py +0 -0
  902. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/excel.py +0 -0
  903. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/export_model_to.py +0 -0
  904. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/frame.py +0 -0
  905. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/import_from_ifc.py +0 -0
  906. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/import_from_rsection.py +0 -0
  907. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/import_from_xml.py +0 -0
  908. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/material_user_defined.py +0 -0
  909. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/mesh_settings.py +0 -0
  910. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/multiple_models.py +0 -0
  911. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/nested_tables.py +0 -0
  912. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/pydantic_streamlit.py +0 -0
  913. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/results_access.py +0 -0
  914. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/results_axes_system.py +0 -0
  915. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/results_design_addons.py +0 -0
  916. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/results_filtering.py +0 -0
  917. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/results_in_location.py +0 -0
  918. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/results_multiple_models.py +0 -0
  919. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/sectioned_roof.py +0 -0
  920. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/select_objects.py +0 -0
  921. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/silo.py +0 -0
  922. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/steel_design_configuration.py +0 -0
  923. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/steel_hall.py +0 -0
  924. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/steel_station.py +0 -0
  925. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rfem/tank_wind_load.py +0 -0
  926. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rsection/base_data.py +0 -0
  927. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rsection/steel_section.py +0 -0
  928. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/base_data.py +0 -0
  929. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/cantilever.py +0 -0
  930. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/column.py +0 -0
  931. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/dataframe.py +0 -0
  932. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/design_settings.py +0 -0
  933. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/excel.py +0 -0
  934. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/export_model_to.py +0 -0
  935. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/frame.py +0 -0
  936. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/import_from_ifc.py +0 -0
  937. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/import_from_rsection.py +0 -0
  938. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/import_from_xml.py +0 -0
  939. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/multiple_models.py +0 -0
  940. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/nested_tables.py +0 -0
  941. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/pydantic_streamlit.py +0 -0
  942. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/results_access.py +0 -0
  943. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/results_axes_system.py +0 -0
  944. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/results_in_location.py +0 -0
  945. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/results_multiple_models.py +0 -0
  946. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/examples/rstab/select_objects.py +0 -0
  947. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/any_pb2.py +0 -0
  948. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/any_pb2.pyi +0 -0
  949. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/descriptor_pb2.py +0 -0
  950. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/descriptor_pb2.pyi +0 -0
  951. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/empty_pb2.py +0 -0
  952. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/empty_pb2.pyi +0 -0
  953. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/wrappers_pb2.py +0 -0
  954. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/google/protobuf/wrappers_pb2.pyi +0 -0
  955. {dlubal_api-2.12.3 → dlubal_api-2.12.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.12.3
3
+ Version: 2.12.4
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author-email: Dlubal Software <api@dlubal.com>
6
6
  License-Expression: MIT
@@ -24,7 +24,7 @@ Requires-Dist: pandas==2.2.3
24
24
 
25
25
  This package version is fully compatible with the following **Dlubal App version**:
26
26
 
27
- ✅ **X.12.0003.236.68aa2318529**
27
+ ✅ **X.12.0004.191.4a4aa7ce4d5**
28
28
 
29
29
  ## Overview
30
30
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.12.0003.236.68aa2318529**
11
+ ✅ **X.12.0004.191.4a4aa7ce4d5**
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,108 @@
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.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.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\x1f\x64lubal/api/rfem/base_data.proto\x12\x0f\x64lubal.api.rfem\"\xc0\xb4\x04\n\x08\x42\x61seData\x12\x31\n\x04main\x18\x01 \x01(\x0b\x32\x1e.dlubal.api.rfem.BaseData.MainH\x00\x88\x01\x01\x12\x35\n\x06\x61\x64\x64ons\x18\x02 \x01(\x0b\x32 .dlubal.api.rfem.BaseData.AddonsH\x01\x88\x01\x01\x12;\n\tstandards\x18\x03 \x01(\x0b\x32#.dlubal.api.rfem.BaseData.StandardsH\x02\x88\x01\x01\x12H\n\x10general_settings\x18\x04 \x01(\x0b\x32).dlubal.api.rfem.BaseData.GeneralSettingsH\x03\x88\x01\x01\x12R\n\x15\x63ombinations_settings\x18\x05 \x01(\x0b\x32..dlubal.api.rfem.BaseData.CombinationsSettingsH\x04\x88\x01\x01\x12\x39\n\x08location\x18\x06 \x01(\x0b\x32\".dlubal.api.rfem.BaseData.LocationH\x05\x88\x01\x01\x12H\n\x10wizards_defaults\x18\x07 \x01(\x0b\x32).dlubal.api.rfem.BaseData.WizardsDefaultsH\x06\x88\x01\x01\x1a\x81\x05\n\x04Main\x12\x17\n\nmodel_name\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x1e\n\x11model_description\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x41\n\nmodel_type\x18\x04 \x01(\x0e\x32(.dlubal.api.rfem.BaseData.Main.ModelTypeH\x03\x88\x01\x01\x12!\n\x14\x62uilding_grid_active\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x1b\n\x0emembers_active\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x1c\n\x0fsurfaces_active\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1a\n\rsolids_active\x18\x08 \x01(\x08H\x07\x88\x01\x01\"\xda\x01\n\tModelType\x12\x16\n\x12MODEL_TYPE_UNKNOWN\x10\x00\x12\x16\n\x12MODEL_TYPE_1D_X_3D\x10\x08\x12\x19\n\x15MODEL_TYPE_1D_X_AXIAL\x10\x07\x12\x17\n\x13MODEL_TYPE_2D_XY_3D\x10\x06\x12\x1a\n\x16MODEL_TYPE_2D_XY_PLATE\x10\x05\x12\x17\n\x13MODEL_TYPE_2D_XZ_3D\x10\x04\x12!\n\x1dMODEL_TYPE_2D_XZ_PLANE_STRESS\x10\x02\x12\x11\n\rMODEL_TYPE_3D\x10\x01\x42\r\n\x0b_model_nameB\x14\n\x12_model_descriptionB\n\n\x08_commentB\r\n\x0b_model_typeB\x17\n\x15_building_grid_activeB\x11\n\x0f_members_activeB\x12\n\x10_surfaces_activeB\x10\n\x0e_solids_active\x1a\xd6\x10\n\x06\x41\x64\x64ons\x12 \n\x13load_wizards_active\x18\x01 \x01(\x08H\x00\x88\x01\x01\x12\x39\n,combination_wizard_and_classification_active\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12/\n\"nonlinear_material_behavior_active\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\'\n\x1astructure_stability_active\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x30\n#construction_stages_analysis_active\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12+\n\x1etime_dependent_analysis_active\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12 \n\x13\x66orm_finding_active\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12$\n\x17\x63utting_patterns_active\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12%\n\x18torsional_warping_active\x18\t \x01(\x08H\x08\x88\x01\x01\x12#\n\x16\x63ost_estimation_active\x18\n \x01(\x08H\t\x88\x01\x01\x12\"\n\x15modal_analysis_active\x18\x0b \x01(\x08H\n\x88\x01\x01\x12.\n!response_spectrum_analysis_active\x18\x0c \x01(\x08H\x0b\x88\x01\x01\x12)\n\x1ctime_history_analysis_active\x18\r \x01(\x08H\x0c\x88\x01\x01\x12%\n\x18pushover_analysis_active\x18\x0e \x01(\x08H\r\x88\x01\x01\x12\"\n\x15\x62uilding_model_active\x18\x0f \x01(\x08H\x0e\x88\x01\x01\x12!\n\x14\x64igital_twins_active\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12#\n\x16wind_simulation_active\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12)\n\x1cgeotechnical_analysis_active\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12\x1b\n\x0etendons_active\x18\x13 \x01(\x08H\x12\x88\x01\x01\x12&\n\x19layout_and_drawing_active\x18\x14 \x01(\x08H\x13\x88\x01\x01\x12*\n\x1dstress_strain_analysis_active\x18\x15 \x01(\x08H\x14\x88\x01\x01\x12#\n\x16\x63oncrete_design_active\x18\x16 \x01(\x08H\x15\x88\x01\x01\x12 \n\x13steel_design_active\x18\x17 \x01(\x08H\x16\x88\x01\x01\x12!\n\x14timber_design_active\x18\x18 \x01(\x08H\x17\x88\x01\x01\x12#\n\x16\x61luminum_design_active\x18\x19 \x01(\x08H\x18\x88\x01\x01\x12 \n\x13glass_design_active\x18\x1a \x01(\x08H\x19\x88\x01\x01\x12 \n\x13steel_joints_active\x18\x1b \x01(\x08H\x1a\x88\x01\x01\x12(\n\x1b\x63oncrete_foundations_active\x18\x1c \x01(\x08H\x1b\x88\x01\x01\x12\x1e\n\x11\x63omponents_active\x18\x1d \x01(\x08H\x1c\x88\x01\x01\x12\'\n\x1amultilayer_surfaces_active\x18\x1e \x01(\x08H\x1d\x88\x01\x01\x12\"\n\x15masonry_design_active\x18\x1f \x01(\x08H\x1e\x88\x01\x01\x42\x16\n\x14_load_wizards_activeB/\n-_combination_wizard_and_classification_activeB%\n#_nonlinear_material_behavior_activeB\x1d\n\x1b_structure_stability_activeB&\n$_construction_stages_analysis_activeB!\n\x1f_time_dependent_analysis_activeB\x16\n\x14_form_finding_activeB\x1a\n\x18_cutting_patterns_activeB\x1b\n\x19_torsional_warping_activeB\x19\n\x17_cost_estimation_activeB\x18\n\x16_modal_analysis_activeB$\n\"_response_spectrum_analysis_activeB\x1f\n\x1d_time_history_analysis_activeB\x1b\n\x19_pushover_analysis_activeB\x18\n\x16_building_model_activeB\x17\n\x15_digital_twins_activeB\x19\n\x17_wind_simulation_activeB\x1f\n\x1d_geotechnical_analysis_activeB\x11\n\x0f_tendons_activeB\x1c\n\x1a_layout_and_drawing_activeB \n\x1e_stress_strain_analysis_activeB\x19\n\x17_concrete_design_activeB\x16\n\x14_steel_design_activeB\x17\n\x15_timber_design_activeB\x19\n\x17_aluminum_design_activeB\x16\n\x14_glass_design_activeB\x16\n\x14_steel_joints_activeB\x1e\n\x1c_concrete_foundations_activeB\x14\n\x12_components_activeB\x1d\n\x1b_multilayer_surfaces_activeB\x18\n\x16_masonry_design_active\x1a\x93\xa7\x03\n\tStandards\x12\x61\n\x18\x61luminum_design_standard\x18\x01 \x01(\x0e\x32:.dlubal.api.rfem.BaseData.Standards.AluminumDesignStandardH\x00\x88\x01\x01\x12g\n\x1b\x63ombination_wizard_standard\x18\x02 \x01(\x0e\x32=.dlubal.api.rfem.BaseData.Standards.CombinationWizardStandardH\x01\x88\x01\x01\x12\x61\n\x18\x63oncrete_design_standard\x18\x03 \x01(\x0e\x32:.dlubal.api.rfem.BaseData.Standards.ConcreteDesignStandardH\x02\x88\x01\x01\x12[\n\x15glass_design_standard\x18\x04 \x01(\x0e\x32\x37.dlubal.api.rfem.BaseData.Standards.GlassDesignStandardH\x03\x88\x01\x01\x12Y\n\x14load_wizard_standard\x18\x05 \x01(\x0e\x32\x36.dlubal.api.rfem.BaseData.Standards.LoadWizardStandardH\x04\x88\x01\x01\x12\x63\n\x19\x64ynamic_analysis_standard\x18\x06 \x01(\x0e\x32;.dlubal.api.rfem.BaseData.Standards.DynamicAnalysisStandardH\x05\x88\x01\x01\x12m\n\x1egeotechnical_analysis_standard\x18\x07 \x01(\x0e\x32@.dlubal.api.rfem.BaseData.Standards.GeotechnicalAnalysisStandardH\x06\x88\x01\x01\x12[\n\x15steel_design_standard\x18\x08 \x01(\x0e\x32\x37.dlubal.api.rfem.BaseData.Standards.SteelDesignStandardH\x07\x88\x01\x01\x12\x66\n\x1bsteel_joint_design_standard\x18\t \x01(\x0e\x32<.dlubal.api.rfem.BaseData.Standards.SteelJointDesignStandardH\x08\x88\x01\x01\x12]\n\x16timber_design_standard\x18\n \x01(\x0e\x32\x38.dlubal.api.rfem.BaseData.Standards.TimberDesignStandardH\t\x88\x01\x01\x12_\n\x17masonry_design_standard\x18\x0b \x01(\x0e\x32\x39.dlubal.api.rfem.BaseData.Standards.MasonryDesignStandardH\n\x88\x01\x01\x12l\n\x1e\x61luminum_design_standard_group\x18\x0c \x01(\x0e\x32?.dlubal.api.rfem.BaseData.Standards.AluminumDesignStandardGroupH\x0b\x88\x01\x01\x12r\n!combination_wizard_standard_group\x18\r \x01(\x0e\x32\x42.dlubal.api.rfem.BaseData.Standards.CombinationWizardStandardGroupH\x0c\x88\x01\x01\x12l\n\x1e\x63oncrete_design_standard_group\x18\x0e \x01(\x0e\x32?.dlubal.api.rfem.BaseData.Standards.ConcreteDesignStandardGroupH\r\x88\x01\x01\x12\x66\n\x1bglass_design_standard_group\x18\x0f \x01(\x0e\x32<.dlubal.api.rfem.BaseData.Standards.GlassDesignStandardGroupH\x0e\x88\x01\x01\x12\x64\n\x1aload_wizard_standard_group\x18\x10 \x01(\x0e\x32;.dlubal.api.rfem.BaseData.Standards.LoadWizardStandardGroupH\x0f\x88\x01\x01\x12n\n\x1f\x64ynamic_analysis_standard_group\x18\x11 \x01(\x0e\x32@.dlubal.api.rfem.BaseData.Standards.DynamicAnalysisStandardGroupH\x10\x88\x01\x01\x12x\n$geotechnical_analysis_standard_group\x18\x12 \x01(\x0e\x32\x45.dlubal.api.rfem.BaseData.Standards.GeotechnicalAnalysisStandardGroupH\x11\x88\x01\x01\x12\x66\n\x1bsteel_design_standard_group\x18\x13 \x01(\x0e\x32<.dlubal.api.rfem.BaseData.Standards.SteelDesignStandardGroupH\x12\x88\x01\x01\x12q\n!steel_joint_design_standard_group\x18\x14 \x01(\x0e\x32\x41.dlubal.api.rfem.BaseData.Standards.SteelJointDesignStandardGroupH\x13\x88\x01\x01\x12h\n\x1ctimber_design_standard_group\x18\x15 \x01(\x0e\x32=.dlubal.api.rfem.BaseData.Standards.TimberDesignStandardGroupH\x14\x88\x01\x01\x12j\n\x1dmasonry_design_standard_group\x18\x16 \x01(\x0e\x32>.dlubal.api.rfem.BaseData.Standards.MasonryDesignStandardGroupH\x15\x88\x01\x01\"\xdb\x15\n\x16\x41luminumDesignStandard\x12$\n ALUMINUM_DESIGN_STANDARD_UNKNOWN\x10\x00\x12\x41\n<ALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_ADM_2020_STANDARD\x10\x95\x33\x12\x46\nAALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_S157_2017_STANDARD\x10\xa2\x34\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_BDS_2014_05_STANDARD\x10\xb7\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_BS_2014_03_STANDARD\x10\x97\x31\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_CSN_2015_09_STANDARD\x10\x98\x31\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_CYS_2019_08_STANDARD\x10\xb1\x30\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_DIN_2021_03_STANDARD\x10\xaf\x30\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_DS_2019_09_STANDARD\x10\x99\x31\x12M\nHALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_ELOT_2013_12_STANDARD\x10\xbc\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_EVS_2014_01_STANDARD\x10\xb9\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_HRN_2015_02_STANDARD\x10\xb8\x32\x12N\nIALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_ILNAS_2013_12_STANDARD\x10\xc0\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_IST_2014_03_STANDARD\x10\xbe\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_I_S_2015_01_STANDARD\x10\xb5\x30\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_LST_2014_03_STANDARD\x10\xb6\x30\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_LVS_2015_01_STANDARD\x10\xbf\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_MSZ_2014_04_STANDARD\x10\xbd\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_NBN_2014_01_STANDARD\x10\xb0\x30\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_NEN_2014_01_STANDARD\x10\xb7\x30\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_NF_2016_07_STANDARD\x10\xbb\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_NP_2014_11_STANDARD\x10\xc3\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_NS_2014_04_STANDARD\x10\xc1\x32\x12O\nJALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_OENORM_2017_11_STANDARD\x10\xb6\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_PN_2014_05_STANDARD\x10\xc2\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_SFS_2018_01_STANDARD\x10\xba\x32\x12M\nHALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_SIST_2014_05_STANDARD\x10\xc5\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_SN_2015_01_STANDARD\x10\xc7\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_SR_2015_01_STANDARD\x10\xc4\x32\x12K\nFALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_SS_2013_12_STANDARD\x10\xb9\x30\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_STN_2014_05_STANDARD\x10\xb8\x30\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_TKP_2010_01_STANDARD\x10\xcb\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_UNE_2014_01_STANDARD\x10\xc6\x32\x12L\nGALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1999_UNI_2014_02_STANDARD\x10\xb4\x30\x12I\nDALUMINUM_DESIGN_NATIONAL_ANNEX_AND_EDITION_GB_50429_2007_10_STANDARD\x10\xd8\x33\x12U\nPALUMINUM_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1999_CEN_2013_12_STANDARD\x10\x9c\x31\"\xfc]\n\x19\x43ombinationWizardStandard\x12\'\n#COMBINATION_WIZARD_STANDARD_UNKNOWN\x10\x00\x12H\nCCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ACI_318_2008_STANDARD\x10\xfb\x30\x12H\nCCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ACI_318_2011_STANDARD\x10\xfc\x30\x12H\nCCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ACI_318_2014_STANDARD\x10\xfd\x30\x12H\nCCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ACI_318_2019_STANDARD\x10\x83\x32\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2002_STANDARD\x10\xdb\x30\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2005_STANDARD\x10\xdc\x30\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2010_STANDARD\x10\xdd\x30\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2016_STANDARD\x10\xde\x30\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2022_STANDARD\x10\x9b\x33\x12M\nHCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_GLASS_2022_STANDARD\x10\xaa\x34\x12L\nGCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_WOOD_2002_STANDARD\x10\xdf\x30\x12L\nGCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_WOOD_2005_STANDARD\x10\xe0\x30\x12L\nGCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_WOOD_2010_STANDARD\x10\xe1\x30\x12L\nGCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_WOOD_2016_STANDARD\x10\xce\x31\x12L\nGCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_WOOD_2022_STANDARD\x10\xb3\x33\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_AS_NZS_1170_0_2002_STANDARD\x10\x92\x33\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_AS_NZS_1170_0_TIMBER_2010_STANDARD\x10\xe0\x33\x12K\nFCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_BS_5950_2000_01_STANDARD\x10\xb5\x31\x12H\nCCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_CAN_CSA_2000_STANDARD\x10\xd6\x30\x12S\nNCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_COMBINATION_WIZARD_NONE_STANDARD\x10\xd8\x30\x12W\nRCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_CTE_DB_SE_CTE_DB_SE_2009_04_STANDARD\x10\xd3\x30\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_CYTHYE_2018_STANDARD\x10\xb7\x33\x12M\nHCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_DIN_18008_2020_05_STANDARD\x10\xeb\x33\x12P\nKCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_15512_CEN_2009_03_STANDARD\x10\xa3\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_BDS_2015_02_STANDARD\x10\xf6\x32\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_BS_2009_06_STANDARD\x10\xfa\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_CEN_2010_04_STANDARD\x10\xf5\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_CSN_2015_05_STANDARD\x10\xfb\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_CYS_2010_06_STANDARD\x10\xfc\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_DIN_2012_08_STANDARD\x10\xfd\x32\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_DS_2013_09_STANDARD\x10\xfe\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_EVS_2010_04_STANDARD\x10\xc4\x33\x12]\nXCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_ILNAS_2020_03_STANDARD\x10\x81\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_I_S_2010_03_STANDARD\x10\xff\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_LST_2012_01_STANDARD\x10\x80\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_LVS_2015_01_STANDARD\x10\x82\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_NBN_2015_07_STANDARD\x10\x83\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_NEN_2019_11_STANDARD\x10\x84\x33\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_NF_2011_12_STANDARD\x10\x85\x33\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_NP_2009_12_STANDARD\x10\x86\x33\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_NS_2016_05_STANDARD\x10\x87\x33\x12^\nYCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_OENORM_2019_06_STANDARD\x10\x88\x33\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_PN_2010_09_STANDARD\x10\x89\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_SFS_2010_09_STANDARD\x10\x8a\x33\x12\\\nWCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_SIST_2010_09_STANDARD\x10\x8b\x33\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_SR_2009_10_STANDARD\x10\x8c\x33\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_SS_2019_01_STANDARD\x10\x8d\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_STN_2010_11_STANDARD\x10\xf9\x32\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_TKP_2011_11_STANDARD\x10\x8e\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_UNE_2019_04_STANDARD\x10\x8f\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BASE_TIMBER_UNI_2010_10_STANDARD\x10\x90\x33\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BDS_2015_02_STANDARD\x10\x92/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_BS_2009_06_STANDARD\x10\x93/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_CRANES_CEN_2010_04_STANDARD\x10\xc1\x30\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_CRANES_DIN_2012_08_STANDARD\x10\xc9/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_CSN_2015_05_STANDARD\x10\x94/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_CYS_2010_06_STANDARD\x10\x95/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_DIN_2012_08_STANDARD\x10\x96/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_DS_2013_05_STANDARD\x10\x97/\x12P\nKCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_ELOT_2009_01_STANDARD\x10\xd8\x31\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_EVS_2010_04_STANDARD\x10\x94\x33\x12[\nVCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_GEOTECHNICS_CEN_2010_04_STANDARD\x10\xc2\x30\x12Q\nLCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_ILNAS_2020_03_STANDARD\x10\x9a/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_I_S_2010_03_STANDARD\x10\x98/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_LST_2012_01_STANDARD\x10\x99/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_LVS_2015_01_STANDARD\x10\x9b/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_MS_2010_05_STANDARD\x10\x9c/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_NBN_2015_07_STANDARD\x10\x9d/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_NEN_2007_09_STANDARD\x10\x9e/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_NEN_2019_11_STANDARD\x10\x9f/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_NF_2011_12_STANDARD\x10\xa0/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_NP_2009_12_STANDARD\x10\xa1/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_NS_2016_05_STANDARD\x10\xa2/\x12R\nMCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_OENORM_2013_03_STANDARD\x10\xa3/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_PN_2010_09_STANDARD\x10\xa4/\x12\\\nWCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_ROAD_BRIDGES_CEN_2010_04_STANDARD\x10\x88\x32\x12\\\nWCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_ROAD_BRIDGES_DIN_2012_08_STANDARD\x10\x94\x34\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_SFS_2010_09_STANDARD\x10\xa5/\x12P\nKCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_SIST_2010_09_STANDARD\x10\xa6/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_SR_2009_10_STANDARD\x10\xa7/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_SS_2010_04_STANDARD\x10\xa9/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_SS_2012_06_STANDARD\x10\xa8/\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_SS_2019_01_STANDARD\x10\x8e\x32\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_STN_2010_11_STANDARD\x10\xaa/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_BDS_2015_02_STANDARD\x10\xae/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_BS_2009_06_STANDARD\x10\xaf/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_CEN_2010_04_STANDARD\x10\xc0\x30\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_CSN_2015_05_STANDARD\x10\xb0/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_CYS_2010_06_STANDARD\x10\xb1/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_DIN_2012_08_STANDARD\x10\xb2/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_DS_2013_09_STANDARD\x10\xb3/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_EVS_2010_04_STANDARD\x10\xc1\x33\x12X\nSCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_ILNAS_2020_03_STANDARD\x10\xb6/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_I_S_2010_03_STANDARD\x10\xb4/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_LST_2012_01_STANDARD\x10\xb5/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_LVS_2015_01_STANDARD\x10\xb7/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_NBN_2015_07_STANDARD\x10\xb8/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_NEN_2007_09_STANDARD\x10\xb9/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_NEN_2019_11_STANDARD\x10\xba/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_NF_2015_01_STANDARD\x10\xbb/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_NP_2009_12_STANDARD\x10\xbc/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_NS_2016_05_STANDARD\x10\xbd/\x12Y\nTCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_OENORM_2009_07_STANDARD\x10\xbe/\x12Y\nTCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_OENORM_2019_06_STANDARD\x10\xbf/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_PN_2010_09_STANDARD\x10\xc0/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_SFS_2010_09_STANDARD\x10\xc1/\x12W\nRCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_SIST_2010_09_STANDARD\x10\xc2/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_SR_2009_10_STANDARD\x10\xc3/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_SS_2010_04_STANDARD\x10\xc4/\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_SS_2019_01_STANDARD\x10\x8f\x32\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_STN_2010_11_STANDARD\x10\xc5/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_TKP_2011_11_STANDARD\x10\xcf\x31\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_UNE_2010_07_STANDARD\x10\xc6/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_UNE_2019_04_STANDARD\x10\xc7/\x12V\nQCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TIMBER_UNI_2010_10_STANDARD\x10\xc8/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_TKP_2011_11_STANDARD\x10\xab/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_UNE_2019_04_STANDARD\x10\xac/\x12O\nJCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_UNI_2010_10_STANDARD\x10\xad/\x12R\nMCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_GB_50007_GB_50011_2016_STANDARD\x10\xad\x34\x12R\nMCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_GB_50009_GB_50011_2016_STANDARD\x10\xf4\x32\x12R\nMCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_GB_50068_GB_50011_2018_STANDARD\x10\xf2\x32\x12R\nMCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_GB_55001_GB_55002_2021_STANDARD\x10\xdf\x33\x12\x44\n?COMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_IBC_2015_STANDARD\x10\x81\x31\x12\x44\n?COMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_IBC_2018_STANDARD\x10\xd9\x31\x12\x44\n?COMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_IBC_2021_STANDARD\x10\xc5\x33\x12Q\nLCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_IS_800_IS_800_2007_12_STANDARD\x10\xad\x31\x12\x44\n?COMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_2005_STANDARD\x10\xff\x30\x12\x44\n?COMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_2015_STANDARD\x10\x80\x31\x12\x44\n?COMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_2020_STANDARD\x10\xc8\x33\x12I\nDCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_WOOD_2015_STANDARD\x10\xc0\x31\x12I\nDCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_WOOD_2020_STANDARD\x10\xc9\x33\x12R\nMCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBR_7190_1_TIMBER_2022_STANDARD\x10\xa7\x34\x12U\nPCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBR_8681_NBR_8681_2003_03_STANDARD\x10\xfe\x30\x12K\nFCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NTC_NTC_2018_01_STANDARD\x10\xd6\x31\x12N\nICOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_NTC_TIMBER_2018_01_STANDARD\x10\xa4\x32\x12P\nKCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_SANS_10160_1_2010_05_STANDARD\x10\xbb\x31\x12T\nOCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_SANS_10163_1_TIMBER_2003_STANDARD\x10\x9a\x34\x12S\nNCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_SIA_260_SIA_260_2013_08_STANDARD\x10\xd1\x30\x12Z\nUCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_SIA_260_TIMBER_SIA_260_2013_08_STANDARD\x10\xd2\x30\x12L\nGCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_SP_20_13330_2016_STANDARD\x10\xec\x31\x12G\nBCOMBINATION_WIZARD_NATIONAL_ANNEX_AND_EDITION_TS_500_2002_STANDARD\x10\xb9\x33\x12X\nSCOMBINATION_WIZARD_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1990_CEN_2010_04_STANDARD\x10\xbf\x30\"\xde\x1b\n\x16\x43oncreteDesignStandard\x12$\n CONCRETE_DESIGN_STANDARD_UNKNOWN\x10\x00\x12\x45\n@CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_ACI_318_2014_STANDARD\x10\x9f\x33\x12\x45\n@CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_ACI_318_2019_STANDARD\x10\xfe\x31\x12G\nBCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_A23_3_2019_STANDARD\x10\x80\x32\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_BDS_2019_03_STANDARD\x10\xcf/\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_BS_2014_12_STANDARD\x10\xd0/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_CSN_2016_05_STANDARD\x10\xd1/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_CYS_2004_03_STANDARD\x10\xd2/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_DIN_2015_12_STANDARD\x10\xd7!\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_DK_2017_06_STANDARD\x10\xd3/\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_DK_2021_05_STANDARD\x10\xa9\x33\x12M\nHCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_ELOT_2014_11_STANDARD\x10\xd2\x33\x12I\nDCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_EVS_2021_STANDARD\x10\xc3\x33\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_HRN_2015_10_STANDARD\x10\xac\x33\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_ILNAS_2020_STANDARD\x10\xc0\x33\x12I\nDCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_IST_2014_STANDARD\x10\xbd\x33\x12I\nDCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_I_S_2020_STANDARD\x10\xbf\x33\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_LST_2019_06_STANDARD\x10\xd5/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_LVS_2016_07_STANDARD\x10\xd6/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_LVS_2020_09_STANDARD\x10\xb5\x33\x12I\nDCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_MKC_2020_STANDARD\x10\xc2\x33\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_MSZ_2016_01_STANDARD\x10\xb6\x33\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_MS_2010_01_STANDARD\x10\xd7/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_NBN_2015_02_STANDARD\x10\xd8/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_NEN_2020_02_STANDARD\x10\xea\x30\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_NF_2016_03_STANDARD\x10\xda/\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_NP_2019_09_STANDARD\x10\xdb/\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_NS_2010_11_STANDARD\x10\xe4\x31\x12O\nJCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_OENORM_2018_01_STANDARD\x10\xdc/\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_PN_2010_09_STANDARD\x10\xeb\x30\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_PN_2018_11_STANDARD\x10\xab\x33\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SFS_2015_01_STANDARD\x10\xec\x30\x12M\nHCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SIST_2015_03_STANDARD\x10\xdf/\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SN_2014_05_STANDARD\x10\x84\x32\x12K\nFCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SR_2015_11_STANDARD\x10\xe0/\x12U\nPCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SS_SINGAPORE_2008_06_STANDARD\x10\xe1/\x12R\nMCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SS_SWEDEN_2014_12_STANDARD\x10\xd9\x30\x12R\nMCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_SS_SWEDEN_2019_01_STANDARD\x10\x9d\x33\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_STN_2015_12_STANDARD\x10\xe3/\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_TKP_2009_12_STANDARD\x10\xe7\x31\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNE_2015_09_STANDARD\x10\xee\x30\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNI_2007_07_STANDARD\x10\xed\x30\x12G\nBCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_IS_456_2000_07_STANDARD\x10\xb5\x34\x12\x44\n?CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD\x10\x9f\x32\x12L\nGCONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_63_13330_2018_12_STANDARD\x10\x82\x32\x12T\nPCONCRETE_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1992_CEN_2014_11_STANDARD\x10\x0c\"\x9d\x02\n\x13GlassDesignStandard\x12!\n\x1dGLASS_DESIGN_STANDARD_UNKNOWN\x10\x00\x12H\nCGLASS_DESIGN_NATIONAL_ANNEX_AND_EDITION_ASTM_E1300_2024_04_STANDARD\x10\xa4\x34\x12:\n5GLASS_DESIGN_NATIONAL_ANNEX_AND_EDITION_NONE_STANDARD\x10\x98\x34\x12]\nXGLASS_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_DIN_18008_2020_05_GLASS_DESIGN_STANDARD\x10\xde\x33\"\xd5-\n\x12LoadWizardStandard\x12 \n\x1cLOAD_WIZARD_STANDARD_UNKNOWN\x10\x00\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_AIJ_RLB_2015_STANDARD\x10\xe5\x33\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2016_STANDARD\x10\xb4\x31\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2022_STANDARD\x10\xd3\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_AS_1170_2011_STANDARD\x10\xa6\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_AS_1170_2021_STANDARD\x10\xc6\x33\x12\x45\n@LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_AZDTN_2_1_1_2015_STANDARD\x10\xe2\x33\x12>\n9LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_BNBC_2015_STANDARD\x10\x9d\x34\x12\x44\n?LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_CFE_VIENTO_2008_STANDARD\x10\xaf\x33\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_CIRSOC_2005_STANDARD\x10\xb1\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_CPCACSV_1990_STANDARD\x10\xa9\x34\x12<\n7LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_CR_2012_STANDARD\x10\xdb\x33\x12\x46\nALOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_CTE_DB_SE_AE_2009_STANDARD\x10\x9e\x33\x12\x45\n@LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_DBN_V_1_2_2_2006_STANDARD\x10\xbe\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_ECP_201_2012_STANDARD\x10\x95\x34\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_BAS_2018_06_STANDARD\x10\xd5\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_BDS_2015_10_STANDARD\x10\xca/\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_BS_2018_10_STANDARD\x10\xd7\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_CSN_2017_01_STANDARD\x10\xcb/\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_CYS_2010_10_STANDARD\x10\xd8\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_DIN_2019_04_STANDARD\x10\xcc/\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_DS_2015_10_STANDARD\x10\xc2\x31\x12I\nDLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_ELOT_2010_11_STANDARD\x10\xee\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_EVS_2016_07_STANDARD\x10\xd9\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_HRN_2016_05_STANDARD\x10\xda\x32\x12J\nELOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_ILNAS_2020_03_STANDARD\x10\xdc\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_IST_2016_02_STANDARD\x10\xdd\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_I_S_2005_01_STANDARD\x10\xdb\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_LST_2015_11_STANDARD\x10\xde\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_LVS_2019_01_STANDARD\x10\xdf\x32\x12I\nDLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_MEST_2017_04_STANDARD\x10\xe0\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_MKC_2020_01_STANDARD\x10\xef\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_MSZ_2016_09_STANDARD\x10\xe1\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_NBN_2015_10_STANDARD\x10\xe3\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_NEN_2020_08_STANDARD\x10\xe4\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_NEN_2023_03_STANDARD\x10\x90\x34\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_NF_2019_04_STANDARD\x10\xe5\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_NP_2016_05_STANDARD\x10\xe6\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_NS_2018_05_STANDARD\x10\xe7\x32\x12K\nFLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_OENORM_2019_07_STANDARD\x10\xcd/\x12K\nFLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_OENORM_2022_05_STANDARD\x10\xba\x33\x12K\nFLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_OENORM_2023_04_STANDARD\x10\xe1\x33\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_PN_2015_10_STANDARD\x10\xe8\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SFS_2016_12_STANDARD\x10\xe9\x32\x12I\nDLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SIST_2015_11_STANDARD\x10\xea\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SM_2018_11_STANDARD\x10\xb6\x34\x12I\nDLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SRPS_2017_09_STANDARD\x10\xec\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SR_2017_02_STANDARD\x10\xeb\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2009_06_STANDARD\x10\xe2\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2019_06_STANDARD\x10\xd6\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2024_11_STANDARD\x10\xa8\x34\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_STN_2016_01_STANDARD\x10\xca\x32\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_TKP_2015_07_STANDARD\x10\xf0\x32\x12G\nBLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_TS_2018_02_STANDARD\x10\x9a\x33\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_UNE_2018_06_STANDARD\x10\xab\x34\x12H\nCLOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_UNI_2015_12_STANDARD\x10\xed\x32\x12\x42\n=LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_GB_50009_2012_STANDARD\x10\xa3\x33\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_IS_875_2020_STANDARD\x10\xa4\x33\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_IS_875_2021_STANDARD\x10\x9c\x34\x12=\n8LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_KBC_2016_STANDARD\x10\xe8\x33\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_KDS_41_2022_STANDARD\x10\x8f\x34\x12\x45\n@LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_LOAD_WIZARD_NONE_STANDARD\x10\xd7\x30\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_MS_1553_2002_STANDARD\x10\xa1\x34\x12>\n9LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBCN_2006_STANDARD\x10\x93\x34\x12=\n8LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_2015_STANDARD\x10\x93\x33\x12=\n8LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBC_2020_STANDARD\x10\xb4\x33\x12\x42\n=LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NBR_6123_2013_STANDARD\x10\xa1\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NCH_432_2010_STANDARD\x10\xb2\x33\x12>\n9LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NSCP_2015_STANDARD\x10\x9f\x34\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NSR_10_2010_STANDARD\x10\xb3\x34\x12=\n8LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NTC_2018_STANDARD\x10\xd1\x33\x12\x43\n>LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NTE_E_020_2020_STANDARD\x10\xa6\x34\x12\x42\n=LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NZS_1170_2011_STANDARD\x10\xa8\x33\x12\x42\n=LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_NZS_1170_2021_STANDARD\x10\xc7\x33\x12\x44\n?LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_SANS_10160_2019_STANDARD\x10\xa0\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_SBC_301_2007_STANDARD\x10\xaa\x33\x12\x41\n<LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_SBC_301_2018_STANDARD\x10\xa5\x34\x12\x44\n?LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_SIA_261_2020_08_STANDARD\x10\xf1\x32\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_SI_414_2022_STANDARD\x10\xed\x33\x12=\n8LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_TBC_2015_STANDARD\x10\x92\x34\x12\x43\n>LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_TCVN_2737_1995_STANDARD\x10\x96\x34\x12@\n;LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_TS_498_2020_STANDARD\x10\xec\x33\x12Q\nLLOAD_WIZARD_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_CEN_2015_09_STANDARD\x10\xc3\x30\"\xe8\"\n\x17\x44ynamicAnalysisStandard\x12%\n!DYNAMIC_ANALYSIS_STANDARD_UNKNOWN\x10\x00\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2005_IBC_2009_STANDARD\x10\x89\x32\x12Q\nLDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2010_IBC_2012_15_STANDARD\x10\x87\x32\x12Q\nLDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2016_IBC_2018_21_STANDARD\x10\xba\x31\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_ASCE_7_2022_IBC_2024_STANDARD\x10\xa5\x33\x12K\nFDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_AS_1170_4_2018_02_STANDARD\x10\xd5\x33\x12K\nFDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_CFE_SISMO_2015_07_STANDARD\x10\xa6\x32\x12L\nGDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_CIRSOC_103_2013_07_STANDARD\x10\xa2\x32\x12J\nEDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_DIN_4149_2005_04_STANDARD\x10\xe1\x31\x12J\nEDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_DTR_BC_2_48_2003_STANDARD\x10\xd4\x33\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_BAS_2018_08_STANDARD\x10\xcc\x33\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_BDS_2012_03_STANDARD\x10\xc4\x31\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_BS_2008_08_STANDARD\x10\xc5\x31\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_CSN_2016_09_STANDARD\x10\xc6\x31\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_CYS_2009_03_STANDARD\x10\xac\x31\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_DIN_2011_01_STANDARD\x10\xe6\x30\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_DIN_2021_07_STANDARD\x10\xf8\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_DIN_2023_11_STANDARD\x10\x8e\x34\x12P\nKDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_ELOT_2015_04_STANDARD\x10\x95\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_HRN_2011_06_STANDARD\x10\xb8\x33\x12Q\nLDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_ILNAS_2011_09_STANDARD\x10\x98\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_LST_2010_12_STANDARD\x10\x97\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_LVS_2015_01_STANDARD\x10\x99\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_MSZ_2013_07_STANDARD\x10\xbb\x33\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_MS_2017_01_STANDARD\x10\x9a\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_NBN_2011_10_STANDARD\x10\xc9\x31\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_NF_2013_12_STANDARD\x10\xc7\x31\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_NP_2010_03_STANDARD\x10\xc8\x31\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_NS_2014_05_STANDARD\x10\xcb\x31\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_NS_2021_06_STANDARD\x10\xcd\x33\x12R\nMDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_OENORM_2017_07_STANDARD\x10\xc6\x1b\x12P\nKDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_SIST_2022_05_STANDARD\x10\xf4\x30\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_SN_2019_12_STANDARD\x10\x94\x32\x12P\nKDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_SRPS_2018_12_STANDARD\x10\xad\x33\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_SR_2008_11_STANDARD\x10\xf3\x30\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_SS_2013_02_STANDARD\x10\x9b\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_STN_2009_04_STANDARD\x10\xcc\x31\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_UNE_2020_01_STANDARD\x10\x9c\x32\x12O\nJDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_UNI_2013_03_STANDARD\x10\xe9\x30\x12J\nEDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_GB_50011_2010_12_STANDARD\x10\xf2\x31\x12\x42\n=DYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_IBC_2000_STANDARD\x10\x8a\x32\x12K\nFDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_IS_1893_1_2016_12_STANDARD\x10\xf3\x31\x12\x42\n=DYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NBC_2015_STANDARD\x10\xe2\x31\x12\x42\n=DYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NBC_2020_STANDARD\x10\xd0\x33\x12\x46\nADYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NCH_433_2009_STANDARD\x10\xce\x33\x12\x46\nADYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NCSE_02_2009_STANDARD\x10\x8d\x32\x12J\nEDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NPR_9998_2018_11_STANDARD\x10\xe3\x31\x12J\nEDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NPR_9998_2020_12_STANDARD\x10\xae\x33\x12H\nCDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NSR_10_2010_10_STANDARD\x10\xd6\x33\x12\x45\n@DYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD\x10\xdd\x31\x12I\nDDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_P_100_1_2013_08_STANDARD\x10\x9d\x32\x12N\nIDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_SANS_10160_4_2017_02_STANDARD\x10\xdd\x33\x12\x46\nADYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_SBC_301_2018_STANDARD\x10\xe7\x33\x12I\nDDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_SIA_261_2014_07_STANDARD\x10\xdc\x31\x12I\nDDYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_SIA_261_2020_08_STANDARD\x10\x93\x32\x12\x43\n>DYNAMIC_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_TBEC_2018_STANDARD\x10\x8b\x32\x12X\nSDYNAMIC_ANALYSIS_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1998_1_CEN_2013_05_STANDARD\x10\xc0\x17\"\xe5\x17\n\x1cGeotechnicalAnalysisStandard\x12*\n&GEOTECHNICAL_ANALYSIS_STANDARD_UNKNOWN\x10\x00\x12[\nVGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_ACI_318_2014_CONCRETE_DESIGN_STANDARD\x10\x9f\x33\x12[\nVGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_ACI_318_2019_CONCRETE_DESIGN_STANDARD\x10\xfe\x31\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_BDS_2015_02_STANDARD\x10\xef\x33\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_BS_2013_01_STANDARD\x10\xf3\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_CSN_2014_06_STANDARD\x10\xf6\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_CYS_2013_01_STANDARD\x10\x8c\x34\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_DIN_2022_10_STANDARD\x10\x99\x34\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_DK_2021_01_STANDARD\x10\xfd\x33\x12S\nNGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_ELOT_2013_11_STANDARD\x10\xfb\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_EVS_2014_01_STANDARD\x10\xfa\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_HRN_2016_01_STANDARD\x10\xf9\x33\x12T\nOGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_ILNAS_2020_03_STANDARD\x10\x80\x34\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_IST_2013_11_STANDARD\x10\xfe\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_I_S_2015_07_STANDARD\x10\xee\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_LST_2014_01_STANDARD\x10\xf4\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_LVS_2009_01_STANDARD\x10\xff\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_MKC_2022_01_STANDARD\x10\x85\x34\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_MSZ_2015_01_STANDARD\x10\xfc\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_NBN_2014_01_STANDARD\x10\xf8\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_NEN_2019_07_STANDARD\x10\x87\x34\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_NF_2018_09_STANDARD\x10\xf0\x33\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_NP_2013_01_STANDARD\x10\x81\x34\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_NS_2020_12_STANDARD\x10\x84\x34\x12U\nPGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_OENORM_2022_10_STANDARD\x10\x86\x34\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_PN_2014_05_STANDARD\x10\xf1\x33\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_SFS_2014_01_STANDARD\x10\x88\x34\x12X\nSGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_SINGAPORE_2018_01_STANDARD\x10\xf2\x33\x12S\nNGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_SIST_2022_01_STANDARD\x10\xf5\x33\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_SN_2013_01_STANDARD\x10\x83\x34\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_SR_2016_09_STANDARD\x10\x82\x34\x12Q\nLGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_SS_2013_01_STANDARD\x10\x89\x34\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_STN_2014_01_STANDARD\x10\x8d\x34\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_UNE_2010_01_STANDARD\x10\x8a\x34\x12R\nMGEOTECHNICAL_ANALYSIS_NATIONAL_ANNEX_AND_EDITION_EN_1997_UNI_2013_01_STANDARD\x10\x8b\x34\x12[\nVGEOTECHNICAL_ANALYSIS_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1997_CEN_2013_08_STANDARD\x10\xdc\x33\"\xaf\"\n\x13SteelDesignStandard\x12!\n\x1dSTEEL_DESIGN_STANDARD_UNKNOWN\x10\x00\x12\x43\n>STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISC_360_2010_STANDARD\x10\x96\x33\x12\x43\n>STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISC_360_2016_STANDARD\x10\x97\x33\x12\x43\n>STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISC_360_2022_STANDARD\x10\xe4\x33\x12\x44\n?STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISI_S100_2016_STANDARD\x10\x9c\x33\x12\x45\n@STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_AS_4100_2016_06_STANDARD\x10\xff\x31\x12\x45\n@STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_AS_4100_2020_08_STANDARD\x10\x97\x34\x12\x45\n@STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_BS_5950_2001_05_STANDARD\x10\xe4-\x12\x43\n>STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_S136_2016_STANDARD\x10\xcb\x33\x12\x42\n=STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_S16_2014_STANDARD\x10\xea\x31\x12\x42\n=STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_S16_2019_STANDARD\x10\x85\x32\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_BDS_2015_10_STANDARD\x10\xfd/\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_BS_2016_07_STANDARD\x10\xff/\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_CSN_2016_06_STANDARD\x10\x81\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_CSN_2020_05_STANDARD\x10\xbc\x33\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_CYS_2015_07_STANDARD\x10\x83\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DIN_2016_04_STANDARD\x10\x85\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DIN_2020_11_STANDARD\x10\xb0\x33\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DS_2015_07_STANDARD\x10\x87\x30\x12J\nESTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_ELOT_2017_01_STANDARD\x10\xc9\x32\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_EVS_2015_08_STANDARD\x10\xb1\x32\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_HRN_2016_03_STANDARD\x10\xcf\x32\x12K\nFSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_ILNAS_2015_06_STANDARD\x10\x8c\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_IST_2015_11_STANDARD\x10\xa9\x32\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_I_S_2016_03_STANDARD\x10\xd3\x32\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_LST_2017_01_STANDARD\x10\x8a\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_LVS_2015_10_STANDARD\x10\x8d\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_MSZ_2015_11_STANDARD\x10\xd1\x32\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_MS_2010_01_STANDARD\x10\x8e\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NBN_2015_07_STANDARD\x10\x8f\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NBN_2019_08_STANDARD\x10\xd9\x33\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NEN_2007_12_STANDARD\x10\x90\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NEN_2016_12_STANDARD\x10\xa7\x32\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NF_2016_02_STANDARD\x10\x91\x30\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NP_2009_03_STANDARD\x10\x99\x30\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NS_2015_09_STANDARD\x10\x95\x30\x12L\nGSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_OENORM_2015_12_STANDARD\x10\x98\x30\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_PN_2015_08_STANDARD\x10\x92\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SFS_2015_08_STANDARD\x10\x9a\x30\x12J\nESTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SIST_2016_09_STANDARD\x10\xa8\x32\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SN_2016_07_STANDARD\x10\xe6\x31\x12J\nESTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SRPS_2021_02_STANDARD\x10\x9b\x34\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SR_2016_04_STANDARD\x10\x9b\x30\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SS_2015_06_STANDARD\x10\x9d\x30\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SS_2019_05_STANDARD\x10\x9c\x30\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SS_2021_01_STANDARD\x10\xda\x33\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_STN_2015_10_STANDARD\x10\x9e\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_TKP_2015_04_STANDARD\x10\xcd\x32\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_UNE_2016_02_STANDARD\x10\xa4\x30\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_UNI_2015_08_STANDARD\x10\xa7\x30\x12\x46\nASTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_GB_50017_2017_12_STANDARD\x10\xe7\x30\x12\x46\nASTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_GB_50018_2002_09_STANDARD\x10\xa0\x34\x12\x44\n?STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_IS_800_2007_12_STANDARD\x10\xeb\x31\x12\x46\nASTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_NBR_8800_2008_08_STANDARD\x10\xf4\x31\x12\x41\n<STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD\x10\xa0\x32\x12\x45\n@STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_PLASTIC_2002_03_STANDARD\x10\x91\x34\x12H\nCSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_SANS_10162_2011_05_STANDARD\x10\xd7\x33\x12\x45\n@STEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_SIA_263_2013_01_STANDARD\x10\xa7\x33\x12I\nDSTEEL_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_16_13330_2017_02_STANDARD\x10\xe5\x31\x12Q\nMSTEEL_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1993_CEN_2015_06_STANDARD\x10\x11\"\xe4\x1c\n\x18SteelJointDesignStandard\x12\'\n#STEEL_JOINT_DESIGN_STANDARD_UNKNOWN\x10\x00\x12I\nDSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISC_360_2010_STANDARD\x10\x96\x33\x12I\nDSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISC_360_2016_STANDARD\x10\x97\x33\x12I\nDSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_AISC_360_2022_STANDARD\x10\xe4\x33\x12H\nCSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_S16_2014_STANDARD\x10\xea\x31\x12H\nCSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_S16_2019_STANDARD\x10\x85\x32\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_BDS_2015_10_STANDARD\x10\xfd/\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_BS_2016_07_STANDARD\x10\xff/\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_CSN_2016_06_STANDARD\x10\x81\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_CSN_2020_05_STANDARD\x10\xbc\x33\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_CYS_2015_07_STANDARD\x10\x83\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DIN_2016_04_STANDARD\x10\x85\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DIN_2020_11_STANDARD\x10\xb0\x33\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_DS_2015_07_STANDARD\x10\x87\x30\x12P\nKSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_ELOT_2017_01_STANDARD\x10\xc9\x32\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_EVS_2015_08_STANDARD\x10\xb1\x32\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_HRN_2016_03_STANDARD\x10\xcf\x32\x12Q\nLSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_ILNAS_2015_06_STANDARD\x10\x8c\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_IST_2015_11_STANDARD\x10\xa9\x32\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_I_S_2016_03_STANDARD\x10\xd3\x32\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_LST_2017_01_STANDARD\x10\x8a\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_LVS_2015_10_STANDARD\x10\x8d\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_MSZ_2015_11_STANDARD\x10\xd1\x32\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_MS_2010_01_STANDARD\x10\x8e\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NBN_2015_07_STANDARD\x10\x8f\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NBN_2019_08_STANDARD\x10\xd9\x33\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NEN_2007_12_STANDARD\x10\x90\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NEN_2016_12_STANDARD\x10\xa7\x32\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NF_2016_02_STANDARD\x10\x91\x30\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NP_2009_03_STANDARD\x10\x99\x30\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_NS_2015_09_STANDARD\x10\x95\x30\x12R\nMSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_OENORM_2015_12_STANDARD\x10\x98\x30\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_PN_2015_08_STANDARD\x10\x92\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SFS_2015_08_STANDARD\x10\x9a\x30\x12P\nKSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SIST_2016_09_STANDARD\x10\xa8\x32\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SN_2016_07_STANDARD\x10\xe6\x31\x12P\nKSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SRPS_2021_02_STANDARD\x10\x9b\x34\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SR_2016_04_STANDARD\x10\x9b\x30\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SS_2015_06_STANDARD\x10\x9d\x30\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SS_2019_05_STANDARD\x10\x9c\x30\x12N\nISTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_SS_2021_01_STANDARD\x10\xda\x33\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_STN_2015_10_STANDARD\x10\x9e\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_TKP_2015_04_STANDARD\x10\xcd\x32\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_UNE_2016_02_STANDARD\x10\xa4\x30\x12O\nJSTEEL_JOINT_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1993_UNI_2015_08_STANDARD\x10\xa7\x30\x12W\nSSTEEL_JOINT_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1993_CEN_2015_06_STANDARD\x10\x11\"\xbd\x1c\n\x14TimberDesignStandard\x12\"\n\x1eTIMBER_DESIGN_STANDARD_UNKNOWN\x10\x00\x12\x46\nATIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_AS_1720_2010_06_STANDARD\x10\xa2\x33\x12\x43\n>TIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_O86_2014_STANDARD\x10\xf9\x30\x12\x43\n>TIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_O86_2019_STANDARD\x10\xe6\x33\x12\x43\n>TIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_CSA_O86_2024_STANDARD\x10\xa3\x34\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_BDS_2017_06_STANDARD\x10\x82\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_BS_2019_09_STANDARD\x10\x83\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_CSN_2015_05_STANDARD\x10\xef\x30\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_CYS_2019_06_STANDARD\x10\x84\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_DIN_2014_07_STANDARD\x10\x9c\"\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_DS_2019_09_STANDARD\x10\x85\x31\x12K\nFTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_ELOT_2010_01_STANDARD\x10\xad\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_EVS_2015_11_STANDARD\x10\xac\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_HRN_2015_03_STANDARD\x10\xab\x32\x12L\nGTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_ILNAS_2020_03_STANDARD\x10\x88\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_IST_2014_09_STANDARD\x10\xaf\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_I_S_2010_03_STANDARD\x10\x86\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_I_S_2014_05_STANDARD\x10\xb5\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_LST_2014_06_STANDARD\x10\x87\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_LVS_2014_12_STANDARD\x10\x89\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_MSZ_2015_06_STANDARD\x10\xae\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_NBN_2014_06_STANDARD\x10\x8a\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_NEN_2014_06_STANDARD\x10\x8b\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_NF_2020_04_STANDARD\x10\x8c\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_NP_2014_09_STANDARD\x10\x8d\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_NS_2014_08_STANDARD\x10\x8e\x31\x12M\nHTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_OENORM_2015_06_STANDARD\x10\xf0\x30\x12M\nHTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_OENORM_2019_06_STANDARD\x10\xaa\x32\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_PN_2014_07_STANDARD\x10\x8f\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_SFS_2016_12_STANDARD\x10\x90\x31\x12K\nFTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_SIST_2018_01_STANDARD\x10\x91\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_SN_2015_03_STANDARD\x10\xb2\x32\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_SR_2014_12_STANDARD\x10\x92\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_SS_2014_05_STANDARD\x10\x93\x31\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_SS_2018_02_STANDARD\x10\xb0\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_STN_2019_12_STANDARD\x10\x94\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_TKP_2019_09_STANDARD\x10\xcc\x32\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_UNE_2016_04_STANDARD\x10\x95\x31\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1995_UNI_2016_11_STANDARD\x10\x96\x31\x12G\nBTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_GB_50005_2017_11_STANDARD\x10\xf7\x31\x12G\nBTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_NBR_7190_2022_06_STANDARD\x10\xe9\x33\x12?\n:TIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_NDS_2018_STANDARD\x10\x98\x33\x12?\n:TIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_NDS_2024_STANDARD\x10\x9e\x34\x12\x42\n=TIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD\x10\xa1\x32\x12I\nDTIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_SANS_10163_2003_12_STANDARD\x10\xea\x33\x12\x46\nATIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_SIA_265_2015_08_STANDARD\x10\xb3\x31\x12\x46\nATIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_SIA_265_2021_05_STANDARD\x10\x91\x33\x12J\nETIMBER_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_64_13330_2017_02_STANDARD\x10\x99\x33\x12S\nNTIMBER_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1995_CEN_2014_05_STANDARD\x10\x99\"\"\x95\x01\n\x15MasonryDesignStandard\x12#\n\x1fMASONRY_DESIGN_STANDARD_UNKNOWN\x10\x00\x12W\nRMASONRY_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1996_OENORM_2016_11_STANDARD\x10\x86\x32\"\x8a\x02\n\x1b\x41luminumDesignStandardGroup\x12*\n&ALUMINUM_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12\'\n\"ALUMINUM_DESIGN_ADM_STANDARD_GROUP\x10\xbf+\x12,\n\'ALUMINUM_DESIGN_CSA_S157_STANDARD_GROUP\x10\xc1,\x12,\n\'ALUMINUM_DESIGN_GB_50429_STANDARD_GROUP\x10\xa3,\x12:\n5ALUMINUM_DESIGN_STANDARD_GROUP_EN_1999_STANDARD_GROUP\x10\xbe+\"\xe4\x0f\n\x1e\x43ombinationWizardStandardGroup\x12-\n)COMBINATION_WIZARD_STANDARD_GROUP_UNKNOWN\x10\x00\x12.\n)COMBINATION_WIZARD_ACI_318_STANDARD_GROUP\x10\xd2+\x12\x33\n.COMBINATION_WIZARD_ASCE_7_GLASS_STANDARD_GROUP\x10\xc7,\x12-\n(COMBINATION_WIZARD_ASCE_7_STANDARD_GROUP\x10\xcf+\x12\x32\n-COMBINATION_WIZARD_ASCE_7_WOOD_STANDARD_GROUP\x10\xd0+\x12\x34\n/COMBINATION_WIZARD_AS_NZS_1170_0_STANDARD_GROUP\x10\x87,\x12;\n6COMBINATION_WIZARD_AS_NZS_1170_0_TIMBER_STANDARD_GROUP\x10\xa8,\x12.\n)COMBINATION_WIZARD_BS_5950_STANDARD_GROUP\x10\xd7+\x12.\n)COMBINATION_WIZARD_CAN_CSA_STANDARD_GROUP\x10\xc9+\x12\x30\n+COMBINATION_WIZARD_CTE_DB_SE_STANDARD_GROUP\x10\xcd+\x12\x30\n+COMBINATION_WIZARD_DIN_18008_STANDARD_GROUP\x10\xae,\x12/\n*COMBINATION_WIZARD_EN_15512_STANDARD_GROUP\x10\xfd+\x12<\n7COMBINATION_WIZARD_EN_1990_BASE___TIMBER_STANDARD_GROUP\x10\x86,\x12\x35\n0COMBINATION_WIZARD_EN_1990_CRANES_STANDARD_GROUP\x10\xa0+\x12:\n5COMBINATION_WIZARD_EN_1990_GEOTECHNICS_STANDARD_GROUP\x10\xa1+\x12;\n6COMBINATION_WIZARD_EN_1990_ROAD_BRIDGES_STANDARD_GROUP\x10\xf4+\x12\x35\n0COMBINATION_WIZARD_EN_1990_TIMBER_STANDARD_GROUP\x10\x9f+\x12\x38\n3COMBINATION_WIZARD_GB_50007_GB_50011_STANDARD_GROUP\x10\xc8,\x12\x38\n3COMBINATION_WIZARD_GB_50009_GB_50011_STANDARD_GROUP\x10\x85,\x12\x38\n3COMBINATION_WIZARD_GB_50068_GB_50011_STANDARD_GROUP\x10\x84,\x12\x38\n3COMBINATION_WIZARD_GB_55001_GB_55002_STANDARD_GROUP\x10\xa7,\x12*\n%COMBINATION_WIZARD_IBC_STANDARD_GROUP\x10\xd3+\x12-\n(COMBINATION_WIZARD_IS_800_STANDARD_GROUP\x10\xd6+\x12*\n%COMBINATION_WIZARD_NBC_STANDARD_GROUP\x10\xd4+\x12/\n*COMBINATION_WIZARD_NBC_WOOD_STANDARD_GROUP\x10\xda+\x12\x38\n3COMBINATION_WIZARD_NBR_7190_1_TIMBER_STANDARD_GROUP\x10\xc4,\x12/\n*COMBINATION_WIZARD_NBR_8681_STANDARD_GROUP\x10\xd5+\x12+\n&COMBINATION_WIZARD_NONE_STANDARD_GROUP\x10\xc8+\x12*\n%COMBINATION_WIZARD_NTC_STANDARD_GROUP\x10\xe3+\x12\x31\n,COMBINATION_WIZARD_NTC_TIMBER_STANDARD_GROUP\x10\xfe+\x12\x33\n.COMBINATION_WIZARD_SANS_10160_1_STANDARD_GROUP\x10\xd9+\x12:\n5COMBINATION_WIZARD_SANS_10163_1_TIMBER_STANDARD_GROUP\x10\xbc,\x12.\n)COMBINATION_WIZARD_SIA_260_STANDARD_GROUP\x10\xca+\x12\x35\n0COMBINATION_WIZARD_SIA_260_TIMBER_STANDARD_GROUP\x10\xcb+\x12\x32\n-COMBINATION_WIZARD_SP_20_13330_STANDARD_GROUP\x10\xeb+\x12=\n8COMBINATION_WIZARD_STANDARD_GROUP_EN_1990_STANDARD_GROUP\x10\x9e+\x12*\n%COMBINATION_WIZARD_TSC_STANDARD_GROUP\x10\x99,\x12\x30\n+COMBINATION_WIZARD_TSC_STEEL_STANDARD_GROUP\x10\x98,\"\xe7\x02\n\x1b\x43oncreteDesignStandardGroup\x12*\n&CONCRETE_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12+\n&CONCRETE_DESIGN_ACI_318_STANDARD_GROUP\x10\xf0+\x12-\n(CONCRETE_DESIGN_CSA_A23_3_STANDARD_GROUP\x10\xf1+\x12*\n%CONCRETE_DESIGN_IS_456_STANDARD_GROUP\x10\xcd,\x12\'\n\"CONCRETE_DESIGN_NTC_STANDARD_GROUP\x10\xf9+\x12/\n*CONCRETE_DESIGN_SP_63_13330_STANDARD_GROUP\x10\xf2+\x12:\n5CONCRETE_DESIGN_STANDARD_GROUP_EN_1992_STANDARD_GROUP\x10\xdd\x05\"\xd0\x01\n\x18GlassDesignStandardGroup\x12\'\n#GLASS_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12+\n&GLASS_DESIGN_ASTM_E1300_STANDARD_GROUP\x10\xc2,\x12\x39\n4GLASS_DESIGN_STANDARD_GROUP_DIN_18008_STANDARD_GROUP\x10\xa6,\x12#\n\x1eGLASS_DESIGN____STANDARD_GROUP\x10\xbb,\"\xdd\x0b\n\x17LoadWizardStandardGroup\x12&\n\"LOAD_WIZARD_STANDARD_GROUP_UNKNOWN\x10\x00\x12\'\n\"LOAD_WIZARD_AIJ_RLB_STANDARD_GROUP\x10\xab,\x12&\n!LOAD_WIZARD_ASCE_7_STANDARD_GROUP\x10\xa3+\x12\'\n\"LOAD_WIZARD_AS_1170_STANDARD_GROUP\x10\x92,\x12+\n&LOAD_WIZARD_AZDTN_2_1_1_STANDARD_GROUP\x10\xa9,\x12$\n\x1fLOAD_WIZARD_BNBC_STANDARD_GROUP\x10\xbd,\x12*\n%LOAD_WIZARD_CFE_VIENTO_STANDARD_GROUP\x10\x95,\x12&\n!LOAD_WIZARD_CIRSOC_STANDARD_GROUP\x10\x96,\x12\'\n\"LOAD_WIZARD_CPCACSV_STANDARD_GROUP\x10\xc6,\x12\"\n\x1dLOAD_WIZARD_CR_STANDARD_GROUP\x10\xa4,\x12,\n\'LOAD_WIZARD_CTE_DB_SE_AE_STANDARD_GROUP\x10\xa4+\x12+\n&LOAD_WIZARD_DBN_V_1_2_2_STANDARD_GROUP\x10\x9a,\x12\'\n\"LOAD_WIZARD_ECP_201_STANDARD_GROUP\x10\xb9,\x12(\n#LOAD_WIZARD_GB_50009_STANDARD_GROUP\x10\x90,\x12&\n!LOAD_WIZARD_IS_875_STANDARD_GROUP\x10\x91,\x12#\n\x1eLOAD_WIZARD_KBC_STANDARD_GROUP\x10\xad,\x12&\n!LOAD_WIZARD_KDS_41_STANDARD_GROUP\x10\xb1,\x12\'\n\"LOAD_WIZARD_MS_1553_STANDARD_GROUP\x10\xc0,\x12$\n\x1fLOAD_WIZARD_NBCN_STANDARD_GROUP\x10\xb6,\x12#\n\x1eLOAD_WIZARD_NBC_STANDARD_GROUP\x10\x88,\x12(\n#LOAD_WIZARD_NBR_6123_STANDARD_GROUP\x10\x8e,\x12\'\n\"LOAD_WIZARD_NCH_432_STANDARD_GROUP\x10\x97,\x12$\n\x1fLOAD_WIZARD_NONE_STANDARD_GROUP\x10\xce+\x12$\n\x1fLOAD_WIZARD_NSCP_STANDARD_GROUP\x10\xbe,\x12&\n!LOAD_WIZARD_NSR_10_STANDARD_GROUP\x10\xcc,\x12#\n\x1eLOAD_WIZARD_NTC_STANDARD_GROUP\x10\x9f,\x12)\n$LOAD_WIZARD_NTE_E_020_STANDARD_GROUP\x10\xc3,\x12(\n#LOAD_WIZARD_NZS_1170_STANDARD_GROUP\x10\x93,\x12*\n%LOAD_WIZARD_SANS_10160_STANDARD_GROUP\x10\x8d,\x12\'\n\"LOAD_WIZARD_SBC_301_STANDARD_GROUP\x10\x94,\x12\'\n\"LOAD_WIZARD_SIA_261_STANDARD_GROUP\x10\x83,\x12&\n!LOAD_WIZARD_SI_414_STANDARD_GROUP\x10\xb0,\x12\x36\n1LOAD_WIZARD_STANDARD_GROUP_EN_1991_STANDARD_GROUP\x10\xa2+\x12#\n\x1eLOAD_WIZARD_TBC_STANDARD_GROUP\x10\xb3,\x12)\n$LOAD_WIZARD_TCVN_2737_STANDARD_GROUP\x10\xba,\x12&\n!LOAD_WIZARD_TS_498_STANDARD_GROUP\x10\xaf,\"\xfc\x07\n\x1c\x44ynamicAnalysisStandardGroup\x12+\n\'DYNAMIC_ANALYSIS_STANDARD_GROUP_UNKNOWN\x10\x00\x12/\n*DYNAMIC_ANALYSIS_ASCE_7_IBC_STANDARD_GROUP\x10\xd8+\x12.\n)DYNAMIC_ANALYSIS_AS_1170_4_STANDARD_GROUP\x10\xa1,\x12.\n)DYNAMIC_ANALYSIS_CFE_SISMO_STANDARD_GROUP\x10\xff+\x12/\n*DYNAMIC_ANALYSIS_CIRSOC_103_STANDARD_GROUP\x10\xfc+\x12-\n(DYNAMIC_ANALYSIS_DIN_4149_STANDARD_GROUP\x10\xe8+\x12\x30\n+DYNAMIC_ANALYSIS_DTR_BC_2_48_STANDARD_GROUP\x10\xa0,\x12-\n(DYNAMIC_ANALYSIS_GB_50011_STANDARD_GROUP\x10\xec+\x12,\n\'DYNAMIC_ANALYSIS_IS_1893_STANDARD_GROUP\x10\xed+\x12(\n#DYNAMIC_ANALYSIS_NBC_STANDARD_GROUP\x10\xe9+\x12,\n\'DYNAMIC_ANALYSIS_NCH_433_STANDARD_GROUP\x10\x9d,\x12,\n\'DYNAMIC_ANALYSIS_NCSE_02_STANDARD_GROUP\x10\xf8+\x12-\n(DYNAMIC_ANALYSIS_NPR_9998_STANDARD_GROUP\x10\xea+\x12+\n&DYNAMIC_ANALYSIS_NSR_10_STANDARD_GROUP\x10\xa2,\x12(\n#DYNAMIC_ANALYSIS_NTC_STANDARD_GROUP\x10\xe6+\x12,\n\'DYNAMIC_ANALYSIS_P_100_1_STANDARD_GROUP\x10\xf7+\x12\x31\n,DYNAMIC_ANALYSIS_SANS_10160_4_STANDARD_GROUP\x10\xa5,\x12,\n\'DYNAMIC_ANALYSIS_SBC_301_STANDARD_GROUP\x10\xac,\x12,\n\'DYNAMIC_ANALYSIS_SIA_261_STANDARD_GROUP\x10\xe5+\x12;\n6DYNAMIC_ANALYSIS_STANDARD_GROUP_EN_1998_STANDARD_GROUP\x10\xb5\x0f\x12)\n$DYNAMIC_ANALYSIS_TBEC_STANDARD_GROUP\x10\xf5+\"\xca\x01\n!GeotechnicalAnalysisStandardGroup\x12\x30\n,GEOTECHNICAL_ANALYSIS_STANDARD_GROUP_UNKNOWN\x10\x00\x12\x31\n,GEOTECHNICAL_ANALYSIS_ACI_318_STANDARD_GROUP\x10\xf0+\x12@\n;GEOTECHNICAL_ANALYSIS_STANDARD_GROUP_EN_1997_STANDARD_GROUP\x10\xc4+\"\xfa\x05\n\x18SteelDesignStandardGroup\x12\'\n#STEEL_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12)\n$STEEL_DESIGN_AISC_360_STANDARD_GROUP\x10\xa9+\x12*\n%STEEL_DESIGN_AISI_S100_STANDARD_GROUP\x10\x8a,\x12(\n#STEEL_DESIGN_AS_4100_STANDARD_GROUP\x10\xaf+\x12(\n#STEEL_DESIGN_BS_5950_STANDARD_GROUP\x10\xc7+\x12)\n$STEEL_DESIGN_CSA_S136_STANDARD_GROUP\x10\x9c,\x12(\n#STEEL_DESIGN_CSA_S16_STANDARD_GROUP\x10\xae+\x12)\n$STEEL_DESIGN_GB_50017_STANDARD_GROUP\x10\xad+\x12)\n$STEEL_DESIGN_GB_50018_STANDARD_GROUP\x10\xbf,\x12\'\n\"STEEL_DESIGN_IS_800_STANDARD_GROUP\x10\xaa+\x12)\n$STEEL_DESIGN_NBR_8800_STANDARD_GROUP\x10\xb3+\x12$\n\x1fSTEEL_DESIGN_NTC_STANDARD_GROUP\x10\xfa+\x12(\n#STEEL_DESIGN_PLASTIC_STANDARD_GROUP\x10\xb2,\x12+\n&STEEL_DESIGN_SANS_10162_STANDARD_GROUP\x10\xb2+\x12(\n#STEEL_DESIGN_SIA_263_STANDARD_GROUP\x10\xab+\x12,\n\'STEEL_DESIGN_SP_16_13330_STANDARD_GROUP\x10\xb1+\x12\x36\n2STEEL_DESIGN_STANDARD_GROUP_EN_1993_STANDARD_GROUP\x10\x06\"\xed\x01\n\x1dSteelJointDesignStandardGroup\x12-\n)STEEL_JOINT_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12/\n*STEEL_JOINT_DESIGN_AISC_360_STANDARD_GROUP\x10\xa9+\x12.\n)STEEL_JOINT_DESIGN_CSA_S16_STANDARD_GROUP\x10\xae+\x12<\n8STEEL_JOINT_DESIGN_STANDARD_GROUP_EN_1993_STANDARD_GROUP\x10\x06\"\x83\x04\n\x19TimberDesignStandardGroup\x12(\n$TIMBER_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12)\n$TIMBER_DESIGN_AS_1720_STANDARD_GROUP\x10\x8f,\x12)\n$TIMBER_DESIGN_CSA_O86_STANDARD_GROUP\x10\xb8+\x12*\n%TIMBER_DESIGN_GB_50005_STANDARD_GROUP\x10\xef+\x12*\n%TIMBER_DESIGN_NBR_7190_STANDARD_GROUP\x10\xb9+\x12%\n TIMBER_DESIGN_NDS_STANDARD_GROUP\x10\xb7+\x12%\n TIMBER_DESIGN_NTC_STANDARD_GROUP\x10\xfb+\x12,\n\'TIMBER_DESIGN_SANS_10163_STANDARD_GROUP\x10\xba+\x12)\n$TIMBER_DESIGN_SIA_265_STANDARD_GROUP\x10\xb6+\x12-\n(TIMBER_DESIGN_SP_64_13330_STANDARD_GROUP\x10\x89,\x12\x38\n3TIMBER_DESIGN_STANDARD_GROUP_EN_1995_STANDARD_GROUP\x10\x8f\x14\"\x82\x01\n\x1aMasonryDesignStandardGroup\x12)\n%MASONRY_DESIGN_STANDARD_GROUP_UNKNOWN\x10\x00\x12\x39\n4MASONRY_DESIGN_STANDARD_GROUP_EN_1996_STANDARD_GROUP\x10\xf3+B\x1b\n\x19_aluminum_design_standardB\x1e\n\x1c_combination_wizard_standardB\x1b\n\x19_concrete_design_standardB\x18\n\x16_glass_design_standardB\x17\n\x15_load_wizard_standardB\x1c\n\x1a_dynamic_analysis_standardB!\n\x1f_geotechnical_analysis_standardB\x18\n\x16_steel_design_standardB\x1e\n\x1c_steel_joint_design_standardB\x19\n\x17_timber_design_standardB\x1a\n\x18_masonry_design_standardB!\n\x1f_aluminum_design_standard_groupB$\n\"_combination_wizard_standard_groupB!\n\x1f_concrete_design_standard_groupB\x1e\n\x1c_glass_design_standard_groupB\x1d\n\x1b_load_wizard_standard_groupB\"\n _dynamic_analysis_standard_groupB\'\n%_geotechnical_analysis_standard_groupB\x1e\n\x1c_steel_design_standard_groupB$\n\"_steel_joint_design_standard_groupB\x1f\n\x1d_timber_design_standard_groupB \n\x1e_masonry_design_standard_group\x1a\xd8\x10\n\x0fGeneralSettings\x12*\n\x1dmember_representatives_active\x18\x01 \x01(\x08H\x00\x88\x01\x01\x12.\n!member_set_representatives_active\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12!\n\x14surface_cells_active\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x65\n\x17global_axes_orientation\x18\x04 \x01(\x0e\x32?.dlubal.api.rfem.BaseData.GeneralSettings.GlobalAxesOrientationH\x03\x88\x01\x01\x12\x63\n\x16local_axes_orientation\x18\x05 \x01(\x0e\x32>.dlubal.api.rfem.BaseData.GeneralSettings.LocalAxesOrientationH\x04\x88\x01\x01\x12\'\n\x1agravitational_acceleration\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12!\n\x14orientation_to_north\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12(\n\x1borientation_to_north_active\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1d\n\x10\x64\x61te_of_zero_day\x18\t \x01(\tH\x08\x88\x01\x01\x12{\n#building_story_modify_geometry_type\x18\n \x01(\x0e\x32I.dlubal.api.rfem.BaseData.GeneralSettings.BuildingStoryModifyGeometryTypeH\t\x88\x01\x01\x12p\n\x1d\x62uilding_story_thickness_type\x18\x0b \x01(\x0e\x32\x44.dlubal.api.rfem.BaseData.GeneralSettings.BuildingStoryThicknessTypeH\n\x88\x01\x01\x12 \n\x13tolerance_for_nodes\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13tolerance_for_lines\x18\r \x01(\x01H\x0c\x88\x01\x01\x12#\n\x16tolerance_for_surfaces\x18\x0e \x01(\x01H\r\x88\x01\x01\x12%\n\x18tolerance_for_directions\x18\x0f \x01(\x01H\x0e\x88\x01\x01\"\x80\x01\n\x15GlobalAxesOrientation\x12#\n\x1fGLOBAL_AXES_ORIENTATION_UNKNOWN\x10\x00\x12!\n\x1dGLOBAL_AXES_ORIENTATION_ZDOWN\x10\x01\x12\x1f\n\x1bGLOBAL_AXES_ORIENTATION_ZUP\x10\x02\"\xbe\x01\n\x14LocalAxesOrientation\x12\"\n\x1eLOCAL_AXES_ORIENTATION_UNKNOWN\x10\x00\x12\x1f\n\x1bLOCAL_AXES_ORIENTATION_YUPX\x10\x03\x12\x1f\n\x1bLOCAL_AXES_ORIENTATION_YUPZ\x10\x04\x12 \n\x1cLOCAL_AXES_ORIENTATION_ZDOWN\x10\x01\x12\x1e\n\x1aLOCAL_AXES_ORIENTATION_ZUP\x10\x02\"\xbc\x02\n\x1f\x42uildingStoryModifyGeometryType\x12/\n+BUILDING_STORY_MODIFY_GEOMETRY_TYPE_UNKNOWN\x10\x00\x12?\n;BUILDING_STORY_MODIFY_GEOMETRY_TYPE_CONST_FROM_STORY_GROUND\x10\x03\x12=\n9BUILDING_STORY_MODIFY_GEOMETRY_TYPE_CONST_FROM_STORY_ROOF\x10\x02\x12\x32\n.BUILDING_STORY_MODIFY_GEOMETRY_TYPE_DO_NOTHING\x10\x01\x12\x34\n0BUILDING_STORY_MODIFY_GEOMETRY_TYPE_PROPORTIONAL\x10\x04\"\xab\x01\n\x1a\x42uildingStoryThicknessType\x12)\n%BUILDING_STORY_THICKNESS_TYPE_UNKNOWN\x10\x00\x12.\n*BUILDING_STORY_THICKNESS_TYPE_CLEAR_HEIGHT\x10\x02\x12\x32\n.BUILDING_STORY_THICKNESS_TYPE_EFFECTIVE_HEIGHT\x10\x01\x42 \n\x1e_member_representatives_activeB$\n\"_member_set_representatives_activeB\x17\n\x15_surface_cells_activeB\x1a\n\x18_global_axes_orientationB\x19\n\x17_local_axes_orientationB\x1d\n\x1b_gravitational_accelerationB\x17\n\x15_orientation_to_northB\x1e\n\x1c_orientation_to_north_activeB\x13\n\x11_date_of_zero_dayB&\n$_building_story_modify_geometry_typeB \n\x1e_building_story_thickness_typeB\x16\n\x14_tolerance_for_nodesB\x16\n\x14_tolerance_for_linesB\x19\n\x17_tolerance_for_surfacesB\x1b\n\x19_tolerance_for_directions\x1a\x80\x06\n\x14\x43ombinationsSettings\x12&\n\x19\x63ombination_wizard_active\x18\x01 \x01(\x08H\x00\x88\x01\x01\x12\'\n\x1aresult_combinations_active\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x33\n&result_combinations_parentheses_active\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x35\n(result_combinations_consider_sub_results\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x43\n6automatically_generate_corresponding_load_combinations\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12:\n-combination_name_according_to_action_category\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12X\nKgenerate_load_cases_from_construction_stages_just_before_calculation_active\x18\x07 \x01(\x08H\x06\x88\x01\x01\x42\x1c\n\x1a_combination_wizard_activeB\x1d\n\x1b_result_combinations_activeB)\n\'_result_combinations_parentheses_activeB+\n)_result_combinations_consider_sub_resultsB9\n7_automatically_generate_corresponding_load_combinationsB0\n._combination_name_according_to_action_categoryBN\nL_generate_load_cases_from_construction_stages_just_before_calculation_active\x1a\xc4\t\n\x08Location\x12G\n\x0b\x63ountry_iso\x18\x01 \x01(\x0e\x32-.dlubal.api.rfem.BaseData.Location.CountryIsoH\x00\x88\x01\x01\x12\x13\n\x06street\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x03zip\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x16\n\ttown_city\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x14\n\x07\x63ountry\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x15\n\x08latitude\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x16\n\tlongitude\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x15\n\x08\x61ltitude\x18\x08 \x01(\x01H\x07\x88\x01\x01\"\xee\x06\n\nCountryIso\x12\x1b\n\x17\x43OUNTRY_ISO_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41RG\x10\x01\x12\x07\n\x03\x41US\x10\x02\x12\x07\n\x03\x41UT\x10\x03\x12\x07\n\x03\x41ZE\x10\x04\x12\x07\n\x03\x42\x45L\x10\x05\x12\x07\n\x03\x42GD\x10\x06\x12\x07\n\x03\x42GR\x10\x07\x12\x07\n\x03\x42HS\x10\x08\x12\x07\n\x03\x42IH\x10\t\x12\x07\n\x03\x42LR\x10\n\x12\x07\n\x03\x42OL\x10\x0b\x12\x07\n\x03\x42RA\x10\x0c\x12\x07\n\x03\x43\x41N\x10\r\x12\x07\n\x03\x43HE\x10\x0e\x12\x07\n\x03\x43HL\x10\x0f\x12\x07\n\x03\x43HN\x10\x10\x12\x07\n\x03\x43OL\x10\x11\x12\x07\n\x03\x43RI\x10\x12\x12\x07\n\x03\x43UB\x10\x13\x12\x07\n\x03\x43YP\x10\x14\x12\x07\n\x03\x43ZE\x10\x15\x12\x07\n\x03\x44\x45U\x10\x16\x12\x07\n\x03\x44NK\x10\x17\x12\x07\n\x03\x44OM\x10\x18\x12\x07\n\x03\x44ZA\x10\x19\x12\x07\n\x03\x45\x43U\x10\x1a\x12\x07\n\x03\x45GY\x10\x1b\x12\x07\n\x03\x45SP\x10\x1c\x12\x07\n\x03\x45ST\x10\x1d\x12\x07\n\x03\x45TH\x10\x1e\x12\x07\n\x03\x46IN\x10\x1f\x12\x07\n\x03\x46JI\x10 \x12\x07\n\x03\x46RA\x10!\x12\x07\n\x03GBR\x10\"\x12\x07\n\x03GRC\x10#\x12\x07\n\x03GTM\x10$\x12\x07\n\x03HKG\x10%\x12\x07\n\x03HND\x10&\x12\x07\n\x03HRV\x10\'\x12\x07\n\x03HUN\x10(\x12\x07\n\x03IND\x10)\x12\x07\n\x03IRL\x10*\x12\x07\n\x03IRN\x10+\x12\x07\n\x03IRQ\x10,\x12\x07\n\x03ISL\x10-\x12\x07\n\x03ISR\x10.\x12\x07\n\x03ITA\x10/\x12\x07\n\x03JOR\x10\x30\x12\x07\n\x03JPN\x10\x31\x12\x07\n\x03KOR\x10\x32\x12\x07\n\x03LIE\x10\x33\x12\x07\n\x03LTU\x10\x34\x12\x07\n\x03LUX\x10\x35\x12\x07\n\x03LVA\x10\x36\x12\x07\n\x03MAR\x10\x37\x12\x07\n\x03MDA\x10\x38\x12\x07\n\x03MEX\x10\x39\x12\x07\n\x03MKD\x10:\x12\x07\n\x03MMR\x10;\x12\x07\n\x03MNE\x10<\x12\x07\n\x03MYS\x10=\x12\x07\n\x03NGA\x10>\x12\x07\n\x03NIC\x10?\x12\x07\n\x03NLD\x10@\x12\x07\n\x03NOR\x10\x41\x12\x07\n\x03NPL\x10\x42\x12\x07\n\x03NZL\x10\x43\x12\x07\n\x03PAK\x10\x44\x12\x07\n\x03PER\x10\x45\x12\x07\n\x03PHL\x10\x46\x12\x07\n\x03POL\x10G\x12\x07\n\x03PRI\x10H\x12\x07\n\x03PRT\x10I\x12\x07\n\x03PRY\x10J\x12\x07\n\x03ROU\x10K\x12\x07\n\x03RUS\x10L\x12\x07\n\x03SAU\x10M\x12\x07\n\x03SGP\x10N\x12\x07\n\x03SLV\x10O\x12\x07\n\x03SRB\x10P\x12\x07\n\x03SVK\x10Q\x12\x07\n\x03SVN\x10R\x12\x07\n\x03SWE\x10S\x12\x07\n\x03TUN\x10T\x12\x07\n\x03TUR\x10U\x12\x07\n\x03TWN\x10V\x12\x07\n\x03UKR\x10W\x12\x07\n\x03URY\x10X\x12\x07\n\x03USA\x10Y\x12\x07\n\x03UZB\x10Z\x12\x07\n\x03VEN\x10[\x12\x07\n\x03VNM\x10\\\x12\x07\n\x03ZAF\x10]B\x0e\n\x0c_country_isoB\t\n\x07_streetB\x06\n\x04_zipB\x0c\n\n_town_cityB\n\n\x08_countryB\x0b\n\t_latitudeB\x0c\n\n_longitudeB\x0b\n\t_altitude\x1a\xddR\n\x0fWizardsDefaults\x12\\\n\x15snow_load_wizard_zone\x18\x01 \x01(\x0e\x32\x38.dlubal.api.rfem.BaseData.WizardsDefaults.LoadWizardZoneH\x00\x88\x01\x01\x12\\\n\x15wind_load_wizard_zone\x18\x02 \x01(\x0e\x32\x38.dlubal.api.rfem.BaseData.WizardsDefaults.LoadWizardZoneH\x01\x88\x01\x01\x12\x62\n\x1b\x65\x61rthquake_load_wizard_zone\x18\x03 \x01(\x0e\x32\x38.dlubal.api.rfem.BaseData.WizardsDefaults.LoadWizardZoneH\x02\x88\x01\x01\x12\x16\n\tsnow_load\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\twind_load\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\"\n\x15s_k_load_wizard_value\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\"\n\x15v_b_load_wizard_value\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\"\n\x15q_b_load_wizard_value\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\"\n\x15p_g_load_wizard_value\x18\t \x01(\x01H\x08\x88\x01\x01\"\x91M\n\x0eLoadWizardZone\x12\x1c\n\x18LOAD_WIZARD_ZONE_UNKNOWN\x10\x00\x12\"\n\x1dLOAD_WIZARD_ZONE_0_18_TO_0_38\x10\xbf\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_0_2\x10\xff\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_0_3\x10\xfd\x01\x12\"\n\x1dLOAD_WIZARD_ZONE_0_39_TO_0_48\x10\xc0\x01\x12\x1b\n\x16LOAD_WIZARD_ZONE_0_3_S\x10\xb0\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_0_4\x10\xa0\x01\x12!\n\x1cLOAD_WIZARD_ZONE_0_49_TO_0_6\x10\xc1\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_0_5\x10\xa1\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_0_6\x10\xa2\x01\x12!\n\x1cLOAD_WIZARD_ZONE_0_61_TO_0_7\x10\xc2\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_0_65\x10\xea\x02\x12\x18\n\x14LOAD_WIZARD_ZONE_0_7\x10l\x12!\n\x1cLOAD_WIZARD_ZONE_0_71_TO_0_8\x10\xc3\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_0_75\x10\x84\x03\x12\x19\n\x14LOAD_WIZARD_ZONE_0_8\x10\xfe\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_0_9\x10.\x12\x1b\n\x16LOAD_WIZARD_ZONE_0_9_S\x10\xb1\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_0_M\x10\x91\x01\x12\x16\n\x12LOAD_WIZARD_ZONE_1\x10\x13\x12\x17\n\x13LOAD_WIZARD_ZONE_10\x10\x45\x12\x18\n\x14LOAD_WIZARD_ZONE_100\x10Q\x12\x19\n\x14LOAD_WIZARD_ZONE_110\x10\x87\x03\x12\x19\n\x14LOAD_WIZARD_ZONE_120\x10\x8d\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_130\x10\x8e\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_140\x10\x8f\x02\x12\x17\n\x13LOAD_WIZARD_ZONE_15\x10\x46\x12\x19\n\x14LOAD_WIZARD_ZONE_150\x10\x90\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_152\x10\x84\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_155\x10\x85\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_160\x10\x91\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_165\x10\x86\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_166\x10\x87\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_170\x10\x88\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_175\x10\x89\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_180\x10\x8a\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_184\x10\x8b\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_19\x10\xdd\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_190\x10\x8c\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_195\x10\xc3\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_1_0_COMMA\x10\x98\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_1_1\x10\xdf\x01\x12 \n\x1bLOAD_WIZARD_ZONE_1_1_TO_2_7\x10\xe1\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_1_2\x10/\x12\x19\n\x15LOAD_WIZARD_ZONE_1_25\x10j\x12\x19\n\x14LOAD_WIZARD_ZONE_1_3\x10\xe0\x01\x12 \n\x1bLOAD_WIZARD_ZONE_1_4_TO_3_3\x10\xe2\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_1_5_COMMA\x10\x99\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_1_8\x10\x31\x12\x18\n\x14LOAD_WIZARD_ZONE_1_A\x10\x1a\x12\x1f\n\x1bLOAD_WIZARD_ZONE_1_ASTERISK\x10\x19\x12!\n\x1dLOAD_WIZARD_ZONE_1_A_ASTERISK\x10\x1b\x12\x18\n\x14LOAD_WIZARD_ZONE_1_B\x10m\x12\x1c\n\x17LOAD_WIZARD_ZONE_1_TO_2\x10\xa3\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_1_V\x10n\x12\x16\n\x12LOAD_WIZARD_ZONE_2\x10\x14\x12\x17\n\x13LOAD_WIZARD_ZONE_20\x10G\x12\x19\n\x14LOAD_WIZARD_ZONE_200\x10\x92\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_20_9_LESS\x10\xb2\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_21\x10\xac\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_210\x10\x93\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_21_5\x10\xe6\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_22\x10\xb0\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_220\x10\x94\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_22_5\x10\xe7\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_23\x10\xb1\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_230\x10\x95\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_23_5\x10\xe8\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_23_6\x10\xc4\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_24\x10\xa9\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_240\x10\x96\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_24_2_LESS\x10\xb3\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_24_5\x10\xe9\x01\x12!\n\x1cLOAD_WIZARD_ZONE_24_ASTERISK\x10\xc8\x02\x12\x17\n\x13LOAD_WIZARD_ZONE_25\x10H\x12\x19\n\x14LOAD_WIZARD_ZONE_250\x10\x97\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_25_5\x10\xea\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_26\x10\xaa\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_260\x10\x98\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_26_5\x10\xeb\x01\x12!\n\x1cLOAD_WIZARD_ZONE_26_ASTERISK\x10\xc9\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_27\x10\xad\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_270\x10\xf8\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_27_5\x10\xec\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_27_5_LESS\x10\xb4\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_28\x10\xbd\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_280\x10\xf9\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_28_5\x10\xed\x01\x12!\n\x1cLOAD_WIZARD_ZONE_28_ASTERISK\x10\xca\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_29\x10\xde\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_290\x10\xfa\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_29_5\x10\xee\x01\x12\x1c\n\x18LOAD_WIZARD_ZONE_2_0_2_5\x10T\x12\x1f\n\x1aLOAD_WIZARD_ZONE_2_0_COMMA\x10\x9a\x01\x12\x1d\n\x19LOAD_WIZARD_ZONE_2_5_2_75\x10V\x12\x1c\n\x18LOAD_WIZARD_ZONE_2_5_3_0\x10X\x12\x1f\n\x1aLOAD_WIZARD_ZONE_2_5_COMMA\x10\x9b\x01\x12\x1d\n\x19LOAD_WIZARD_ZONE_2_75_3_0\x10Y\x12\x1d\n\x19LOAD_WIZARD_ZONE_2_75_3_5\x10[\x12\x18\n\x14LOAD_WIZARD_ZONE_2_A\x10\x1c\x12\x1f\n\x1bLOAD_WIZARD_ZONE_2_ASTERISK\x10\x15\x12!\n\x1dLOAD_WIZARD_ZONE_2_ASTERISK_2\x10(\x12!\n\x1dLOAD_WIZARD_ZONE_2_ASTERISK_3\x10)\x12\x18\n\x14LOAD_WIZARD_ZONE_2_B\x10o\x12\x18\n\x14LOAD_WIZARD_ZONE_2_V\x10p\x12\x16\n\x12LOAD_WIZARD_ZONE_3\x10\x16\x12\x17\n\x13LOAD_WIZARD_ZONE_30\x10I\x12\x19\n\x14LOAD_WIZARD_ZONE_300\x10\xfb\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_30_5\x10\xef\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_30_8_LESS\x10\xb5\x01\x12!\n\x1cLOAD_WIZARD_ZONE_30_ASTERISK\x10\xcb\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_31\x10\xe4\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_310\x10\xfc\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_32\x10\xbe\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_320\x10\xfd\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_32_5\x10\xd2\x02\x12!\n\x1cLOAD_WIZARD_ZONE_32_ASTERISK\x10\xcc\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_33\x10\xab\x01\x12\x19\n\x14LOAD_WIZARD_ZONE_330\x10\xfe\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_34\x10\xc7\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_340\x10\xff\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_34_1_LESS\x10\xb6\x01\x12!\n\x1cLOAD_WIZARD_ZONE_34_ASTERISK\x10\xcd\x02\x12\x17\n\x13LOAD_WIZARD_ZONE_35\x10J\x12\x18\n\x13LOAD_WIZARD_ZONE_36\x10\xf9\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_36_0\x10\xe3\x01\x12!\n\x1cLOAD_WIZARD_ZONE_36_ASTERISK\x10\xce\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_37_4_LESS\x10\xb7\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_37_5\x10\xd8\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_38\x10\x9c\x02\x12!\n\x1cLOAD_WIZARD_ZONE_38_ASTERISK\x10\xcf\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_39\x10\xfb\x01\x12\x1c\n\x18LOAD_WIZARD_ZONE_3_0_3_5\x10\\\x12\x1f\n\x1aLOAD_WIZARD_ZONE_3_0_COMMA\x10\x9c\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_3_5_COMMA\x10\x9d\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_3_A\x10\x1e\x12\x1f\n\x1bLOAD_WIZARD_ZONE_3_ASTERISK\x10\x1d\x12 \n\x1cLOAD_WIZARD_ZONE_3_A_GREATER\x10\x1f\x12\x16\n\x12LOAD_WIZARD_ZONE_4\x10\x17\x12\x17\n\x13LOAD_WIZARD_ZONE_40\x10K\x12\x1f\n\x1aLOAD_WIZARD_ZONE_40_7_LESS\x10\xb8\x01\x12#\n\x1eLOAD_WIZARD_ZONE_41_4_ASTERISK\x10\xed\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_42\x10\x9d\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_42_5\x10\xd4\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_44\x10\xfa\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_44_0_LESS\x10\xb9\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_44_7\x10\xee\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_45\x10\xd1\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_46\x10\x9e\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_47\x10\xfc\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_47_3_LESS\x10\xba\x01\x12\x1a\n\x15LOAD_WIZARD_ZONE_47_5\x10\xd5\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_48\x10\xd2\x01\x12\x1f\n\x1aLOAD_WIZARD_ZONE_4_5_COMMA\x10\x9e\x01\x12 \n\x1bLOAD_WIZARD_ZONE_4_ASTERISK\x10\xeb\x02\x12\x16\n\x12LOAD_WIZARD_ZONE_5\x10-\x12\x17\n\x13LOAD_WIZARD_ZONE_50\x10L\x12\x1a\n\x15LOAD_WIZARD_ZONE_50_6\x10\xef\x02\x12#\n\x1eLOAD_WIZARD_ZONE_50_6_ASTERISK\x10\xf0\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_50_6_LESS\x10\xbb\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_52\x10\x9f\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_54\x10\xa0\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_55\x10\xf8\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_56\x10\xa1\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_56_7\x10\xf1\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_57\x10\xd6\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_58\x10\xa2\x02\x12\x1f\n\x1aLOAD_WIZARD_ZONE_5_5_COMMA\x10\x9f\x01\x12 \n\x1bLOAD_WIZARD_ZONE_5_ASTERISK\x10\xec\x02\x12\x16\n\x12LOAD_WIZARD_ZONE_6\x10w\x12\x17\n\x13LOAD_WIZARD_ZONE_60\x10M\x12\x18\n\x13LOAD_WIZARD_ZONE_62\x10\xa3\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_62_5\x10\xf2\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_64\x10\xa4\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_65\x10\xd7\x02\x12#\n\x1eLOAD_WIZARD_ZONE_65_6_ASTERISK\x10\xf3\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_66\x10\xa5\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_67_5\x10\xa6\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_68_1\x10\xf4\x02\x12#\n\x1eLOAD_WIZARD_ZONE_68_1_ASTERISK\x10\xf5\x02\x12\x17\n\x12LOAD_WIZARD_ZONE_7\x10\xae\x01\x12\x17\n\x13LOAD_WIZARD_ZONE_70\x10N\x12\x1a\n\x15LOAD_WIZARD_ZONE_73_9\x10\xf6\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_7_5\x10\x8e\x01\x12\x16\n\x12LOAD_WIZARD_ZONE_8\x10x\x12\x17\n\x13LOAD_WIZARD_ZONE_80\x10O\x12!\n\x1cLOAD_WIZARD_ZONE_80_ASTERISK\x10\xf7\x02\x12\x17\n\x12LOAD_WIZARD_ZONE_9\x10\xaf\x01\x12\x17\n\x13LOAD_WIZARD_ZONE_90\x10P\x12\x16\n\x12LOAD_WIZARD_ZONE_A\x10\x66\x12!\n\x1cLOAD_WIZARD_ZONE_ABOVE_200_M\x10\x92\x01\x12!\n\x1cLOAD_WIZARD_ZONE_ABOVE_400_M\x10\x93\x01\x12!\n\x1cLOAD_WIZARD_ZONE_ABOVE_500_M\x10\x94\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_AC\x10\xda\x02\x12\x1e\n\x19LOAD_WIZARD_ZONE_ALPINE_N\x10\xe2\x02\x12\x1e\n\x19LOAD_WIZARD_ZONE_ALPINE_S\x10\xe3\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_AN\x10\xd9\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_AS\x10\xdb\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_AT\x10\xdc\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_A_0\x10\xab\x02\x12\x18\n\x14LOAD_WIZARD_ZONE_A_1\x10\x36\x12\x18\n\x14LOAD_WIZARD_ZONE_A_2\x10\x37\x12!\n\x1dLOAD_WIZARD_ZONE_A_2_ASTERISK\x10q\x12\x18\n\x14LOAD_WIZARD_ZONE_A_3\x10r\x12!\n\x1dLOAD_WIZARD_ZONE_A_3_ASTERISK\x10s\x12\x18\n\x14LOAD_WIZARD_ZONE_A_4\x10t\x12!\n\x1dLOAD_WIZARD_ZONE_A_4_ASTERISK\x10u\x12\x19\n\x14LOAD_WIZARD_ZONE_A_5\x10\x80\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_A_6\x10\x81\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_A_7\x10\x82\x02\x12\x16\n\x12LOAD_WIZARD_ZONE_B\x10g\x12\x18\n\x14LOAD_WIZARD_ZONE_B_1\x10\x38\x12\x18\n\x14LOAD_WIZARD_ZONE_B_2\x10\x39\x12\x17\n\x12LOAD_WIZARD_ZONE_C\x10\xe5\x01\x12\x17\n\x13LOAD_WIZARD_ZONE_CS\x10R\x12\x18\n\x14LOAD_WIZARD_ZONE_C_1\x10:\x12\x18\n\x14LOAD_WIZARD_ZONE_C_2\x10;\x12\x16\n\x12LOAD_WIZARD_ZONE_D\x10<\x12\x16\n\x12LOAD_WIZARD_ZONE_E\x10=\x12,\n(LOAD_WIZARD_ZONE_E_LOAD_ZONE_NOT_DEFINED\x10\n\x12\x1a\n\x16LOAD_WIZARD_ZONE_GAMMA\x10h\x12#\n\x1fLOAD_WIZARD_ZONE_GAMMA_ASTERISK\x10i\x12\x1a\n\x16LOAD_WIZARD_ZONE_GEQ_8\x10y\x12)\n$LOAD_WIZARD_ZONE_GREATER_38_ASTERISK\x10\xd0\x02\x12 \n\x1bLOAD_WIZARD_ZONE_GUADELOUPE\x10\xa8\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_GUYANE\x10\xa4\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_G_10_0\x10\xaa\x02\x12\x17\n\x12LOAD_WIZARD_ZONE_H\x10\x85\x01\x12\x16\n\x12LOAD_WIZARD_ZONE_I\x10 \x12\x17\n\x13LOAD_WIZARD_ZONE_II\x10!\x12\x18\n\x14LOAD_WIZARD_ZONE_III\x10\"\x12\x1b\n\x16LOAD_WIZARD_ZONE_III_A\x10\xe6\x02\x12!\n\x1dLOAD_WIZARD_ZONE_III_ASTERISK\x10\x43\x12\x1b\n\x16LOAD_WIZARD_ZONE_III_B\x10\xe7\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_II_A\x10\xe4\x02\x12 \n\x1cLOAD_WIZARD_ZONE_II_ASTERISK\x10\x42\x12\x1a\n\x15LOAD_WIZARD_ZONE_II_B\x10\xe5\x02\x12\x17\n\x13LOAD_WIZARD_ZONE_IV\x10#\x12\x1a\n\x15LOAD_WIZARD_ZONE_IV_B\x10\xe8\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_IX\x10\x84\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_I_A\x10>\x12!\n\x1dLOAD_WIZARD_ZONE_I_ASTERISK_A\x10?\x12!\n\x1dLOAD_WIZARD_ZONE_I_ASTERISK_M\x10\x41\x12\x18\n\x14LOAD_WIZARD_ZONE_I_M\x10@\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_25\x10\xd3\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_30\x10\xd4\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_35\x10\xd5\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_40\x10\xd6\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_45\x10\xd7\x01\x12\x1c\n\x18LOAD_WIZARD_ZONE_LEQ_0_5\x10^\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_50\x10\xd8\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_55\x10\xd9\x01\x12\x1c\n\x18LOAD_WIZARD_ZONE_LEQ_0_6\x10_\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_60\x10\xda\x01\x12$\n\x1fLOAD_WIZARD_ZONE_LEQ_0_6_CIRSOC\x10\x85\x03\x12\x1c\n\x18LOAD_WIZARD_ZONE_LEQ_0_7\x10`\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_75\x10\xdb\x01\x12\x1c\n\x18LOAD_WIZARD_ZONE_LEQ_0_8\x10\x61\x12\x1c\n\x18LOAD_WIZARD_ZONE_LEQ_0_9\x10\x62\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_0_95\x10\xdc\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_10\x10\xb9\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_100\x10\xc6\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_105\x10\xb4\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_110\x10\xc7\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_12\x10\xf0\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_120\x10\xc8\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_130\x10\xc9\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_140\x10\xca\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_15\x10\xf1\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_150\x10\xcb\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_160\x10\xcc\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_170\x10\xcd\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_18\x10\xf2\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_180\x10\xce\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_190\x10\xb5\x02\x12\x1c\n\x18LOAD_WIZARD_ZONE_LEQ_1_1\x10\x64\x12$\n\x1fLOAD_WIZARD_ZONE_LEQ_1_2_CIRSOC\x10\x86\x03\x12\x1d\n\x19LOAD_WIZARD_ZONE_LEQ_1_75\x10~\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_20\x10\xba\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_200\x10\xcf\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_21\x10\xf3\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_210\x10\xc4\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_220\x10\xb6\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_24\x10\xf4\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_240\x10\xb7\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_265\x10\xc0\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_27\x10\xf5\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_2_25\x10\x80\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_2_5\x10\x81\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_2_75\x10\x82\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_30\x10\xf6\x01\x12\x1e\n\x19LOAD_WIZARD_ZONE_LEQ_32_1\x10\xf7\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_3_2\x10\xb2\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_3_5\x10\x95\x01\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_40\x10\xbb\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_42\x10\x80\x03\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_44\x10\x81\x03\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_46\x10\x82\x03\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_48\x10\x83\x03\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_4_5\x10\x97\x01\x12\x1b\n\x16LOAD_WIZARD_ZONE_LEQ_5\x10\xb8\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_50\x10\xbc\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_500\x10\xc1\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_60\x10\xbd\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_6_5\x10\x9a\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_70\x10\xbe\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_80\x10\xbf\x02\x12\x1d\n\x18LOAD_WIZARD_ZONE_LEQ_843\x10\xc2\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_90\x10\xb3\x02\x12\x1c\n\x17LOAD_WIZARD_ZONE_LEQ_95\x10\xc5\x01\x12 \n\x1bLOAD_WIZARD_ZONE_MARTINIQUE\x10\xa6\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_MAYOTTE\x10\xa5\x01\x12\x1d\n\x18LOAD_WIZARD_ZONE_MEQ_0_7\x10\xbc\x01\x12\x18\n\x14LOAD_WIZARD_ZONE_M_1\x10v\x12\x18\n\x13LOAD_WIZARD_ZONE_N1\x10\xdd\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_N2\x10\xde\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_N3\x10\xdf\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_N4\x10\xe0\x02\x12\x18\n\x13LOAD_WIZARD_ZONE_N5\x10\xe1\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_NZ_1\x10\xac\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_NZ_2\x10\xad\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_NZ_3\x10\xae\x02\x12\x1a\n\x15LOAD_WIZARD_ZONE_NZ_4\x10\xaf\x02\x12\x18\n\x14LOAD_WIZARD_ZONE_N_A\x10\x18\x12\x1d\n\x18LOAD_WIZARD_ZONE_REUNION\x10\xa7\x01\x12\x18\n\x13LOAD_WIZARD_ZONE_SR\x10\xd0\x01\x12!\n\x1cLOAD_WIZARD_ZONE_UNDER_200_M\x10\x90\x01\x12\x16\n\x12LOAD_WIZARD_ZONE_V\x10$\x12\x17\n\x13LOAD_WIZARD_ZONE_VI\x10%\x12\x18\n\x14LOAD_WIZARD_ZONE_VII\x10&\x12\x19\n\x15LOAD_WIZARD_ZONE_VIII\x10\'\x12!\n\x1cLOAD_WIZARD_ZONE_VI_ASTERISK\x10\xc6\x02\x12 \n\x1bLOAD_WIZARD_ZONE_V_ASTERISK\x10\xc5\x02\x12\x19\n\x14LOAD_WIZARD_ZONE_V_B\x10\xe9\x02\x12\x17\n\x12LOAD_WIZARD_ZONE_W\x10\x83\x02\x12\x17\n\x13LOAD_WIZARD_ZONE_Z1\x10z\x12\x17\n\x13LOAD_WIZARD_ZONE_Z2\x10{\x12\x17\n\x13LOAD_WIZARD_ZONE_Z3\x10|\x12\x19\n\x15LOAD_WIZARD_ZONE_ZERO\x10\x44\x42\x18\n\x16_snow_load_wizard_zoneB\x18\n\x16_wind_load_wizard_zoneB\x1e\n\x1c_earthquake_load_wizard_zoneB\x0c\n\n_snow_loadB\x0c\n\n_wind_loadB\x18\n\x16_s_k_load_wizard_valueB\x18\n\x16_v_b_load_wizard_valueB\x18\n\x16_q_b_load_wizard_valueB\x18\n\x16_p_g_load_wizard_valueB\x07\n\x05_mainB\t\n\x07_addonsB\x0c\n\n_standardsB\x13\n\x11_general_settingsB\x18\n\x16_combinations_settingsB\x0b\n\t_locationB\x13\n\x11_wizards_defaultsb\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.base_data_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_BASEDATA']._serialized_start=54
35
+ _globals['_BASEDATA']._serialized_end=72310
36
+ _globals['_BASEDATA_MAIN']._serialized_start=525
37
+ _globals['_BASEDATA_MAIN']._serialized_end=1166
38
+ _globals['_BASEDATA_MAIN_MODELTYPE']._serialized_start=802
39
+ _globals['_BASEDATA_MAIN_MODELTYPE']._serialized_end=1020
40
+ _globals['_BASEDATA_ADDONS']._serialized_start=1169
41
+ _globals['_BASEDATA_ADDONS']._serialized_end=3303
42
+ _globals['_BASEDATA_STANDARDS']._serialized_start=3307
43
+ _globals['_BASEDATA_STANDARDS']._serialized_end=57470
44
+ _globals['_BASEDATA_STANDARDS_ALUMINUMDESIGNSTANDARD']._serialized_start=5618
45
+ _globals['_BASEDATA_STANDARDS_ALUMINUMDESIGNSTANDARD']._serialized_end=8397
46
+ _globals['_BASEDATA_STANDARDS_COMBINATIONWIZARDSTANDARD']._serialized_start=8400
47
+ _globals['_BASEDATA_STANDARDS_COMBINATIONWIZARDSTANDARD']._serialized_end=20428
48
+ _globals['_BASEDATA_STANDARDS_CONCRETEDESIGNSTANDARD']._serialized_start=20431
49
+ _globals['_BASEDATA_STANDARDS_CONCRETEDESIGNSTANDARD']._serialized_end=23981
50
+ _globals['_BASEDATA_STANDARDS_GLASSDESIGNSTANDARD']._serialized_start=23984
51
+ _globals['_BASEDATA_STANDARDS_GLASSDESIGNSTANDARD']._serialized_end=24269
52
+ _globals['_BASEDATA_STANDARDS_LOADWIZARDSTANDARD']._serialized_start=24272
53
+ _globals['_BASEDATA_STANDARDS_LOADWIZARDSTANDARD']._serialized_end=30117
54
+ _globals['_BASEDATA_STANDARDS_DYNAMICANALYSISSTANDARD']._serialized_start=30120
55
+ _globals['_BASEDATA_STANDARDS_DYNAMICANALYSISSTANDARD']._serialized_end=34576
56
+ _globals['_BASEDATA_STANDARDS_GEOTECHNICALANALYSISSTANDARD']._serialized_start=34579
57
+ _globals['_BASEDATA_STANDARDS_GEOTECHNICALANALYSISSTANDARD']._serialized_end=37624
58
+ _globals['_BASEDATA_STANDARDS_STEELDESIGNSTANDARD']._serialized_start=37627
59
+ _globals['_BASEDATA_STANDARDS_STEELDESIGNSTANDARD']._serialized_end=42026
60
+ _globals['_BASEDATA_STANDARDS_STEELJOINTDESIGNSTANDARD']._serialized_start=42029
61
+ _globals['_BASEDATA_STANDARDS_STEELJOINTDESIGNSTANDARD']._serialized_end=45713
62
+ _globals['_BASEDATA_STANDARDS_TIMBERDESIGNSTANDARD']._serialized_start=45716
63
+ _globals['_BASEDATA_STANDARDS_TIMBERDESIGNSTANDARD']._serialized_end=49361
64
+ _globals['_BASEDATA_STANDARDS_MASONRYDESIGNSTANDARD']._serialized_start=49364
65
+ _globals['_BASEDATA_STANDARDS_MASONRYDESIGNSTANDARD']._serialized_end=49513
66
+ _globals['_BASEDATA_STANDARDS_ALUMINUMDESIGNSTANDARDGROUP']._serialized_start=49516
67
+ _globals['_BASEDATA_STANDARDS_ALUMINUMDESIGNSTANDARDGROUP']._serialized_end=49782
68
+ _globals['_BASEDATA_STANDARDS_COMBINATIONWIZARDSTANDARDGROUP']._serialized_start=49785
69
+ _globals['_BASEDATA_STANDARDS_COMBINATIONWIZARDSTANDARDGROUP']._serialized_end=51805
70
+ _globals['_BASEDATA_STANDARDS_CONCRETEDESIGNSTANDARDGROUP']._serialized_start=51808
71
+ _globals['_BASEDATA_STANDARDS_CONCRETEDESIGNSTANDARDGROUP']._serialized_end=52167
72
+ _globals['_BASEDATA_STANDARDS_GLASSDESIGNSTANDARDGROUP']._serialized_start=52170
73
+ _globals['_BASEDATA_STANDARDS_GLASSDESIGNSTANDARDGROUP']._serialized_end=52378
74
+ _globals['_BASEDATA_STANDARDS_LOADWIZARDSTANDARDGROUP']._serialized_start=52381
75
+ _globals['_BASEDATA_STANDARDS_LOADWIZARDSTANDARDGROUP']._serialized_end=53882
76
+ _globals['_BASEDATA_STANDARDS_DYNAMICANALYSISSTANDARDGROUP']._serialized_start=53885
77
+ _globals['_BASEDATA_STANDARDS_DYNAMICANALYSISSTANDARDGROUP']._serialized_end=54905
78
+ _globals['_BASEDATA_STANDARDS_GEOTECHNICALANALYSISSTANDARDGROUP']._serialized_start=54908
79
+ _globals['_BASEDATA_STANDARDS_GEOTECHNICALANALYSISSTANDARDGROUP']._serialized_end=55110
80
+ _globals['_BASEDATA_STANDARDS_STEELDESIGNSTANDARDGROUP']._serialized_start=55113
81
+ _globals['_BASEDATA_STANDARDS_STEELDESIGNSTANDARDGROUP']._serialized_end=55875
82
+ _globals['_BASEDATA_STANDARDS_STEELJOINTDESIGNSTANDARDGROUP']._serialized_start=55878
83
+ _globals['_BASEDATA_STANDARDS_STEELJOINTDESIGNSTANDARDGROUP']._serialized_end=56115
84
+ _globals['_BASEDATA_STANDARDS_TIMBERDESIGNSTANDARDGROUP']._serialized_start=56118
85
+ _globals['_BASEDATA_STANDARDS_TIMBERDESIGNSTANDARDGROUP']._serialized_end=56633
86
+ _globals['_BASEDATA_STANDARDS_MASONRYDESIGNSTANDARDGROUP']._serialized_start=56636
87
+ _globals['_BASEDATA_STANDARDS_MASONRYDESIGNSTANDARDGROUP']._serialized_end=56766
88
+ _globals['_BASEDATA_GENERALSETTINGS']._serialized_start=57473
89
+ _globals['_BASEDATA_GENERALSETTINGS']._serialized_end=59609
90
+ _globals['_BASEDATA_GENERALSETTINGS_GLOBALAXESORIENTATION']._serialized_start=58356
91
+ _globals['_BASEDATA_GENERALSETTINGS_GLOBALAXESORIENTATION']._serialized_end=58484
92
+ _globals['_BASEDATA_GENERALSETTINGS_LOCALAXESORIENTATION']._serialized_start=58487
93
+ _globals['_BASEDATA_GENERALSETTINGS_LOCALAXESORIENTATION']._serialized_end=58677
94
+ _globals['_BASEDATA_GENERALSETTINGS_BUILDINGSTORYMODIFYGEOMETRYTYPE']._serialized_start=58680
95
+ _globals['_BASEDATA_GENERALSETTINGS_BUILDINGSTORYMODIFYGEOMETRYTYPE']._serialized_end=58996
96
+ _globals['_BASEDATA_GENERALSETTINGS_BUILDINGSTORYTHICKNESSTYPE']._serialized_start=58999
97
+ _globals['_BASEDATA_GENERALSETTINGS_BUILDINGSTORYTHICKNESSTYPE']._serialized_end=59170
98
+ _globals['_BASEDATA_COMBINATIONSSETTINGS']._serialized_start=59612
99
+ _globals['_BASEDATA_COMBINATIONSSETTINGS']._serialized_end=60380
100
+ _globals['_BASEDATA_LOCATION']._serialized_start=60383
101
+ _globals['_BASEDATA_LOCATION']._serialized_end=61603
102
+ _globals['_BASEDATA_LOCATION_COUNTRYISO']._serialized_start=60624
103
+ _globals['_BASEDATA_LOCATION_COUNTRYISO']._serialized_end=61502
104
+ _globals['_BASEDATA_WIZARDSDEFAULTS']._serialized_start=61606
105
+ _globals['_BASEDATA_WIZARDSDEFAULTS']._serialized_end=72195
106
+ _globals['_BASEDATA_WIZARDSDEFAULTS_LOADWIZARDZONE']._serialized_start=62106
107
+ _globals['_BASEDATA_WIZARDSDEFAULTS_LOADWIZARDZONE']._serialized_end=71979
108
+ # @@protoc_insertion_point(module_scope)
@@ -624,6 +624,7 @@ class BaseData(_message.Message):
624
624
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_PN_2015_10_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
625
625
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SFS_2016_12_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
626
626
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SIST_2015_11_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
627
+ LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SM_2018_11_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
627
628
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SRPS_2017_09_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
628
629
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SR_2017_02_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
629
630
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2009_06_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
@@ -706,6 +707,7 @@ class BaseData(_message.Message):
706
707
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_PN_2015_10_STANDARD: BaseData.Standards.LoadWizardStandard
707
708
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SFS_2016_12_STANDARD: BaseData.Standards.LoadWizardStandard
708
709
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SIST_2015_11_STANDARD: BaseData.Standards.LoadWizardStandard
710
+ LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SM_2018_11_STANDARD: BaseData.Standards.LoadWizardStandard
709
711
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SRPS_2017_09_STANDARD: BaseData.Standards.LoadWizardStandard
710
712
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SR_2017_02_STANDARD: BaseData.Standards.LoadWizardStandard
711
713
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2009_06_STANDARD: BaseData.Standards.LoadWizardStandard
@@ -1768,6 +1770,7 @@ class BaseData(_message.Message):
1768
1770
  LUX: _ClassVar[BaseData.Location.CountryIso]
1769
1771
  LVA: _ClassVar[BaseData.Location.CountryIso]
1770
1772
  MAR: _ClassVar[BaseData.Location.CountryIso]
1773
+ MDA: _ClassVar[BaseData.Location.CountryIso]
1771
1774
  MEX: _ClassVar[BaseData.Location.CountryIso]
1772
1775
  MKD: _ClassVar[BaseData.Location.CountryIso]
1773
1776
  MMR: _ClassVar[BaseData.Location.CountryIso]
@@ -1861,6 +1864,7 @@ class BaseData(_message.Message):
1861
1864
  LUX: BaseData.Location.CountryIso
1862
1865
  LVA: BaseData.Location.CountryIso
1863
1866
  MAR: BaseData.Location.CountryIso
1867
+ MDA: BaseData.Location.CountryIso
1864
1868
  MEX: BaseData.Location.CountryIso
1865
1869
  MKD: BaseData.Location.CountryIso
1866
1870
  MMR: BaseData.Location.CountryIso
@@ -0,0 +1,75 @@
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/concrete_foundations/single_foundation.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/concrete_foundations/single_foundation.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<dlubal/api/rfem/concrete_foundations/single_foundation.proto\x12$dlubal.api.rfem.concrete_foundations\x1a\x1e\x64lubal/api/common/common.proto\"\x97\x44\n\x10SingleFoundation\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x63\n\x0f\x66oundation_type\x18\x02 \x01(\x0e\x32\x45.dlubal.api.rfem.concrete_foundations.SingleFoundation.FoundationTypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x16\n\x0enodal_supports\x18\x05 \x03(\x05\x12\x1b\n\x0eplate_material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x1c\n\x0f\x62ucket_material\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12&\n\x19\x64\x65sign_properties_enabled\x18\x08 \x01(\x08H\x06\x88\x01\x01\x12l\n\x0fgeometry_config\x18\t \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableH\x07\x88\x01\x01\x12\x81\x01\n\x1aplate_reinforcement_config\x18\n \x01(\x0b\x32X.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableH\x08\x88\x01\x01\x12\x83\x01\n\x1b\x62ucket_reinforcement_config\x18\x0b \x01(\x0b\x32Y.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableH\t\x88\x01\x01\x12\x8e\x01\n!rough_bucket_reinforcement_config\x18\x0c \x01(\x0b\x32^.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableH\n\x88\x01\x01\x12\x81\x01\n\x1a\x62lock_reinforcement_config\x18\r \x01(\x0b\x32X.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableH\x0b\x88\x01\x01\x12#\n\x16reinforcement_material\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12i\n\x12reinforcement_type\x18\x0f \x01(\x0e\x32H.dlubal.api.rfem.concrete_foundations.SingleFoundation.ReinforcementTypeH\r\x88\x01\x01\x12\x36\n)plate_reinforcement_automatically_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12t\n\x18horizontal_stirrups_type\x18\x11 \x01(\x0e\x32M.dlubal.api.rfem.concrete_foundations.SingleFoundation.HorizontalStirrupsTypeH\x0f\x88\x01\x01\x12=\n0bucket_block_reinforcement_automatically_enabled\x18\x12 \x01(\x08H\x10\x88\x01\x01\x12\x30\n#concrete_cover_user_defined_enabled\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12>\n1concrete_cover_different_at_section_sides_enabled\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12\x1b\n\x0e\x63oncrete_cover\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\'\n\x1a\x63oncrete_cover_surface_top\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12*\n\x1d\x63oncrete_cover_surface_bottom\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12(\n\x1b\x63oncrete_cover_surface_side\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_bucket_or_block\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1f\n\x12\x63oncrete_cover_min\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_min_surface_top\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12.\n!concrete_cover_min_surface_bottom\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12,\n\x1f\x63oncrete_cover_min_surface_side\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12/\n\"concrete_cover_min_bucket_or_block\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12 \n\x13\x63oncrete_durability\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12,\n\x1f\x63oncrete_durability_surface_top\x18 \x01(\x05H\x1e\x88\x01\x01\x12/\n\"concrete_durability_surface_bottom\x18! \x01(\x05H\x1f\x88\x01\x01\x12-\n concrete_durability_surface_side\x18\" \x01(\x05H \x88\x01\x01\x12\'\n\x1a\x63oncrete_durability_bucket\x18# \x01(\x05H!\x88\x01\x01\x12l\n\x14soil_definition_type\x18$ \x01(\x0e\x32I.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilDefinitionTypeH\"\x88\x01\x01\x12p\n\x16subsoil_condition_type\x18% \x01(\x0e\x32K.dlubal.api.rfem.concrete_foundations.SingleFoundation.SubsoilConditionTypeH#\x88\x01\x01\x12\x1e\n\x11soil_layer_bottom\x18& \x01(\x05H$\x88\x01\x01\x12\x1e\n\x11soil_layer_middle\x18\' \x01(\x05H%\x88\x01\x01\x12\x1b\n\x0esoil_layer_top\x18( \x01(\x05H&\x88\x01\x01\x12l\n\x0fsoil_parameters\x18) \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableH\'\x88\x01\x01\x12\x16\n\tto_design\x18* \x01(\x08H(\x88\x01\x01\x12\x16\n\x0eselected_nodes\x18+ \x03(\x05\x12\x17\n\x0fnodes_to_design\x18, \x03(\x05\x12!\n\x19nodes_removed_from_design\x18- \x03(\x05\x12#\n\x1bnot_valid_deactivated_nodes\x18. \x03(\x05\x12 \n\x13\x61ll_nodes_to_design\x18/ \x01(\x08H)\x88\x01\x01\x12*\n\x1d\x63oncrete_design_configuration\x18\x30 \x01(\x05H*\x88\x01\x01\x12.\n!geotechnical_design_configuration\x18\x31 \x01(\x05H+\x88\x01\x01\x12\x15\n\x08\x62orehole\x18\x32 \x01(\x05H,\x88\x01\x01\x12q\n\x14\x62orehole_soil_layers\x18\x33 \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.BoreholeSoilLayersTableH-\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x34 \x01(\x08H.\x88\x01\x01\x12\x19\n\x0cgenerated_by\x18\x35 \x01(\tH/\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x36 \x01(\tH0\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x37 \x01(\tH1\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x38 \x01(\tH2\x88\x01\x01\x1az\n\x17GeometryConfigTreeTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRow\x1a\xad\x02\n\x1aGeometryConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12_\n\x04rows\x18\x06 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8e\x01\n!PlateReinforcementConfigTreeTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRow\x1a\xc1\x02\n$PlateReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12i\n\x04rows\x18\x06 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x90\x01\n\"BucketReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRow\x1a\xc3\x02\n%BucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9a\x01\n\'RoughBucketReinforcementConfigTreeTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRow\x1a\xcd\x02\n*RoughBucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12o\n\x04rows\x18\x06 \x03(\x0b\x32\x61.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8e\x01\n!BlockReinforcementConfigTreeTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRow\x1a\xc1\x02\n$BlockReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12i\n\x04rows\x18\x06 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1az\n\x17SoilParametersTreeTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableRow\x1a\xad\x02\n\x1aSoilParametersTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12_\n\x04rows\x18\x06 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1au\n\x17\x42oreholeSoilLayersTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.concrete_foundations.SingleFoundation.BoreholeSoilLayersRow\x1a\xe1\x02\n\x15\x42oreholeSoilLayersRow\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\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x1a\n\rsoil_material\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12%\n\x18\x62ottom_ordinate_below_gl\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12-\n bottom_ordinate_below_foundation\x18\x07 \x01(\x01H\x06\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\x10\n\x0e_soil_materialB\x08\n\x06_depthB\x1b\n\x19_bottom_ordinate_below_glB#\n!_bottom_ordinate_below_foundation\"\xf1\x03\n\x0e\x46oundationType\x12\x1b\n\x17\x46OUNDATION_TYPE_UNKNOWN\x10\x00\x12<\n8FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x04\x12=\n9FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x03\x12=\n9FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x06\x12>\n:FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x05\x12$\n FOUNDATION_TYPE_FOUNDATION_PLATE\x10\x01\x12:\n6FOUNDATION_TYPE_FOUNDATION_PLATE_WITHOUT_REINFORCEMENT\x10\x02\x12&\n\"FOUNDATION_TYPE_STEPPED_FOUNDATION\x10\x07\x12<\n8FOUNDATION_TYPE_STEPPED_FOUNDATION_WITHOUT_REINFORCEMENT\x10\x08\"w\n\x11ReinforcementType\x12&\n\"REINFORCEMENT_TYPE_MESH_AND_REBARS\x10\x00\x12\x1b\n\x17REINFORCEMENT_TYPE_MESH\x10\x01\x12\x1d\n\x19REINFORCEMENT_TYPE_REBARS\x10\x02\"\x85\x01\n\x16HorizontalStirrupsType\x12-\n)HORIZONTAL_STIRRUPS_TYPE_ENCLOSING_COLUMN\x10\x00\x12<\n8HORIZONTAL_STIRRUPS_TYPE_ENTIRELY_LOCATED_IN_BUCKET_WALL\x10\x01\"m\n\x12SoilDefinitionType\x12\'\n#SOIL_DEFINITION_TYPE_SINGLE_LAYERED\x10\x00\x12.\n*SOIL_DEFINITION_TYPE_MULTILAYERED_BOREHOLE\x10\x02\"`\n\x14SubsoilConditionType\x12\"\n\x1eSUBSOIL_CONDITION_TYPE_DRAINED\x10\x00\x12$\n SUBSOIL_CONDITION_TYPE_UNDRAINED\x10\x01\x42\x05\n\x03_noB\x12\n\x10_foundation_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x11\n\x0f_plate_materialB\x12\n\x10_bucket_materialB\x1c\n\x1a_design_properties_enabledB\x12\n\x10_geometry_configB\x1d\n\x1b_plate_reinforcement_configB\x1e\n\x1c_bucket_reinforcement_configB$\n\"_rough_bucket_reinforcement_configB\x1d\n\x1b_block_reinforcement_configB\x19\n\x17_reinforcement_materialB\x15\n\x13_reinforcement_typeB,\n*_plate_reinforcement_automatically_enabledB\x1b\n\x19_horizontal_stirrups_typeB3\n1_bucket_block_reinforcement_automatically_enabledB&\n$_concrete_cover_user_defined_enabledB4\n2_concrete_cover_different_at_section_sides_enabledB\x11\n\x0f_concrete_coverB\x1d\n\x1b_concrete_cover_surface_topB \n\x1e_concrete_cover_surface_bottomB\x1e\n\x1c_concrete_cover_surface_sideB!\n\x1f_concrete_cover_bucket_or_blockB\x15\n\x13_concrete_cover_minB!\n\x1f_concrete_cover_min_surface_topB$\n\"_concrete_cover_min_surface_bottomB\"\n _concrete_cover_min_surface_sideB%\n#_concrete_cover_min_bucket_or_blockB\x16\n\x14_concrete_durabilityB\"\n _concrete_durability_surface_topB%\n#_concrete_durability_surface_bottomB#\n!_concrete_durability_surface_sideB\x1d\n\x1b_concrete_durability_bucketB\x17\n\x15_soil_definition_typeB\x19\n\x17_subsoil_condition_typeB\x14\n\x12_soil_layer_bottomB\x14\n\x12_soil_layer_middleB\x11\n\x0f_soil_layer_topB\x12\n\x10_soil_parametersB\x0c\n\n_to_designB\x16\n\x14_all_nodes_to_designB \n\x1e_concrete_design_configurationB$\n\"_geotechnical_design_configurationB\x0b\n\t_boreholeB\x17\n\x15_borehole_soil_layersB\x0f\n\r_is_generatedB\x0f\n\r_generated_byB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.concrete_foundations.single_foundation_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_SINGLEFOUNDATION']._serialized_start=135
36
+ _globals['_SINGLEFOUNDATION']._serialized_end=8862
37
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_start=3230
38
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_end=3352
39
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_start=3355
40
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_end=3656
41
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_start=3659
42
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_end=3801
43
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=3804
44
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4125
45
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4128
46
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=4272
47
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4275
48
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4598
49
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4601
50
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=4755
51
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4758
52
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5091
53
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_start=5094
54
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_end=5236
55
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=5239
56
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5560
57
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_start=5562
58
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_end=5684
59
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_start=5687
60
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_end=5988
61
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_start=5990
62
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_end=6107
63
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_start=6110
64
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_end=6463
65
+ _globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_start=6466
66
+ _globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_end=6963
67
+ _globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_start=6965
68
+ _globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_end=7084
69
+ _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_start=7087
70
+ _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_end=7220
71
+ _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_start=7222
72
+ _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_end=7331
73
+ _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_start=7333
74
+ _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_end=7429
75
+ # @@protoc_insertion_point(module_scope)
@@ -8,7 +8,7 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map
8
8
  DESCRIPTOR: _descriptor.FileDescriptor
9
9
 
10
10
  class SingleFoundation(_message.Message):
11
- __slots__ = ("no", "foundation_type", "user_defined_name_enabled", "name", "nodal_supports", "plate_material", "bucket_material", "design_properties_enabled", "geometry_config", "plate_reinforcement_config", "bucket_reinforcement_config", "rough_bucket_reinforcement_config", "block_reinforcement_config", "reinforcement_material", "reinforcement_type", "plate_reinforcement_automatically_enabled", "horizontal_stirrups_type", "bucket_block_reinforcement_automatically_enabled", "concrete_cover_user_defined_enabled", "concrete_cover_different_at_section_sides_enabled", "concrete_cover", "concrete_cover_surface_top", "concrete_cover_surface_bottom", "concrete_cover_surface_side", "concrete_cover_bucket_or_block", "concrete_cover_min", "concrete_cover_min_surface_top", "concrete_cover_min_surface_bottom", "concrete_cover_min_surface_side", "concrete_cover_min_bucket_or_block", "concrete_durability", "concrete_durability_surface_top", "concrete_durability_surface_bottom", "concrete_durability_surface_side", "concrete_durability_bucket", "soil_definition_type", "subsoil_condition_type", "soil_layer_bottom", "soil_layer_middle", "soil_layer_top", "earth_covering_thickness", "groundwater_enabled", "groundwater_level", "angle_of_soil_friction", "angle_of_wall_friction", "soil_parameters", "to_design", "selected_nodes", "nodes_to_design", "nodes_removed_from_design", "not_valid_deactivated_nodes", "all_nodes_to_design", "concrete_design_configuration", "geotechnical_design_configuration", "borehole", "borehole_soil_layers", "is_generated", "generated_by", "comment", "id_for_export_import", "metadata_for_export_import")
11
+ __slots__ = ("no", "foundation_type", "user_defined_name_enabled", "name", "nodal_supports", "plate_material", "bucket_material", "design_properties_enabled", "geometry_config", "plate_reinforcement_config", "bucket_reinforcement_config", "rough_bucket_reinforcement_config", "block_reinforcement_config", "reinforcement_material", "reinforcement_type", "plate_reinforcement_automatically_enabled", "horizontal_stirrups_type", "bucket_block_reinforcement_automatically_enabled", "concrete_cover_user_defined_enabled", "concrete_cover_different_at_section_sides_enabled", "concrete_cover", "concrete_cover_surface_top", "concrete_cover_surface_bottom", "concrete_cover_surface_side", "concrete_cover_bucket_or_block", "concrete_cover_min", "concrete_cover_min_surface_top", "concrete_cover_min_surface_bottom", "concrete_cover_min_surface_side", "concrete_cover_min_bucket_or_block", "concrete_durability", "concrete_durability_surface_top", "concrete_durability_surface_bottom", "concrete_durability_surface_side", "concrete_durability_bucket", "soil_definition_type", "subsoil_condition_type", "soil_layer_bottom", "soil_layer_middle", "soil_layer_top", "soil_parameters", "to_design", "selected_nodes", "nodes_to_design", "nodes_removed_from_design", "not_valid_deactivated_nodes", "all_nodes_to_design", "concrete_design_configuration", "geotechnical_design_configuration", "borehole", "borehole_soil_layers", "is_generated", "generated_by", "comment", "id_for_export_import", "metadata_for_export_import")
12
12
  class FoundationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
13
13
  __slots__ = ()
14
14
  FOUNDATION_TYPE_UNKNOWN: _ClassVar[SingleFoundation.FoundationType]
@@ -55,20 +55,6 @@ class SingleFoundation(_message.Message):
55
55
  SUBSOIL_CONDITION_TYPE_UNDRAINED: _ClassVar[SingleFoundation.SubsoilConditionType]
56
56
  SUBSOIL_CONDITION_TYPE_DRAINED: SingleFoundation.SubsoilConditionType
57
57
  SUBSOIL_CONDITION_TYPE_UNDRAINED: SingleFoundation.SubsoilConditionType
58
- class AngleOfSoilFriction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
59
- __slots__ = ()
60
- ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION: _ClassVar[SingleFoundation.AngleOfSoilFriction]
61
- ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION: _ClassVar[SingleFoundation.AngleOfSoilFriction]
62
- ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION: SingleFoundation.AngleOfSoilFriction
63
- ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION: SingleFoundation.AngleOfSoilFriction
64
- class AngleOfWallFriction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
65
- __slots__ = ()
66
- ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL: _ClassVar[SingleFoundation.AngleOfWallFriction]
67
- ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL: _ClassVar[SingleFoundation.AngleOfWallFriction]
68
- ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL: _ClassVar[SingleFoundation.AngleOfWallFriction]
69
- ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL: SingleFoundation.AngleOfWallFriction
70
- ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL: SingleFoundation.AngleOfWallFriction
71
- ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL: SingleFoundation.AngleOfWallFriction
72
58
  class GeometryConfigTreeTable(_message.Message):
73
59
  __slots__ = ("rows",)
74
60
  ROWS_FIELD_NUMBER: _ClassVar[int]
@@ -251,11 +237,6 @@ class SingleFoundation(_message.Message):
251
237
  SOIL_LAYER_BOTTOM_FIELD_NUMBER: _ClassVar[int]
252
238
  SOIL_LAYER_MIDDLE_FIELD_NUMBER: _ClassVar[int]
253
239
  SOIL_LAYER_TOP_FIELD_NUMBER: _ClassVar[int]
254
- EARTH_COVERING_THICKNESS_FIELD_NUMBER: _ClassVar[int]
255
- GROUNDWATER_ENABLED_FIELD_NUMBER: _ClassVar[int]
256
- GROUNDWATER_LEVEL_FIELD_NUMBER: _ClassVar[int]
257
- ANGLE_OF_SOIL_FRICTION_FIELD_NUMBER: _ClassVar[int]
258
- ANGLE_OF_WALL_FRICTION_FIELD_NUMBER: _ClassVar[int]
259
240
  SOIL_PARAMETERS_FIELD_NUMBER: _ClassVar[int]
260
241
  TO_DESIGN_FIELD_NUMBER: _ClassVar[int]
261
242
  SELECTED_NODES_FIELD_NUMBER: _ClassVar[int]
@@ -312,11 +293,6 @@ class SingleFoundation(_message.Message):
312
293
  soil_layer_bottom: int
313
294
  soil_layer_middle: int
314
295
  soil_layer_top: int
315
- earth_covering_thickness: float
316
- groundwater_enabled: bool
317
- groundwater_level: float
318
- angle_of_soil_friction: SingleFoundation.AngleOfSoilFriction
319
- angle_of_wall_friction: SingleFoundation.AngleOfWallFriction
320
296
  soil_parameters: SingleFoundation.SoilParametersTreeTable
321
297
  to_design: bool
322
298
  selected_nodes: _containers.RepeatedScalarFieldContainer[int]
@@ -333,4 +309,4 @@ class SingleFoundation(_message.Message):
333
309
  comment: str
334
310
  id_for_export_import: str
335
311
  metadata_for_export_import: str
336
- def __init__(self, no: _Optional[int] = ..., foundation_type: _Optional[_Union[SingleFoundation.FoundationType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., nodal_supports: _Optional[_Iterable[int]] = ..., plate_material: _Optional[int] = ..., bucket_material: _Optional[int] = ..., design_properties_enabled: bool = ..., geometry_config: _Optional[_Union[SingleFoundation.GeometryConfigTreeTable, _Mapping]] = ..., plate_reinforcement_config: _Optional[_Union[SingleFoundation.PlateReinforcementConfigTreeTable, _Mapping]] = ..., bucket_reinforcement_config: _Optional[_Union[SingleFoundation.BucketReinforcementConfigTreeTable, _Mapping]] = ..., rough_bucket_reinforcement_config: _Optional[_Union[SingleFoundation.RoughBucketReinforcementConfigTreeTable, _Mapping]] = ..., block_reinforcement_config: _Optional[_Union[SingleFoundation.BlockReinforcementConfigTreeTable, _Mapping]] = ..., reinforcement_material: _Optional[int] = ..., reinforcement_type: _Optional[_Union[SingleFoundation.ReinforcementType, str]] = ..., plate_reinforcement_automatically_enabled: bool = ..., horizontal_stirrups_type: _Optional[_Union[SingleFoundation.HorizontalStirrupsType, str]] = ..., bucket_block_reinforcement_automatically_enabled: bool = ..., concrete_cover_user_defined_enabled: bool = ..., concrete_cover_different_at_section_sides_enabled: bool = ..., concrete_cover: _Optional[float] = ..., concrete_cover_surface_top: _Optional[float] = ..., concrete_cover_surface_bottom: _Optional[float] = ..., concrete_cover_surface_side: _Optional[float] = ..., concrete_cover_bucket_or_block: _Optional[float] = ..., concrete_cover_min: _Optional[float] = ..., concrete_cover_min_surface_top: _Optional[float] = ..., concrete_cover_min_surface_bottom: _Optional[float] = ..., concrete_cover_min_surface_side: _Optional[float] = ..., concrete_cover_min_bucket_or_block: _Optional[float] = ..., concrete_durability: _Optional[int] = ..., concrete_durability_surface_top: _Optional[int] = ..., concrete_durability_surface_bottom: _Optional[int] = ..., concrete_durability_surface_side: _Optional[int] = ..., concrete_durability_bucket: _Optional[int] = ..., soil_definition_type: _Optional[_Union[SingleFoundation.SoilDefinitionType, str]] = ..., subsoil_condition_type: _Optional[_Union[SingleFoundation.SubsoilConditionType, str]] = ..., soil_layer_bottom: _Optional[int] = ..., soil_layer_middle: _Optional[int] = ..., soil_layer_top: _Optional[int] = ..., earth_covering_thickness: _Optional[float] = ..., groundwater_enabled: bool = ..., groundwater_level: _Optional[float] = ..., angle_of_soil_friction: _Optional[_Union[SingleFoundation.AngleOfSoilFriction, str]] = ..., angle_of_wall_friction: _Optional[_Union[SingleFoundation.AngleOfWallFriction, str]] = ..., soil_parameters: _Optional[_Union[SingleFoundation.SoilParametersTreeTable, _Mapping]] = ..., to_design: bool = ..., selected_nodes: _Optional[_Iterable[int]] = ..., nodes_to_design: _Optional[_Iterable[int]] = ..., nodes_removed_from_design: _Optional[_Iterable[int]] = ..., not_valid_deactivated_nodes: _Optional[_Iterable[int]] = ..., all_nodes_to_design: bool = ..., concrete_design_configuration: _Optional[int] = ..., geotechnical_design_configuration: _Optional[int] = ..., borehole: _Optional[int] = ..., borehole_soil_layers: _Optional[_Union[SingleFoundation.BoreholeSoilLayersTable, _Mapping]] = ..., is_generated: bool = ..., generated_by: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
312
+ def __init__(self, no: _Optional[int] = ..., foundation_type: _Optional[_Union[SingleFoundation.FoundationType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., nodal_supports: _Optional[_Iterable[int]] = ..., plate_material: _Optional[int] = ..., bucket_material: _Optional[int] = ..., design_properties_enabled: bool = ..., geometry_config: _Optional[_Union[SingleFoundation.GeometryConfigTreeTable, _Mapping]] = ..., plate_reinforcement_config: _Optional[_Union[SingleFoundation.PlateReinforcementConfigTreeTable, _Mapping]] = ..., bucket_reinforcement_config: _Optional[_Union[SingleFoundation.BucketReinforcementConfigTreeTable, _Mapping]] = ..., rough_bucket_reinforcement_config: _Optional[_Union[SingleFoundation.RoughBucketReinforcementConfigTreeTable, _Mapping]] = ..., block_reinforcement_config: _Optional[_Union[SingleFoundation.BlockReinforcementConfigTreeTable, _Mapping]] = ..., reinforcement_material: _Optional[int] = ..., reinforcement_type: _Optional[_Union[SingleFoundation.ReinforcementType, str]] = ..., plate_reinforcement_automatically_enabled: bool = ..., horizontal_stirrups_type: _Optional[_Union[SingleFoundation.HorizontalStirrupsType, str]] = ..., bucket_block_reinforcement_automatically_enabled: bool = ..., concrete_cover_user_defined_enabled: bool = ..., concrete_cover_different_at_section_sides_enabled: bool = ..., concrete_cover: _Optional[float] = ..., concrete_cover_surface_top: _Optional[float] = ..., concrete_cover_surface_bottom: _Optional[float] = ..., concrete_cover_surface_side: _Optional[float] = ..., concrete_cover_bucket_or_block: _Optional[float] = ..., concrete_cover_min: _Optional[float] = ..., concrete_cover_min_surface_top: _Optional[float] = ..., concrete_cover_min_surface_bottom: _Optional[float] = ..., concrete_cover_min_surface_side: _Optional[float] = ..., concrete_cover_min_bucket_or_block: _Optional[float] = ..., concrete_durability: _Optional[int] = ..., concrete_durability_surface_top: _Optional[int] = ..., concrete_durability_surface_bottom: _Optional[int] = ..., concrete_durability_surface_side: _Optional[int] = ..., concrete_durability_bucket: _Optional[int] = ..., soil_definition_type: _Optional[_Union[SingleFoundation.SoilDefinitionType, str]] = ..., subsoil_condition_type: _Optional[_Union[SingleFoundation.SubsoilConditionType, str]] = ..., soil_layer_bottom: _Optional[int] = ..., soil_layer_middle: _Optional[int] = ..., soil_layer_top: _Optional[int] = ..., soil_parameters: _Optional[_Union[SingleFoundation.SoilParametersTreeTable, _Mapping]] = ..., to_design: bool = ..., selected_nodes: _Optional[_Iterable[int]] = ..., nodes_to_design: _Optional[_Iterable[int]] = ..., nodes_removed_from_design: _Optional[_Iterable[int]] = ..., not_valid_deactivated_nodes: _Optional[_Iterable[int]] = ..., all_nodes_to_design: bool = ..., concrete_design_configuration: _Optional[int] = ..., geotechnical_design_configuration: _Optional[int] = ..., borehole: _Optional[int] = ..., borehole_soil_layers: _Optional[_Union[SingleFoundation.BoreholeSoilLayersTable, _Mapping]] = ..., is_generated: bool = ..., generated_by: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...