dlubal.api 2.12.2__py3-none-any.whl → 2.12.4__py3-none-any.whl

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 (199) hide show
  1. dlubal/api/rfem/__init__.py +7 -6
  2. dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  3. dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  4. dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  5. dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  6. dlubal/api/rfem/base_data_pb2.py +69 -69
  7. dlubal/api/rfem/base_data_pb2.pyi +12 -2
  8. dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
  9. dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  10. dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +75 -0
  11. dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
  12. dlubal/api/rfem/digital_twins/__init__.py +1 -0
  13. dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
  14. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
  15. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  16. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  17. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  18. dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
  19. dlubal/api/rfem/global_parameters/global_parameter_pb2.py +1 -1
  20. dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
  21. dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
  22. dlubal/api/rfem/loads/line_load_pb2.py +21 -21
  23. dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
  24. dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
  25. dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
  26. dlubal/api/rfem/loads/member_load_pb2.py +41 -41
  27. dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
  28. dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
  29. dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
  30. dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
  31. dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
  32. dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
  33. dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
  34. dlubal/api/rfem/object_type_pb2.py +2 -2
  35. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  36. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
  37. dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
  38. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  39. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +36 -2
  40. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
  41. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
  42. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
  43. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
  44. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
  45. dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  46. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  47. dlubal/api/rfem/structure_core/material_pb2.py +114 -110
  48. dlubal/api/rfem/structure_core/material_pb2.pyi +22 -2
  49. dlubal/api/rfem/structure_core/member_pb2.py +192 -190
  50. dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
  51. dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
  52. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
  53. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
  54. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -2
  55. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
  56. dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  57. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
  58. dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
  59. dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
  60. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
  61. dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
  62. dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
  63. dlubal/api/rsection/global_parameters/global_parameter_pb2.py +1 -1
  64. dlubal/api/rsection/structure_core/material_pb2.py +80 -76
  65. dlubal/api/rsection/structure_core/material_pb2.pyi +22 -2
  66. dlubal/api/rstab/__init__.py +6 -5
  67. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  68. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  69. dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  70. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  71. dlubal/api/rstab/base_data_pb2.py +53 -53
  72. dlubal/api/rstab/base_data_pb2.pyi +12 -2
  73. dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
  74. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  75. dlubal/api/rstab/concrete_foundations/single_foundation_pb2.py +75 -0
  76. dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
  77. dlubal/api/rstab/digital_twins/__init__.py +1 -0
  78. dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
  79. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
  80. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  81. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  82. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  83. dlubal/api/rstab/global_parameters/global_parameter_pb2.py +1 -1
  84. dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
  85. dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
  86. dlubal/api/rstab/loads/member_load_pb2.py +41 -41
  87. dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
  88. dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
  89. dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
  90. dlubal/api/rstab/object_type_pb2.py +2 -2
  91. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  92. dlubal/api/rstab/reinforcement/__init__.py +1 -0
  93. dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
  94. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
  95. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
  96. dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  97. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  98. dlubal/api/rstab/structure_core/material_pb2.py +82 -78
  99. dlubal/api/rstab/structure_core/material_pb2.pyi +22 -2
  100. dlubal/api/rstab/structure_core/member_pb2.py +180 -178
  101. dlubal/api/rstab/structure_core/member_pb2.pyi +8 -2
  102. dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
  103. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
  104. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
  105. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -2
  106. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
  107. dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  108. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
  109. dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
  110. dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
  111. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
  112. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/METADATA +2 -2
  113. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/RECORD +160 -148
  114. examples/rfem/column.py +1 -1
  115. examples/rstab/column.py +7 -7
  116. dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  117. dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  118. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  119. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  120. dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  121. dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  122. dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
  123. dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
  124. dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
  125. dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -79
  126. dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
  127. dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  128. dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  129. dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  130. dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  131. dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  132. dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  133. dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  134. dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  135. dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
  136. dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  137. dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  138. dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  139. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  140. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  141. dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
  142. dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  143. dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  144. dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
  145. dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  146. dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  147. dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  148. dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  149. dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  150. dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  151. dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  152. dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  153. dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
  154. dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  155. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  156. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  157. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  158. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  159. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  160. /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  161. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  162. /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
  163. /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
  164. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  165. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
  166. /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
  167. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  168. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  169. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  170. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  171. /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
  172. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  173. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  174. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  175. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  176. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  177. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  178. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  179. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  180. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  181. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  182. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  183. /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  184. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  185. /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  186. /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
  187. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  188. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  189. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  190. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  191. /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
  192. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  193. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  194. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  195. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  196. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  197. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  198. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/WHEEL +0 -0
  199. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/top_level.txt +0 -0
@@ -1,58 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_concrete_design/punching_reinforcement.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rfem/types_for_concrete_design/punching_reinforcement.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'\nFdlubal/api/rfem/types_for_concrete_design/punching_reinforcement.proto\x12)dlubal.api.rfem.types_for_concrete_design\"\x95V\n\x15PunchingReinforcement\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12X\n\x04type\x18\x02 \x01(\x0e\x32\x45.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.TypeH\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\r\n\x05nodes\x18\x05 \x03(\x05\x12\x15\n\x08material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12k\n\x0eplacement_type\x18\x07 \x01(\x0e\x32N.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.PlacementTypeH\x05\x88\x01\x01\x12k\n\x0e\x64istances_type\x18\x08 \x01(\x0e\x32N.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DistancesTypeH\x06\x88\x01\x01\x12\x62\n\tdirection\x18\t \x01(\x0e\x32J.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DirectionH\x07\x88\x01\x01\x12!\n\x14number_of_perimeters\x18\n \x01(\x05H\x08\x88\x01\x01\x12,\n\x1fnumber_of_perimeters_calculated\x18\x0b \x01(\x05H\t\x88\x01\x01\x12.\n!number_of_perimeters_auto_minimum\x18\x0c \x01(\x05H\n\x88\x01\x01\x12.\n!number_of_perimeters_auto_maximum\x18\r \x01(\x05H\x0b\x88\x01\x01\x12/\n\"number_of_perimeters_auto_priority\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12.\n!number_of_perimeters_auto_enabled\x18\x0f \x01(\x08H\r\x88\x01\x01\x12-\n number_of_legs_in_each_perimeter\x18\x10 \x01(\x05H\x0e\x88\x01\x01\x12\x38\n+number_of_legs_in_each_perimeter_calculated\x18\x11 \x01(\x05H\x0f\x88\x01\x01\x12:\n-number_of_legs_in_each_perimeter_auto_minimum\x18\x12 \x01(\x05H\x10\x88\x01\x01\x12:\n-number_of_legs_in_each_perimeter_auto_maximum\x18\x13 \x01(\x05H\x11\x88\x01\x01\x12;\n.number_of_legs_in_each_perimeter_auto_priority\x18\x14 \x01(\x05H\x12\x88\x01\x01\x12:\n-number_of_legs_in_each_perimeter_auto_enabled\x18\x15 \x01(\x08H\x13\x88\x01\x01\x12z\n\x16perimeter_spacing_type\x18\x16 \x01(\x0e\x32U.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.PerimeterSpacingTypeH\x14\x88\x01\x01\x12S\nFmultiple_static_depth_spacing_between_support_face_and_first_perimeter\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12^\nQmultiple_static_depth_spacing_between_support_face_and_first_perimeter_calculated\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12`\nSmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_minimum\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12`\nSmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_maximum\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x62\nUmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_increment\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x61\nTmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_priority\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12`\nSmultiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_enabled\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12=\n0multiple_static_depth_spacing_between_perimeters\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12H\n;multiple_static_depth_spacing_between_perimeters_calculated\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12J\n=multiple_static_depth_spacing_between_perimeters_auto_minimum\x18 \x01(\x01H\x1e\x88\x01\x01\x12J\n=multiple_static_depth_spacing_between_perimeters_auto_maximum\x18! \x01(\x01H\x1f\x88\x01\x01\x12L\n?multiple_static_depth_spacing_between_perimeters_auto_increment\x18\" \x01(\x01H \x88\x01\x01\x12K\n>multiple_static_depth_spacing_between_perimeters_auto_priority\x18# \x01(\x05H!\x88\x01\x01\x12J\n=multiple_static_depth_spacing_between_perimeters_auto_enabled\x18$ \x01(\x08H\"\x88\x01\x01\x12\x46\n9absolute_spacing_between_support_face_and_first_perimeter\x18% \x01(\x01H#\x88\x01\x01\x12Q\nDabsolute_spacing_between_support_face_and_first_perimeter_calculated\x18& \x01(\x01H$\x88\x01\x01\x12S\nFabsolute_spacing_between_support_face_and_first_perimeter_auto_minimum\x18\' \x01(\x01H%\x88\x01\x01\x12S\nFabsolute_spacing_between_support_face_and_first_perimeter_auto_maximum\x18( \x01(\x01H&\x88\x01\x01\x12U\nHabsolute_spacing_between_support_face_and_first_perimeter_auto_increment\x18) \x01(\x01H\'\x88\x01\x01\x12T\nGabsolute_spacing_between_support_face_and_first_perimeter_auto_priority\x18* \x01(\x05H(\x88\x01\x01\x12S\nFabsolute_spacing_between_support_face_and_first_perimeter_auto_enabled\x18+ \x01(\x08H)\x88\x01\x01\x12\x30\n#absolute_spacing_between_perimeters\x18, \x01(\x01H*\x88\x01\x01\x12;\n.absolute_spacing_between_perimeters_calculated\x18- \x01(\x01H+\x88\x01\x01\x12=\n0absolute_spacing_between_perimeters_auto_minimum\x18. \x01(\x01H,\x88\x01\x01\x12=\n0absolute_spacing_between_perimeters_auto_maximum\x18/ \x01(\x01H-\x88\x01\x01\x12?\n2absolute_spacing_between_perimeters_auto_increment\x18\x30 \x01(\x01H.\x88\x01\x01\x12>\n1absolute_spacing_between_perimeters_auto_priority\x18\x31 \x01(\x05H/\x88\x01\x01\x12=\n0absolute_spacing_between_perimeters_auto_enabled\x18\x32 \x01(\x08H0\x88\x01\x01\x12\x1d\n\x10\x62\x65nd_up_diameter\x18\x33 \x01(\x01H1\x88\x01\x01\x12(\n\x1b\x62\x65nd_up_diameter_calculated\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x62\x65nd_up_size_designation\x18\x35 \x01(\x01H3\x88\x01\x01\x12*\n\x1d\x62\x65nd_up_diameter_auto_minimum\x18\x36 \x01(\x01H4\x88\x01\x01\x12*\n\x1d\x62\x65nd_up_diameter_auto_maximum\x18\x37 \x01(\x01H5\x88\x01\x01\x12\x39\n,bend_up_diameter_auto_diameters_list_enabled\x18\x38 \x01(\x08H6\x88\x01\x01\x12,\n$bend_up_diameter_auto_diameters_list\x18\x39 \x03(\x01\x12+\n\x1e\x62\x65nd_up_diameter_auto_priority\x18: \x01(\x05H7\x88\x01\x01\x12\x95\x01\n%bend_up_size_designation_auto_minimum\x18; \x01(\x0e\x32\x61.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.BendUpSizeDesignationAutoMinimumH8\x88\x01\x01\x12\x95\x01\n%bend_up_size_designation_auto_maximum\x18< \x01(\x0e\x32\x61.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.BendUpSizeDesignationAutoMaximumH9\x88\x01\x01\x12\xa3\x01\n/bend_up_size_designation_auto_designations_list\x18= \x03(\x0e\x32j.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.BendUpSizeDesignationAutoDesignationsList\x12*\n\x1d\x62\x65nd_up_diameter_auto_enabled\x18> \x01(\x08H:\x88\x01\x01\x12\x1b\n\x0eperimeter_area\x18? \x01(\x01H;\x88\x01\x01\x12\x17\n\ntotal_area\x18@ \x01(\x01H<\x88\x01\x01\x12\x1e\n\x16integrated_in_surfaces\x18\x41 \x03(\x05\x12\x14\n\x07\x63omment\x18\x42 \x01(\tH=\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x43 \x01(\x08H>\x88\x01\x01\x12#\n\x16generating_object_info\x18\x44 \x01(\tH?\x88\x01\x01\x12\x8f\x01\n\x1e\x64ifferent_placement_perimeters\x18\x45 \x01(\x0b\x32\x62.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DifferentPlacementPerimetersTableH@\x88\x01\x01\x12\xa0\x01\n*different_placement_perimeter_spacing_type\x18\x46 \x01(\x0e\x32g.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DifferentPlacementPerimeterSpacingTypeHA\x88\x01\x01\x12\x1f\n\x12stud_head_diameter\x18G \x01(\x01HB\x88\x01\x01\x12\x1c\n\x0f\x62\x61se_rail_width\x18H \x01(\x01HC\x88\x01\x01\x12!\n\x14id_for_export_import\x18I \x01(\tHD\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18J \x01(\tHE\x88\x01\x01\x1a\x93\x01\n!DifferentPlacementPerimetersTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.types_for_concrete_design.PunchingReinforcement.DifferentPlacementPerimetersRow\x1a\xf5\x01\n\x1f\x44ifferentPlacementPerimetersRow\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\x1f\n\x12number_links_count\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x14\n\x07spacing\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x1f\n\x12reinforcement_area\x18\x05 \x01(\x01H\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x15\n\x13_number_links_countB\n\n\x08_spacingB\x15\n\x13_reinforcement_area\"\xc7\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x1a\n\x16TYPE_HEADED_SHEAR_STUD\x10\x05\x12$\n TYPE_HEADED_STUDS_WITH_BASE_RAIL\x10\x06\x12\x11\n\rTYPE_VERTICAL\x10\x01\x12\x1b\n\x17TYPE_VERTICAL_CROSSTIES\x10\x04\x12\x1f\n\x1bTYPE_VERTICAL_MULTIPLE_LEGS\x10\x03\x12\x1a\n\x16TYPE_VERTICAL_STIRRUPS\x10\x02\"D\n\rPlacementType\x12\x19\n\x15PLACEMENT_TYPE_RADIAL\x10\x00\x12\x18\n\x14PLACEMENT_TYPE_AXIAL\x10\x01\"I\n\rDistancesType\x12\x1a\n\x16\x44ISTANCES_TYPE_UNIFORM\x10\x00\x12\x1c\n\x18\x44ISTANCES_TYPE_DIFFERENT\x10\x01\"4\n\tDirection\x12\x14\n\x10\x44IRECTION_BOTTOM\x10\x00\x12\x11\n\rDIRECTION_TOP\x10\x01\"m\n\x14PerimeterSpacingType\x12\x30\n,PERIMETER_SPACING_TYPE_MULTIPLE_STATIC_DEPTH\x10\x00\x12#\n\x1fPERIMETER_SPACING_TYPE_ABSOLUTE\x10\x01\"U\n BendUpSizeDesignationAutoMinimum\x12\x31\n-BEND_UP_SIZE_DESIGNATION_AUTO_MINIMUM_UNKNOWN\x10\x00\"U\n BendUpSizeDesignationAutoMaximum\x12\x31\n-BEND_UP_SIZE_DESIGNATION_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xbd\x0c\n)BendUpSizeDesignationAutoDesignationsList\x12;\n7BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_UNKNOWN\x10\x00\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_1\x10\x01\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_10\x10\x0c\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_11\x10\r\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_12\x10\x0e\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_14\x10\x0f\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_16\x10\x10\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_18\x10\x11\x12;\n7BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_1p5\x10\x02\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_2\x10\x03\x12;\n7BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_2p5\x10\x04\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_3\x10\x05\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_4\x10\x06\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_5\x10\x07\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_6\x10\x08\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_7\x10\t\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_8\x10\n\x12\x39\n5BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_ACI_9\x10\x0b\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_10\x10\x12\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_15\x10\x13\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_20\x10\x14\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_25\x10\x15\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_30\x10\x16\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_35\x10\x17\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_45\x10\x18\x12:\n6BEND_UP_SIZE_DESIGNATION_AUTO_DESIGNATIONS_LIST_CSA_55\x10\x19\"\xa7\x01\n&DifferentPlacementPerimeterSpacingType\x12\x44\n@DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_MULTIPLE_STATIC_DEPTH\x10\x00\x12\x37\n3DIFFERENT_PLACEMENT_PERIMETER_SPACING_TYPE_ABSOLUTE\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_materialB\x11\n\x0f_placement_typeB\x11\n\x0f_distances_typeB\x0c\n\n_directionB\x17\n\x15_number_of_perimetersB\"\n _number_of_perimeters_calculatedB$\n\"_number_of_perimeters_auto_minimumB$\n\"_number_of_perimeters_auto_maximumB%\n#_number_of_perimeters_auto_priorityB$\n\"_number_of_perimeters_auto_enabledB#\n!_number_of_legs_in_each_perimeterB.\n,_number_of_legs_in_each_perimeter_calculatedB0\n._number_of_legs_in_each_perimeter_auto_minimumB0\n._number_of_legs_in_each_perimeter_auto_maximumB1\n/_number_of_legs_in_each_perimeter_auto_priorityB0\n._number_of_legs_in_each_perimeter_auto_enabledB\x19\n\x17_perimeter_spacing_typeBI\nG_multiple_static_depth_spacing_between_support_face_and_first_perimeterBT\nR_multiple_static_depth_spacing_between_support_face_and_first_perimeter_calculatedBV\nT_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_minimumBV\nT_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_maximumBX\nV_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_incrementBW\nU_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_priorityBV\nT_multiple_static_depth_spacing_between_support_face_and_first_perimeter_auto_enabledB3\n1_multiple_static_depth_spacing_between_perimetersB>\n<_multiple_static_depth_spacing_between_perimeters_calculatedB@\n>_multiple_static_depth_spacing_between_perimeters_auto_minimumB@\n>_multiple_static_depth_spacing_between_perimeters_auto_maximumBB\n@_multiple_static_depth_spacing_between_perimeters_auto_incrementBA\n?_multiple_static_depth_spacing_between_perimeters_auto_priorityB@\n>_multiple_static_depth_spacing_between_perimeters_auto_enabledB<\n:_absolute_spacing_between_support_face_and_first_perimeterBG\nE_absolute_spacing_between_support_face_and_first_perimeter_calculatedBI\nG_absolute_spacing_between_support_face_and_first_perimeter_auto_minimumBI\nG_absolute_spacing_between_support_face_and_first_perimeter_auto_maximumBK\nI_absolute_spacing_between_support_face_and_first_perimeter_auto_incrementBJ\nH_absolute_spacing_between_support_face_and_first_perimeter_auto_priorityBI\nG_absolute_spacing_between_support_face_and_first_perimeter_auto_enabledB&\n$_absolute_spacing_between_perimetersB1\n/_absolute_spacing_between_perimeters_calculatedB3\n1_absolute_spacing_between_perimeters_auto_minimumB3\n1_absolute_spacing_between_perimeters_auto_maximumB5\n3_absolute_spacing_between_perimeters_auto_incrementB4\n2_absolute_spacing_between_perimeters_auto_priorityB3\n1_absolute_spacing_between_perimeters_auto_enabledB\x13\n\x11_bend_up_diameterB\x1e\n\x1c_bend_up_diameter_calculatedB\x1b\n\x19_bend_up_size_designationB \n\x1e_bend_up_diameter_auto_minimumB \n\x1e_bend_up_diameter_auto_maximumB/\n-_bend_up_diameter_auto_diameters_list_enabledB!\n\x1f_bend_up_diameter_auto_priorityB(\n&_bend_up_size_designation_auto_minimumB(\n&_bend_up_size_designation_auto_maximumB \n\x1e_bend_up_diameter_auto_enabledB\x11\n\x0f_perimeter_areaB\r\n\x0b_total_areaB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB!\n\x1f_different_placement_perimetersB-\n+_different_placement_perimeter_spacing_typeB\x15\n\x13_stud_head_diameterB\x12\n\x10_base_rail_widthB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_concrete_design.punching_reinforcement_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_PUNCHINGREINFORCEMENT']._serialized_start=118
35
- _globals['_PUNCHINGREINFORCEMENT']._serialized_end=11147
36
- _globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSTABLE']._serialized_start=5100
37
- _globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSTABLE']._serialized_end=5247
38
- _globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSROW']._serialized_start=5250
39
- _globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSROW']._serialized_end=5495
40
- _globals['_PUNCHINGREINFORCEMENT_TYPE']._serialized_start=5498
41
- _globals['_PUNCHINGREINFORCEMENT_TYPE']._serialized_end=5697
42
- _globals['_PUNCHINGREINFORCEMENT_PLACEMENTTYPE']._serialized_start=5699
43
- _globals['_PUNCHINGREINFORCEMENT_PLACEMENTTYPE']._serialized_end=5767
44
- _globals['_PUNCHINGREINFORCEMENT_DISTANCESTYPE']._serialized_start=5769
45
- _globals['_PUNCHINGREINFORCEMENT_DISTANCESTYPE']._serialized_end=5842
46
- _globals['_PUNCHINGREINFORCEMENT_DIRECTION']._serialized_start=5844
47
- _globals['_PUNCHINGREINFORCEMENT_DIRECTION']._serialized_end=5896
48
- _globals['_PUNCHINGREINFORCEMENT_PERIMETERSPACINGTYPE']._serialized_start=5898
49
- _globals['_PUNCHINGREINFORCEMENT_PERIMETERSPACINGTYPE']._serialized_end=6007
50
- _globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMINIMUM']._serialized_start=6009
51
- _globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMINIMUM']._serialized_end=6094
52
- _globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMAXIMUM']._serialized_start=6096
53
- _globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTOMAXIMUM']._serialized_end=6181
54
- _globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTODESIGNATIONSLIST']._serialized_start=6184
55
- _globals['_PUNCHINGREINFORCEMENT_BENDUPSIZEDESIGNATIONAUTODESIGNATIONSLIST']._serialized_end=7781
56
- _globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSPACINGTYPE']._serialized_start=7784
57
- _globals['_PUNCHINGREINFORCEMENT_DIFFERENTPLACEMENTPERIMETERSPACINGTYPE']._serialized_end=7951
58
- # @@protoc_insertion_point(module_scope)
@@ -1,38 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_concrete_design/reinforcement_direction.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rfem/types_for_concrete_design/reinforcement_direction.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'\nGdlubal/api/rfem/types_for_concrete_design/reinforcement_direction.proto\x12)dlubal.api.rfem.types_for_concrete_design\"\xde\x08\n\x16ReinforcementDirection\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x10\n\x08surfaces\x18\x04 \x03(\x05\x12\x87\x01\n\x1creinforcement_direction_type\x18\x05 \x01(\x0e\x32\\.dlubal.api.rfem.types_for_concrete_design.ReinforcementDirection.ReinforcementDirectionTypeH\x03\x88\x01\x01\x12&\n\x19\x66irst_reinforcement_angle\x18\x06 \x01(\x01H\x04\x88\x01\x01\x12\'\n\x1asecond_reinforcement_angle\x18\x07 \x01(\x01H\x05\x88\x01\x01\x12\x36\n)second_reinforcement_angle_to_first_angle\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12(\n\x1bis_angle_to_first_direction\x18\t \x01(\x08H\x07\x88\x01\x01\x12\x14\n\x07\x63omment\x18\n \x01(\tH\x08\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0b \x01(\x08H\t\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0c \x01(\tH\n\x88\x01\x01\x12!\n\x14id_for_export_import\x18\r \x01(\tH\x0b\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0e \x01(\tH\x0c\x88\x01\x01\"\xbc\x01\n\x1aReinforcementDirectionType\x12\x39\n5REINFORCEMENT_DIRECTION_TYPE_FIRST_REINFORCEMENT_IN_X\x10\x00\x12\x39\n5REINFORCEMENT_DIRECTION_TYPE_FIRST_REINFORCEMENT_IN_Y\x10\x01\x12(\n$REINFORCEMENT_DIRECTION_TYPE_ROTATED\x10\x02\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x1f\n\x1d_reinforcement_direction_typeB\x1c\n\x1a_first_reinforcement_angleB\x1d\n\x1b_second_reinforcement_angleB,\n*_second_reinforcement_angle_to_first_angleB\x1e\n\x1c_is_angle_to_first_directionB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_concrete_design.reinforcement_direction_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_REINFORCEMENTDIRECTION']._serialized_start=119
35
- _globals['_REINFORCEMENTDIRECTION']._serialized_end=1237
36
- _globals['_REINFORCEMENTDIRECTION_REINFORCEMENTDIRECTIONTYPE']._serialized_start=719
37
- _globals['_REINFORCEMENTDIRECTION_REINFORCEMENTDIRECTIONTYPE']._serialized_end=907
38
- # @@protoc_insertion_point(module_scope)
@@ -1,80 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_concrete_design/surface_reinforcement.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rfem/types_for_concrete_design/surface_reinforcement.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'\nEdlubal/api/rfem/types_for_concrete_design/surface_reinforcement.proto\x12)dlubal.api.rfem.types_for_concrete_design\"\xd3\x94\x01\n\x14SurfaceReinforcement\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12h\n\rlocation_type\x18\x02 \x01(\x0e\x32L.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.LocationTypeH\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\x10\n\x08surfaces\x18\x05 \x03(\x05\x12\x15\n\x08material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12r\n\x12reinforcement_type\x18\x07 \x01(\x0e\x32Q.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.ReinforcementTypeH\x05\x88\x01\x01\x12\x17\n\nrebar_size\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12w\n\x15rebar_size_calculated\x18\t \x01(\x0e\x32S.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.RebarSizeCalculatedH\x07\x88\x01\x01\x12\x1b\n\x0erebar_diameter\x18\n \x01(\x01H\x08\x88\x01\x01\x12&\n\x19rebar_diameter_calculated\x18\x0b \x01(\x01H\t\x88\x01\x01\x12(\n\x1brebar_diameter_auto_enabled\x18\x0c \x01(\x08H\n\x88\x01\x01\x12z\n\x17rebar_size_auto_minimum\x18\r \x01(\x0e\x32T.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.RebarSizeAutoMinimumH\x0b\x88\x01\x01\x12(\n\x1brebar_diameter_auto_minimum\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12z\n\x17rebar_size_auto_maximum\x18\x0f \x01(\x0e\x32T.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.RebarSizeAutoMaximumH\r\x88\x01\x01\x12(\n\x1brebar_diameter_auto_maximum\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x32\n%rebar_diameter_auto_diameters_enabled\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12y\n\x19rebar_diameter_auto_sizes\x18\x12 \x03(\x0e\x32V.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.RebarDiameterAutoSizes\x12%\n\x1drebar_diameter_auto_diameters\x18\x13 \x03(\x01\x12)\n\x1crebar_diameter_auto_priority\x18\x14 \x01(\x05H\x10\x88\x01\x01\x12\x1a\n\rrebar_spacing\x18\x15 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18rebar_spacing_calculated\x18\x16 \x01(\x01H\x12\x88\x01\x01\x12\'\n\x1arebar_spacing_auto_enabled\x18\x17 \x01(\x08H\x13\x88\x01\x01\x12\'\n\x1arebar_spacing_auto_minimum\x18\x18 \x01(\x01H\x14\x88\x01\x01\x12\'\n\x1arebar_spacing_auto_maximum\x18\x19 \x01(\x01H\x15\x88\x01\x01\x12)\n\x1crebar_spacing_auto_increment\x18\x1a \x01(\x01H\x16\x88\x01\x01\x12(\n\x1brebar_spacing_auto_priority\x18\x1b \x01(\x05H\x17\x88\x01\x01\x12\x19\n\x0cstirrup_size\x18\x1c \x01(\x01H\x18\x88\x01\x01\x12{\n\x17stirrup_size_calculated\x18\x1d \x01(\x0e\x32U.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.StirrupSizeCalculatedH\x19\x88\x01\x01\x12\x1d\n\x10stirrup_diameter\x18\x1e \x01(\x01H\x1a\x88\x01\x01\x12(\n\x1bstirrup_diameter_calculated\x18\x1f \x01(\x01H\x1b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_enabled\x18 \x01(\x08H\x1c\x88\x01\x01\x12~\n\x19stirrup_size_auto_minimum\x18! \x01(\x0e\x32V.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.StirrupSizeAutoMinimumH\x1d\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\" \x01(\x01H\x1e\x88\x01\x01\x12~\n\x19stirrup_size_auto_maximum\x18# \x01(\x0e\x32V.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.StirrupSizeAutoMaximumH\x1f\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_maximum\x18$ \x01(\x01H \x88\x01\x01\x12\x34\n\'stirrup_diameter_auto_diameters_enabled\x18% \x01(\x08H!\x88\x01\x01\x12}\n\x1bstirrup_diameter_auto_sizes\x18& \x03(\x0e\x32X.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.StirrupDiameterAutoSizes\x12\'\n\x1fstirrup_diameter_auto_diameters\x18\' \x03(\x01\x12+\n\x1estirrup_diameter_auto_priority\x18( \x01(\x05H\"\x88\x01\x01\x12\x1c\n\x0fstirrup_spacing\x18) \x01(\x01H#\x88\x01\x01\x12\'\n\x1astirrup_spacing_calculated\x18* \x01(\x01H$\x88\x01\x01\x12)\n\x1cstirrup_spacing_auto_enabled\x18+ \x01(\x08H%\x88\x01\x01\x12)\n\x1cstirrup_spacing_auto_minimum\x18, \x01(\x01H&\x88\x01\x01\x12)\n\x1cstirrup_spacing_auto_maximum\x18- \x01(\x01H\'\x88\x01\x01\x12+\n\x1estirrup_spacing_auto_increment\x18. \x01(\x01H(\x88\x01\x01\x12*\n\x1dstirrup_spacing_auto_priority\x18/ \x01(\x05H)\x88\x01\x01\x12\x38\n+additional_transverse_reinforcement_enabled\x18\x30 \x01(\x08H*\x88\x01\x01\x12\"\n\x15\x61\x64\x64itional_rebar_size\x18\x31 \x01(\x01H+\x88\x01\x01\x12\x8c\x01\n additional_rebar_size_calculated\x18\x32 \x01(\x0e\x32].dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.AdditionalRebarSizeCalculatedH,\x88\x01\x01\x12&\n\x19\x61\x64\x64itional_rebar_diameter\x18\x33 \x01(\x01H-\x88\x01\x01\x12\x31\n$additional_rebar_diameter_calculated\x18\x34 \x01(\x01H.\x88\x01\x01\x12\x33\n&additional_rebar_diameter_auto_enabled\x18\x35 \x01(\x08H/\x88\x01\x01\x12\x8f\x01\n\"additional_rebar_size_auto_minimum\x18\x36 \x01(\x0e\x32^.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.AdditionalRebarSizeAutoMinimumH0\x88\x01\x01\x12\x33\n&additional_rebar_diameter_auto_minimum\x18\x37 \x01(\x01H1\x88\x01\x01\x12\x8f\x01\n\"additional_rebar_size_auto_maximum\x18\x38 \x01(\x0e\x32^.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.AdditionalRebarSizeAutoMaximumH2\x88\x01\x01\x12\x33\n&additional_rebar_diameter_auto_maximum\x18\x39 \x01(\x01H3\x88\x01\x01\x12=\n0additional_rebar_diameter_auto_diameters_enabled\x18: \x01(\x08H4\x88\x01\x01\x12\x8e\x01\n$additional_rebar_diameter_auto_sizes\x18; \x03(\x0e\x32`.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.AdditionalRebarDiameterAutoSizes\x12\x30\n(additional_rebar_diameter_auto_diameters\x18< \x03(\x01\x12\x34\n\'additional_rebar_diameter_auto_priority\x18= \x01(\x05H5\x88\x01\x01\x12%\n\x18\x61\x64\x64itional_rebar_spacing\x18> \x01(\x01H6\x88\x01\x01\x12\x30\n#additional_rebar_spacing_calculated\x18? \x01(\x01H7\x88\x01\x01\x12\x32\n%additional_rebar_spacing_auto_enabled\x18@ \x01(\x08H8\x88\x01\x01\x12\x32\n%additional_rebar_spacing_auto_minimum\x18\x41 \x01(\x01H9\x88\x01\x01\x12\x32\n%additional_rebar_spacing_auto_maximum\x18\x42 \x01(\x01H:\x88\x01\x01\x12\x34\n\'additional_rebar_spacing_auto_increment\x18\x43 \x01(\x01H;\x88\x01\x01\x12\x33\n&additional_rebar_spacing_auto_priority\x18\x44 \x01(\x05H<\x88\x01\x01\x12q\n\x12mesh_product_range\x18\x45 \x01(\x0e\x32P.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.MeshProductRangeH=\x88\x01\x01\x12\x62\n\nmesh_shape\x18\x46 \x01(\x0e\x32I.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.MeshShapeH>\x88\x01\x01\x12\x16\n\tmesh_name\x18G \x01(\tH?\x88\x01\x01\x12\"\n\x15\x61lignment_top_enabled\x18H \x01(\x08H@\x88\x01\x01\x12%\n\x18\x61lignment_bottom_enabled\x18I \x01(\x08HA\x88\x01\x01\x12\x34\n\'additional_offset_to_concrete_cover_top\x18J \x01(\x01HB\x88\x01\x01\x12\x37\n*additional_offset_to_concrete_cover_bottom\x18K \x01(\x01HC\x88\x01\x01\x12\x85\x01\n\x1creinforcement_direction_type\x18L \x01(\x0e\x32Z.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.ReinforcementDirectionTypeHD\x88\x01\x01\x12\x89\x01\n\x1e\x64\x65sign_reinforcement_direction\x18M \x01(\x0e\x32\\.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.DesignReinforcementDirectionHE\x88\x01\x01\x12$\n\x17\x66irst_direction_point_1\x18N \x01(\x01HF\x88\x01\x01\x12$\n\x17\x66irst_direction_point_2\x18O \x01(\x01HG\x88\x01\x01\x12%\n\x18second_direction_point_1\x18P \x01(\x01HH\x88\x01\x01\x12%\n\x18second_direction_point_2\x18Q \x01(\x01HI\x88\x01\x01\x12)\n\x1cprojection_coordinate_system\x18R \x01(\x05HJ\x88\x01\x01\x12n\n\x10projection_plane\x18S \x01(\x0e\x32O.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.ProjectionPlaneHK\x88\x01\x01\x12#\n\x16reinforcement_area_as1\x18T \x01(\x01HL\x88\x01\x01\x12#\n\x16reinforcement_area_as2\x18U \x01(\x01HM\x88\x01\x01\x12\'\n\x1areinforcement_area_as1_top\x18V \x01(\x01HN\x88\x01\x01\x12*\n\x1dreinforcement_area_as1_bottom\x18W \x01(\x01HO\x88\x01\x01\x12\'\n\x1areinforcement_area_as2_top\x18X \x01(\x01HP\x88\x01\x01\x12*\n\x1dreinforcement_area_as2_bottom\x18Y \x01(\x01HQ\x88\x01\x01\x12$\n\x17reinforcement_area_as_i\x18Z \x01(\x01HR\x88\x01\x01\x12,\n\x1freinforcement_area_as_i_plus_90\x18[ \x01(\x01HS\x88\x01\x01\x12(\n\x1breinforcement_area_as_i_top\x18\\ \x01(\x01HT\x88\x01\x01\x12+\n\x1ereinforcement_area_as_i_bottom\x18] \x01(\x01HU\x88\x01\x01\x12\x30\n#reinforcement_area_as_i_plus_90_top\x18^ \x01(\x01HV\x88\x01\x01\x12\x33\n&reinforcement_area_as_i_plus_90_bottom\x18_ \x01(\x01HW\x88\x01\x01\x12+\n\x1estirrup_reinforcement_area_asw\x18` \x01(\x01HX\x88\x01\x01\x12\x1f\n\x12\x61\x63ting_region_from\x18\x61 \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10\x61\x63ting_region_to\x18\x62 \x01(\x01HZ\x88\x01\x01\x12{\n\x17location_rectangle_type\x18\x63 \x01(\x0e\x32U.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.LocationRectangleTypeH[\x88\x01\x01\x12\x1d\n\x10location_first_x\x18\x64 \x01(\x01H\\\x88\x01\x01\x12\x1d\n\x10location_first_y\x18\x65 \x01(\x01H]\x88\x01\x01\x12\x1e\n\x11location_second_x\x18\x66 \x01(\x01H^\x88\x01\x01\x12\x1e\n\x11location_second_y\x18g \x01(\x01H_\x88\x01\x01\x12\x1e\n\x11location_center_x\x18h \x01(\x01H`\x88\x01\x01\x12\x1e\n\x11location_center_y\x18i \x01(\x01Ha\x88\x01\x01\x12#\n\x16location_center_side_a\x18j \x01(\x01Hb\x88\x01\x01\x12#\n\x16location_center_side_b\x18k \x01(\x01Hc\x88\x01\x01\x12\x1e\n\x11location_rotation\x18l \x01(\x01Hd\x88\x01\x01\x12\x1c\n\x0flocation_radius\x18m \x01(\x01He\x88\x01\x01\x12o\n\x0epolygon_points\x18n \x01(\x0b\x32R.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.PolygonPointsTableHf\x88\x01\x01\x12\x14\n\x07\x63omment\x18o \x01(\tHg\x88\x01\x01\x12\x19\n\x0cis_generated\x18p \x01(\x08Hh\x88\x01\x01\x12#\n\x16generating_object_info\x18q \x01(\tHi\x88\x01\x01\x12!\n\x14id_for_export_import\x18r \x01(\tHj\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18s \x01(\tHk\x88\x01\x01\x1at\n\x12PolygonPointsTable\x12^\n\x04rows\x18\x01 \x03(\x0b\x32P.dlubal.api.rfem.types_for_concrete_design.SurfaceReinforcement.PolygonPointsRow\x1a\xe0\x01\n\x10PolygonPointsRow\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\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x05 \x01(\tH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\n\n\x08_comment\"\xac\x01\n\x0cLocationType\x12\x19\n\x15LOCATION_TYPE_UNKNOWN\x10\x00\x12\x1f\n\x1bLOCATION_TYPE_FREE_CIRCULAR\x10\x03\x12\x1e\n\x1aLOCATION_TYPE_FREE_POLYGON\x10\x04\x12\"\n\x1eLOCATION_TYPE_FREE_RECTANGULAR\x10\x02\x12\x1c\n\x18LOCATION_TYPE_ON_SURFACE\x10\x01\"o\n\x11ReinforcementType\x12\x1b\n\x17REINFORCEMENT_TYPE_MESH\x10\x00\x12\x1c\n\x18REINFORCEMENT_TYPE_REBAR\x10\x01\x12\x1f\n\x1bREINFORCEMENT_TYPE_STIRRUPS\x10\x02\"\x83\x07\n\x13RebarSizeCalculated\x12!\n\x1dREBAR_SIZE_CALCULATED_UNKNOWN\x10\x00\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_1\x10\x01\x12 \n\x1cREBAR_SIZE_CALCULATED_ACI_10\x10\x0c\x12 \n\x1cREBAR_SIZE_CALCULATED_ACI_11\x10\r\x12 \n\x1cREBAR_SIZE_CALCULATED_ACI_12\x10\x0e\x12 \n\x1cREBAR_SIZE_CALCULATED_ACI_14\x10\x0f\x12 \n\x1cREBAR_SIZE_CALCULATED_ACI_16\x10\x10\x12 \n\x1cREBAR_SIZE_CALCULATED_ACI_18\x10\x11\x12!\n\x1dREBAR_SIZE_CALCULATED_ACI_1p5\x10\x02\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_2\x10\x03\x12!\n\x1dREBAR_SIZE_CALCULATED_ACI_2p5\x10\x04\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_3\x10\x05\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_4\x10\x06\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_5\x10\x07\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_6\x10\x08\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_7\x10\t\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_8\x10\n\x12\x1f\n\x1bREBAR_SIZE_CALCULATED_ACI_9\x10\x0b\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_10\x10\x12\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_15\x10\x13\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_20\x10\x14\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_25\x10\x15\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_30\x10\x16\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_35\x10\x17\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_45\x10\x18\x12 \n\x1cREBAR_SIZE_CALCULATED_CSA_55\x10\x19\";\n\x14RebarSizeAutoMinimum\x12#\n\x1fREBAR_SIZE_AUTO_MINIMUM_UNKNOWN\x10\x00\";\n\x14RebarSizeAutoMaximum\x12#\n\x1fREBAR_SIZE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xee\x07\n\x16RebarDiameterAutoSizes\x12%\n!REBAR_DIAMETER_AUTO_SIZES_UNKNOWN\x10\x00\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_1\x10\x01\x12$\n REBAR_DIAMETER_AUTO_SIZES_ACI_10\x10\x0c\x12$\n REBAR_DIAMETER_AUTO_SIZES_ACI_11\x10\r\x12$\n REBAR_DIAMETER_AUTO_SIZES_ACI_12\x10\x0e\x12$\n REBAR_DIAMETER_AUTO_SIZES_ACI_14\x10\x0f\x12$\n REBAR_DIAMETER_AUTO_SIZES_ACI_16\x10\x10\x12$\n REBAR_DIAMETER_AUTO_SIZES_ACI_18\x10\x11\x12%\n!REBAR_DIAMETER_AUTO_SIZES_ACI_1p5\x10\x02\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_2\x10\x03\x12%\n!REBAR_DIAMETER_AUTO_SIZES_ACI_2p5\x10\x04\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_3\x10\x05\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_4\x10\x06\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_5\x10\x07\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_6\x10\x08\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_7\x10\t\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_8\x10\n\x12#\n\x1fREBAR_DIAMETER_AUTO_SIZES_ACI_9\x10\x0b\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_10\x10\x12\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_15\x10\x13\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_20\x10\x14\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_25\x10\x15\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_30\x10\x16\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_35\x10\x17\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_45\x10\x18\x12$\n REBAR_DIAMETER_AUTO_SIZES_CSA_55\x10\x19\"\xb9\x07\n\x15StirrupSizeCalculated\x12#\n\x1fSTIRRUP_SIZE_CALCULATED_UNKNOWN\x10\x00\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_1\x10\x01\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_ACI_10\x10\x0c\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_ACI_11\x10\r\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_ACI_12\x10\x0e\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_ACI_14\x10\x0f\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_ACI_16\x10\x10\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_ACI_18\x10\x11\x12#\n\x1fSTIRRUP_SIZE_CALCULATED_ACI_1p5\x10\x02\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_2\x10\x03\x12#\n\x1fSTIRRUP_SIZE_CALCULATED_ACI_2p5\x10\x04\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_3\x10\x05\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_4\x10\x06\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_5\x10\x07\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_6\x10\x08\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_7\x10\t\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_8\x10\n\x12!\n\x1dSTIRRUP_SIZE_CALCULATED_ACI_9\x10\x0b\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_10\x10\x12\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_15\x10\x13\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_20\x10\x14\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_25\x10\x15\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_30\x10\x16\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_35\x10\x17\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_45\x10\x18\x12\"\n\x1eSTIRRUP_SIZE_CALCULATED_CSA_55\x10\x19\"?\n\x16StirrupSizeAutoMinimum\x12%\n!STIRRUP_SIZE_AUTO_MINIMUM_UNKNOWN\x10\x00\"?\n\x16StirrupSizeAutoMaximum\x12%\n!STIRRUP_SIZE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xa4\x08\n\x18StirrupDiameterAutoSizes\x12\'\n#STIRRUP_DIAMETER_AUTO_SIZES_UNKNOWN\x10\x00\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_1\x10\x01\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_ACI_10\x10\x0c\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_ACI_11\x10\r\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_ACI_12\x10\x0e\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_ACI_14\x10\x0f\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_ACI_16\x10\x10\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_ACI_18\x10\x11\x12\'\n#STIRRUP_DIAMETER_AUTO_SIZES_ACI_1p5\x10\x02\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_2\x10\x03\x12\'\n#STIRRUP_DIAMETER_AUTO_SIZES_ACI_2p5\x10\x04\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_3\x10\x05\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_4\x10\x06\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_5\x10\x07\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_6\x10\x08\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_7\x10\t\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_8\x10\n\x12%\n!STIRRUP_DIAMETER_AUTO_SIZES_ACI_9\x10\x0b\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_10\x10\x12\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_15\x10\x13\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_20\x10\x14\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_25\x10\x15\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_30\x10\x16\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_35\x10\x17\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_45\x10\x18\x12&\n\"STIRRUP_DIAMETER_AUTO_SIZES_CSA_55\x10\x19\"\xab\t\n\x1d\x41\x64\x64itionalRebarSizeCalculated\x12,\n(ADDITIONAL_REBAR_SIZE_CALCULATED_UNKNOWN\x10\x00\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_1\x10\x01\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_10\x10\x0c\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_11\x10\r\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_12\x10\x0e\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_14\x10\x0f\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_16\x10\x10\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_18\x10\x11\x12,\n(ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_1p5\x10\x02\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_2\x10\x03\x12,\n(ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_2p5\x10\x04\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_3\x10\x05\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_4\x10\x06\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_5\x10\x07\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_6\x10\x08\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_7\x10\t\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_8\x10\n\x12*\n&ADDITIONAL_REBAR_SIZE_CALCULATED_ACI_9\x10\x0b\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_10\x10\x12\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_15\x10\x13\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_20\x10\x14\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_25\x10\x15\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_30\x10\x16\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_35\x10\x17\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_45\x10\x18\x12+\n\'ADDITIONAL_REBAR_SIZE_CALCULATED_CSA_55\x10\x19\"P\n\x1e\x41\x64\x64itionalRebarSizeAutoMinimum\x12.\n*ADDITIONAL_REBAR_SIZE_AUTO_MINIMUM_UNKNOWN\x10\x00\"P\n\x1e\x41\x64\x64itionalRebarSizeAutoMaximum\x12.\n*ADDITIONAL_REBAR_SIZE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\x96\n\n AdditionalRebarDiameterAutoSizes\x12\x30\n,ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_UNKNOWN\x10\x00\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_1\x10\x01\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_10\x10\x0c\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_11\x10\r\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_12\x10\x0e\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_14\x10\x0f\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_16\x10\x10\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_18\x10\x11\x12\x30\n,ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_1p5\x10\x02\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_2\x10\x03\x12\x30\n,ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_2p5\x10\x04\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_3\x10\x05\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_4\x10\x06\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_5\x10\x07\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_6\x10\x08\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_7\x10\t\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_8\x10\n\x12.\n*ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_9\x10\x0b\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_10\x10\x12\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_15\x10\x13\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_20\x10\x14\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_25\x10\x15\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_30\x10\x16\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_35\x10\x17\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_45\x10\x18\x12/\n+ADDITIONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_55\x10\x19\"\xe6\x03\n\x10MeshProductRange\x12\x1e\n\x1aMESH_PRODUCT_RANGE_UNKNOWN\x10\x00\x12\x38\n2MESH_PRODUCT_RANGE_MESHSTANDARD_AUSTRIA_2002_01_01\x10\xb3\x9c\x02\x12\x34\n.MESH_PRODUCT_RANGE_MESHSTANDARD_CZECH_REPUBLIC\x10\xb5\x9c\x02\x12,\n&MESH_PRODUCT_RANGE_MESHSTANDARD_FRANCE\x10\xc5\x9e\x02\x12\x38\n2MESH_PRODUCT_RANGE_MESHSTANDARD_GERMANY_1997_01_01\x10\xa5\x9c\x02\x12\x38\n2MESH_PRODUCT_RANGE_MESHSTANDARD_GERMANY_2001_10_01\x10\xa3\x9c\x02\x12\x38\n2MESH_PRODUCT_RANGE_MESHSTANDARD_GERMANY_2008_01_01\x10\xa4\x9c\x02\x12\x31\n+MESH_PRODUCT_RANGE_MESHSTANDARD_NETHERLANDS\x10\xb6\x9c\x02\x12\x33\n-MESH_PRODUCT_RANGE_MESHSTANDARD_UNITED_STATES\x10\xcf\x9c\x02\"\xd6\x06\n\tMeshShape\x12\x16\n\x12MESH_SHAPE_UNKNOWN\x10\x00\x12\"\n\x1dMESH_SHAPE_MESHSHAPE_AQS_MESH\x10\xcc\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_AQ_MESH\x10\xc8\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_AS_MESH\x10\xca\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_A_MESH\x10\xc7\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_B_MESH\x10\xcd\x01\x12\"\n\x1dMESH_SHAPE_MESHSHAPE_CQS_MESH\x10\xcb\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_CS_MESH\x10\xc9\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_E_MESH\x10\xce\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_G_MESH\x10\xcf\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_KA_MESH\x10\xd0\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_KD_MESH\x10\xd1\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_KH_MESH\x10\xd2\x01\x12!\n\x1cMESH_SHAPE_MESHSHAPE_KY_MESH\x10\xd3\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_K_MESH\x10\xc6\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_L_MESH\x10\xd4\x01\x12\x1d\n\x18MESH_SHAPE_MESHSHAPE_PAF\x10\xe0\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_P_MESH\x10\xd5\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_Q_MESH\x10\xc4\x01\x12\x1f\n\x1aMESH_SHAPE_MESHSHAPE_ROLLS\x10\xd8\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_R_MESH\x10\xc5\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_SHEETS\x10\xd9\x01\x12\x1c\n\x17MESH_SHAPE_MESHSHAPE_ST\x10\xe1\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_W_MESH\x10\xd6\x01\x12 \n\x1bMESH_SHAPE_MESHSHAPE_Z_MESH\x10\xd7\x01\"\x99\x01\n\x1aReinforcementDirectionType\x12\x42\n>REINFORCEMENT_DIRECTION_TYPE_IN_DESIGN_REINFORCEMENT_DIRECTION\x10\x00\x12\x37\n3REINFORCEMENT_DIRECTION_TYPE_PARALLEL_TO_TWO_POINTS\x10\x01\"r\n\x1c\x44\x65signReinforcementDirection\x12(\n$DESIGN_REINFORCEMENT_DIRECTION_A_S_1\x10\x00\x12(\n$DESIGN_REINFORCEMENT_DIRECTION_A_S_2\x10\x01\"n\n\x0fProjectionPlane\x12\x1d\n\x19PROJECTION_PLANE_XY_OR_UV\x10\x00\x12\x1d\n\x19PROJECTION_PLANE_XZ_OR_UW\x10\x02\x12\x1d\n\x19PROJECTION_PLANE_YZ_OR_VW\x10\x01\"p\n\x15LocationRectangleType\x12)\n%LOCATION_RECTANGLE_TYPE_CORNER_POINTS\x10\x00\x12,\n(LOCATION_RECTANGLE_TYPE_CENTER_AND_SIDES\x10\x01\x42\x05\n\x03_noB\x10\n\x0e_location_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0b\n\t_materialB\x15\n\x13_reinforcement_typeB\r\n\x0b_rebar_sizeB\x18\n\x16_rebar_size_calculatedB\x11\n\x0f_rebar_diameterB\x1c\n\x1a_rebar_diameter_calculatedB\x1e\n\x1c_rebar_diameter_auto_enabledB\x1a\n\x18_rebar_size_auto_minimumB\x1e\n\x1c_rebar_diameter_auto_minimumB\x1a\n\x18_rebar_size_auto_maximumB\x1e\n\x1c_rebar_diameter_auto_maximumB(\n&_rebar_diameter_auto_diameters_enabledB\x1f\n\x1d_rebar_diameter_auto_priorityB\x10\n\x0e_rebar_spacingB\x1b\n\x19_rebar_spacing_calculatedB\x1d\n\x1b_rebar_spacing_auto_enabledB\x1d\n\x1b_rebar_spacing_auto_minimumB\x1d\n\x1b_rebar_spacing_auto_maximumB\x1f\n\x1d_rebar_spacing_auto_incrementB\x1e\n\x1c_rebar_spacing_auto_priorityB\x0f\n\r_stirrup_sizeB\x1a\n\x18_stirrup_size_calculatedB\x13\n\x11_stirrup_diameterB\x1e\n\x1c_stirrup_diameter_calculatedB \n\x1e_stirrup_diameter_auto_enabledB\x1c\n\x1a_stirrup_size_auto_minimumB \n\x1e_stirrup_diameter_auto_minimumB\x1c\n\x1a_stirrup_size_auto_maximumB \n\x1e_stirrup_diameter_auto_maximumB*\n(_stirrup_diameter_auto_diameters_enabledB!\n\x1f_stirrup_diameter_auto_priorityB\x12\n\x10_stirrup_spacingB\x1d\n\x1b_stirrup_spacing_calculatedB\x1f\n\x1d_stirrup_spacing_auto_enabledB\x1f\n\x1d_stirrup_spacing_auto_minimumB\x1f\n\x1d_stirrup_spacing_auto_maximumB!\n\x1f_stirrup_spacing_auto_incrementB \n\x1e_stirrup_spacing_auto_priorityB.\n,_additional_transverse_reinforcement_enabledB\x18\n\x16_additional_rebar_sizeB#\n!_additional_rebar_size_calculatedB\x1c\n\x1a_additional_rebar_diameterB\'\n%_additional_rebar_diameter_calculatedB)\n\'_additional_rebar_diameter_auto_enabledB%\n#_additional_rebar_size_auto_minimumB)\n\'_additional_rebar_diameter_auto_minimumB%\n#_additional_rebar_size_auto_maximumB)\n\'_additional_rebar_diameter_auto_maximumB3\n1_additional_rebar_diameter_auto_diameters_enabledB*\n(_additional_rebar_diameter_auto_priorityB\x1b\n\x19_additional_rebar_spacingB&\n$_additional_rebar_spacing_calculatedB(\n&_additional_rebar_spacing_auto_enabledB(\n&_additional_rebar_spacing_auto_minimumB(\n&_additional_rebar_spacing_auto_maximumB*\n(_additional_rebar_spacing_auto_incrementB)\n\'_additional_rebar_spacing_auto_priorityB\x15\n\x13_mesh_product_rangeB\r\n\x0b_mesh_shapeB\x0c\n\n_mesh_nameB\x18\n\x16_alignment_top_enabledB\x1b\n\x19_alignment_bottom_enabledB*\n(_additional_offset_to_concrete_cover_topB-\n+_additional_offset_to_concrete_cover_bottomB\x1f\n\x1d_reinforcement_direction_typeB!\n\x1f_design_reinforcement_directionB\x1a\n\x18_first_direction_point_1B\x1a\n\x18_first_direction_point_2B\x1b\n\x19_second_direction_point_1B\x1b\n\x19_second_direction_point_2B\x1f\n\x1d_projection_coordinate_systemB\x13\n\x11_projection_planeB\x19\n\x17_reinforcement_area_as1B\x19\n\x17_reinforcement_area_as2B\x1d\n\x1b_reinforcement_area_as1_topB \n\x1e_reinforcement_area_as1_bottomB\x1d\n\x1b_reinforcement_area_as2_topB \n\x1e_reinforcement_area_as2_bottomB\x1a\n\x18_reinforcement_area_as_iB\"\n _reinforcement_area_as_i_plus_90B\x1e\n\x1c_reinforcement_area_as_i_topB!\n\x1f_reinforcement_area_as_i_bottomB&\n$_reinforcement_area_as_i_plus_90_topB)\n\'_reinforcement_area_as_i_plus_90_bottomB!\n\x1f_stirrup_reinforcement_area_aswB\x15\n\x13_acting_region_fromB\x13\n\x11_acting_region_toB\x1a\n\x18_location_rectangle_typeB\x13\n\x11_location_first_xB\x13\n\x11_location_first_yB\x14\n\x12_location_second_xB\x14\n\x12_location_second_yB\x14\n\x12_location_center_xB\x14\n\x12_location_center_yB\x19\n\x17_location_center_side_aB\x19\n\x17_location_center_side_bB\x14\n\x12_location_rotationB\x12\n\x10_location_radiusB\x11\n\x0f_polygon_pointsB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_concrete_design.surface_reinforcement_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_SURFACEREINFORCEMENT']._serialized_start=118
35
- _globals['_SURFACEREINFORCEMENT']._serialized_end=19145
36
- _globals['_SURFACEREINFORCEMENT_POLYGONPOINTSTABLE']._serialized_start=6577
37
- _globals['_SURFACEREINFORCEMENT_POLYGONPOINTSTABLE']._serialized_end=6693
38
- _globals['_SURFACEREINFORCEMENT_POLYGONPOINTSROW']._serialized_start=6696
39
- _globals['_SURFACEREINFORCEMENT_POLYGONPOINTSROW']._serialized_end=6920
40
- _globals['_SURFACEREINFORCEMENT_LOCATIONTYPE']._serialized_start=6923
41
- _globals['_SURFACEREINFORCEMENT_LOCATIONTYPE']._serialized_end=7095
42
- _globals['_SURFACEREINFORCEMENT_REINFORCEMENTTYPE']._serialized_start=7097
43
- _globals['_SURFACEREINFORCEMENT_REINFORCEMENTTYPE']._serialized_end=7208
44
- _globals['_SURFACEREINFORCEMENT_REBARSIZECALCULATED']._serialized_start=7211
45
- _globals['_SURFACEREINFORCEMENT_REBARSIZECALCULATED']._serialized_end=8110
46
- _globals['_SURFACEREINFORCEMENT_REBARSIZEAUTOMINIMUM']._serialized_start=8112
47
- _globals['_SURFACEREINFORCEMENT_REBARSIZEAUTOMINIMUM']._serialized_end=8171
48
- _globals['_SURFACEREINFORCEMENT_REBARSIZEAUTOMAXIMUM']._serialized_start=8173
49
- _globals['_SURFACEREINFORCEMENT_REBARSIZEAUTOMAXIMUM']._serialized_end=8232
50
- _globals['_SURFACEREINFORCEMENT_REBARDIAMETERAUTOSIZES']._serialized_start=8235
51
- _globals['_SURFACEREINFORCEMENT_REBARDIAMETERAUTOSIZES']._serialized_end=9241
52
- _globals['_SURFACEREINFORCEMENT_STIRRUPSIZECALCULATED']._serialized_start=9244
53
- _globals['_SURFACEREINFORCEMENT_STIRRUPSIZECALCULATED']._serialized_end=10197
54
- _globals['_SURFACEREINFORCEMENT_STIRRUPSIZEAUTOMINIMUM']._serialized_start=10199
55
- _globals['_SURFACEREINFORCEMENT_STIRRUPSIZEAUTOMINIMUM']._serialized_end=10262
56
- _globals['_SURFACEREINFORCEMENT_STIRRUPSIZEAUTOMAXIMUM']._serialized_start=10264
57
- _globals['_SURFACEREINFORCEMENT_STIRRUPSIZEAUTOMAXIMUM']._serialized_end=10327
58
- _globals['_SURFACEREINFORCEMENT_STIRRUPDIAMETERAUTOSIZES']._serialized_start=10330
59
- _globals['_SURFACEREINFORCEMENT_STIRRUPDIAMETERAUTOSIZES']._serialized_end=11390
60
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARSIZECALCULATED']._serialized_start=11393
61
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARSIZECALCULATED']._serialized_end=12588
62
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARSIZEAUTOMINIMUM']._serialized_start=12590
63
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARSIZEAUTOMINIMUM']._serialized_end=12670
64
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARSIZEAUTOMAXIMUM']._serialized_start=12672
65
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARSIZEAUTOMAXIMUM']._serialized_end=12752
66
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARDIAMETERAUTOSIZES']._serialized_start=12755
67
- _globals['_SURFACEREINFORCEMENT_ADDITIONALREBARDIAMETERAUTOSIZES']._serialized_end=14057
68
- _globals['_SURFACEREINFORCEMENT_MESHPRODUCTRANGE']._serialized_start=14060
69
- _globals['_SURFACEREINFORCEMENT_MESHPRODUCTRANGE']._serialized_end=14546
70
- _globals['_SURFACEREINFORCEMENT_MESHSHAPE']._serialized_start=14549
71
- _globals['_SURFACEREINFORCEMENT_MESHSHAPE']._serialized_end=15403
72
- _globals['_SURFACEREINFORCEMENT_REINFORCEMENTDIRECTIONTYPE']._serialized_start=15406
73
- _globals['_SURFACEREINFORCEMENT_REINFORCEMENTDIRECTIONTYPE']._serialized_end=15559
74
- _globals['_SURFACEREINFORCEMENT_DESIGNREINFORCEMENTDIRECTION']._serialized_start=15561
75
- _globals['_SURFACEREINFORCEMENT_DESIGNREINFORCEMENTDIRECTION']._serialized_end=15675
76
- _globals['_SURFACEREINFORCEMENT_PROJECTIONPLANE']._serialized_start=15677
77
- _globals['_SURFACEREINFORCEMENT_PROJECTIONPLANE']._serialized_end=15787
78
- _globals['_SURFACEREINFORCEMENT_LOCATIONRECTANGLETYPE']._serialized_start=15789
79
- _globals['_SURFACEREINFORCEMENT_LOCATIONRECTANGLETYPE']._serialized_end=15901
80
- # @@protoc_insertion_point(module_scope)
@@ -1,79 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_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/types_for_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/types_for_foundations/single_foundation.proto\x12%dlubal.api.rfem.types_for_foundations\x1a\x1e\x64lubal/api/common/common.proto\"\xbdJ\n\x10SingleFoundation\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x64\n\x0f\x66oundation_type\x18\x02 \x01(\x0e\x32\x46.dlubal.api.rfem.types_for_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\x12m\n\x0fgeometry_config\x18\t \x01(\x0b\x32O.dlubal.api.rfem.types_for_foundations.SingleFoundation.GeometryConfigTreeTableH\x07\x88\x01\x01\x12\x82\x01\n\x1aplate_reinforcement_config\x18\n \x01(\x0b\x32Y.dlubal.api.rfem.types_for_foundations.SingleFoundation.PlateReinforcementConfigTreeTableH\x08\x88\x01\x01\x12\x84\x01\n\x1b\x62ucket_reinforcement_config\x18\x0b \x01(\x0b\x32Z.dlubal.api.rfem.types_for_foundations.SingleFoundation.BucketReinforcementConfigTreeTableH\t\x88\x01\x01\x12\x8f\x01\n!rough_bucket_reinforcement_config\x18\x0c \x01(\x0b\x32_.dlubal.api.rfem.types_for_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableH\n\x88\x01\x01\x12\x82\x01\n\x1a\x62lock_reinforcement_config\x18\r \x01(\x0b\x32Y.dlubal.api.rfem.types_for_foundations.SingleFoundation.BlockReinforcementConfigTreeTableH\x0b\x88\x01\x01\x12#\n\x16reinforcement_material\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12j\n\x12reinforcement_type\x18\x0f \x01(\x0e\x32I.dlubal.api.rfem.types_for_foundations.SingleFoundation.ReinforcementTypeH\r\x88\x01\x01\x12\x36\n)plate_reinforcement_automatically_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12u\n\x18horizontal_stirrups_type\x18\x11 \x01(\x0e\x32N.dlubal.api.rfem.types_for_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\x12m\n\x14soil_definition_type\x18$ \x01(\x0e\x32J.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilDefinitionTypeH\"\x88\x01\x01\x12q\n\x16subsoil_condition_type\x18% \x01(\x0e\x32L.dlubal.api.rfem.types_for_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\x12%\n\x18\x65\x61rth_covering_thickness\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13groundwater_enabled\x18* \x01(\x08H(\x88\x01\x01\x12\x1e\n\x11groundwater_level\x18+ \x01(\x01H)\x88\x01\x01\x12p\n\x16\x61ngle_of_soil_friction\x18, \x01(\x0e\x32K.dlubal.api.rfem.types_for_foundations.SingleFoundation.AngleOfSoilFrictionH*\x88\x01\x01\x12p\n\x16\x61ngle_of_wall_friction\x18- \x01(\x0e\x32K.dlubal.api.rfem.types_for_foundations.SingleFoundation.AngleOfWallFrictionH+\x88\x01\x01\x12m\n\x0fsoil_parameters\x18. \x01(\x0b\x32O.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilParametersTreeTableH,\x88\x01\x01\x12\x16\n\tto_design\x18/ \x01(\x08H-\x88\x01\x01\x12\x16\n\x0eselected_nodes\x18\x30 \x03(\x05\x12\x17\n\x0fnodes_to_design\x18\x31 \x03(\x05\x12!\n\x19nodes_removed_from_design\x18\x32 \x03(\x05\x12#\n\x1bnot_valid_deactivated_nodes\x18\x33 \x03(\x05\x12 \n\x13\x61ll_nodes_to_design\x18\x34 \x01(\x08H.\x88\x01\x01\x12*\n\x1d\x63oncrete_design_configuration\x18\x35 \x01(\x05H/\x88\x01\x01\x12.\n!geotechnical_design_configuration\x18\x36 \x01(\x05H0\x88\x01\x01\x12\x15\n\x08\x62orehole\x18\x37 \x01(\x05H1\x88\x01\x01\x12r\n\x14\x62orehole_soil_layers\x18\x38 \x01(\x0b\x32O.dlubal.api.rfem.types_for_foundations.SingleFoundation.BoreholeSoilLayersTableH2\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x39 \x01(\x08H3\x88\x01\x01\x12\x19\n\x0cgenerated_by\x18: \x01(\tH4\x88\x01\x01\x12\x14\n\x07\x63omment\x18; \x01(\tH5\x88\x01\x01\x12!\n\x14id_for_export_import\x18< \x01(\tH6\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18= \x01(\tH7\x88\x01\x01\x1a{\n\x17GeometryConfigTreeTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.GeometryConfigTreeTableRow\x1a\xae\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\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.GeometryConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n!PlateReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRow\x1a\xc2\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\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x91\x01\n\"BucketReinforcementConfigTreeTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.types_for_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRow\x1a\xc4\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\x12k\n\x04rows\x18\x06 \x03(\x0b\x32].dlubal.api.rfem.types_for_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9b\x01\n\'RoughBucketReinforcementConfigTreeTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rfem.types_for_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRow\x1a\xce\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\x12p\n\x04rows\x18\x06 \x03(\x0b\x32\x62.dlubal.api.rfem.types_for_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n!BlockReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRow\x1a\xc2\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\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a{\n\x17SoilParametersTreeTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilParametersTreeTableRow\x1a\xae\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\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1av\n\x17\x42oreholeSoilLayersTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rfem.types_for_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\"\x88\x01\n\x13\x41ngleOfSoilFriction\x12;\n7ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION\x10\x00\x12\x34\n0ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION\x10\x01\"\xb1\x01\n\x13\x41ngleOfWallFriction\x12\x35\n1ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL\x10\x00\x12\x30\n,ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL\x10\x01\x12\x31\n-ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL\x10\x02\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\x1b\n\x19_earth_covering_thicknessB\x16\n\x14_groundwater_enabledB\x14\n\x12_groundwater_levelB\x19\n\x17_angle_of_soil_frictionB\x19\n\x17_angle_of_wall_frictionB\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.types_for_foundations.single_foundation_pb2', _globals)
33
- if not _descriptor._USE_C_DESCRIPTORS:
34
- DESCRIPTOR._loaded_options = None
35
- _globals['_SINGLEFOUNDATION']._serialized_start=137
36
- _globals['_SINGLEFOUNDATION']._serialized_end=9670
37
- _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_start=3577
38
- _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_end=3700
39
- _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_start=3703
40
- _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_end=4005
41
- _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_start=4008
42
- _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_end=4151
43
- _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4154
44
- _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4476
45
- _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4479
46
- _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=4624
47
- _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4627
48
- _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4951
49
- _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4954
50
- _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=5109
51
- _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=5112
52
- _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5446
53
- _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_start=5449
54
- _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_end=5592
55
- _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=5595
56
- _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5917
57
- _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_start=5919
58
- _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_end=6042
59
- _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_start=6045
60
- _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_end=6347
61
- _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_start=6349
62
- _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_end=6467
63
- _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_start=6470
64
- _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_end=6823
65
- _globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_start=6826
66
- _globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_end=7323
67
- _globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_start=7325
68
- _globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_end=7444
69
- _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_start=7447
70
- _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_end=7580
71
- _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_start=7582
72
- _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_end=7691
73
- _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_start=7693
74
- _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_end=7789
75
- _globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_start=7792
76
- _globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_end=7928
77
- _globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_start=7931
78
- _globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_end=8108
79
- # @@protoc_insertion_point(module_scope)
@@ -1,91 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_glass_design/glass_composition_model.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rfem/types_for_glass_design/glass_composition_model.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'\nDdlubal/api/rfem/types_for_glass_design/glass_composition_model.proto\x12&dlubal.api.rfem.types_for_glass_design\x1a\x1e\x64lubal/api/common/common.proto\"\x87^\n\x15GlassCompositionModel\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x10\n\x08surfaces\x18\x04 \x03(\x05\x12\x16\n\tto_design\x18\x05 \x01(\x08H\x03\x88\x01\x01\x12?\n2display_stiffness_matrix_for_uncoupled_and_coupled\x18\x06 \x01(\x08H\x04\x88\x01\x01\x12l\n\x10\x63\x61lculation_type\x18\x07 \x01(\x0e\x32M.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.CalculationTypeH\x05\x88\x01\x01\x12\x66\n\rmodeling_type\x18\x08 \x01(\x0e\x32J.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ModelingTypeH\x06\x88\x01\x01\x12\x84\x01\n\x1dshear_coupling_between_layers\x18\t \x01(\x0e\x32X.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ShearCouplingBetweenLayersH\x07\x88\x01\x01\x12\x99\x01\n#stiffness_matrix_elements_uncoupled\x18\n \x01(\x0b\x32g.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixElementsUncoupledTreeTableH\x08\x88\x01\x01\x12\x1a\n\runcoupled_D11\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x1a\n\runcoupled_D12\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x1a\n\runcoupled_D13\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\runcoupled_D22\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1a\n\runcoupled_D23\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1a\n\runcoupled_D33\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1a\n\runcoupled_D44\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1a\n\runcoupled_D45\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x1a\n\runcoupled_D55\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x1a\n\runcoupled_D66\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x1a\n\runcoupled_D67\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\runcoupled_D68\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1a\n\runcoupled_D77\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1a\n\runcoupled_D78\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1a\n\runcoupled_D88\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\runcoupled_D16\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1a\n\runcoupled_D17\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1a\n\runcoupled_D18\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1a\n\runcoupled_D27\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x1a\n\runcoupled_D28\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1a\n\runcoupled_D38\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x91\x01\n\x1fstiffness_matrix_info_uncoupled\x18 \x01(\x0b\x32\x63.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixInfoUncoupledTreeTableH\x1e\x88\x01\x01\x12\x95\x01\n!stiffness_matrix_elements_coupled\x18! \x01(\x0b\x32\x65.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixElementsCoupledTreeTableH\x1f\x88\x01\x01\x12\x18\n\x0b\x63oupled_D11\x18\" \x01(\x01H \x88\x01\x01\x12\x18\n\x0b\x63oupled_D12\x18# \x01(\x01H!\x88\x01\x01\x12\x18\n\x0b\x63oupled_D13\x18$ \x01(\x01H\"\x88\x01\x01\x12\x18\n\x0b\x63oupled_D22\x18% \x01(\x01H#\x88\x01\x01\x12\x18\n\x0b\x63oupled_D23\x18& \x01(\x01H$\x88\x01\x01\x12\x18\n\x0b\x63oupled_D33\x18\' \x01(\x01H%\x88\x01\x01\x12\x18\n\x0b\x63oupled_D44\x18( \x01(\x01H&\x88\x01\x01\x12\x18\n\x0b\x63oupled_D45\x18) \x01(\x01H\'\x88\x01\x01\x12\x18\n\x0b\x63oupled_D55\x18* \x01(\x01H(\x88\x01\x01\x12\x18\n\x0b\x63oupled_D66\x18+ \x01(\x01H)\x88\x01\x01\x12\x18\n\x0b\x63oupled_D67\x18, \x01(\x01H*\x88\x01\x01\x12\x18\n\x0b\x63oupled_D68\x18- \x01(\x01H+\x88\x01\x01\x12\x18\n\x0b\x63oupled_D77\x18. \x01(\x01H,\x88\x01\x01\x12\x18\n\x0b\x63oupled_D78\x18/ \x01(\x01H-\x88\x01\x01\x12\x18\n\x0b\x63oupled_D88\x18\x30 \x01(\x01H.\x88\x01\x01\x12\x18\n\x0b\x63oupled_D16\x18\x31 \x01(\x01H/\x88\x01\x01\x12\x18\n\x0b\x63oupled_D17\x18\x32 \x01(\x01H0\x88\x01\x01\x12\x18\n\x0b\x63oupled_D18\x18\x33 \x01(\x01H1\x88\x01\x01\x12\x18\n\x0b\x63oupled_D27\x18\x34 \x01(\x01H2\x88\x01\x01\x12\x18\n\x0b\x63oupled_D28\x18\x35 \x01(\x01H3\x88\x01\x01\x12\x18\n\x0b\x63oupled_D38\x18\x36 \x01(\x01H4\x88\x01\x01\x12\x8d\x01\n\x1dstiffness_matrix_info_coupled\x18\x37 \x01(\x0b\x32\x61.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixInfoCoupledTreeTableH5\x88\x01\x01\x12%\n\x18layers_surface_thickness\x18\x38 \x01(\x05H6\x88\x01\x01\x12w\n\x16layers_reference_table\x18\x39 \x01(\x0b\x32R.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LayersReferenceTableH7\x88\x01\x01\x12#\n\x16layers_total_thickness\x18: \x01(\x01H8\x88\x01\x01\x12 \n\x13layers_total_weight\x18; \x01(\x01H9\x88\x01\x01\x12q\n\x13line_supports_table\x18< \x01(\x0b\x32O.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LineSupportsTableH:\x88\x01\x01\x12s\n\x14nodal_supports_table\x18= \x01(\x0b\x32P.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.NodalSupportsTableH;\x88\x01\x01\x12,\n\x1fsurface_thickness_with_material\x18> \x01(\x05H<\x88\x01\x01\x12w\n\x16surface_stiffness_type\x18? \x01(\x0e\x32R.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.SurfaceStiffnessTypeH=\x88\x01\x01\x12u\n\x15surface_geometry_type\x18@ \x01(\x0e\x32Q.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.SurfaceGeometryTypeH>\x88\x01\x01\x12\x19\n\x0csurface_area\x18\x41 \x01(\x01H?\x88\x01\x01\x12\x1b\n\x0esurface_volume\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x19\n\x0csurface_mass\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x1f\n\x12surface_total_area\x18\x44 \x01(\x01HB\x88\x01\x01\x12!\n\x14surface_total_volume\x18\x45 \x01(\x01HC\x88\x01\x01\x12\x1f\n\x12surface_total_mass\x18\x46 \x01(\x01HD\x88\x01\x01\x12\x93\x01\n climatic_loads_summer_parameters\x18G \x01(\x0b\x32\x64.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ClimaticLoadsSummerParametersTreeTableHE\x88\x01\x01\x12\x93\x01\n climatic_loads_winter_parameters\x18H \x01(\x0b\x32\x64.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ClimaticLoadsWinterParametersTreeTableHF\x88\x01\x01\x12\x35\n(climatic_loads_summer_parameters_enabled\x18I \x01(\x08HG\x88\x01\x01\x12\x35\n(climatic_loads_winter_parameters_enabled\x18J \x01(\x08HH\x88\x01\x01\x12*\n\x1dinsulating_glass_unit_enabled\x18K \x01(\x08HI\x88\x01\x01\x12\x1d\n\x10spacer_activated\x18L \x01(\x08HJ\x88\x01\x01\x12\x1d\n\x10spacer_thickness\x18M \x01(\x05HK\x88\x01\x01\x12:\n-supports_for_side_surfaces_of_gas_deactivated\x18N \x01(\x08HL\x88\x01\x01\x12,\n\x1fnumber_of_finite_element_layers\x18O \x01(\x05HM\x88\x01\x01\x12\x14\n\x07\x63omment\x18P \x01(\tHN\x88\x01\x01\x12!\n\x14id_for_export_import\x18Q \x01(\tHO\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18R \x01(\tHP\x88\x01\x01\x1a\xa5\x01\n)StiffnessMatrixElementsUncoupledTreeTable\x12x\n\x04rows\x18\x01 \x03(\x0b\x32j.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixElementsUncoupledTreeTableRow\x1a\x9e\x02\n,StiffnessMatrixElementsUncoupledTreeTableRow\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\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12x\n\x04rows\x18\x05 \x03(\x0b\x32j.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixElementsUncoupledTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9d\x01\n%StiffnessMatrixInfoUncoupledTreeTable\x12t\n\x04rows\x18\x01 \x03(\x0b\x32\x66.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixInfoUncoupledTreeTableRow\x1a\x9e\x02\n(StiffnessMatrixInfoUncoupledTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12t\n\x04rows\x18\x05 \x03(\x0b\x32\x66.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixInfoUncoupledTreeTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\x08\n\x06_valueB\x07\n\x05_unit\x1a\xa1\x01\n\'StiffnessMatrixElementsCoupledTreeTable\x12v\n\x04rows\x18\x01 \x03(\x0b\x32h.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixElementsCoupledTreeTableRow\x1a\x9a\x02\n*StiffnessMatrixElementsCoupledTreeTableRow\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\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12v\n\x04rows\x18\x05 \x03(\x0b\x32h.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixElementsCoupledTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x99\x01\n#StiffnessMatrixInfoCoupledTreeTable\x12r\n\x04rows\x18\x01 \x03(\x0b\x32\x64.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixInfoCoupledTreeTableRow\x1a\x9a\x02\n&StiffnessMatrixInfoCoupledTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\x05value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x11\n\x04unit\x18\x04 \x01(\tH\x03\x88\x01\x01\x12r\n\x04rows\x18\x05 \x03(\x0b\x32\x64.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.StiffnessMatrixInfoCoupledTreeTableRowB\x06\n\x04_keyB\x0e\n\x0c_descriptionB\x08\n\x06_valueB\x07\n\x05_unit\x1a{\n\x14LayersReferenceTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LayersReferenceTableRow\x1a\xdf\x08\n\x17LayersReferenceTableRow\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\x12x\n\nlayer_type\x18\x04 \x01(\x0e\x32_.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LayersReferenceTableRow.LayerTypeH\x03\x88\x01\x01\x12!\n\x14thickness_type_or_id\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x15\n\x08material\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\x16\n\tthickness\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x12\n\x05\x61ngle\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1f\n\x12integration_points\x18\t \x01(\x05H\x08\x88\x01\x01\x12\x37\n*connection_with_other_topological_elements\x18\n \x01(\x08H\t\x88\x01\x01\x12\x80\x01\n\x0e\x65\x64ge_finishing\x18\x0b \x01(\x0e\x32\x63.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LayersReferenceTableRow.EdgeFinishingH\n\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x1c\n\x0fspecific_weight\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06weight\x18\x0e \x01(\x01H\r\x88\x01\x01\"t\n\tLayerType\x12!\n\x1dLAYER_TYPE_E_LAYER_TYPE_LAYER\x10\x00\x12#\n\x1fLAYER_TYPE_E_LAYER_TYPE_CONTACT\x10\x01\x12\x1f\n\x1bLAYER_TYPE_E_LAYER_TYPE_GAS\x10\x02\"\x90\x01\n\rEdgeFinishing\x12\"\n\x1e\x45\x44GE_FINISHING_CLEAN_CUT_EDGES\x10\x00\x12\x17\n\x13\x45\x44GE_FINISHING_NONE\x10\x03\x12!\n\x1d\x45\x44GE_FINISHING_POLISHED_EDGES\x10\x02\x12\x1f\n\x1b\x45\x44GE_FINISHING_SEAMED_EDGES\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\r\n\x0b_layer_typeB\x17\n\x15_thickness_type_or_idB\x0b\n\t_materialB\x0c\n\n_thicknessB\x08\n\x06_angleB\x15\n\x13_integration_pointsB-\n+_connection_with_other_topological_elementsB\x11\n\x0f_edge_finishingB\n\n\x08_commentB\x12\n\x10_specific_weightB\t\n\x07_weight\x1au\n\x11LineSupportsTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LineSupportsTableRow\x1a\xc8\x03\n\x14LineSupportsTableRow\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\x18\n\x0bobject_pack\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08layer_no\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x81\x01\n\x10support_location\x18\x05 \x01(\x0e\x32\x62.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.LineSupportsTableRow.SupportLocationH\x04\x88\x01\x01\x12\x14\n\x07support\x18\x06 \x01(\x05H\x05\x88\x01\x01\"e\n\x0fSupportLocation\x12\x18\n\x14SUPPORT_LOCATION_TOP\x10\x00\x12\x1b\n\x17SUPPORT_LOCATION_BOTTOM\x10\x02\x12\x1b\n\x17SUPPORT_LOCATION_MIDDLE\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_object_packB\x0b\n\t_layer_noB\x13\n\x11_support_locationB\n\n\x08_support\x1aw\n\x12NodalSupportsTable\x12\x61\n\x04rows\x18\x01 \x03(\x0b\x32S.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.NodalSupportsTableRow\x1a\xca\x03\n\x15NodalSupportsTableRow\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\x18\n\x0bobject_pack\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08layer_no\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x82\x01\n\x10support_location\x18\x05 \x01(\x0e\x32\x63.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.NodalSupportsTableRow.SupportLocationH\x04\x88\x01\x01\x12\x14\n\x07support\x18\x06 \x01(\x05H\x05\x88\x01\x01\"e\n\x0fSupportLocation\x12\x18\n\x14SUPPORT_LOCATION_TOP\x10\x00\x12\x1b\n\x17SUPPORT_LOCATION_BOTTOM\x10\x02\x12\x1b\n\x17SUPPORT_LOCATION_MIDDLE\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_object_packB\x0b\n\t_layer_noB\x13\n\x11_support_locationB\n\n\x08_support\x1a\x9f\x01\n&ClimaticLoadsSummerParametersTreeTable\x12u\n\x04rows\x18\x01 \x03(\x0b\x32g.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ClimaticLoadsSummerParametersTreeTableRow\x1a\xd2\x02\n)ClimaticLoadsSummerParametersTreeTableRow\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\x12u\n\x04rows\x18\x06 \x03(\x0b\x32g.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ClimaticLoadsSummerParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9f\x01\n&ClimaticLoadsWinterParametersTreeTable\x12u\n\x04rows\x18\x01 \x03(\x0b\x32g.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ClimaticLoadsWinterParametersTreeTableRow\x1a\xd2\x02\n)ClimaticLoadsWinterParametersTreeTableRow\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\x12u\n\x04rows\x18\x06 \x03(\x0b\x32g.dlubal.api.rfem.types_for_glass_design.GlassCompositionModel.ClimaticLoadsWinterParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\":\n\x0f\x43\x61lculationType\x12\'\n#CALCULATION_TYPE_1_PHASE_FULL_MODEL\x10\x00\"/\n\x0cModelingType\x12\x1f\n\x1bMODELING_TYPE_SURFACE_MODEL\x10\x00\"t\n\x1aShearCouplingBetweenLayers\x12)\n%SHEAR_COUPLING_BETWEEN_LAYERS_COUPLED\x10\x00\x12+\n\'SHEAR_COUPLING_BETWEEN_LAYERS_UNCOUPLED\x10\x01\"\x90\x04\n\x14SurfaceStiffnessType\x12#\n\x1fSURFACE_STIFFNESS_TYPE_STANDARD\x10\x00\x12(\n$SURFACE_STIFFNESS_TYPE_DISCONTINUITY\x10\x04\x12 \n\x1cSURFACE_STIFFNESS_TYPE_FLOOR\x10\x08\x12*\n&SURFACE_STIFFNESS_TYPE_FLOOR_DIAPHRAGM\x10\t\x12\x33\n/SURFACE_STIFFNESS_TYPE_FLOOR_FLEXIBLE_DIAPHRAGM\x10\x0b\x12*\n&SURFACE_STIFFNESS_TYPE_FLOOR_SEMIRIGID\x10\n\x12&\n\"SURFACE_STIFFNESS_TYPE_GROUNDWATER\x10\x07\x12(\n$SURFACE_STIFFNESS_TYPE_LOAD_TRANSFER\x10\x06\x12#\n\x1fSURFACE_STIFFNESS_TYPE_MEMBRANE\x10\x03\x12 \n\x1cSURFACE_STIFFNESS_TYPE_RIGID\x10\x02\x12\x33\n/SURFACE_STIFFNESS_TYPE_WITHOUT_MEMBRANE_TENSION\x10\x05\x12,\n(SURFACE_STIFFNESS_TYPE_WITHOUT_THICKNESS\x10\x01\"\xba\x02\n\x13SurfaceGeometryType\x12!\n\x1dSURFACE_GEOMETRY_TYPE_UNKNOWN\x10\x00\x12\x32\n.SURFACE_GEOMETRY_TYPE_MINIMUM_CURVATURE_SPLINE\x10\x07\x12\x1f\n\x1bSURFACE_GEOMETRY_TYPE_NURBS\x10\x03\x12\x1e\n\x1aSURFACE_GEOMETRY_TYPE_PIPE\x10\x06\x12\x1f\n\x1bSURFACE_GEOMETRY_TYPE_PLANE\x10\x01\x12$\n SURFACE_GEOMETRY_TYPE_QUADRANGLE\x10\x02\x12!\n\x1dSURFACE_GEOMETRY_TYPE_ROTATED\x10\x05\x12!\n\x1dSURFACE_GEOMETRY_TYPE_TRIMMED\x10\x04\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0c\n\n_to_designB5\n3_display_stiffness_matrix_for_uncoupled_and_coupledB\x13\n\x11_calculation_typeB\x10\n\x0e_modeling_typeB \n\x1e_shear_coupling_between_layersB&\n$_stiffness_matrix_elements_uncoupledB\x10\n\x0e_uncoupled_D11B\x10\n\x0e_uncoupled_D12B\x10\n\x0e_uncoupled_D13B\x10\n\x0e_uncoupled_D22B\x10\n\x0e_uncoupled_D23B\x10\n\x0e_uncoupled_D33B\x10\n\x0e_uncoupled_D44B\x10\n\x0e_uncoupled_D45B\x10\n\x0e_uncoupled_D55B\x10\n\x0e_uncoupled_D66B\x10\n\x0e_uncoupled_D67B\x10\n\x0e_uncoupled_D68B\x10\n\x0e_uncoupled_D77B\x10\n\x0e_uncoupled_D78B\x10\n\x0e_uncoupled_D88B\x10\n\x0e_uncoupled_D16B\x10\n\x0e_uncoupled_D17B\x10\n\x0e_uncoupled_D18B\x10\n\x0e_uncoupled_D27B\x10\n\x0e_uncoupled_D28B\x10\n\x0e_uncoupled_D38B\"\n _stiffness_matrix_info_uncoupledB$\n\"_stiffness_matrix_elements_coupledB\x0e\n\x0c_coupled_D11B\x0e\n\x0c_coupled_D12B\x0e\n\x0c_coupled_D13B\x0e\n\x0c_coupled_D22B\x0e\n\x0c_coupled_D23B\x0e\n\x0c_coupled_D33B\x0e\n\x0c_coupled_D44B\x0e\n\x0c_coupled_D45B\x0e\n\x0c_coupled_D55B\x0e\n\x0c_coupled_D66B\x0e\n\x0c_coupled_D67B\x0e\n\x0c_coupled_D68B\x0e\n\x0c_coupled_D77B\x0e\n\x0c_coupled_D78B\x0e\n\x0c_coupled_D88B\x0e\n\x0c_coupled_D16B\x0e\n\x0c_coupled_D17B\x0e\n\x0c_coupled_D18B\x0e\n\x0c_coupled_D27B\x0e\n\x0c_coupled_D28B\x0e\n\x0c_coupled_D38B \n\x1e_stiffness_matrix_info_coupledB\x1b\n\x19_layers_surface_thicknessB\x19\n\x17_layers_reference_tableB\x19\n\x17_layers_total_thicknessB\x16\n\x14_layers_total_weightB\x16\n\x14_line_supports_tableB\x17\n\x15_nodal_supports_tableB\"\n _surface_thickness_with_materialB\x19\n\x17_surface_stiffness_typeB\x18\n\x16_surface_geometry_typeB\x0f\n\r_surface_areaB\x11\n\x0f_surface_volumeB\x0f\n\r_surface_massB\x15\n\x13_surface_total_areaB\x17\n\x15_surface_total_volumeB\x15\n\x13_surface_total_massB#\n!_climatic_loads_summer_parametersB#\n!_climatic_loads_winter_parametersB+\n)_climatic_loads_summer_parameters_enabledB+\n)_climatic_loads_winter_parameters_enabledB \n\x1e_insulating_glass_unit_enabledB\x13\n\x11_spacer_activatedB\x13\n\x11_spacer_thicknessB0\n._supports_for_side_surfaces_of_gas_deactivatedB\"\n _number_of_finite_element_layersB\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.types_for_glass_design.glass_composition_model_pb2', _globals)
33
- if not _descriptor._USE_C_DESCRIPTORS:
34
- DESCRIPTOR._loaded_options = None
35
- _globals['_GLASSCOMPOSITIONMODEL']._serialized_start=145
36
- _globals['_GLASSCOMPOSITIONMODEL']._serialized_end=12184
37
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLE']._serialized_start=4090
38
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLE']._serialized_end=4255
39
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLEROW']._serialized_start=4258
40
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSUNCOUPLEDTREETABLEROW']._serialized_end=4544
41
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLE']._serialized_start=4547
42
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLE']._serialized_end=4704
43
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLEROW']._serialized_start=4707
44
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOUNCOUPLEDTREETABLEROW']._serialized_end=4993
45
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLE']._serialized_start=4996
46
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLE']._serialized_end=5157
47
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLEROW']._serialized_start=5160
48
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXELEMENTSCOUPLEDTREETABLEROW']._serialized_end=5442
49
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLE']._serialized_start=5445
50
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLE']._serialized_end=5598
51
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLEROW']._serialized_start=5601
52
- _globals['_GLASSCOMPOSITIONMODEL_STIFFNESSMATRIXINFOCOUPLEDTREETABLEROW']._serialized_end=5883
53
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLE']._serialized_start=5885
54
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLE']._serialized_end=6008
55
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW']._serialized_start=6011
56
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW']._serialized_end=7130
57
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_LAYERTYPE']._serialized_start=6622
58
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_LAYERTYPE']._serialized_end=6738
59
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_EDGEFINISHING']._serialized_start=6741
60
- _globals['_GLASSCOMPOSITIONMODEL_LAYERSREFERENCETABLEROW_EDGEFINISHING']._serialized_end=6885
61
- _globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLE']._serialized_start=7132
62
- _globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLE']._serialized_end=7249
63
- _globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW']._serialized_start=7252
64
- _globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW']._serialized_end=7708
65
- _globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_start=7522
66
- _globals['_GLASSCOMPOSITIONMODEL_LINESUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_end=7623
67
- _globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLE']._serialized_start=7710
68
- _globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLE']._serialized_end=7829
69
- _globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW']._serialized_start=7832
70
- _globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW']._serialized_end=8290
71
- _globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_start=7522
72
- _globals['_GLASSCOMPOSITIONMODEL_NODALSUPPORTSTABLEROW_SUPPORTLOCATION']._serialized_end=7623
73
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLE']._serialized_start=8293
74
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLE']._serialized_end=8452
75
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLEROW']._serialized_start=8455
76
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSSUMMERPARAMETERSTREETABLEROW']._serialized_end=8793
77
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLE']._serialized_start=8796
78
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLE']._serialized_end=8955
79
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLEROW']._serialized_start=8958
80
- _globals['_GLASSCOMPOSITIONMODEL_CLIMATICLOADSWINTERPARAMETERSTREETABLEROW']._serialized_end=9296
81
- _globals['_GLASSCOMPOSITIONMODEL_CALCULATIONTYPE']._serialized_start=9298
82
- _globals['_GLASSCOMPOSITIONMODEL_CALCULATIONTYPE']._serialized_end=9356
83
- _globals['_GLASSCOMPOSITIONMODEL_MODELINGTYPE']._serialized_start=9358
84
- _globals['_GLASSCOMPOSITIONMODEL_MODELINGTYPE']._serialized_end=9405
85
- _globals['_GLASSCOMPOSITIONMODEL_SHEARCOUPLINGBETWEENLAYERS']._serialized_start=9407
86
- _globals['_GLASSCOMPOSITIONMODEL_SHEARCOUPLINGBETWEENLAYERS']._serialized_end=9523
87
- _globals['_GLASSCOMPOSITIONMODEL_SURFACESTIFFNESSTYPE']._serialized_start=9526
88
- _globals['_GLASSCOMPOSITIONMODEL_SURFACESTIFFNESSTYPE']._serialized_end=10054
89
- _globals['_GLASSCOMPOSITIONMODEL_SURFACEGEOMETRYTYPE']._serialized_start=10057
90
- _globals['_GLASSCOMPOSITIONMODEL_SURFACEGEOMETRYTYPE']._serialized_end=10371
91
- # @@protoc_insertion_point(module_scope)
@@ -1,51 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions.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'\nFdlubal/api/rfem/types_for_steel_design/steel_boundary_conditions.proto\x12&dlubal.api.rfem.types_for_steel_design\x1a\x1e\x64lubal/api/common/common.proto\"\xc9#\n\x17SteelBoundaryConditions\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12l\n\x0f\x64\x65\x66inition_type\x18\x02 \x01(\x0e\x32N.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.DefinitionTypeH\x01\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x03 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x02\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x0f\n\x07members\x18\x07 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x08 \x03(\x05\x12\x12\n\ndeep_beams\x18\t \x03(\x05\x12\x13\n\x0bshear_walls\x18\n \x03(\x05\x12o\n\x0enodal_supports\x18\x0b \x01(\x0b\x32R.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.NodalSupportsTableH\x06\x88\x01\x01\x12m\n\rmember_hinges\x18\x0c \x01(\x0b\x32Q.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.MemberHingesTableH\x07\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\r \x01(\x08H\x08\x88\x01\x01\x12*\n\x1d\x64ifferent_properties_supports\x18\x0e \x01(\x08H\t\x88\x01\x01\x12(\n\x1b\x64ifferent_properties_hinges\x18\x0f \x01(\x08H\n\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x10 \x01(\x08H\x0b\x88\x01\x01\x12#\n\x16generating_object_info\x18\x11 \x01(\tH\x0c\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x12 \x01(\tH\r\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x13 \x01(\tH\x0e\x88\x01\x01\x1at\n\x12NodalSupportsTable\x12^\n\x04rows\x18\x01 \x03(\x0b\x32P.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.NodalSupportsRow\x1a\xd8\x10\n\x10NodalSupportsRow\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\x18\n\x0bnode_seq_no\x18\x03 \x01(\tH\x02\x88\x01\x01\x12w\n\x0csupport_type\x18\x04 \x01(\x0e\x32\\.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.NodalSupportsRow.SupportTypeH\x03\x88\x01\x01\x12\x19\n\x0csupport_in_x\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0csupport_in_y\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1e\n\x11restraint_about_x\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11restraint_about_y\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11restraint_about_z\x18\n \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11restraint_warping\x18\x0b \x01(\x08H\n\x88\x01\x01\x12\x15\n\x08rotation\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1d\n\x10rotation_about_x\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1d\n\x10rotation_about_y\x18\x0e \x01(\x01H\r\x88\x01\x01\x12\x1d\n\x10rotation_about_z\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13support_spring_in_x\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13support_spring_in_z\x18\x12 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18restraint_spring_about_y\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12\x84\x01\n\x13\x65\x63\x63\x65ntricity_type_z\x18\x17 \x01(\x0e\x32\x62.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.NodalSupportsRow.EccentricityTypeZH\x16\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_x\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_y\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_z\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12\r\n\x05nodes\x18\x1b \x03(\x05\"\xc3\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x07\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Y_AND_TORSION\x10\x03\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Y_AND_TORSION_AND_WARPING\x10\x06\x12\'\n#SUPPORT_TYPE_FIXED_IN_Y_AND_WARPING\x10\x04\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\x08\x12\x18\n\x14SUPPORT_TYPE_TORSION\x10\x02\x12$\n SUPPORT_TYPE_TORSION_AND_WARPING\x10\x05\"\xef\x01\n\x11\x45\x63\x63\x65ntricityTypeZ\x12.\n*ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_NONE\x10\x00\x12\x39\n5ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12\x39\n5ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12\x34\n0ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_USER_VALUE\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_node_seq_noB\x0f\n\r_support_typeB\x0f\n\r_support_in_xB\x0f\n\r_support_in_yB\x0f\n\r_support_in_zB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_yB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warpingB\x0b\n\t_rotationB\x13\n\x11_rotation_about_xB\x13\n\x11_rotation_about_yB\x13\n\x11_rotation_about_zB\x16\n\x14_support_spring_in_xB\x16\n\x14_support_spring_in_yB\x16\n\x14_support_spring_in_zB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_yB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x16\n\x14_eccentricity_type_zB\x11\n\x0f_eccentricity_xB\x11\n\x0f_eccentricity_yB\x11\n\x0f_eccentricity_z\x1ar\n\x11MemberHingesTable\x12]\n\x04rows\x18\x01 \x03(\x0b\x32O.dlubal.api.rfem.types_for_steel_design.SteelBoundaryConditions.MemberHingesRow\x1a\x86\x07\n\x0fMemberHingesRow\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\x18\n\x0bnode_seq_no\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0crelease_in_x\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x19\n\x0crelease_in_y\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0crelease_in_z\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x1c\n\x0frelease_about_x\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1c\n\x0frelease_about_y\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1c\n\x0frelease_about_z\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1c\n\x0frelease_warping\x18\n \x01(\x08H\t\x88\x01\x01\x12 \n\x13release_spring_in_x\x18\x0b \x01(\x01H\n\x88\x01\x01\x12 \n\x13release_spring_in_y\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13release_spring_in_z\x18\r \x01(\x01H\x0c\x88\x01\x01\x12#\n\x16release_spring_about_x\x18\x0e \x01(\x01H\r\x88\x01\x01\x12#\n\x16release_spring_about_y\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12#\n\x16release_spring_about_z\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12#\n\x16release_spring_warping\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12\r\n\x05nodes\x18\x12 \x03(\x05\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_node_seq_noB\x0f\n\r_release_in_xB\x0f\n\r_release_in_yB\x0f\n\r_release_in_zB\x12\n\x10_release_about_xB\x12\n\x10_release_about_yB\x12\n\x10_release_about_zB\x12\n\x10_release_warpingB\x16\n\x14_release_spring_in_xB\x16\n\x14_release_spring_in_yB\x16\n\x14_release_spring_in_zB\x19\n\x17_release_spring_about_xB\x19\n\x17_release_spring_about_yB\x19\n\x17_release_spring_about_zB\x19\n\x17_release_spring_warping\"E\n\x0e\x44\x65\x66initionType\x12\x1b\n\x17\x44\x45\x46INITION_TYPE_UNKNOWN\x10\x00\x12\x16\n\x12\x44\x45\x46INITION_TYPE_2D\x10\x01\x42\x05\n\x03_noB\x12\n\x10_definition_typeB\x14\n\x12_coordinate_systemB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x11\n\x0f_nodal_supportsB\x10\n\x0e_member_hingesB\x15\n\x13_intermediate_nodesB \n\x1e_different_properties_supportsB\x1e\n\x1c_different_properties_hingesB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\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.types_for_steel_design.steel_boundary_conditions_pb2', _globals)
33
- if not _descriptor._USE_C_DESCRIPTORS:
34
- DESCRIPTOR._loaded_options = None
35
- _globals['_STEELBOUNDARYCONDITIONS']._serialized_start=147
36
- _globals['_STEELBOUNDARYCONDITIONS']._serialized_end=4700
37
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_start=1027
38
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_end=1143
39
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_start=1146
40
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_end=3282
41
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=2177
42
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=2500
43
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_start=2503
44
- _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_end=2742
45
- _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_start=3284
46
- _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_end=3398
47
- _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_start=3401
48
- _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_end=4303
49
- _globals['_STEELBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_start=4305
50
- _globals['_STEELBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_end=4374
51
- # @@protoc_insertion_point(module_scope)