dlubal.api 2.12.2__py3-none-any.whl → 2.12.3__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 (189) 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 +8 -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 +79 -0
  11. dlubal/api/rfem/digital_twins/__init__.py +1 -0
  12. dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
  13. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
  14. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  15. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  16. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  17. dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
  18. dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
  19. dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
  20. dlubal/api/rfem/loads/line_load_pb2.py +21 -21
  21. dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
  22. dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
  23. dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
  24. dlubal/api/rfem/loads/member_load_pb2.py +41 -41
  25. dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
  26. dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
  27. dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
  28. dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
  29. dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
  30. dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
  31. dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
  32. dlubal/api/rfem/object_type_pb2.py +2 -2
  33. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  34. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
  35. dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
  36. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  37. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
  38. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
  39. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
  40. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
  41. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
  42. dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  43. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  44. dlubal/api/rfem/structure_core/member_pb2.py +192 -190
  45. dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
  46. dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
  47. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
  48. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
  49. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -2
  50. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
  51. dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  52. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
  53. dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
  54. dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
  55. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
  56. dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
  57. dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
  58. dlubal/api/rstab/__init__.py +6 -5
  59. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  60. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  61. dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  62. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  63. dlubal/api/rstab/base_data_pb2.py +53 -53
  64. dlubal/api/rstab/base_data_pb2.pyi +8 -2
  65. dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
  66. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  67. dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
  68. dlubal/api/rstab/digital_twins/__init__.py +1 -0
  69. dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
  70. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
  71. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  72. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  73. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  74. dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
  75. dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
  76. dlubal/api/rstab/loads/member_load_pb2.py +41 -41
  77. dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
  78. dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
  79. dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
  80. dlubal/api/rstab/object_type_pb2.py +2 -2
  81. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  82. dlubal/api/rstab/reinforcement/__init__.py +1 -0
  83. dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
  84. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
  85. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
  86. dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  87. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  88. dlubal/api/rstab/structure_core/member_pb2.py +180 -178
  89. dlubal/api/rstab/structure_core/member_pb2.pyi +8 -2
  90. dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
  91. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
  92. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
  93. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -2
  94. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
  95. dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  96. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
  97. dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
  98. dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
  99. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
  100. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
  101. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +151 -139
  102. examples/rfem/column.py +1 -1
  103. examples/rstab/column.py +7 -7
  104. dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  105. dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  106. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  107. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  108. dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  109. dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  110. dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
  111. dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
  112. dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
  113. dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
  114. dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  115. dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  116. dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  117. dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  118. dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  119. dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  120. dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  121. dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  122. dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
  123. dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  124. dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  125. dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  126. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  127. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  128. dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
  129. dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  130. dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  131. dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
  132. dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  133. dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  134. dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  135. dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  136. dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  137. dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  138. dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  139. dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  140. dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
  141. dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  142. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  143. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  144. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  145. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  146. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  147. /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  148. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  149. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
  150. /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
  151. /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
  152. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  153. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
  154. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
  155. /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
  156. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  157. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  158. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  159. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  160. /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
  161. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  162. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  163. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  164. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  165. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  166. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  167. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  168. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  169. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  170. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  171. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  172. /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  173. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  174. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
  175. /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  176. /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
  177. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  178. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  179. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  180. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  181. /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
  182. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  183. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  184. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  185. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  186. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  187. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  188. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
  189. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common
26
26
  from dlubal.api.rstab import object_id_pb2 as dlubal_dot_api_dot_rstab_dot_object__id__pb2
27
27
 
28
28
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,dlubal/api/rstab/structure_core/member.proto\x12\x1f\x64lubal.api.rstab.structure_core\x1a\x1e\x64lubal/api/common/common.proto\x1a dlubal/api/rstab/object_id.proto\"\xbb\x91\x05\n\x06Member\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12?\n\x04type\x18\x02 \x01(\x0e\x32,.dlubal.api.rstab.structure_core.Member.TypeH\x01\x88\x01\x01\x12#\n\x16\x61\x63tivate_load_transfer\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12+\n\x1eis_deactivated_for_calculation\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12g\n\x19section_distribution_type\x18\x05 \x01(\x0e\x32?.dlubal.api.rstab.structure_core.Member.SectionDistributionTypeH\x04\x88\x01\x01\x12R\n\x0ereference_type\x18\x06 \x01(\x0e\x32\x35.dlubal.api.rstab.structure_core.Member.ReferenceTypeH\x05\x88\x01\x01\x12\r\n\x05nodes\x18\x07 \x03(\x05\x12\x17\n\nnode_start\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x15\n\x08node_end\x18\t \x01(\x05H\x07\x88\x01\x01\x12\x1e\n\x11\x61nalytical_length\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x1e\n\x11\x61nalytical_volume\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x1c\n\x0f\x61nalytical_mass\x18\x0c \x01(\x01H\n\x88\x01\x01\x12*\n\x1d\x61nalytical_surface_of_coating\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x46\n\x1c\x61nalytical_center_of_gravity\x18\x0e \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0c\x88\x01\x01\x12+\n\x1e\x61nalytical_center_of_gravity_x\x18\x0f \x01(\x01H\r\x88\x01\x01\x12+\n\x1e\x61nalytical_center_of_gravity_y\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12+\n\x1e\x61nalytical_center_of_gravity_z\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x13\n\x06length\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x13\n\x06volume\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x11\n\x04mass\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x1f\n\x12surface_of_coating\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12;\n\x11\x63\x65nter_of_gravity\x18\x16 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x14\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_x\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_y\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_z\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x15\n\x08position\x18\x1a \x01(\tH\x18\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x1b \x01(\tH\x19\x88\x01\x01\x12\"\n\x15member_representative\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12)\n\x1c\x64\x65sign_properties_via_member\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\x34\n\'design_properties_via_parent_member_set\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12\x30\n#design_properties_parent_member_set\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12\x32\n%design_properties_via_building_object\x18 \x01(\x08H\x1e\x88\x01\x01\x12P\n\'design_properties_building_object_owner\x18! \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1f\x88\x01\x01\x12/\n\"design_properties_via_design_strip\x18\" \x01(\x08H \x88\x01\x01\x12\x31\n$design_properties_design_strip_owner\x18# \x01(\x05H!\x88\x01\x01\x12\x14\n\x07\x63omment\x18$ \x01(\tH\"\x88\x01\x01\x12%\n\x18is_member_weight_enabled\x18% \x01(\x08H#\x88\x01\x01\x12\x1a\n\rmember_weight\x18& \x01(\x01H$\x88\x01\x01\x12\x14\n\x0cloaded_nodes\x18\' \x03(\x05\x12\x16\n\x0e\x65xcluded_nodes\x18( \x03(\x05\x12J\n\njoist_type\x18) \x01(\x0e\x32\x31.dlubal.api.rstab.structure_core.Member.JoistTypeH%\x88\x01\x01\x12N\n\x0cjoist_series\x18* \x01(\x0e\x32\x33.dlubal.api.rstab.structure_core.Member.JoistSeriesH&\x88\x01\x01\x12\x1c\n\x0fmax_joist_depth\x18+ \x01(\x01H\'\x88\x01\x01\x12\x66\n\x19member_type_rib_alignment\x18, \x01(\x0e\x32>.dlubal.api.rstab.structure_core.Member.MemberTypeRibAlignmentH(\x88\x01\x01\x12:\n-align_local_z_axis_to_local_z_axis_of_surface\x18- \x01(\x08H)\x88\x01\x01\x12]\n\x11\x66lange_dimensions\x18. \x01(\x0b\x32=.dlubal.api.rstab.structure_core.Member.FlangeDimensionsTableH*\x88\x01\x01\x12#\n\x16synchronize_width_mode\x18/ \x01(\x08H+\x88\x01\x01\x12,\n\x1fmember_type_definable_stiffness\x18\x30 \x01(\x05H,\x88\x01\x01\x12)\n!result_beam_include_surface_cells\x18\x31 \x03(\x05\x12\x32\n%result_beam_include_all_surface_cells\x18\x32 \x01(\x08H-\x88\x01\x01\x12)\n!result_beam_exclude_surface_cells\x18\x33 \x03(\x05\x12\x86\x01\n*design_strip_integrate_stresses_and_forces\x18\x34 \x01(\x0e\x32M.dlubal.api.rstab.structure_core.Member.DesignStripIntegrateStressesAndForcesH.\x88\x01\x01\x12\x1d\n\x10\x64\x65sign_strip_y_z\x18\x35 \x01(\x01H/\x88\x01\x01\x12 \n\x13\x64\x65sign_strip_y_plus\x18\x36 \x01(\x01H0\x88\x01\x01\x12 \n\x13\x64\x65sign_strip_z_plus\x18\x37 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x64\x65sign_strip_y_minus\x18\x38 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x64\x65sign_strip_z_minus\x18\x39 \x01(\x01H3\x88\x01\x01\x12 \n\x13\x64\x65sign_strip_radius\x18: \x01(\x01H4\x88\x01\x01\x12%\n\x1d\x64\x65sign_strip_include_surfaces\x18; \x03(\x05\x12\x82\x01\n(shear_wall_integrate_stresses_and_forces\x18< \x01(\x0e\x32K.dlubal.api.rstab.structure_core.Member.ShearWallIntegrateStressesAndForcesH5\x88\x01\x01\x12\x1b\n\x0eshear_wall_y_z\x18= \x01(\x01H6\x88\x01\x01\x12\x1e\n\x11shear_wall_y_plus\x18> \x01(\x01H7\x88\x01\x01\x12\x1e\n\x11shear_wall_z_plus\x18? \x01(\x01H8\x88\x01\x01\x12\x1f\n\x12shear_wall_y_minus\x18@ \x01(\x01H9\x88\x01\x01\x12\x1f\n\x12shear_wall_z_minus\x18\x41 \x01(\x01H:\x88\x01\x01\x12\x1e\n\x11shear_wall_radius\x18\x42 \x01(\x01H;\x88\x01\x01\x12#\n\x1bshear_wall_include_surfaces\x18\x43 \x03(\x05\x12(\n shear_wall_include_surface_cells\x18\x44 \x03(\x05\x12\x80\x01\n\'deep_beam_integrate_stresses_and_forces\x18\x45 \x01(\x0e\x32J.dlubal.api.rstab.structure_core.Member.DeepBeamIntegrateStressesAndForcesH<\x88\x01\x01\x12\x1a\n\rdeep_beam_y_z\x18\x46 \x01(\x01H=\x88\x01\x01\x12\x1d\n\x10\x64\x65\x65p_beam_y_plus\x18G \x01(\x01H>\x88\x01\x01\x12\x1d\n\x10\x64\x65\x65p_beam_z_plus\x18H \x01(\x01H?\x88\x01\x01\x12\x1e\n\x11\x64\x65\x65p_beam_y_minus\x18I \x01(\x01H@\x88\x01\x01\x12\x1e\n\x11\x64\x65\x65p_beam_z_minus\x18J \x01(\x01HA\x88\x01\x01\x12\x1d\n\x10\x64\x65\x65p_beam_radius\x18K \x01(\x01HB\x88\x01\x01\x12\"\n\x1a\x64\x65\x65p_beam_include_surfaces\x18L \x03(\x05\x12\'\n\x1f\x64\x65\x65p_beam_include_surface_cells\x18M \x03(\x05\x12\x84\x01\n)result_line_integrate_stresses_and_forces\x18N \x01(\x0e\x32L.dlubal.api.rstab.structure_core.Member.ResultLineIntegrateStressesAndForcesHC\x88\x01\x01\x12\x1c\n\x0fresult_line_y_z\x18O \x01(\x01HD\x88\x01\x01\x12\x1f\n\x12result_line_y_plus\x18P \x01(\x01HE\x88\x01\x01\x12\x1f\n\x12result_line_z_plus\x18Q \x01(\x01HF\x88\x01\x01\x12 \n\x13result_line_y_minus\x18R \x01(\x01HG\x88\x01\x01\x12 \n\x13result_line_z_minus\x18S \x01(\x01HH\x88\x01\x01\x12\x1f\n\x12result_line_radius\x18T \x01(\x01HI\x88\x01\x01\x12$\n\x1cresult_line_include_surfaces\x18U \x03(\x05\x12-\n result_line_include_all_surfaces\x18V \x01(\x08HJ\x88\x01\x01\x12)\n!result_line_include_surface_cells\x18W \x03(\x05\x12\x32\n%result_line_include_all_surface_cells\x18X \x01(\x08HK\x88\x01\x01\x12\"\n\x1aresult_line_include_solids\x18Y \x03(\x05\x12+\n\x1eresult_line_include_all_solids\x18Z \x01(\x08HL\x88\x01\x01\x12#\n\x1bresult_line_include_members\x18[ \x03(\x05\x12,\n\x1fresult_line_include_all_members\x18\\ \x01(\x08HM\x88\x01\x01\x12$\n\x1cresult_line_exclude_surfaces\x18] \x03(\x05\x12)\n!result_line_exclude_surface_cells\x18^ \x03(\x05\x12\"\n\x1aresult_line_exclude_solids\x18_ \x03(\x05\x12#\n\x1bresult_line_exclude_members\x18` \x03(\x05\x12\x1d\n\x10projected_length\x18\x61 \x01(\x01HN\x88\x01\x01\x12?\n2section_distance_from_start_is_defined_as_relative\x18\x62 \x01(\x08HO\x88\x01\x01\x12\x31\n$section_distance_from_start_absolute\x18\x63 \x01(\x01HP\x88\x01\x01\x12\x31\n$section_distance_from_start_relative\x18\x64 \x01(\x01HQ\x88\x01\x01\x12=\n0section_distance_from_end_is_defined_as_relative\x18\x65 \x01(\x08HR\x88\x01\x01\x12/\n\"section_distance_from_end_absolute\x18\x66 \x01(\x01HS\x88\x01\x01\x12/\n\"section_distance_from_end_relative\x18g \x01(\x01HT\x88\x01\x01\x12X\n\x11section_alignment\x18h \x01(\x0e\x32\x38.dlubal.api.rstab.structure_core.Member.SectionAlignmentHU\x88\x01\x01\x12T\n\x0fgrain_alignment\x18i \x01(\x0e\x32\x36.dlubal.api.rstab.structure_core.Member.GrainAlignmentHV\x88\x01\x01\x12/\n\"curved_member_is_asymmetric_layout\x18j \x01(\x08HW\x88\x01\x01\x12)\n\x1c\x63urved_member_is_cantilevers\x18k \x01(\x08HX\x88\x01\x01\x12p\n\x1e\x63urved_member_cantilevers_type\x18l \x01(\x0e\x32\x43.dlubal.api.rstab.structure_core.Member.CurvedMemberCantileversTypeHY\x88\x01\x01\x12k\n\x1brotation_specification_type\x18m \x01(\x0e\x32\x41.dlubal.api.rstab.structure_core.Member.RotationSpecificationTypeHZ\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18n \x01(\x01H[\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18o \x01(\x05H\\\x88\x01\x01\x12[\n\x13rotation_plane_type\x18p \x01(\x0e\x32\x39.dlubal.api.rstab.structure_core.Member.RotationPlaneTypeH]\x88\x01\x01\x12\x17\n\nis_rotated\x18q \x01(\x08H^\x88\x01\x01\x12\x1a\n\rsection_start\x18r \x01(\x05H_\x88\x01\x01\x12\x18\n\x0bsection_end\x18s \x01(\x05H`\x88\x01\x01\x12\x1d\n\x10section_internal\x18t \x01(\x05Ha\x88\x01\x01\x12\x1e\n\x11section_taper_end\x18u \x01(\x05Hb\x88\x01\x01\x12 \n\x13section_taper_start\x18v \x01(\x05Hc\x88\x01\x01\x12\x1d\n\x10section_material\x18w \x01(\x05Hd\x88\x01\x01\x12q\n\x1fnodes_on_member_definition_type\x18x \x01(\x0e\x32\x43.dlubal.api.rstab.structure_core.Member.NodesOnMemberDefinitionTypeHe\x88\x01\x01\x12m\n\x1anodes_on_member_assignment\x18y \x01(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.NodesOnMemberAssignmentTableHf\x88\x01\x01\x12\x66\n\x19nodes_on_member_reference\x18z \x01(\x0e\x32>.dlubal.api.rstab.structure_core.Member.NodesOnMemberReferenceHg\x88\x01\x01\x12\x63\n\x18nodes_on_member_start_at\x18{ \x01(\x0e\x32<.dlubal.api.rstab.structure_core.Member.NodesOnMemberStartAtHh\x88\x01\x01\x12+\n\x1enodes_on_member_node_distances\x18| \x01(\tHi\x88\x01\x01\x12\x1f\n\x12member_hinge_start\x18} \x01(\x05Hj\x88\x01\x01\x12\x1d\n\x10member_hinge_end\x18~ \x01(\x05Hk\x88\x01\x01\x12&\n\x19member_eccentricity_start\x18\x7f \x01(\x05Hl\x88\x01\x01\x12%\n\x17member_eccentricity_end\x18\x80\x01 \x01(\x05Hm\x88\x01\x01\x12\x15\n\x07support\x18\x81\x01 \x01(\x05Hn\x88\x01\x01\x12)\n\x1bmember_transverse_stiffener\x18\x82\x01 \x01(\x05Ho\x88\x01\x01\x12#\n\x15member_diagonal_brace\x18\x83\x01 \x01(\x05Hp\x88\x01\x01\x12\x1d\n\x0fmember_openings\x18\x84\x01 \x01(\x05Hq\x88\x01\x01\x12!\n\x13member_nonlinearity\x18\x85\x01 \x01(\x05Hr\x88\x01\x01\x12&\n\x18is_active_in_compression\x18\x86\x01 \x01(\x08Hs\x88\x01\x01\x12.\n member_result_intermediate_point\x18\x87\x01 \x01(\x05Ht\x88\x01\x01\x12\x1d\n\x0fpile_resistance\x18\x88\x01 \x01(\x05Hu\x88\x01\x01\x12(\n\x1a\x63oncrete_effective_lengths\x18\x89\x01 \x01(\x05Hv\x88\x01\x01\x12%\n\x17steel_effective_lengths\x18\x8a\x01 \x01(\x05Hw\x88\x01\x01\x12&\n\x18timber_effective_lengths\x18\x8b\x01 \x01(\x05Hx\x88\x01\x01\x12(\n\x1a\x61luminum_effective_lengths\x18\x8c\x01 \x01(\x05Hy\x88\x01\x01\x12~\n\"concrete_shear_reinforcement_spans\x18\x8d\x01 \x01(\x0b\x32L.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansTableHz\x88\x01\x01\x12\x8c\x01\n)concrete_longitudinal_reinforcement_items\x18\x8e\x01 \x01(\x0b\x32S.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsTableH{\x88\x01\x01\x12\x31\n#concrete_cover_user_defined_enabled\x18\x8f\x01 \x01(\x08H|\x88\x01\x01\x12?\n1concrete_cover_different_at_section_sides_enabled\x18\x90\x01 \x01(\x08H}\x88\x01\x01\x12\x1c\n\x0e\x63oncrete_cover\x18\x91\x01 \x01(\x01H~\x88\x01\x01\x12 \n\x12\x63oncrete_cover_top\x18\x92\x01 \x01(\x01H\x7f\x88\x01\x01\x12$\n\x15\x63oncrete_cover_bottom\x18\x93\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12\"\n\x13\x63oncrete_cover_left\x18\x94\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12#\n\x14\x63oncrete_cover_right\x18\x95\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12\x1b\n\x12\x63oncrete_cover_min\x18\x96\x01 \x03(\x01\x12\x1f\n\x16\x63oncrete_cover_min_top\x18\x97\x01 \x03(\x01\x12\"\n\x19\x63oncrete_cover_min_bottom\x18\x98\x01 \x03(\x01\x12 \n\x17\x63oncrete_cover_min_left\x18\x99\x01 \x03(\x01\x12!\n\x18\x63oncrete_cover_min_right\x18\x9a\x01 \x03(\x01\x12\"\n\x13\x63oncrete_durability\x18\x9b\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12&\n\x17\x63oncrete_durability_top\x18\x9c\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12)\n\x1a\x63oncrete_durability_bottom\x18\x9d\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12\'\n\x18\x63oncrete_durability_left\x18\x9e\x01 \x01(\x05H\x86\x01\x88\x01\x01\x12(\n\x19\x63oncrete_durability_right\x18\x9f\x01 \x01(\x05H\x87\x01\x88\x01\x01\x12(\n\x19steel_boundary_conditions\x18\xa0\x01 \x01(\x05H\x88\x01\x88\x01\x01\x12\x33\n$steel_member_local_section_reduction\x18\xa1\x01 \x01(\x05H\x89\x01\x88\x01\x01\x12+\n\x1csteel_member_transverse_weld\x18\xa2\x01 \x01(\x05H\x8a\x01\x88\x01\x01\x12#\n\x14timber_service_class\x18\xa3\x01 \x01(\x05H\x8b\x01\x88\x01\x01\x12$\n\x15timber_moisture_class\x18\xa4\x01 \x01(\x05H\x8c\x01\x88\x01\x01\x12(\n\x19timber_service_conditions\x18\xa5\x01 \x01(\x05H\x8d\x01\x88\x01\x01\x12\x34\n%timber_member_local_section_reduction\x18\xa6\x01 \x01(\x05H\x8e\x01\x88\x01\x01\x12+\n\x1c\x61luminum_boundary_conditions\x18\xa7\x01 \x01(\x05H\x8f\x01\x88\x01\x01\x12\x36\n\'aluminum_member_local_section_reduction\x18\xa8\x01 \x01(\x05H\x90\x01\x88\x01\x01\x12.\n\x1f\x61luminum_member_transverse_weld\x18\xa9\x01 \x01(\x05H\x91\x01\x88\x01\x01\x12,\n\x1dstress_analysis_configuration\x18\xaa\x01 \x01(\x05H\x92\x01\x88\x01\x01\x12\x37\n(member_aluminum_design_uls_configuration\x18\xab\x01 \x01(\x05H\x93\x01\x88\x01\x01\x12\x37\n(member_aluminum_design_sls_configuration\x18\xac\x01 \x01(\x05H\x94\x01\x88\x01\x01\x12\x36\n\'member_aluminum_design_fr_configuration\x18\xad\x01 \x01(\x05H\x95\x01\x88\x01\x01\x12\x37\n(member_concrete_design_uls_configuration\x18\xae\x01 \x01(\x05H\x96\x01\x88\x01\x01\x12\x37\n(member_concrete_design_sls_configuration\x18\xaf\x01 \x01(\x05H\x97\x01\x88\x01\x01\x12\x36\n\'member_concrete_design_fr_configuration\x18\xb0\x01 \x01(\x05H\x98\x01\x88\x01\x01\x12;\n,member_concrete_design_seismic_configuration\x18\xb1\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x34\n%member_steel_design_uls_configuration\x18\xb2\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x34\n%member_steel_design_sls_configuration\x18\xb3\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12\x33\n$member_steel_design_fr_configuration\x18\xb4\x01 \x01(\x05H\x9c\x01\x88\x01\x01\x12\x38\n)member_steel_design_seismic_configuration\x18\xb5\x01 \x01(\x05H\x9d\x01\x88\x01\x01\x12\x35\n&member_timber_design_uls_configuration\x18\xb6\x01 \x01(\x05H\x9e\x01\x88\x01\x01\x12\x35\n&member_timber_design_sls_configuration\x18\xb7\x01 \x01(\x05H\x9f\x01\x88\x01\x01\x12\x34\n%member_timber_design_fr_configuration\x18\xb8\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12\x37\n(end_modifications_member_start_extension\x18\xb9\x01 \x01(\x01H\xa1\x01\x88\x01\x01\x12\x35\n&end_modifications_member_start_slope_y\x18\xba\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12\x35\n&end_modifications_member_start_slope_z\x18\xbb\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x35\n&end_modifications_member_end_extension\x18\xbc\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x33\n$end_modifications_member_end_slope_y\x18\xbd\x01 \x01(\x01H\xa5\x01\x88\x01\x01\x12\x33\n$end_modifications_member_end_slope_z\x18\xbe\x01 \x01(\x01H\xa6\x01\x88\x01\x01\x12(\n\x19has_any_end_modifications\x18\xbf\x01 \x01(\x08H\xa7\x01\x88\x01\x01\x12k\n\x1a\x64\x65\x66lection_check_direction\x18\xc0\x01 \x01(\x0e\x32@.dlubal.api.rstab.structure_core.Member.DeflectionCheckDirectionH\xa8\x01\x88\x01\x01\x12\x84\x01\n\'deflection_check_displacement_reference\x18\xc1\x01 \x01(\x0e\x32L.dlubal.api.rstab.structure_core.Member.DeflectionCheckDisplacementReferenceH\xa9\x01\x88\x01\x01\x12o\n\x1a\x64\x65\x66lection_segments_z_axis\x18\xc2\x01 \x01(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsZAxisTableH\xaa\x01\x88\x01\x01\x12o\n\x1a\x64\x65\x66lection_segments_y_axis\x18\xc3\x01 \x01(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsYAxisTableH\xab\x01\x88\x01\x01\x12-\n\x1e\x64\x65sign_support_on_member_start\x18\xc4\x01 \x01(\x05H\xac\x01\x88\x01\x01\x12+\n\x1c\x64\x65sign_support_on_member_end\x18\xc5\x01 \x01(\x05H\xad\x01\x88\x01\x01\x12|\n!design_supports_on_internal_nodes\x18\xc6\x01 \x01(\x0b\x32J.dlubal.api.rstab.structure_core.Member.DesignSupportsOnInternalNodesTableH\xae\x01\x88\x01\x01\x12@\n1deflection_segments_defined_length_z_axis_enabled\x18\xc7\x01 \x01(\x08H\xaf\x01\x88\x01\x01\x12@\n1deflection_segments_defined_length_y_axis_enabled\x18\xc8\x01 \x01(\x08H\xb0\x01\x88\x01\x01\x12!\n\x12member_type_spring\x18\xc9\x01 \x01(\x05H\xb1\x01\x88\x01\x01\x12(\n\x19member_type_damper_spring\x18\xca\x01 \x01(\x05H\xb2\x01\x88\x01\x01\x12\x35\n&member_type_damper_damping_coefficient\x18\xcb\x01 \x01(\x01H\xb3\x01\x88\x01\x01\x12]\n\x13member_tendon_table\x18\xcc\x01 \x01(\x0b\x32\x39.dlubal.api.rstab.structure_core.Member.MemberTendonTableH\xb4\x01\x88\x01\x01\x12\x64\n\x12\x62im_ifc_properties\x18\xcd\x01 \x01(\x0b\x32\x41.dlubal.api.rstab.structure_core.Member.BimIfcPropertiesTreeTableH\xb5\x01\x88\x01\x01\x12N\n\x0btendon_type\x18\xce\x01 \x01(\x0e\x32\x32.dlubal.api.rstab.structure_core.Member.TendonTypeH\xb6\x01\x88\x01\x01\x12\"\n\x13tendon_anchor_start\x18\xcf\x01 \x01(\x05H\xb7\x01\x88\x01\x01\x12 \n\x11tendon_anchor_end\x18\xd0\x01 \x01(\x05H\xb8\x01\x88\x01\x01\x12;\n,has_autoconnect_member_master_objects_active\x18\xd1\x01 \x01(\x08H\xb9\x01\x88\x01\x01\x12%\n\x1ctendon_member_master_objects\x18\xd2\x01 \x03(\x05\x12)\n tendon_member_set_master_objects\x18\xd3\x01 \x03(\x05\x12&\n\x1dtendon_surface_master_objects\x18\xd4\x01 \x03(\x05\x12;\n,has_autoconnect_surface_master_object_active\x18\xd5\x01 \x01(\x08H\xba\x01\x88\x01\x01\x12-\n\x1e\x61nchor_unbonded_tendon_section\x18\xd6\x01 \x01(\x05H\xbb\x01\x88\x01\x01\x12t\n\x1f\x61nchor_unbonded_tendon_location\x18\xd7\x01 \x01(\x0e\x32\x44.dlubal.api.rstab.structure_core.Member.AnchorUnbondedTendonLocationH\xbc\x01\x88\x01\x01\x12\x43\n4anchor_grout_body_bond_length_is_defined_as_relative\x18\xd8\x01 \x01(\x08H\xbd\x01\x88\x01\x01\x12\x35\n&anchor_grout_body_bond_length_relative\x18\xd9\x01 \x01(\x01H\xbe\x01\x88\x01\x01\x12\x35\n&anchor_grout_body_bond_length_absolute\x18\xda\x01 \x01(\x01H\xbf\x01\x88\x01\x01\x12-\n\x1e\x61nchor_grout_body_bond_section\x18\xdb\x01 \x01(\x05H\xc0\x01\x88\x01\x01\x12\x35\n&anchor_grout_body_bond_resistance_type\x18\xdc\x01 \x01(\x05H\xc1\x01\x88\x01\x01\x12\x37\n(wind_simulation_enable_specific_settings\x18\xdd\x01 \x01(\x08H\xc2\x01\x88\x01\x01\x12.\n\x1fwind_simulation_shrink_wrapping\x18\xde\x01 \x01(\x05H\xc3\x01\x88\x01\x01\x12\x39\n*wind_simulation_roughness_and_permeability\x18\xdf\x01 \x01(\x05H\xc4\x01\x88\x01\x01\x12\x37\n(wind_simulation_exclude_from_wind_tunnel\x18\xe0\x01 \x01(\x08H\xc5\x01\x88\x01\x01\x12\x35\n&wind_simulation_member_level_of_detail\x18\xe1\x01 \x01(\x05H\xc6\x01\x88\x01\x01\x12L\n=wind_simulation_use_only_external_surface_for_hollow_sections\x18\xe2\x01 \x01(\x08H\xc7\x01\x88\x01\x01\x12\x1b\n\x0cparent_layer\x18\xe3\x01 \x01(\x05H\xc8\x01\x88\x01\x01\x12(\n\x19is_locked_by_parent_layer\x18\xe4\x01 \x01(\x08H\xc9\x01\x88\x01\x01\x12\x1b\n\x0cis_generated\x18\xe5\x01 \x01(\x08H\xca\x01\x88\x01\x01\x12%\n\x16generating_object_info\x18\xe6\x01 \x01(\tH\xcb\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xe7\x01 \x01(\tH\xcc\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xe8\x01 \x01(\tH\xcd\x01\x88\x01\x01\x1a\x62\n\x15\x46langeDimensionsTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow\x1a\x8c\r\n\x13\x46langeDimensionsRow\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\x19\n\x0c\x65nd_ordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x88\x01\n reference_length_definition_type\x18\x05 \x01(\x0e\x32Y.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow.ReferenceLengthDefinitionTypeH\x04\x88\x01\x01\x12\x1d\n\x10reference_length\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12u\n\x16reference_length_width\x18\x07 \x01(\x0e\x32P.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow.ReferenceLengthWidthH\x06\x88\x01\x01\x12&\n\x19width_minus_y_integrative\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12$\n\x17width_minus_y_effictive\x18\t \x01(\x01H\x08\x88\x01\x01\x12\"\n\x15width_minus_y_maximal\x18\n \x01(\x01H\t\x88\x01\x01\x12%\n\x18width_plus_y_integrative\x18\x0b \x01(\x01H\n\x88\x01\x01\x12#\n\x16width_plus_y_effictive\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12!\n\x14width_plus_y_maximal\x18\r \x01(\x01H\x0c\x88\x01\x01\x12v\n\x16\x64istribution_linearity\x18\x0e \x01(\x0e\x32Q.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow.DistributionLinearityH\r\x88\x01\x01\"\xfd\x01\n\x1dReferenceLengthDefinitionType\x12I\nEREFERENCE_LENGTH_DEFINITION_TYPE_REFERENCE_LENGTH_TYPE_SEGMENT_LENGTH\x10\x00\x12H\nDREFERENCE_LENGTH_DEFINITION_TYPE_REFERENCE_LENGTH_TYPE_MEMBER_LENGTH\x10\x01\x12G\nCREFERENCE_LENGTH_DEFINITION_TYPE_REFERENCE_LENGTH_TYPE_USER_DEFINED\x10\x02\"\x9c\x01\n\x14ReferenceLengthWidth\x12\x1f\n\x1bREFERENCE_LENGTH_WIDTH_NONE\x10\x00\x12\x1e\n\x1aREFERENCE_LENGTH_WIDTH_EC2\x10\x03\x12!\n\x1dREFERENCE_LENGTH_WIDTH_EIGHTH\x10\x02\x12 \n\x1cREFERENCE_LENGTH_WIDTH_SIXTH\x10\x01\"\xb8\x01\n\x15\x44istributionLinearity\x12\x31\n-DISTRIBUTION_LINEARITY_SEGMENT_LINEARITY_NONE\x10\x00\x12\x37\n3DISTRIBUTION_LINEARITY_SEGMENT_LINEARITY_FROM_START\x10\x02\x12\x33\n/DISTRIBUTION_LINEARITY_SEGMENT_LINEARITY_TO_END\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_end_ordinateB\t\n\x07_lengthB#\n!_reference_length_definition_typeB\x13\n\x11_reference_lengthB\x19\n\x17_reference_length_widthB\x1c\n\x1a_width_minus_y_integrativeB\x1a\n\x18_width_minus_y_effictiveB\x18\n\x16_width_minus_y_maximalB\x1b\n\x19_width_plus_y_integrativeB\x19\n\x17_width_plus_y_effictiveB\x17\n\x15_width_plus_y_maximalB\x19\n\x17_distribution_linearity\x1ap\n\x1cNodesOnMemberAssignmentTable\x12P\n\x04rows\x18\x01 \x03(\x0b\x32\x42.dlubal.api.rstab.structure_core.Member.NodesOnMemberAssignmentRow\x1a\x8a\x03\n\x1aNodesOnMemberAssignmentRow\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\x11\n\x04node\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x64\n\treference\x18\x04 \x01(\x0e\x32L.dlubal.api.rstab.structure_core.Member.NodesOnMemberAssignmentRow.ReferenceH\x03\x88\x01\x01\x12\x16\n\tfromStart\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x66romEnd\x18\x06 \x01(\x01H\x05\x88\x01\x01\"R\n\tReference\x12\x0f\n\x0bREFERENCE_L\x10\x00\x12\x10\n\x0cREFERENCE_XY\x10\x01\x12\x10\n\x0cREFERENCE_XZ\x10\x02\x12\x10\n\x0cREFERENCE_YZ\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x0c\n\n_referenceB\x0c\n\n_fromStartB\n\n\x08_fromEnd\x1a\x80\x01\n$ConcreteShearReinforcementSpansTable\x12X\n\x04rows\x18\x01 \x03(\x0b\x32J.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow\x1a\xf6M\n\"ConcreteShearReinforcementSpansRow\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\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12q\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32V.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupTypeH\x03\x88\x01\x01\x12\x15\n\x08material\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x1a\n\rstirrup_count\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\x1d\n\x10stirrup_bar_size\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x8d\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x63.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupBarSizeCalculatedH\x07\x88\x01\x01\x12\x1d\n\x10stirrup_diameter\x18\t \x01(\x01H\x08\x88\x01\x01\x12(\n\x1bstirrup_diameter_calculated\x18\n \x01(\x01H\t\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_enabled\x18\x0b \x01(\x08H\n\x88\x01\x01\x12\x90\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x64.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x90\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x64.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMaximumH\r\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_maximum\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12\x34\n\'stirrup_diameter_auto_diameters_enabled\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12\x8f\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x66.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupDiameterAutoBarSizes\x12\'\n\x1fstirrup_diameter_auto_diameters\x18\x12 \x03(\x01\x12+\n\x1estirrup_diameter_auto_priority\x18\x13 \x01(\x05H\x10\x88\x01\x01\x12\x1e\n\x11stirrup_distances\x18\x14 \x01(\x01H\x11\x88\x01\x01\x12)\n\x1cstirrup_distances_calculated\x18\x15 \x01(\x01H\x12\x88\x01\x01\x12+\n\x1estirrup_distances_auto_enabled\x18\x16 \x01(\x08H\x13\x88\x01\x01\x12+\n\x1estirrup_distances_auto_minimum\x18\x17 \x01(\x01H\x14\x88\x01\x01\x12+\n\x1estirrup_distances_auto_maximum\x18\x18 \x01(\x01H\x15\x88\x01\x01\x12-\n stirrup_distances_auto_increment\x18\x19 \x01(\x01H\x16\x88\x01\x01\x12,\n\x1fstirrup_distances_auto_priority\x18\x1a \x01(\x05H\x17\x88\x01\x01\x12\x1d\n\x10\x63rossties_active\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12\x1f\n\x12\x63rossties_diameter\x18\x1c \x01(\x01H\x19\x88\x01\x01\x12\x1f\n\x12reinforcement_area\x18\x1d \x01(\x01H\x1a\x88\x01\x01\x12\x33\n&horizontal_crosstie_reinforcement_area\x18\x1e \x01(\x01H\x1b\x88\x01\x01\x12\x43\n6minimal_maximal_horizontal_crosstie_reinforcement_area\x18\x1f \x01(\tH\x1c\x88\x01\x01\x12\x31\n$vertical_crosstie_reinforcement_area\x18 \x01(\x01H\x1d\x88\x01\x01\x12\x41\n4minimal_maximal_vertical_crosstie_reinforcement_area\x18! \x01(\tH\x1e\x88\x01\x01\x12\x30\n#total_horizontal_reinforcement_area\x18\" \x01(\x01H\x1f\x88\x01\x01\x12@\n3minimal_maximal_total_horizontal_reinforcement_area\x18# \x01(\tH \x88\x01\x01\x12.\n!total_vertical_reinforcement_area\x18$ \x01(\x01H!\x88\x01\x01\x12>\n1minimal_maximal_total_vertical_reinforcement_area\x18% \x01(\tH\"\x88\x01\x01\x12\x8f\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x64.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.SpanPositionReferenceTypeH#\x88\x01\x01\x12\x32\n%span_position_reference_internal_node\x18\' \x01(\x05H$\x88\x01\x01\x12\x38\n+span_position_reference_x_location_relative\x18( \x01(\x01H%\x88\x01\x01\x12\x38\n+span_position_reference_x_location_absolute\x18) \x01(\x01H&\x88\x01\x01\x12\x95\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32g.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.SpanPositionDefinitionFormatH\'\x88\x01\x01\x12 \n\x13span_start_relative\x18+ \x01(\x01H(\x88\x01\x01\x12 \n\x13span_start_absolute\x18, \x01(\x01H)\x88\x01\x01\x12$\n\x17span_start_auto_enabled\x18- \x01(\x08H*\x88\x01\x01\x12\x30\n#span_start_relative_auto_calculated\x18. \x01(\x01H+\x88\x01\x01\x12-\n span_start_relative_auto_minimum\x18/ \x01(\x01H,\x88\x01\x01\x12-\n span_start_relative_auto_maximum\x18\x30 \x01(\x01H-\x88\x01\x01\x12\x30\n#span_start_absolute_auto_calculated\x18\x31 \x01(\x01H.\x88\x01\x01\x12-\n span_start_absolute_auto_minimum\x18\x32 \x01(\x01H/\x88\x01\x01\x12-\n span_start_absolute_auto_maximum\x18\x33 \x01(\x01H0\x88\x01\x01\x12\x1e\n\x11span_end_relative\x18\x34 \x01(\x01H1\x88\x01\x01\x12\x1e\n\x11span_end_absolute\x18\x35 \x01(\x01H2\x88\x01\x01\x12\"\n\x15span_end_auto_enabled\x18\x36 \x01(\x08H3\x88\x01\x01\x12.\n!span_end_relative_auto_calculated\x18\x37 \x01(\x01H4\x88\x01\x01\x12+\n\x1espan_end_relative_auto_minimum\x18\x38 \x01(\x01H5\x88\x01\x01\x12+\n\x1espan_end_relative_auto_maximum\x18\x39 \x01(\x01H6\x88\x01\x01\x12.\n!span_end_absolute_auto_calculated\x18: \x01(\x01H7\x88\x01\x01\x12+\n\x1espan_end_absolute_auto_minimum\x18; \x01(\x01H8\x88\x01\x01\x12+\n\x1espan_end_absolute_auto_maximum\x18< \x01(\x01H9\x88\x01\x01\x12)\n\x1cspan_location_auto_increment\x18= \x01(\x01H:\x88\x01\x01\x12(\n\x1bspan_location_auto_priority\x18> \x01(\x05H;\x88\x01\x01\x12\x18\n\x0bspan_length\x18? \x01(\x01H<\x88\x01\x01\x12~\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32\\.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupLayoutRuleH=\x88\x01\x01\x12!\n\x14stirrup_start_offset\x18\x41 \x01(\x01H>\x88\x01\x01\x12\x1f\n\x12stirrup_end_offset\x18\x42 \x01(\x01H?\x88\x01\x01\x12\x1f\n\x12one_stirrup_length\x18\x43 \x01(\x01H@\x88\x01\x01\x12/\n\"minimal_and_maximal_stirrup_length\x18\x44 \x01(\tHA\x88\x01\x01\x12 \n\x13\x61ll_stirrups_length\x18\x45 \x01(\x01HB\x88\x01\x01\x12\x1f\n\x12one_stirrup_weight\x18\x46 \x01(\x01HC\x88\x01\x01\x12/\n\"minimal_and_maximal_stirrup_weight\x18G \x01(\tHD\x88\x01\x01\x12 \n\x13\x61ll_stirrups_weight\x18H \x01(\x01HE\x88\x01\x01\x12 \n\x13one_crosstie_length\x18I \x01(\x01HF\x88\x01\x01\x12\x30\n#minimal_and_maximal_crosstie_length\x18J \x01(\tHG\x88\x01\x01\x12!\n\x14\x61ll_crossties_lenght\x18K \x01(\x01HH\x88\x01\x01\x12 \n\x13one_crosstie_weight\x18L \x01(\x01HI\x88\x01\x01\x12\x30\n#minimal_and_maximal_crosstie_weight\x18M \x01(\tHJ\x88\x01\x01\x12!\n\x14\x61ll_crossties_weight\x18N \x01(\x01HK\x88\x01\x01\"\xcd\x03\n\x0bStirrupType\x12+\n\'STIRRUP_TYPE_TWO_LEGGED_CLOSED_HOOK_135\x10\x00\x12,\n(STIRRUP_TYPE_FOUR_LEGGED_CLOSED_HOOK_135\x10\x05\x12+\n\'STIRRUP_TYPE_FOUR_LEGGED_CLOSED_HOOK_90\x10\x06\x12-\n)STIRRUP_TYPE_FOUR_LEGGED_OVERLAP_HOOK_180\x10\t\x12-\n)STIRRUP_TYPE_THREE_LEGGED_CLOSED_HOOK_135\x10\x03\x12,\n(STIRRUP_TYPE_THREE_LEGGED_CLOSED_HOOK_90\x10\x04\x12.\n*STIRRUP_TYPE_THREE_LEGGED_OVERLAP_HOOK_180\x10\x08\x12*\n&STIRRUP_TYPE_TWO_LEGGED_CLOSED_HOOK_90\x10\x01\x12 \n\x1cSTIRRUP_TYPE_TWO_LEGGED_OPEN\x10\x02\x12,\n(STIRRUP_TYPE_TWO_LEGGED_OVERLAP_HOOK_180\x10\x07\"\xa4\x08\n\x18StirrupBarSizeCalculated\x12\'\n#STIRRUP_BAR_SIZE_CALCULATED_UNKNOWN\x10\x00\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_1\x10\x01\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_10\x10\x0c\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_11\x10\r\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_12\x10\x0e\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_14\x10\x0f\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_16\x10\x10\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_18\x10\x11\x12\'\n#STIRRUP_BAR_SIZE_CALCULATED_ACI_1p5\x10\x02\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_2\x10\x03\x12\'\n#STIRRUP_BAR_SIZE_CALCULATED_ACI_2p5\x10\x04\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_3\x10\x05\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_4\x10\x06\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_5\x10\x07\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_6\x10\x08\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_7\x10\t\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_8\x10\n\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_9\x10\x0b\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_10\x10\x12\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_15\x10\x13\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_20\x10\x14\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_25\x10\x15\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_30\x10\x16\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_35\x10\x17\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_45\x10\x18\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_55\x10\x19\"F\n\x19StirrupBarSizeAutoMinimum\x12)\n%STIRRUP_BAR_SIZE_AUTO_MINIMUM_UNKNOWN\x10\x00\"F\n\x19StirrupBarSizeAutoMaximum\x12)\n%STIRRUP_BAR_SIZE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\x8f\t\n\x1bStirrupDiameterAutoBarSizes\x12+\n\'STIRRUP_DIAMETER_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_1\x10\x01\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_11\x10\r\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_16\x10\x10\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_18\x10\x11\x12+\n\'STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_2\x10\x03\x12+\n\'STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_3\x10\x05\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_4\x10\x06\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_5\x10\x07\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_6\x10\x08\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_7\x10\t\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_8\x10\n\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_10\x10\x12\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_15\x10\x13\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_20\x10\x14\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_25\x10\x15\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_30\x10\x16\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_35\x10\x17\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_45\x10\x18\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xc6\x01\n\x19SpanPositionReferenceType\x12&\n\"SPAN_POSITION_REFERENCE_TYPE_START\x10\x00\x12$\n SPAN_POSITION_REFERENCE_TYPE_END\x10\x01\x12.\n*SPAN_POSITION_REFERENCE_TYPE_INTERNAL_NODE\x10\x02\x12+\n\'SPAN_POSITION_REFERENCE_TYPE_X_LOCATION\x10\x03\"z\n\x1cSpanPositionDefinitionFormat\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_ABSOLUTE\x10\x00\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_RELATIVE\x10\x01\"\x95\x02\n\x11StirrupLayoutRule\x12(\n$STIRRUP_LAYOUT_RULE_START_EQUALS_END\x10\x00\x12#\n\x1fSTIRRUP_LAYOUT_RULE_END_DEFINED\x10\x03\x12\x43\n?STIRRUP_LAYOUT_RULE_END_EQUALS_REST_LENGTH_TO_STIRRUP_DISTANCED\x10\x04\x12%\n!STIRRUP_LAYOUT_RULE_START_DEFINED\x10\x01\x12\x45\nASTIRRUP_LAYOUT_RULE_START_EQUALS_REST_LENGTH_TO_STIRRUP_DISTANCED\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nameB\x0f\n\r_stirrup_typeB\x0b\n\t_materialB\x10\n\x0e_stirrup_countB\x13\n\x11_stirrup_bar_sizeB\x1e\n\x1c_stirrup_bar_size_calculatedB\x13\n\x11_stirrup_diameterB\x1e\n\x1c_stirrup_diameter_calculatedB \n\x1e_stirrup_diameter_auto_enabledB \n\x1e_stirrup_bar_size_auto_minimumB \n\x1e_stirrup_diameter_auto_minimumB \n\x1e_stirrup_bar_size_auto_maximumB \n\x1e_stirrup_diameter_auto_maximumB*\n(_stirrup_diameter_auto_diameters_enabledB!\n\x1f_stirrup_diameter_auto_priorityB\x14\n\x12_stirrup_distancesB\x1f\n\x1d_stirrup_distances_calculatedB!\n\x1f_stirrup_distances_auto_enabledB!\n\x1f_stirrup_distances_auto_minimumB!\n\x1f_stirrup_distances_auto_maximumB#\n!_stirrup_distances_auto_incrementB\"\n _stirrup_distances_auto_priorityB\x13\n\x11_crossties_activeB\x15\n\x13_crossties_diameterB\x15\n\x13_reinforcement_areaB)\n\'_horizontal_crosstie_reinforcement_areaB9\n7_minimal_maximal_horizontal_crosstie_reinforcement_areaB\'\n%_vertical_crosstie_reinforcement_areaB7\n5_minimal_maximal_vertical_crosstie_reinforcement_areaB&\n$_total_horizontal_reinforcement_areaB6\n4_minimal_maximal_total_horizontal_reinforcement_areaB$\n\"_total_vertical_reinforcement_areaB4\n2_minimal_maximal_total_vertical_reinforcement_areaB\x1f\n\x1d_span_position_reference_typeB(\n&_span_position_reference_internal_nodeB.\n,_span_position_reference_x_location_relativeB.\n,_span_position_reference_x_location_absoluteB\"\n _span_position_definition_formatB\x16\n\x14_span_start_relativeB\x16\n\x14_span_start_absoluteB\x1a\n\x18_span_start_auto_enabledB&\n$_span_start_relative_auto_calculatedB#\n!_span_start_relative_auto_minimumB#\n!_span_start_relative_auto_maximumB&\n$_span_start_absolute_auto_calculatedB#\n!_span_start_absolute_auto_minimumB#\n!_span_start_absolute_auto_maximumB\x14\n\x12_span_end_relativeB\x14\n\x12_span_end_absoluteB\x18\n\x16_span_end_auto_enabledB$\n\"_span_end_relative_auto_calculatedB!\n\x1f_span_end_relative_auto_minimumB!\n\x1f_span_end_relative_auto_maximumB$\n\"_span_end_absolute_auto_calculatedB!\n\x1f_span_end_absolute_auto_minimumB!\n\x1f_span_end_absolute_auto_maximumB\x1f\n\x1d_span_location_auto_incrementB\x1e\n\x1c_span_location_auto_priorityB\x0e\n\x0c_span_lengthB\x16\n\x14_stirrup_layout_ruleB\x17\n\x15_stirrup_start_offsetB\x15\n\x13_stirrup_end_offsetB\x15\n\x13_one_stirrup_lengthB%\n#_minimal_and_maximal_stirrup_lengthB\x16\n\x14_all_stirrups_lengthB\x15\n\x13_one_stirrup_weightB%\n#_minimal_and_maximal_stirrup_weightB\x16\n\x14_all_stirrups_weightB\x16\n\x14_one_crosstie_lengthB&\n$_minimal_and_maximal_crosstie_lengthB\x17\n\x15_all_crossties_lenghtB\x16\n\x14_one_crosstie_weightB&\n$_minimal_and_maximal_crosstie_weightB\x17\n\x15_all_crossties_weight\x1a\x8e\x01\n+ConcreteLongitudinalReinforcementItemsTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow\x1a\xaa\xe9\x02\n)ConcreteLongitudinalReinforcementItemsRow\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\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12t\n\nrebar_type\x18\x04 \x01(\x0e\x32[.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.RebarTypeH\x03\x88\x01\x01\x12\x15\n\x08material\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12;\n.reinforcement_placed_in_bending_corner_enabled\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\"\n\x15\x62\x61r_count_symmetrical\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12-\n bar_count_symmetrical_calculated\x18\x08 \x01(\x05H\x07\x88\x01\x01\x12/\n\"bar_count_symmetrical_auto_enabled\x18\t \x01(\x08H\x08\x88\x01\x01\x12/\n\"bar_count_symmetrical_auto_minimum\x18\n \x01(\x05H\t\x88\x01\x01\x12/\n\"bar_count_symmetrical_auto_maximum\x18\x0b \x01(\x05H\n\x88\x01\x01\x12\x31\n$bar_count_symmetrical_auto_increment\x18\x0c \x01(\x05H\x0b\x88\x01\x01\x12\x30\n#bar_count_symmetrical_auto_priority\x18\r \x01(\x05H\x0c\x88\x01\x01\x12,\n\x1f\x62\x61r_count_unsymmetrical_at_side\x18\x0e \x01(\x05H\r\x88\x01\x01\x12-\n bar_count_unsymmetrical_top_side\x18\x0f \x01(\x05H\x0e\x88\x01\x01\x12\x38\n+bar_count_unsymmetrical_top_side_calculated\x18\x10 \x01(\x05H\x0f\x88\x01\x01\x12:\n-bar_count_unsymmetrical_top_side_auto_enabled\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12:\n-bar_count_unsymmetrical_top_side_auto_minimum\x18\x12 \x01(\x05H\x11\x88\x01\x01\x12:\n-bar_count_unsymmetrical_top_side_auto_maximum\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12<\n/bar_count_unsymmetrical_top_side_auto_increment\x18\x14 \x01(\x05H\x13\x88\x01\x01\x12;\n.bar_count_unsymmetrical_top_side_auto_priority\x18\x15 \x01(\x05H\x14\x88\x01\x01\x12\x30\n#bar_count_unsymmetrical_bottom_side\x18\x16 \x01(\x05H\x15\x88\x01\x01\x12;\n.bar_count_unsymmetrical_bottom_side_calculated\x18\x17 \x01(\x05H\x16\x88\x01\x01\x12=\n0bar_count_unsymmetrical_bottom_side_auto_enabled\x18\x18 \x01(\x08H\x17\x88\x01\x01\x12=\n0bar_count_unsymmetrical_bottom_side_auto_minimum\x18\x19 \x01(\x05H\x18\x88\x01\x01\x12=\n0bar_count_unsymmetrical_bottom_side_auto_maximum\x18\x1a \x01(\x05H\x19\x88\x01\x01\x12?\n2bar_count_unsymmetrical_bottom_side_auto_increment\x18\x1b \x01(\x05H\x1a\x88\x01\x01\x12>\n1bar_count_unsymmetrical_bottom_side_auto_priority\x18\x1c \x01(\x05H\x1b\x88\x01\x01\x12,\n\x1f\x62\x61r_count_uniformly_surrounding\x18\x1d \x01(\x05H\x1c\x88\x01\x01\x12\x37\n*bar_count_uniformly_surrounding_calculated\x18\x1e \x01(\x05H\x1d\x88\x01\x01\x12\x39\n,bar_count_uniformly_surrounding_auto_enabled\x18\x1f \x01(\x08H\x1e\x88\x01\x01\x12\x39\n,bar_count_uniformly_surrounding_auto_minimum\x18 \x01(\x05H\x1f\x88\x01\x01\x12\x39\n,bar_count_uniformly_surrounding_auto_maximum\x18! \x01(\x05H \x88\x01\x01\x12;\n.bar_count_uniformly_surrounding_auto_increment\x18\" \x01(\x05H!\x88\x01\x01\x12:\n-bar_count_uniformly_surrounding_auto_priority\x18# \x01(\x05H\"\x88\x01\x01\x12\x1b\n\x0e\x62\x61r_count_line\x18$ \x01(\x05H#\x88\x01\x01\x12&\n\x19\x62\x61r_count_line_calculated\x18% \x01(\x05H$\x88\x01\x01\x12(\n\x1b\x62\x61r_count_line_auto_enabled\x18& \x01(\x08H%\x88\x01\x01\x12(\n\x1b\x62\x61r_count_line_auto_minimum\x18\' \x01(\x05H&\x88\x01\x01\x12(\n\x1b\x62\x61r_count_line_auto_maximum\x18( \x01(\x05H\'\x88\x01\x01\x12*\n\x1d\x62\x61r_count_line_auto_increment\x18) \x01(\x05H(\x88\x01\x01\x12)\n\x1c\x62\x61r_count_line_auto_priority\x18* \x01(\x05H)\x88\x01\x01\x12\x1d\n\x10\x62\x61r_count_corner\x18+ \x01(\x05H*\x88\x01\x01\x12-\n bar_size_designation_symmetrical\x18, \x01(\x01H+\x88\x01\x01\x12\xb3\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32y.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalCalculatedH,\x88\x01\x01\x12%\n\x18\x62\x61r_diameter_symmetrical\x18. \x01(\x01H-\x88\x01\x01\x12\x30\n#bar_diameter_symmetrical_calculated\x18/ \x01(\x01H.\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_enabled\x18\x30 \x01(\x08H/\x88\x01\x01\x12\xb6\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xb6\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMaximumH2\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_maximum\x18\x34 \x01(\x01H3\x88\x01\x01\x12<\n/bar_diameter_symmetrical_auto_diameters_enabled\x18\x35 \x01(\x08H4\x88\x01\x01\x12\xa5\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32t.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterSymmetricalAutoBarSizes\x12/\n\'bar_diameter_symmetrical_auto_diameters\x18\x37 \x03(\x01\x12\x33\n&bar_diameter_symmetrical_auto_priority\x18\x38 \x01(\x05H5\x88\x01\x01\x12\xb0\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32w.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalAtSideH6\x88\x01\x01\x12/\n\"bar_diameter_unsymmetrical_at_side\x18: \x01(\x01H7\x88\x01\x01\x12\x38\n+bar_size_designation_unsymmetrical_top_side\x18; \x01(\x01H8\x88\x01\x01\x12\xc8\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideCalculatedH9\x88\x01\x01\x12\x30\n#bar_diameter_unsymmetrical_top_side\x18= \x01(\x01H:\x88\x01\x01\x12;\n.bar_diameter_unsymmetrical_top_side_calculated\x18> \x01(\x01H;\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_enabled\x18? \x01(\x08H<\x88\x01\x01\x12\xcb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xcb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMaximumH?\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_maximum\x18\x43 \x01(\x01H@\x88\x01\x01\x12G\n:bar_diameter_unsymmetrical_top_side_auto_diameters_enabled\x18\x44 \x01(\x08HA\x88\x01\x01\x12\xb9\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32}.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterUnsymmetricalTopSideAutoBarSizes\x12:\n2bar_diameter_unsymmetrical_top_side_auto_diameters\x18\x46 \x03(\x01\x12>\n1bar_diameter_unsymmetrical_top_side_auto_priority\x18G \x01(\x05HB\x88\x01\x01\x12;\n.bar_size_designation_unsymmetrical_bottom_side\x18H \x01(\x01HC\x88\x01\x01\x12\xce\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideCalculatedHD\x88\x01\x01\x12\x33\n&bar_diameter_unsymmetrical_bottom_side\x18J \x01(\x01HE\x88\x01\x01\x12>\n1bar_diameter_unsymmetrical_bottom_side_calculated\x18K \x01(\x01HF\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_enabled\x18L \x01(\x08HG\x88\x01\x01\x12\xd1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xd1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMaximumHJ\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_maximum\x18P \x01(\x01HK\x88\x01\x01\x12J\n=bar_diameter_unsymmetrical_bottom_side_auto_diameters_enabled\x18Q \x01(\x08HL\x88\x01\x01\x12\xc0\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterUnsymmetricalBottomSideAutoBarSizes\x12=\n5bar_diameter_unsymmetrical_bottom_side_auto_diameters\x18S \x03(\x01\x12\x41\n4bar_diameter_unsymmetrical_bottom_side_auto_priority\x18T \x01(\x05HM\x88\x01\x01\x12\x37\n*bar_size_designation_uniformly_surrounding\x18U \x01(\x01HN\x88\x01\x01\x12\xc7\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingCalculatedHO\x88\x01\x01\x12/\n\"bar_diameter_uniformly_surrounding\x18W \x01(\x01HP\x88\x01\x01\x12:\n-bar_diameter_uniformly_surrounding_calculated\x18X \x01(\x01HQ\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_enabled\x18Y \x01(\x08HR\x88\x01\x01\x12\xca\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xca\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMaximumHU\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_maximum\x18] \x01(\x01HV\x88\x01\x01\x12\x46\n9bar_diameter_uniformly_surrounding_auto_diameters_enabled\x18^ \x01(\x08HW\x88\x01\x01\x12\xb8\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32}.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterUniformlySurroundingAutoBarSizes\x12\x39\n1bar_diameter_uniformly_surrounding_auto_diameters\x18` \x03(\x01\x12=\n0bar_diameter_uniformly_surrounding_auto_priority\x18\x61 \x01(\x05HX\x88\x01\x01\x12&\n\x19\x62\x61r_size_designation_line\x18\x62 \x01(\x01HY\x88\x01\x01\x12\xa5\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32r.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineCalculatedHZ\x88\x01\x01\x12\x1e\n\x11\x62\x61r_diameter_line\x18\x64 \x01(\x01H[\x88\x01\x01\x12)\n\x1c\x62\x61r_diameter_line_calculated\x18\x65 \x01(\x01H\\\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_enabled\x18\x66 \x01(\x08H]\x88\x01\x01\x12\xa8\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32s.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xa8\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32s.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMaximumH`\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_maximum\x18j \x01(\x01Ha\x88\x01\x01\x12\x35\n(bar_diameter_line_auto_diameters_enabled\x18k \x01(\x08Hb\x88\x01\x01\x12\x97\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32m.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterLineAutoBarSizes\x12(\n bar_diameter_line_auto_diameters\x18m \x03(\x01\x12,\n\x1f\x62\x61r_diameter_line_auto_priority\x18n \x01(\x05Hc\x88\x01\x01\x12(\n\x1b\x62\x61r_size_designation_single\x18o \x01(\x01Hd\x88\x01\x01\x12\xa9\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32t.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleCalculatedHe\x88\x01\x01\x12 \n\x13\x62\x61r_diameter_single\x18q \x01(\x01Hf\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_single_calculated\x18r \x01(\x01Hg\x88\x01\x01\x12-\n bar_diameter_single_auto_enabled\x18s \x01(\x08Hh\x88\x01\x01\x12\xac\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32u.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xac\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32u.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMaximumHk\x88\x01\x01\x12-\n bar_diameter_single_auto_maximum\x18w \x01(\x01Hl\x88\x01\x01\x12\x37\n*bar_diameter_single_auto_diameters_enabled\x18x \x01(\x08Hm\x88\x01\x01\x12\x9b\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32o.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterSingleAutoBarSizes\x12*\n\"bar_diameter_single_auto_diameters\x18z \x03(\x01\x12.\n!bar_diameter_single_auto_priority\x18{ \x01(\x05Hn\x88\x01\x01\x12\x94\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32j.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationCornerHo\x88\x01\x01\x12 \n\x13\x62\x61r_diameter_corner\x18} \x01(\x01Hp\x88\x01\x01\x12,\n\x1f\x62\x61se_diamter_reduced_multi_edit\x18~ \x01(\x01Hq\x88\x01\x01\x12)\n\x1c\x63orner_reinforcement_enabled\x18\x7f \x01(\x08Hr\x88\x01\x01\x12,\n\x1ereinforcement_area_symmetrical\x18\x80\x01 \x01(\x01Hs\x88\x01\x01\x12\x36\n(reinforcement_area_unsymmetrical_at_side\x18\x81\x01 \x01(\x01Ht\x88\x01\x01\x12\x37\n)reinforcement_area_unsymmetrical_top_side\x18\x82\x01 \x01(\x01Hu\x88\x01\x01\x12:\n,reinforcement_area_unsymmetrical_bottom_side\x18\x83\x01 \x01(\x01Hv\x88\x01\x01\x12\x36\n(reinforcement_area_uniformly_surrounding\x18\x84\x01 \x01(\x01Hw\x88\x01\x01\x12%\n\x17reinforcement_area_line\x18\x85\x01 \x01(\x01Hx\x88\x01\x01\x12\'\n\x19reinforcement_area_single\x18\x86\x01 \x01(\x01Hy\x88\x01\x01\x12\'\n\x19reinforcement_area_corner\x18\x87\x01 \x01(\x01Hz\x88\x01\x01\x12&\n\x18reinforcement_area_total\x18\x88\x01 \x01(\x01H{\x88\x01\x01\x12\x97\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32k.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.SpanPositionReferenceTypeH|\x88\x01\x01\x12\x33\n%span_position_reference_internal_node\x18\x8a\x01 \x01(\x05H}\x88\x01\x01\x12\x39\n+span_position_reference_x_location_relative\x18\x8b\x01 \x01(\x01H~\x88\x01\x01\x12\x39\n+span_position_reference_x_location_absolute\x18\x8c\x01 \x01(\x01H\x7f\x88\x01\x01\x12\x9e\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32n.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.SpanPositionDefinitionFormatH\x80\x01\x88\x01\x01\x12\"\n\x13span_start_relative\x18\x8e\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12\"\n\x13span_start_absolute\x18\x8f\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12&\n\x17span_start_auto_enabled\x18\x90\x01 \x01(\x08H\x83\x01\x88\x01\x01\x12\x32\n#span_start_relative_auto_calculated\x18\x91\x01 \x01(\x01H\x84\x01\x88\x01\x01\x12/\n span_start_relative_auto_minimum\x18\x92\x01 \x01(\x01H\x85\x01\x88\x01\x01\x12/\n span_start_relative_auto_maximum\x18\x93\x01 \x01(\x01H\x86\x01\x88\x01\x01\x12\x32\n#span_start_absolute_auto_calculated\x18\x94\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12/\n span_start_absolute_auto_minimum\x18\x95\x01 \x01(\x01H\x88\x01\x88\x01\x01\x12/\n span_start_absolute_auto_maximum\x18\x96\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12 \n\x11span_end_relative\x18\x97\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12 \n\x11span_end_absolute\x18\x98\x01 \x01(\x01H\x8b\x01\x88\x01\x01\x12$\n\x15span_end_auto_enabled\x18\x99\x01 \x01(\x08H\x8c\x01\x88\x01\x01\x12\x30\n!span_end_relative_auto_calculated\x18\x9a\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12-\n\x1espan_end_relative_auto_minimum\x18\x9b\x01 \x01(\x01H\x8e\x01\x88\x01\x01\x12-\n\x1espan_end_relative_auto_maximum\x18\x9c\x01 \x01(\x01H\x8f\x01\x88\x01\x01\x12\x30\n!span_end_absolute_auto_calculated\x18\x9d\x01 \x01(\x01H\x90\x01\x88\x01\x01\x12-\n\x1espan_end_absolute_auto_minimum\x18\x9e\x01 \x01(\x01H\x91\x01\x88\x01\x01\x12-\n\x1espan_end_absolute_auto_maximum\x18\x9f\x01 \x01(\x01H\x92\x01\x88\x01\x01\x12+\n\x1cspan_location_auto_increment\x18\xa0\x01 \x01(\x01H\x93\x01\x88\x01\x01\x12*\n\x1bspan_location_auto_priority\x18\xa1\x01 \x01(\x05H\x94\x01\x88\x01\x01\x12\x1a\n\x0bspan_length\x18\xa2\x01 \x01(\x01H\x95\x01\x88\x01\x01\x12\x8d\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x66.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xa3\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32p.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeSingleLineH\x97\x01\x88\x01\x01\x12\'\n\x18\x61\x64\x64itional_offset_circle\x18\xa5\x01 \x01(\x01H\x98\x01\x88\x01\x01\x12)\n\x1a\x61\x64\x64itional_offset_top_side\x18\xa6\x01 \x01(\x01H\x99\x01\x88\x01\x01\x12,\n\x1d\x61\x64\x64itional_offset_bottom_side\x18\xa7\x01 \x01(\x01H\x9a\x01\x88\x01\x01\x12*\n\x1b\x61\x64\x64itional_offset_left_side\x18\xa8\x01 \x01(\x01H\x9b\x01\x88\x01\x01\x12+\n\x1c\x61\x64\x64itional_offset_right_side\x18\xa9\x01 \x01(\x01H\x9c\x01\x88\x01\x01\x12\xa0\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32o.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xb0\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32v.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xac\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32t.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtEndH\x9f\x01\x88\x01\x01\x12+\n\x1c\x61\x64\x64itional_horizontal_offset\x18\xad\x01 \x01(\x01H\xa0\x01\x88\x01\x01\x12\x34\n%additional_horizontal_offset_at_start\x18\xae\x01 \x01(\x01H\xa1\x01\x88\x01\x01\x12\x32\n#additional_horizontal_offset_at_end\x18\xaf\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12)\n\x1a\x61\x64\x64itional_vertical_offset\x18\xb0\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x32\n#additional_vertical_offset_at_start\x18\xb1\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x30\n!additional_vertical_offset_at_end\x18\xb2\x01 \x01(\x01H\xa5\x01\x88\x01\x01\x12\x96\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32j.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AnchorageStartAnchorTypeH\xa6\x01\x88\x01\x01\x12,\n\x1d\x61nchorage_start_anchor_length\x18\xb4\x01 \x01(\x01H\xa7\x01\x88\x01\x01\x12/\n anchorage_start_bending_diameter\x18\xb5\x01 \x01(\x01H\xa8\x01\x88\x01\x01\x12\x92\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AnchorageEndAnchorTypeH\xa9\x01\x88\x01\x01\x12*\n\x1b\x61nchorage_end_anchor_length\x18\xb7\x01 \x01(\x01H\xaa\x01\x88\x01\x01\x12-\n\x1e\x61nchorage_end_bending_diameter\x18\xb8\x01 \x01(\x01H\xab\x01\x88\x01\x01\x12\x1f\n\x10one_rebar_length\x18\xb9\x01 \x01(\x01H\xac\x01\x88\x01\x01\x12\x33\n$one_rebar_minimal_and_maximal_length\x18\xba\x01 \x01(\tH\xad\x01\x88\x01\x01\x12\x35\n&one_rebar_unsymmetrical_at_side_length\x18\xbb\x01 \x01(\x01H\xae\x01\x88\x01\x01\x12I\n:one_rebar_unsymmetrical_at_side_minimal_and_maximal_length\x18\xbc\x01 \x01(\tH\xaf\x01\x88\x01\x01\x12\x36\n\'one_rebar_unsymmetrical_top_side_length\x18\xbd\x01 \x01(\x01H\xb0\x01\x88\x01\x01\x12J\n;one_rebar_unsymmetrical_top_side_minimal_and_maximal_length\x18\xbe\x01 \x01(\tH\xb1\x01\x88\x01\x01\x12\x39\n*one_rebar_unsymmetrical_bottom_side_length\x18\xbf\x01 \x01(\x01H\xb2\x01\x88\x01\x01\x12M\n>one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_length\x18\xc0\x01 \x01(\tH\xb3\x01\x88\x01\x01\x12&\n\x17one_rebar_corner_length\x18\xc1\x01 \x01(\x01H\xb4\x01\x88\x01\x01\x12:\n+one_rebar_corner_minimal_and_maximal_length\x18\xc2\x01 \x01(\tH\xb5\x01\x88\x01\x01\x12\x15\n\x06length\x18\xc3\x01 \x01(\x01H\xb6\x01\x88\x01\x01\x12\x1f\n\x10one_rebar_weight\x18\xc4\x01 \x01(\x01H\xb7\x01\x88\x01\x01\x12\x33\n$one_rebar_minimal_and_maximal_weight\x18\xc5\x01 \x01(\tH\xb8\x01\x88\x01\x01\x12\x35\n&one_rebar_unsymmetrical_at_side_weight\x18\xc6\x01 \x01(\x01H\xb9\x01\x88\x01\x01\x12I\n:one_rebar_unsymmetrical_at_side_minimal_and_maximal_weight\x18\xc7\x01 \x01(\tH\xba\x01\x88\x01\x01\x12\x36\n\'one_rebar_unsymmetrical_top_side_weight\x18\xc8\x01 \x01(\x01H\xbb\x01\x88\x01\x01\x12J\n;one_rebar_unsymmetrical_top_side_minimal_and_maximal_weight\x18\xc9\x01 \x01(\tH\xbc\x01\x88\x01\x01\x12\x39\n*one_rebar_unsymmetrical_bottom_side_weight\x18\xca\x01 \x01(\x01H\xbd\x01\x88\x01\x01\x12M\n>one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_weight\x18\xcb\x01 \x01(\tH\xbe\x01\x88\x01\x01\x12&\n\x17one_rebar_corner_weight\x18\xcc\x01 \x01(\x01H\xbf\x01\x88\x01\x01\x12:\n+one_rebar_corner_minimal_and_maximal_weight\x18\xcd\x01 \x01(\tH\xc0\x01\x88\x01\x01\x12\x15\n\x06weight\x18\xce\x01 \x01(\x01H\xc1\x01\x88\x01\x01\"\x97\x01\n\tRebarType\x12\x1a\n\x16REBAR_TYPE_SYMMETRICAL\x10\x00\x12\x13\n\x0fREBAR_TYPE_LINE\x10\x03\x12\x15\n\x11REBAR_TYPE_SINGLE\x10\x04\x12$\n REBAR_TYPE_UNIFORMLY_SURROUNDING\x10\x02\x12\x1c\n\x18REBAR_TYPE_UNSYMMETRICAL\x10\x01\"\xd3\x0b\n\'BarSizeDesignationSymmetricalCalculated\x12\x37\n3BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_UNKNOWN\x10\x00\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_1\x10\x01\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_10\x10\x0c\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_11\x10\r\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_12\x10\x0e\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_14\x10\x0f\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_16\x10\x10\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_18\x10\x11\x12\x37\n3BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_1p5\x10\x02\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_2\x10\x03\x12\x37\n3BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_2p5\x10\x04\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_3\x10\x05\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_4\x10\x06\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_5\x10\x07\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_6\x10\x08\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_7\x10\t\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_8\x10\n\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_9\x10\x0b\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_10\x10\x12\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_15\x10\x13\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_20\x10\x14\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_25\x10\x15\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_30\x10\x16\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_35\x10\x17\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_45\x10\x18\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_55\x10\x19\"e\n(BarSizeDesignationSymmetricalAutoMinimum\x12\x39\n5BAR_SIZE_DESIGNATION_SYMMETRICAL_AUTO_MINIMUM_UNKNOWN\x10\x00\"e\n(BarSizeDesignationSymmetricalAutoMaximum\x12\x39\n5BAR_SIZE_DESIGNATION_SYMMETRICAL_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xe6\n\n\"BarDiameterSymmetricalAutoBarSizes\x12\x33\n/BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_1\x10\x01\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_11\x10\r\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_16\x10\x10\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_18\x10\x11\x12\x33\n/BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_2\x10\x03\x12\x33\n/BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_3\x10\x05\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_4\x10\x06\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_5\x10\x07\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_6\x10\x08\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_7\x10\t\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_8\x10\n\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_10\x10\x12\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_15\x10\x13\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_20\x10\x14\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_25\x10\x15\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_30\x10\x16\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_35\x10\x17\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_45\x10\x18\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_55\x10\x19\"_\n%BarSizeDesignationUnsymmetricalAtSide\x12\x36\n2BAR_SIZE_DESIGNATION_UNSYMMETRICAL_AT_SIDE_UNKNOWN\x10\x00\"\xfa\r\n0BarSizeDesignationUnsymmetricalTopSideCalculated\x12\x42\n>BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_UNKNOWN\x10\x00\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_1\x10\x01\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_10\x10\x0c\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_11\x10\r\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_12\x10\x0e\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_14\x10\x0f\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_16\x10\x10\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_18\x10\x11\x12\x42\n>BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_1p5\x10\x02\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_2\x10\x03\x12\x42\n>BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_2p5\x10\x04\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_3\x10\x05\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_4\x10\x06\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_5\x10\x07\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_6\x10\x08\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_7\x10\t\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_8\x10\n\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_9\x10\x0b\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_10\x10\x12\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_15\x10\x13\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_20\x10\x14\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_25\x10\x15\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_30\x10\x16\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_35\x10\x17\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_45\x10\x18\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_55\x10\x19\"y\n1BarSizeDesignationUnsymmetricalTopSideAutoMinimum\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_AUTO_MINIMUM_UNKNOWN\x10\x00\"y\n1BarSizeDesignationUnsymmetricalTopSideAutoMaximum\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\x8d\r\n+BarDiameterUnsymmetricalTopSideAutoBarSizes\x12>\n:BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_11\x10\r\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12>\n:BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12>\n:BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_7\x10\t\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_8\x10\n\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xcb\x0e\n3BarSizeDesignationUnsymmetricalBottomSideCalculated\x12\x45\nABAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_UNKNOWN\x10\x00\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_1\x10\x01\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_10\x10\x0c\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_11\x10\r\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_12\x10\x0e\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_14\x10\x0f\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_16\x10\x10\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_18\x10\x11\x12\x45\nABAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_1p5\x10\x02\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_2\x10\x03\x12\x45\nABAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_2p5\x10\x04\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_3\x10\x05\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_4\x10\x06\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_5\x10\x07\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_6\x10\x08\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_7\x10\t\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_8\x10\n\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_9\x10\x0b\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_10\x10\x12\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_15\x10\x13\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_20\x10\x14\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_25\x10\x15\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_30\x10\x16\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_35\x10\x17\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_45\x10\x18\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_55\x10\x19\"\x7f\n4BarSizeDesignationUnsymmetricalBottomSideAutoMinimum\x12G\nCBAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_MINIMUM_UNKNOWN\x10\x00\"\x7f\n4BarSizeDesignationUnsymmetricalBottomSideAutoMaximum\x12G\nCBAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xde\r\n.BarDiameterUnsymmetricalBottomSideAutoBarSizes\x12\x41\n=BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_11\x10\r\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12\x41\n=BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12\x41\n=BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_7\x10\t\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_8\x10\n\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xe0\r\n0BarSizeDesignationUniformlySurroundingCalculated\x12\x41\n=BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_UNKNOWN\x10\x00\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_1\x10\x01\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_10\x10\x0c\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_11\x10\r\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_12\x10\x0e\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_14\x10\x0f\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_16\x10\x10\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_18\x10\x11\x12\x41\n=BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_1p5\x10\x02\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_2\x10\x03\x12\x41\n=BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_2p5\x10\x04\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_3\x10\x05\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_4\x10\x06\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_5\x10\x07\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_6\x10\x08\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_7\x10\t\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_8\x10\n\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_9\x10\x0b\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_10\x10\x12\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_15\x10\x13\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_20\x10\x14\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_25\x10\x15\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_30\x10\x16\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_35\x10\x17\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_45\x10\x18\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_55\x10\x19\"x\n1BarSizeDesignationUniformlySurroundingAutoMinimum\x12\x43\n?BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_AUTO_MINIMUM_UNKNOWN\x10\x00\"x\n1BarSizeDesignationUniformlySurroundingAutoMaximum\x12\x43\n?BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xf3\x0c\n+BarDiameterUniformlySurroundingAutoBarSizes\x12=\n9BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_1\x10\x01\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_11\x10\r\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_16\x10\x10\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_18\x10\x11\x12=\n9BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_2\x10\x03\x12=\n9BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_3\x10\x05\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_4\x10\x06\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_5\x10\x07\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_6\x10\x08\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_7\x10\t\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_8\x10\n\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_10\x10\x12\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_15\x10\x13\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_20\x10\x14\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_25\x10\x15\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_30\x10\x16\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_35\x10\x17\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_45\x10\x18\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_55\x10\x19\"\x96\n\n BarSizeDesignationLineCalculated\x12\x30\n,BAR_SIZE_DESIGNATION_LINE_CALCULATED_UNKNOWN\x10\x00\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_1\x10\x01\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_10\x10\x0c\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_11\x10\r\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_12\x10\x0e\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_14\x10\x0f\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_16\x10\x10\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_18\x10\x11\x12\x30\n,BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_1p5\x10\x02\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_2\x10\x03\x12\x30\n,BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_2p5\x10\x04\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_3\x10\x05\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_4\x10\x06\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_5\x10\x07\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_6\x10\x08\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_7\x10\t\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_8\x10\n\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_9\x10\x0b\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_10\x10\x12\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_15\x10\x13\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_20\x10\x14\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_25\x10\x15\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_30\x10\x16\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_35\x10\x17\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_45\x10\x18\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_55\x10\x19\"W\n!BarSizeDesignationLineAutoMinimum\x12\x32\n.BAR_SIZE_DESIGNATION_LINE_AUTO_MINIMUM_UNKNOWN\x10\x00\"W\n!BarSizeDesignationLineAutoMaximum\x12\x32\n.BAR_SIZE_DESIGNATION_LINE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xa9\t\n\x1b\x42\x61rDiameterLineAutoBarSizes\x12,\n(BAR_DIAMETER_LINE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_11\x10\r\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12,\n(BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12,\n(BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_7\x10\t\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_8\x10\n\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xcc\n\n\"BarSizeDesignationSingleCalculated\x12\x32\n.BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_UNKNOWN\x10\x00\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_1\x10\x01\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_10\x10\x0c\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_11\x10\r\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_12\x10\x0e\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_14\x10\x0f\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_16\x10\x10\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_18\x10\x11\x12\x32\n.BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_1p5\x10\x02\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_2\x10\x03\x12\x32\n.BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_2p5\x10\x04\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_3\x10\x05\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_4\x10\x06\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_5\x10\x07\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_6\x10\x08\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_7\x10\t\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_8\x10\n\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_9\x10\x0b\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_10\x10\x12\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_15\x10\x13\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_20\x10\x14\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_25\x10\x15\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_30\x10\x16\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_35\x10\x17\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_45\x10\x18\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_55\x10\x19\"[\n#BarSizeDesignationSingleAutoMinimum\x12\x34\n0BAR_SIZE_DESIGNATION_SINGLE_AUTO_MINIMUM_UNKNOWN\x10\x00\"[\n#BarSizeDesignationSingleAutoMaximum\x12\x34\n0BAR_SIZE_DESIGNATION_SINGLE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xdf\t\n\x1d\x42\x61rDiameterSingleAutoBarSizes\x12.\n*BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_11\x10\r\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12.\n*BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12.\n*BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_7\x10\t\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_8\x10\n\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_55\x10\x19\"C\n\x18\x42\x61rSizeDesignationCorner\x12\'\n#BAR_SIZE_DESIGNATION_CORNER_UNKNOWN\x10\x00\"\xc6\x01\n\x19SpanPositionReferenceType\x12&\n\"SPAN_POSITION_REFERENCE_TYPE_START\x10\x00\x12$\n SPAN_POSITION_REFERENCE_TYPE_END\x10\x01\x12.\n*SPAN_POSITION_REFERENCE_TYPE_INTERNAL_NODE\x10\x02\x12+\n\'SPAN_POSITION_REFERENCE_TYPE_X_LOCATION\x10\x03\"z\n\x1cSpanPositionDefinitionFormat\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_ABSOLUTE\x10\x00\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_RELATIVE\x10\x01\"\xc1\x01\n\x14\x41\x64\x64itionalOffsetType\x12\x1f\n\x1b\x41\x44\x44ITIONAL_OFFSET_TYPE_NONE\x10\x00\x12.\n*ADDITIONAL_OFFSET_TYPE_FROM_CONCRETE_COVER\x10\x02\x12/\n+ADDITIONAL_OFFSET_TYPE_FROM_SECTION_SURFACE\x10\x03\x12\'\n#ADDITIONAL_OFFSET_TYPE_FROM_STIRRUP\x10\x01\"\xfb\x01\n\x1e\x41\x64\x64itionalOffsetTypeSingleLine\x12+\n\'ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_NONE\x10\x00\x12:\n6ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_FROM_CONCRETE_COVER\x10\x02\x12;\n7ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_FROM_SECTION_SURFACE\x10\x03\x12\x33\n/ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_FROM_STIRRUP\x10\x01\"\xe1\x03\n\x1d\x41\x64\x64itionalOffsetReferenceType\x12-\n)ADDITIONAL_OFFSET_REFERENCE_TYPE_LEFT_TOP\x10\x00\x12\x32\n.ADDITIONAL_OFFSET_REFERENCE_TYPE_CENTER_BOTTOM\x10\x05\x12\x32\n.ADDITIONAL_OFFSET_REFERENCE_TYPE_CENTER_CENTER\x10\x04\x12/\n+ADDITIONAL_OFFSET_REFERENCE_TYPE_CENTER_TOP\x10\x03\x12\x30\n,ADDITIONAL_OFFSET_REFERENCE_TYPE_LEFT_BOTTOM\x10\x02\x12\x30\n,ADDITIONAL_OFFSET_REFERENCE_TYPE_LEFT_CENTER\x10\x01\x12\x31\n-ADDITIONAL_OFFSET_REFERENCE_TYPE_RIGHT_BOTTOM\x10\x08\x12\x31\n-ADDITIONAL_OFFSET_REFERENCE_TYPE_RIGHT_CENTER\x10\x07\x12.\n*ADDITIONAL_OFFSET_REFERENCE_TYPE_RIGHT_TOP\x10\x06\"\xb9\x04\n$AdditionalOffsetReferenceTypeAtStart\x12\x36\n2ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_LEFT_TOP\x10\x00\x12;\n7ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_CENTER_BOTTOM\x10\x05\x12;\n7ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_CENTER_CENTER\x10\x04\x12\x38\n4ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_CENTER_TOP\x10\x03\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_LEFT_BOTTOM\x10\x02\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_LEFT_CENTER\x10\x01\x12:\n6ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_RIGHT_BOTTOM\x10\x08\x12:\n6ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_RIGHT_CENTER\x10\x07\x12\x37\n3ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_RIGHT_TOP\x10\x06\"\xa5\x04\n\"AdditionalOffsetReferenceTypeAtEnd\x12\x34\n0ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_LEFT_TOP\x10\x00\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_CENTER_BOTTOM\x10\x05\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_CENTER_CENTER\x10\x04\x12\x36\n2ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_CENTER_TOP\x10\x03\x12\x37\n3ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_LEFT_BOTTOM\x10\x02\x12\x37\n3ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_LEFT_CENTER\x10\x01\x12\x38\n4ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_RIGHT_BOTTOM\x10\x08\x12\x38\n4ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_RIGHT_CENTER\x10\x07\x12\x35\n1ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_RIGHT_TOP\x10\x06\"\xf1\x02\n\x18\x41nchorageStartAnchorType\x12$\n ANCHORAGE_START_ANCHOR_TYPE_NONE\x10\x00\x12$\n ANCHORAGE_START_ANCHOR_TYPE_BEND\x10\x03\x12$\n ANCHORAGE_START_ANCHOR_TYPE_HOOK\x10\x02\x12\x38\n4ANCHORAGE_START_ANCHOR_TYPE_HOOK_WITH_TRANSVERSE_BAR\x10\x05\x12(\n$ANCHORAGE_START_ANCHOR_TYPE_STRAIGHT\x10\x01\x12<\n8ANCHORAGE_START_ANCHOR_TYPE_STRAIGHT_WITH_TRANSVERSE_BAR\x10\x04\x12\x41\n=ANCHORAGE_START_ANCHOR_TYPE_STRAIGHT_WITH_TWO_TRANSVERSE_BARS\x10\x06\"\xe1\x02\n\x16\x41nchorageEndAnchorType\x12\"\n\x1e\x41NCHORAGE_END_ANCHOR_TYPE_NONE\x10\x00\x12\"\n\x1e\x41NCHORAGE_END_ANCHOR_TYPE_BEND\x10\x03\x12\"\n\x1e\x41NCHORAGE_END_ANCHOR_TYPE_HOOK\x10\x02\x12\x36\n2ANCHORAGE_END_ANCHOR_TYPE_HOOK_WITH_TRANSVERSE_BAR\x10\x05\x12&\n\"ANCHORAGE_END_ANCHOR_TYPE_STRAIGHT\x10\x01\x12:\n6ANCHORAGE_END_ANCHOR_TYPE_STRAIGHT_WITH_TRANSVERSE_BAR\x10\x04\x12?\n;ANCHORAGE_END_ANCHOR_TYPE_STRAIGHT_WITH_TWO_TRANSVERSE_BARS\x10\x06\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nameB\r\n\x0b_rebar_typeB\x0b\n\t_materialB1\n/_reinforcement_placed_in_bending_corner_enabledB\x18\n\x16_bar_count_symmetricalB#\n!_bar_count_symmetrical_calculatedB%\n#_bar_count_symmetrical_auto_enabledB%\n#_bar_count_symmetrical_auto_minimumB%\n#_bar_count_symmetrical_auto_maximumB\'\n%_bar_count_symmetrical_auto_incrementB&\n$_bar_count_symmetrical_auto_priorityB\"\n _bar_count_unsymmetrical_at_sideB#\n!_bar_count_unsymmetrical_top_sideB.\n,_bar_count_unsymmetrical_top_side_calculatedB0\n._bar_count_unsymmetrical_top_side_auto_enabledB0\n._bar_count_unsymmetrical_top_side_auto_minimumB0\n._bar_count_unsymmetrical_top_side_auto_maximumB2\n0_bar_count_unsymmetrical_top_side_auto_incrementB1\n/_bar_count_unsymmetrical_top_side_auto_priorityB&\n$_bar_count_unsymmetrical_bottom_sideB1\n/_bar_count_unsymmetrical_bottom_side_calculatedB3\n1_bar_count_unsymmetrical_bottom_side_auto_enabledB3\n1_bar_count_unsymmetrical_bottom_side_auto_minimumB3\n1_bar_count_unsymmetrical_bottom_side_auto_maximumB5\n3_bar_count_unsymmetrical_bottom_side_auto_incrementB4\n2_bar_count_unsymmetrical_bottom_side_auto_priorityB\"\n _bar_count_uniformly_surroundingB-\n+_bar_count_uniformly_surrounding_calculatedB/\n-_bar_count_uniformly_surrounding_auto_enabledB/\n-_bar_count_uniformly_surrounding_auto_minimumB/\n-_bar_count_uniformly_surrounding_auto_maximumB1\n/_bar_count_uniformly_surrounding_auto_incrementB0\n._bar_count_uniformly_surrounding_auto_priorityB\x11\n\x0f_bar_count_lineB\x1c\n\x1a_bar_count_line_calculatedB\x1e\n\x1c_bar_count_line_auto_enabledB\x1e\n\x1c_bar_count_line_auto_minimumB\x1e\n\x1c_bar_count_line_auto_maximumB \n\x1e_bar_count_line_auto_incrementB\x1f\n\x1d_bar_count_line_auto_priorityB\x13\n\x11_bar_count_cornerB#\n!_bar_size_designation_symmetricalB.\n,_bar_size_designation_symmetrical_calculatedB\x1b\n\x19_bar_diameter_symmetricalB&\n$_bar_diameter_symmetrical_calculatedB(\n&_bar_diameter_symmetrical_auto_enabledB0\n._bar_size_designation_symmetrical_auto_minimumB(\n&_bar_diameter_symmetrical_auto_minimumB0\n._bar_size_designation_symmetrical_auto_maximumB(\n&_bar_diameter_symmetrical_auto_maximumB2\n0_bar_diameter_symmetrical_auto_diameters_enabledB)\n\'_bar_diameter_symmetrical_auto_priorityB-\n+_bar_size_designation_unsymmetrical_at_sideB%\n#_bar_diameter_unsymmetrical_at_sideB.\n,_bar_size_designation_unsymmetrical_top_sideB9\n7_bar_size_designation_unsymmetrical_top_side_calculatedB&\n$_bar_diameter_unsymmetrical_top_sideB1\n/_bar_diameter_unsymmetrical_top_side_calculatedB3\n1_bar_diameter_unsymmetrical_top_side_auto_enabledB;\n9_bar_size_designation_unsymmetrical_top_side_auto_minimumB3\n1_bar_diameter_unsymmetrical_top_side_auto_minimumB;\n9_bar_size_designation_unsymmetrical_top_side_auto_maximumB3\n1_bar_diameter_unsymmetrical_top_side_auto_maximumB=\n;_bar_diameter_unsymmetrical_top_side_auto_diameters_enabledB4\n2_bar_diameter_unsymmetrical_top_side_auto_priorityB1\n/_bar_size_designation_unsymmetrical_bottom_sideB<\n:_bar_size_designation_unsymmetrical_bottom_side_calculatedB)\n\'_bar_diameter_unsymmetrical_bottom_sideB4\n2_bar_diameter_unsymmetrical_bottom_side_calculatedB6\n4_bar_diameter_unsymmetrical_bottom_side_auto_enabledB>\n<_bar_size_designation_unsymmetrical_bottom_side_auto_minimumB6\n4_bar_diameter_unsymmetrical_bottom_side_auto_minimumB>\n<_bar_size_designation_unsymmetrical_bottom_side_auto_maximumB6\n4_bar_diameter_unsymmetrical_bottom_side_auto_maximumB@\n>_bar_diameter_unsymmetrical_bottom_side_auto_diameters_enabledB7\n5_bar_diameter_unsymmetrical_bottom_side_auto_priorityB-\n+_bar_size_designation_uniformly_surroundingB8\n6_bar_size_designation_uniformly_surrounding_calculatedB%\n#_bar_diameter_uniformly_surroundingB0\n._bar_diameter_uniformly_surrounding_calculatedB2\n0_bar_diameter_uniformly_surrounding_auto_enabledB:\n8_bar_size_designation_uniformly_surrounding_auto_minimumB2\n0_bar_diameter_uniformly_surrounding_auto_minimumB:\n8_bar_size_designation_uniformly_surrounding_auto_maximumB2\n0_bar_diameter_uniformly_surrounding_auto_maximumB<\n:_bar_diameter_uniformly_surrounding_auto_diameters_enabledB3\n1_bar_diameter_uniformly_surrounding_auto_priorityB\x1c\n\x1a_bar_size_designation_lineB\'\n%_bar_size_designation_line_calculatedB\x14\n\x12_bar_diameter_lineB\x1f\n\x1d_bar_diameter_line_calculatedB!\n\x1f_bar_diameter_line_auto_enabledB)\n\'_bar_size_designation_line_auto_minimumB!\n\x1f_bar_diameter_line_auto_minimumB)\n\'_bar_size_designation_line_auto_maximumB!\n\x1f_bar_diameter_line_auto_maximumB+\n)_bar_diameter_line_auto_diameters_enabledB\"\n _bar_diameter_line_auto_priorityB\x1e\n\x1c_bar_size_designation_singleB)\n\'_bar_size_designation_single_calculatedB\x16\n\x14_bar_diameter_singleB!\n\x1f_bar_diameter_single_calculatedB#\n!_bar_diameter_single_auto_enabledB+\n)_bar_size_designation_single_auto_minimumB#\n!_bar_diameter_single_auto_minimumB+\n)_bar_size_designation_single_auto_maximumB#\n!_bar_diameter_single_auto_maximumB-\n+_bar_diameter_single_auto_diameters_enabledB$\n\"_bar_diameter_single_auto_priorityB\x1e\n\x1c_bar_size_designation_cornerB\x16\n\x14_bar_diameter_cornerB\"\n _base_diamter_reduced_multi_editB\x1f\n\x1d_corner_reinforcement_enabledB!\n\x1f_reinforcement_area_symmetricalB+\n)_reinforcement_area_unsymmetrical_at_sideB,\n*_reinforcement_area_unsymmetrical_top_sideB/\n-_reinforcement_area_unsymmetrical_bottom_sideB+\n)_reinforcement_area_uniformly_surroundingB\x1a\n\x18_reinforcement_area_lineB\x1c\n\x1a_reinforcement_area_singleB\x1c\n\x1a_reinforcement_area_cornerB\x1b\n\x19_reinforcement_area_totalB\x1f\n\x1d_span_position_reference_typeB(\n&_span_position_reference_internal_nodeB.\n,_span_position_reference_x_location_relativeB.\n,_span_position_reference_x_location_absoluteB\"\n _span_position_definition_formatB\x16\n\x14_span_start_relativeB\x16\n\x14_span_start_absoluteB\x1a\n\x18_span_start_auto_enabledB&\n$_span_start_relative_auto_calculatedB#\n!_span_start_relative_auto_minimumB#\n!_span_start_relative_auto_maximumB&\n$_span_start_absolute_auto_calculatedB#\n!_span_start_absolute_auto_minimumB#\n!_span_start_absolute_auto_maximumB\x14\n\x12_span_end_relativeB\x14\n\x12_span_end_absoluteB\x18\n\x16_span_end_auto_enabledB$\n\"_span_end_relative_auto_calculatedB!\n\x1f_span_end_relative_auto_minimumB!\n\x1f_span_end_relative_auto_maximumB$\n\"_span_end_absolute_auto_calculatedB!\n\x1f_span_end_absolute_auto_minimumB!\n\x1f_span_end_absolute_auto_maximumB\x1f\n\x1d_span_location_auto_incrementB\x1e\n\x1c_span_location_auto_priorityB\x0e\n\x0c_span_lengthB\x19\n\x17_additional_offset_typeB%\n#_additional_offset_type_single_lineB\x1b\n\x19_additional_offset_circleB\x1d\n\x1b_additional_offset_top_sideB \n\x1e_additional_offset_bottom_sideB\x1e\n\x1c_additional_offset_left_sideB\x1f\n\x1d_additional_offset_right_sideB#\n!_additional_offset_reference_typeB,\n*_additional_offset_reference_type_at_startB*\n(_additional_offset_reference_type_at_endB\x1f\n\x1d_additional_horizontal_offsetB(\n&_additional_horizontal_offset_at_startB&\n$_additional_horizontal_offset_at_endB\x1d\n\x1b_additional_vertical_offsetB&\n$_additional_vertical_offset_at_startB$\n\"_additional_vertical_offset_at_endB\x1e\n\x1c_anchorage_start_anchor_typeB \n\x1e_anchorage_start_anchor_lengthB#\n!_anchorage_start_bending_diameterB\x1c\n\x1a_anchorage_end_anchor_typeB\x1e\n\x1c_anchorage_end_anchor_lengthB!\n\x1f_anchorage_end_bending_diameterB\x13\n\x11_one_rebar_lengthB\'\n%_one_rebar_minimal_and_maximal_lengthB)\n\'_one_rebar_unsymmetrical_at_side_lengthB=\n;_one_rebar_unsymmetrical_at_side_minimal_and_maximal_lengthB*\n(_one_rebar_unsymmetrical_top_side_lengthB>\n<_one_rebar_unsymmetrical_top_side_minimal_and_maximal_lengthB-\n+_one_rebar_unsymmetrical_bottom_side_lengthBA\n?_one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_lengthB\x1a\n\x18_one_rebar_corner_lengthB.\n,_one_rebar_corner_minimal_and_maximal_lengthB\t\n\x07_lengthB\x13\n\x11_one_rebar_weightB\'\n%_one_rebar_minimal_and_maximal_weightB)\n\'_one_rebar_unsymmetrical_at_side_weightB=\n;_one_rebar_unsymmetrical_at_side_minimal_and_maximal_weightB*\n(_one_rebar_unsymmetrical_top_side_weightB>\n<_one_rebar_unsymmetrical_top_side_minimal_and_maximal_weightB-\n+_one_rebar_unsymmetrical_bottom_side_weightBA\n?_one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_weightB\x1a\n\x18_one_rebar_corner_weightB.\n,_one_rebar_corner_minimal_and_maximal_weightB\t\n\x07_weight\x1ap\n\x1c\x44\x65\x66lectionSegmentsZAxisTable\x12P\n\x04rows\x18\x01 \x03(\x0b\x32\x42.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsZAxisRow\x1a\xf0\x01\n\x1a\x44\x65\x66lectionSegmentsZAxisRow\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\x13\n\x06\x61\x63tive\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tprecamber\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x19\n\x0csegment_type\x18\x06 \x01(\tH\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_activeB\t\n\x07_lengthB\x0c\n\n_precamberB\x0f\n\r_segment_type\x1ap\n\x1c\x44\x65\x66lectionSegmentsYAxisTable\x12P\n\x04rows\x18\x01 \x03(\x0b\x32\x42.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsYAxisRow\x1a\xf0\x01\n\x1a\x44\x65\x66lectionSegmentsYAxisRow\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\x13\n\x06\x61\x63tive\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tprecamber\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x19\n\x0csegment_type\x18\x06 \x01(\tH\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_activeB\t\n\x07_lengthB\x0c\n\n_precamberB\x0f\n\r_segment_type\x1a|\n\"DesignSupportsOnInternalNodesTable\x12V\n\x04rows\x18\x01 \x03(\x0b\x32H.dlubal.api.rstab.structure_core.Member.DesignSupportsOnInternalNodesRow\x1a\xb0\x01\n DesignSupportsOnInternalNodesRow\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\x11\n\x04node\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65sign_support\x18\x04 \x01(\x05H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x11\n\x0f_design_support\x1a_\n\x11MemberTendonTable\x12J\n\x04rows\x18\x01 \x03(\x0b\x32<.dlubal.api.rstab.structure_core.Member.MemberTendonTableRow\x1a\x86\x01\n\x14MemberTendonTableRow\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\x1a\n\rmember_tendon\x18\x03 \x01(\x05H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_member_tendon\x1ao\n\x19\x42imIfcPropertiesTreeTable\x12R\n\x04rows\x18\x01 \x03(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.BimIfcPropertiesTreeTableRow\x1a\xc6\x01\n\x1c\x42imIfcPropertiesTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x11\n\x04name\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\x05value\x18\x03 \x01(\tH\x02\x88\x01\x01\x12R\n\x04rows\x18\x04 \x03(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.BimIfcPropertiesTreeTableRowB\x06\n\x04_keyB\x07\n\x05_nameB\x08\n\x06_value\"\x90\x03\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\r\n\tTYPE_BEAM\x10\x01\x12\x11\n\rTYPE_BUCKLING\x10\x08\x12\x0e\n\nTYPE_CABLE\x10\t\x12\x19\n\x15TYPE_CABLE_ON_PULLEYS\x10\n\x12\x14\n\x10TYPE_COMPRESSION\x10\x07\x12\x1d\n\x19TYPE_COUPLING_HINGE_HINGE\x10\x18\x12\x1d\n\x19TYPE_COUPLING_HINGE_RIGID\x10\x17\x12\x1d\n\x19TYPE_COUPLING_RIGID_HINGE\x10\x16\x12\x1d\n\x19TYPE_COUPLING_RIGID_RIGID\x10\x15\x12\x0f\n\x0bTYPE_DAMPER\x10\x1a\x12\x1c\n\x18TYPE_DEFINABLE_STIFFNESS\x10\x14\x12\x0e\n\nTYPE_JOIST\x10\x10\x12\x0e\n\nTYPE_RIGID\x10\x02\x12\x0f\n\x0bTYPE_SPRING\x10\x19\x12\x10\n\x0cTYPE_TENSION\x10\x06\x12\x0e\n\nTYPE_TRUSS\x10\x04\x12\x15\n\x11TYPE_TRUSS_ONLY_N\x10\x05\"\xe0\x07\n\x17SectionDistributionType\x12%\n!SECTION_DISTRIBUTION_TYPE_UNIFORM\x10\x00\x12$\n SECTION_DISTRIBUTION_TYPE_CURVED\x10\x07\x12.\n*SECTION_DISTRIBUTION_TYPE_FISH_BEAM_LINEAR\x10\x0e\x12\x31\n-SECTION_DISTRIBUTION_TYPE_FISH_BEAM_PARABOLIC\x10\r\x12$\n SECTION_DISTRIBUTION_TYPE_LINEAR\x10\x01\x12\"\n\x1eSECTION_DISTRIBUTION_TYPE_NONE\x10\x05\x12\x32\n.SECTION_DISTRIBUTION_TYPE_OFFSET_AT_BOTH_SIDES\x10\x08\x12\x35\n1SECTION_DISTRIBUTION_TYPE_OFFSET_AT_END_OF_MEMBER\x10\n\x12\x37\n3SECTION_DISTRIBUTION_TYPE_OFFSET_AT_START_OF_MEMBER\x10\t\x12H\nDSECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_CONSTANT_HEIGHT\x10\x0b\x12H\nDSECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_VARIABLE_HEIGHT\x10\x0c\x12$\n SECTION_DISTRIBUTION_TYPE_SADDLE\x10\x06\x12>\n:SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_BOTH_SIDES\x10\x0f\x12\x41\n=SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_END_OF_MEMBER\x10\x11\x12\x43\n?SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_START_OF_MEMBER\x10\x10\x12\x33\n/SECTION_DISTRIBUTION_TYPE_TAPERED_AT_BOTH_SIDES\x10\x02\x12\x36\n2SECTION_DISTRIBUTION_TYPE_TAPERED_AT_END_OF_MEMBER\x10\x04\x12\x38\n4SECTION_DISTRIBUTION_TYPE_TAPERED_AT_START_OF_MEMBER\x10\x03\"j\n\rReferenceType\x12\x14\n\x10REFERENCE_TYPE_L\x10\x00\x12\x15\n\x11REFERENCE_TYPE_XY\x10\x01\x12\x15\n\x11REFERENCE_TYPE_XZ\x10\x02\x12\x15\n\x11REFERENCE_TYPE_YZ\x10\x03\"M\n\tJoistType\x12\x16\n\x12JOIST_TYPE_UNKNOWN\x10\x00\x12(\n$JOIST_TYPE_STEEL_JOIST_INSTITUTE_SJI\x10\x01\"\xb3\x05\n\x0bJoistSeries\x12\x18\n\x14JOIST_SERIES_UNKNOWN\x10\x00\x12(\n$JOIST_SERIES_DLH_SERIES_ASD_IMPERIAL\x10\x0e\x12&\n\"JOIST_SERIES_DLH_SERIES_ASD_METRIC\x10\x11\x12)\n%JOIST_SERIES_DLH_SERIES_LRFD_IMPERIAL\x10\x03\x12\'\n#JOIST_SERIES_DLH_SERIES_LRFD_METRIC\x10\n\x12(\n$JOIST_SERIES_KCS_SERIES_ASD_IMPERIAL\x10\x08\x12&\n\"JOIST_SERIES_KCS_SERIES_ASD_METRIC\x10\t\x12)\n%JOIST_SERIES_KCS_SERIES_LRFD_IMPERIAL\x10\x0b\x12\'\n#JOIST_SERIES_KCS_SERIES_LRFD_METRIC\x10\x07\x12&\n\"JOIST_SERIES_K_SERIES_ASD_IMPERIAL\x10\x04\x12$\n JOIST_SERIES_K_SERIES_ASD_METRIC\x10\x06\x12\'\n#JOIST_SERIES_K_SERIES_LRFD_IMPERIAL\x10\x01\x12%\n!JOIST_SERIES_K_SERIES_LRFD_METRIC\x10\x05\x12\'\n#JOIST_SERIES_LH_SERIES_ASD_IMPERIAL\x10\x10\x12%\n!JOIST_SERIES_LH_SERIES_ASD_METRIC\x10\x0f\x12(\n$JOIST_SERIES_LH_SERIES_LRFD_IMPERIAL\x10\x02\x12&\n\"JOIST_SERIES_LH_SERIES_LRFD_METRIC\x10\r\"\xe7\x01\n\x16MemberTypeRibAlignment\x12\x30\n,MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_NEGATIVE\x10\x00\x12%\n!MEMBER_TYPE_RIB_ALIGNMENT_CENTRIC\x10\x01\x12\x30\n,MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_POSITIVE\x10\x02\x12\x42\n>MEMBER_TYPE_RIB_ALIGNMENT_USER_DEFINED_VIA_MEMBER_ECCENTRICITY\x10\x03\"\xc1\x02\n%DesignStripIntegrateStressesAndForces\x12\x46\nBDESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12J\nFDESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x44\n@DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12>\n:DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xb7\x02\n#ShearWallIntegrateStressesAndForces\x12\x44\n@SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12H\nDSHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x42\n>SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12<\n8SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xb2\x02\n\"DeepBeamIntegrateStressesAndForces\x12\x43\n?DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12G\nCDEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x41\n=DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12;\n7DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xbc\x02\n$ResultLineIntegrateStressesAndForces\x12\x45\nARESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12I\nERESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x43\n?RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12=\n9RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"j\n\x10SectionAlignment\x12\x19\n\x15SECTION_ALIGNMENT_TOP\x10\x00\x12\x1c\n\x18SECTION_ALIGNMENT_BOTTOM\x10\x02\x12\x1d\n\x19SECTION_ALIGNMENT_CENTRIC\x10\x01\"b\n\x0eGrainAlignment\x12\x17\n\x13GRAIN_ALIGNMENT_TOP\x10\x00\x12\x1a\n\x16GRAIN_ALIGNMENT_BOTTOM\x10\x02\x12\x1b\n\x17GRAIN_ALIGNMENT_CENTRIC\x10\x01\"\xce\x01\n\x1b\x43urvedMemberCantileversType\x12-\n)CURVED_MEMBER_CANTILEVERS_TYPE_HORIZONTAL\x10\x00\x12)\n%CURVED_MEMBER_CANTILEVERS_TYPE_OFFSET\x10\x03\x12+\n\'CURVED_MEMBER_CANTILEVERS_TYPE_PARALLEL\x10\x01\x12(\n$CURVED_MEMBER_CANTILEVERS_TYPE_TAPER\x10\x02\"n\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"i\n\x11RotationPlaneType\x12)\n%ROTATION_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12)\n%ROTATION_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"t\n\x1bNodesOnMemberDefinitionType\x12)\n%NODES_ON_MEMBER_DEFINITION_TYPE_TABLE\x10\x00\x12*\n&NODES_ON_MEMBER_DEFINITION_TYPE_STRING\x10\x01\"\x9f\x01\n\x16NodesOnMemberReference\x12\x1f\n\x1bNODES_ON_MEMBER_REFERENCE_L\x10\x00\x12 \n\x1cNODES_ON_MEMBER_REFERENCE_XY\x10\x01\x12 \n\x1cNODES_ON_MEMBER_REFERENCE_XZ\x10\x02\x12 \n\x1cNODES_ON_MEMBER_REFERENCE_YZ\x10\x03\"j\n\x14NodesOnMemberStartAt\x12)\n%NODES_ON_MEMBER_START_AT_MEMBER_START\x10\x00\x12\'\n#NODES_ON_MEMBER_START_AT_MEMBER_END\x10\x01\"\x81\x03\n\x18\x44\x65\x66lectionCheckDirection\x12+\n\'DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z\x10\x00\x12\x35\n1DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Y\x10\x05\x12\x35\n1DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z\x10\x04\x12;\n7DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z_AND_Y\x10\x06\x12+\n\'DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Y\x10\x01\x12\x31\n-DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z_AND_Y\x10\x02\x12-\n)DEFLECTION_CHECK_DIRECTION_RESULTING_AXIS\x10\x03\"\xb1\x01\n$DeflectionCheckDisplacementReference\x12\x41\n=DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_SEGMENT_ENDS\x10\x00\x12\x46\nBDEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_UNDEFORMED_SYSTEM\x10\x01\"\x97\x01\n\nTendonType\x12\x1d\n\x19TENDON_TYPE_REINFORCEMENT\x10\x00\x12$\n TENDON_TYPE_POSTTENSIONED_BONDED\x10\x01\x12&\n\"TENDON_TYPE_POSTTENSIONED_UNBONDED\x10\x02\x12\x1c\n\x18TENDON_TYPE_PRETENSIONED\x10\x03\"v\n\x1c\x41nchorUnbondedTendonLocation\x12+\n\'ANCHOR_UNBONDED_TENDON_LOCATION_START_I\x10\x00\x12)\n%ANCHOR_UNBONDED_TENDON_LOCATION_END_J\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x19\n\x17_activate_load_transferB!\n\x1f_is_deactivated_for_calculationB\x1c\n\x1a_section_distribution_typeB\x11\n\x0f_reference_typeB\r\n\x0b_node_startB\x0b\n\t_node_endB\x14\n\x12_analytical_lengthB\x14\n\x12_analytical_volumeB\x12\n\x10_analytical_massB \n\x1e_analytical_surface_of_coatingB\x1f\n\x1d_analytical_center_of_gravityB!\n\x1f_analytical_center_of_gravity_xB!\n\x1f_analytical_center_of_gravity_yB!\n\x1f_analytical_center_of_gravity_zB\t\n\x07_lengthB\t\n\x07_volumeB\x07\n\x05_massB\x15\n\x13_surface_of_coatingB\x14\n\x12_center_of_gravityB\x16\n\x14_center_of_gravity_xB\x16\n\x14_center_of_gravity_yB\x16\n\x14_center_of_gravity_zB\x0b\n\t_positionB\x11\n\x0f_position_shortB\x18\n\x16_member_representativeB\x1f\n\x1d_design_properties_via_memberB*\n(_design_properties_via_parent_member_setB&\n$_design_properties_parent_member_setB(\n&_design_properties_via_building_objectB*\n(_design_properties_building_object_ownerB%\n#_design_properties_via_design_stripB\'\n%_design_properties_design_strip_ownerB\n\n\x08_commentB\x1b\n\x19_is_member_weight_enabledB\x10\n\x0e_member_weightB\r\n\x0b_joist_typeB\x0f\n\r_joist_seriesB\x12\n\x10_max_joist_depthB\x1c\n\x1a_member_type_rib_alignmentB0\n._align_local_z_axis_to_local_z_axis_of_surfaceB\x14\n\x12_flange_dimensionsB\x19\n\x17_synchronize_width_modeB\"\n _member_type_definable_stiffnessB(\n&_result_beam_include_all_surface_cellsB-\n+_design_strip_integrate_stresses_and_forcesB\x13\n\x11_design_strip_y_zB\x16\n\x14_design_strip_y_plusB\x16\n\x14_design_strip_z_plusB\x17\n\x15_design_strip_y_minusB\x17\n\x15_design_strip_z_minusB\x16\n\x14_design_strip_radiusB+\n)_shear_wall_integrate_stresses_and_forcesB\x11\n\x0f_shear_wall_y_zB\x14\n\x12_shear_wall_y_plusB\x14\n\x12_shear_wall_z_plusB\x15\n\x13_shear_wall_y_minusB\x15\n\x13_shear_wall_z_minusB\x14\n\x12_shear_wall_radiusB*\n(_deep_beam_integrate_stresses_and_forcesB\x10\n\x0e_deep_beam_y_zB\x13\n\x11_deep_beam_y_plusB\x13\n\x11_deep_beam_z_plusB\x14\n\x12_deep_beam_y_minusB\x14\n\x12_deep_beam_z_minusB\x13\n\x11_deep_beam_radiusB,\n*_result_line_integrate_stresses_and_forcesB\x12\n\x10_result_line_y_zB\x15\n\x13_result_line_y_plusB\x15\n\x13_result_line_z_plusB\x16\n\x14_result_line_y_minusB\x16\n\x14_result_line_z_minusB\x15\n\x13_result_line_radiusB#\n!_result_line_include_all_surfacesB(\n&_result_line_include_all_surface_cellsB!\n\x1f_result_line_include_all_solidsB\"\n _result_line_include_all_membersB\x13\n\x11_projected_lengthB5\n3_section_distance_from_start_is_defined_as_relativeB\'\n%_section_distance_from_start_absoluteB\'\n%_section_distance_from_start_relativeB3\n1_section_distance_from_end_is_defined_as_relativeB%\n#_section_distance_from_end_absoluteB%\n#_section_distance_from_end_relativeB\x14\n\x12_section_alignmentB\x12\n\x10_grain_alignmentB%\n#_curved_member_is_asymmetric_layoutB\x1f\n\x1d_curved_member_is_cantileversB!\n\x1f_curved_member_cantilevers_typeB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x16\n\x14_rotation_plane_typeB\r\n\x0b_is_rotatedB\x10\n\x0e_section_startB\x0e\n\x0c_section_endB\x13\n\x11_section_internalB\x14\n\x12_section_taper_endB\x16\n\x14_section_taper_startB\x13\n\x11_section_materialB\"\n _nodes_on_member_definition_typeB\x1d\n\x1b_nodes_on_member_assignmentB\x1c\n\x1a_nodes_on_member_referenceB\x1b\n\x19_nodes_on_member_start_atB!\n\x1f_nodes_on_member_node_distancesB\x15\n\x13_member_hinge_startB\x13\n\x11_member_hinge_endB\x1c\n\x1a_member_eccentricity_startB\x1a\n\x18_member_eccentricity_endB\n\n\x08_supportB\x1e\n\x1c_member_transverse_stiffenerB\x18\n\x16_member_diagonal_braceB\x12\n\x10_member_openingsB\x16\n\x14_member_nonlinearityB\x1b\n\x19_is_active_in_compressionB#\n!_member_result_intermediate_pointB\x12\n\x10_pile_resistanceB\x1d\n\x1b_concrete_effective_lengthsB\x1a\n\x18_steel_effective_lengthsB\x1b\n\x19_timber_effective_lengthsB\x1d\n\x1b_aluminum_effective_lengthsB%\n#_concrete_shear_reinforcement_spansB,\n*_concrete_longitudinal_reinforcement_itemsB&\n$_concrete_cover_user_defined_enabledB4\n2_concrete_cover_different_at_section_sides_enabledB\x11\n\x0f_concrete_coverB\x15\n\x13_concrete_cover_topB\x18\n\x16_concrete_cover_bottomB\x16\n\x14_concrete_cover_leftB\x17\n\x15_concrete_cover_rightB\x16\n\x14_concrete_durabilityB\x1a\n\x18_concrete_durability_topB\x1d\n\x1b_concrete_durability_bottomB\x1b\n\x19_concrete_durability_leftB\x1c\n\x1a_concrete_durability_rightB\x1c\n\x1a_steel_boundary_conditionsB\'\n%_steel_member_local_section_reductionB\x1f\n\x1d_steel_member_transverse_weldB\x17\n\x15_timber_service_classB\x18\n\x16_timber_moisture_classB\x1c\n\x1a_timber_service_conditionsB(\n&_timber_member_local_section_reductionB\x1f\n\x1d_aluminum_boundary_conditionsB*\n(_aluminum_member_local_section_reductionB\"\n _aluminum_member_transverse_weldB \n\x1e_stress_analysis_configurationB+\n)_member_aluminum_design_uls_configurationB+\n)_member_aluminum_design_sls_configurationB*\n(_member_aluminum_design_fr_configurationB+\n)_member_concrete_design_uls_configurationB+\n)_member_concrete_design_sls_configurationB*\n(_member_concrete_design_fr_configurationB/\n-_member_concrete_design_seismic_configurationB(\n&_member_steel_design_uls_configurationB(\n&_member_steel_design_sls_configurationB\'\n%_member_steel_design_fr_configurationB,\n*_member_steel_design_seismic_configurationB)\n\'_member_timber_design_uls_configurationB)\n\'_member_timber_design_sls_configurationB(\n&_member_timber_design_fr_configurationB+\n)_end_modifications_member_start_extensionB)\n\'_end_modifications_member_start_slope_yB)\n\'_end_modifications_member_start_slope_zB)\n\'_end_modifications_member_end_extensionB\'\n%_end_modifications_member_end_slope_yB\'\n%_end_modifications_member_end_slope_zB\x1c\n\x1a_has_any_end_modificationsB\x1d\n\x1b_deflection_check_directionB*\n(_deflection_check_displacement_referenceB\x1d\n\x1b_deflection_segments_z_axisB\x1d\n\x1b_deflection_segments_y_axisB!\n\x1f_design_support_on_member_startB\x1f\n\x1d_design_support_on_member_endB$\n\"_design_supports_on_internal_nodesB4\n2_deflection_segments_defined_length_z_axis_enabledB4\n2_deflection_segments_defined_length_y_axis_enabledB\x15\n\x13_member_type_springB\x1c\n\x1a_member_type_damper_springB)\n\'_member_type_damper_damping_coefficientB\x16\n\x14_member_tendon_tableB\x15\n\x13_bim_ifc_propertiesB\x0e\n\x0c_tendon_typeB\x16\n\x14_tendon_anchor_startB\x14\n\x12_tendon_anchor_endB/\n-_has_autoconnect_member_master_objects_activeB/\n-_has_autoconnect_surface_master_object_activeB!\n\x1f_anchor_unbonded_tendon_sectionB\"\n _anchor_unbonded_tendon_locationB7\n5_anchor_grout_body_bond_length_is_defined_as_relativeB)\n\'_anchor_grout_body_bond_length_relativeB)\n\'_anchor_grout_body_bond_length_absoluteB!\n\x1f_anchor_grout_body_bond_sectionB)\n\'_anchor_grout_body_bond_resistance_typeB+\n)_wind_simulation_enable_specific_settingsB\"\n _wind_simulation_shrink_wrappingB-\n+_wind_simulation_roughness_and_permeabilityB+\n)_wind_simulation_exclude_from_wind_tunnelB)\n\'_wind_simulation_member_level_of_detailB@\n>_wind_simulation_use_only_external_surface_for_hollow_sectionsB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\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
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,dlubal/api/rstab/structure_core/member.proto\x12\x1f\x64lubal.api.rstab.structure_core\x1a\x1e\x64lubal/api/common/common.proto\x1a dlubal/api/rstab/object_id.proto\"\xe2\x92\x05\n\x06Member\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12?\n\x04type\x18\x02 \x01(\x0e\x32,.dlubal.api.rstab.structure_core.Member.TypeH\x01\x88\x01\x01\x12#\n\x16\x61\x63tivate_load_transfer\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12+\n\x1eis_deactivated_for_calculation\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12g\n\x19section_distribution_type\x18\x05 \x01(\x0e\x32?.dlubal.api.rstab.structure_core.Member.SectionDistributionTypeH\x04\x88\x01\x01\x12R\n\x0ereference_type\x18\x06 \x01(\x0e\x32\x35.dlubal.api.rstab.structure_core.Member.ReferenceTypeH\x05\x88\x01\x01\x12\r\n\x05nodes\x18\x07 \x03(\x05\x12\x17\n\nnode_start\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x15\n\x08node_end\x18\t \x01(\x05H\x07\x88\x01\x01\x12\x1e\n\x11\x61nalytical_length\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x1e\n\x11\x61nalytical_volume\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x1c\n\x0f\x61nalytical_mass\x18\x0c \x01(\x01H\n\x88\x01\x01\x12*\n\x1d\x61nalytical_surface_of_coating\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x46\n\x1c\x61nalytical_center_of_gravity\x18\x0e \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0c\x88\x01\x01\x12+\n\x1e\x61nalytical_center_of_gravity_x\x18\x0f \x01(\x01H\r\x88\x01\x01\x12+\n\x1e\x61nalytical_center_of_gravity_y\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12+\n\x1e\x61nalytical_center_of_gravity_z\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x13\n\x06length\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x13\n\x06volume\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x11\n\x04mass\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x1f\n\x12surface_of_coating\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12;\n\x11\x63\x65nter_of_gravity\x18\x16 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x14\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_x\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_y\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12 \n\x13\x63\x65nter_of_gravity_z\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x15\n\x08position\x18\x1a \x01(\tH\x18\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x1b \x01(\tH\x19\x88\x01\x01\x12\"\n\x15member_representative\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12)\n\x1c\x64\x65sign_properties_via_member\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\x34\n\'design_properties_via_parent_member_set\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12\x30\n#design_properties_parent_member_set\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12\x32\n%design_properties_via_building_object\x18 \x01(\x08H\x1e\x88\x01\x01\x12P\n\'design_properties_building_object_owner\x18! \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1f\x88\x01\x01\x12/\n\"design_properties_via_design_strip\x18\" \x01(\x08H \x88\x01\x01\x12\x31\n$design_properties_design_strip_owner\x18# \x01(\x05H!\x88\x01\x01\x12\x14\n\x07\x63omment\x18$ \x01(\tH\"\x88\x01\x01\x12Y\n\x12load_transfer_type\x18% \x01(\x0e\x32\x38.dlubal.api.rstab.structure_core.Member.LoadTransferTypeH#\x88\x01\x01\x12%\n\x18is_member_weight_enabled\x18& \x01(\x08H$\x88\x01\x01\x12\x1a\n\rmember_weight\x18\' \x01(\x01H%\x88\x01\x01\x12\x14\n\x0cloaded_nodes\x18( \x03(\x05\x12\x16\n\x0e\x65xcluded_nodes\x18) \x03(\x05\x12J\n\njoist_type\x18* \x01(\x0e\x32\x31.dlubal.api.rstab.structure_core.Member.JoistTypeH&\x88\x01\x01\x12N\n\x0cjoist_series\x18+ \x01(\x0e\x32\x33.dlubal.api.rstab.structure_core.Member.JoistSeriesH\'\x88\x01\x01\x12\x1c\n\x0fmax_joist_depth\x18, \x01(\x01H(\x88\x01\x01\x12\x66\n\x19member_type_rib_alignment\x18- \x01(\x0e\x32>.dlubal.api.rstab.structure_core.Member.MemberTypeRibAlignmentH)\x88\x01\x01\x12:\n-align_local_z_axis_to_local_z_axis_of_surface\x18. \x01(\x08H*\x88\x01\x01\x12]\n\x11\x66lange_dimensions\x18/ \x01(\x0b\x32=.dlubal.api.rstab.structure_core.Member.FlangeDimensionsTableH+\x88\x01\x01\x12#\n\x16synchronize_width_mode\x18\x30 \x01(\x08H,\x88\x01\x01\x12,\n\x1fmember_type_definable_stiffness\x18\x31 \x01(\x05H-\x88\x01\x01\x12)\n!result_beam_include_surface_cells\x18\x32 \x03(\x05\x12\x32\n%result_beam_include_all_surface_cells\x18\x33 \x01(\x08H.\x88\x01\x01\x12)\n!result_beam_exclude_surface_cells\x18\x34 \x03(\x05\x12\x86\x01\n*design_strip_integrate_stresses_and_forces\x18\x35 \x01(\x0e\x32M.dlubal.api.rstab.structure_core.Member.DesignStripIntegrateStressesAndForcesH/\x88\x01\x01\x12\x1d\n\x10\x64\x65sign_strip_y_z\x18\x36 \x01(\x01H0\x88\x01\x01\x12 \n\x13\x64\x65sign_strip_y_plus\x18\x37 \x01(\x01H1\x88\x01\x01\x12 \n\x13\x64\x65sign_strip_z_plus\x18\x38 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x64\x65sign_strip_y_minus\x18\x39 \x01(\x01H3\x88\x01\x01\x12!\n\x14\x64\x65sign_strip_z_minus\x18: \x01(\x01H4\x88\x01\x01\x12 \n\x13\x64\x65sign_strip_radius\x18; \x01(\x01H5\x88\x01\x01\x12%\n\x1d\x64\x65sign_strip_include_surfaces\x18< \x03(\x05\x12\x82\x01\n(shear_wall_integrate_stresses_and_forces\x18= \x01(\x0e\x32K.dlubal.api.rstab.structure_core.Member.ShearWallIntegrateStressesAndForcesH6\x88\x01\x01\x12\x1b\n\x0eshear_wall_y_z\x18> \x01(\x01H7\x88\x01\x01\x12\x1e\n\x11shear_wall_y_plus\x18? \x01(\x01H8\x88\x01\x01\x12\x1e\n\x11shear_wall_z_plus\x18@ \x01(\x01H9\x88\x01\x01\x12\x1f\n\x12shear_wall_y_minus\x18\x41 \x01(\x01H:\x88\x01\x01\x12\x1f\n\x12shear_wall_z_minus\x18\x42 \x01(\x01H;\x88\x01\x01\x12\x1e\n\x11shear_wall_radius\x18\x43 \x01(\x01H<\x88\x01\x01\x12#\n\x1bshear_wall_include_surfaces\x18\x44 \x03(\x05\x12(\n shear_wall_include_surface_cells\x18\x45 \x03(\x05\x12\x80\x01\n\'deep_beam_integrate_stresses_and_forces\x18\x46 \x01(\x0e\x32J.dlubal.api.rstab.structure_core.Member.DeepBeamIntegrateStressesAndForcesH=\x88\x01\x01\x12\x1a\n\rdeep_beam_y_z\x18G \x01(\x01H>\x88\x01\x01\x12\x1d\n\x10\x64\x65\x65p_beam_y_plus\x18H \x01(\x01H?\x88\x01\x01\x12\x1d\n\x10\x64\x65\x65p_beam_z_plus\x18I \x01(\x01H@\x88\x01\x01\x12\x1e\n\x11\x64\x65\x65p_beam_y_minus\x18J \x01(\x01HA\x88\x01\x01\x12\x1e\n\x11\x64\x65\x65p_beam_z_minus\x18K \x01(\x01HB\x88\x01\x01\x12\x1d\n\x10\x64\x65\x65p_beam_radius\x18L \x01(\x01HC\x88\x01\x01\x12\"\n\x1a\x64\x65\x65p_beam_include_surfaces\x18M \x03(\x05\x12\'\n\x1f\x64\x65\x65p_beam_include_surface_cells\x18N \x03(\x05\x12\x84\x01\n)result_line_integrate_stresses_and_forces\x18O \x01(\x0e\x32L.dlubal.api.rstab.structure_core.Member.ResultLineIntegrateStressesAndForcesHD\x88\x01\x01\x12\x1c\n\x0fresult_line_y_z\x18P \x01(\x01HE\x88\x01\x01\x12\x1f\n\x12result_line_y_plus\x18Q \x01(\x01HF\x88\x01\x01\x12\x1f\n\x12result_line_z_plus\x18R \x01(\x01HG\x88\x01\x01\x12 \n\x13result_line_y_minus\x18S \x01(\x01HH\x88\x01\x01\x12 \n\x13result_line_z_minus\x18T \x01(\x01HI\x88\x01\x01\x12\x1f\n\x12result_line_radius\x18U \x01(\x01HJ\x88\x01\x01\x12$\n\x1cresult_line_include_surfaces\x18V \x03(\x05\x12-\n result_line_include_all_surfaces\x18W \x01(\x08HK\x88\x01\x01\x12)\n!result_line_include_surface_cells\x18X \x03(\x05\x12\x32\n%result_line_include_all_surface_cells\x18Y \x01(\x08HL\x88\x01\x01\x12\"\n\x1aresult_line_include_solids\x18Z \x03(\x05\x12+\n\x1eresult_line_include_all_solids\x18[ \x01(\x08HM\x88\x01\x01\x12#\n\x1bresult_line_include_members\x18\\ \x03(\x05\x12,\n\x1fresult_line_include_all_members\x18] \x01(\x08HN\x88\x01\x01\x12$\n\x1cresult_line_exclude_surfaces\x18^ \x03(\x05\x12)\n!result_line_exclude_surface_cells\x18_ \x03(\x05\x12\"\n\x1aresult_line_exclude_solids\x18` \x03(\x05\x12#\n\x1bresult_line_exclude_members\x18\x61 \x03(\x05\x12\x1d\n\x10projected_length\x18\x62 \x01(\x01HO\x88\x01\x01\x12?\n2section_distance_from_start_is_defined_as_relative\x18\x63 \x01(\x08HP\x88\x01\x01\x12\x31\n$section_distance_from_start_absolute\x18\x64 \x01(\x01HQ\x88\x01\x01\x12\x31\n$section_distance_from_start_relative\x18\x65 \x01(\x01HR\x88\x01\x01\x12=\n0section_distance_from_end_is_defined_as_relative\x18\x66 \x01(\x08HS\x88\x01\x01\x12/\n\"section_distance_from_end_absolute\x18g \x01(\x01HT\x88\x01\x01\x12/\n\"section_distance_from_end_relative\x18h \x01(\x01HU\x88\x01\x01\x12X\n\x11section_alignment\x18i \x01(\x0e\x32\x38.dlubal.api.rstab.structure_core.Member.SectionAlignmentHV\x88\x01\x01\x12T\n\x0fgrain_alignment\x18j \x01(\x0e\x32\x36.dlubal.api.rstab.structure_core.Member.GrainAlignmentHW\x88\x01\x01\x12/\n\"curved_member_is_asymmetric_layout\x18k \x01(\x08HX\x88\x01\x01\x12)\n\x1c\x63urved_member_is_cantilevers\x18l \x01(\x08HY\x88\x01\x01\x12p\n\x1e\x63urved_member_cantilevers_type\x18m \x01(\x0e\x32\x43.dlubal.api.rstab.structure_core.Member.CurvedMemberCantileversTypeHZ\x88\x01\x01\x12k\n\x1brotation_specification_type\x18n \x01(\x0e\x32\x41.dlubal.api.rstab.structure_core.Member.RotationSpecificationTypeH[\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18o \x01(\x01H\\\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18p \x01(\x05H]\x88\x01\x01\x12[\n\x13rotation_plane_type\x18q \x01(\x0e\x32\x39.dlubal.api.rstab.structure_core.Member.RotationPlaneTypeH^\x88\x01\x01\x12\x17\n\nis_rotated\x18r \x01(\x08H_\x88\x01\x01\x12\x1a\n\rsection_start\x18s \x01(\x05H`\x88\x01\x01\x12\x18\n\x0bsection_end\x18t \x01(\x05Ha\x88\x01\x01\x12\x1d\n\x10section_internal\x18u \x01(\x05Hb\x88\x01\x01\x12\x1e\n\x11section_taper_end\x18v \x01(\x05Hc\x88\x01\x01\x12 \n\x13section_taper_start\x18w \x01(\x05Hd\x88\x01\x01\x12\x1d\n\x10section_material\x18x \x01(\x05He\x88\x01\x01\x12q\n\x1fnodes_on_member_definition_type\x18y \x01(\x0e\x32\x43.dlubal.api.rstab.structure_core.Member.NodesOnMemberDefinitionTypeHf\x88\x01\x01\x12m\n\x1anodes_on_member_assignment\x18z \x01(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.NodesOnMemberAssignmentTableHg\x88\x01\x01\x12\x66\n\x19nodes_on_member_reference\x18{ \x01(\x0e\x32>.dlubal.api.rstab.structure_core.Member.NodesOnMemberReferenceHh\x88\x01\x01\x12\x63\n\x18nodes_on_member_start_at\x18| \x01(\x0e\x32<.dlubal.api.rstab.structure_core.Member.NodesOnMemberStartAtHi\x88\x01\x01\x12+\n\x1enodes_on_member_node_distances\x18} \x01(\tHj\x88\x01\x01\x12\x1f\n\x12member_hinge_start\x18~ \x01(\x05Hk\x88\x01\x01\x12\x1d\n\x10member_hinge_end\x18\x7f \x01(\x05Hl\x88\x01\x01\x12\'\n\x19member_eccentricity_start\x18\x80\x01 \x01(\x05Hm\x88\x01\x01\x12%\n\x17member_eccentricity_end\x18\x81\x01 \x01(\x05Hn\x88\x01\x01\x12\x15\n\x07support\x18\x82\x01 \x01(\x05Ho\x88\x01\x01\x12)\n\x1bmember_transverse_stiffener\x18\x83\x01 \x01(\x05Hp\x88\x01\x01\x12#\n\x15member_diagonal_brace\x18\x84\x01 \x01(\x05Hq\x88\x01\x01\x12\x1d\n\x0fmember_openings\x18\x85\x01 \x01(\x05Hr\x88\x01\x01\x12!\n\x13member_nonlinearity\x18\x86\x01 \x01(\x05Hs\x88\x01\x01\x12&\n\x18is_active_in_compression\x18\x87\x01 \x01(\x08Ht\x88\x01\x01\x12.\n member_result_intermediate_point\x18\x88\x01 \x01(\x05Hu\x88\x01\x01\x12\x1d\n\x0fpile_resistance\x18\x89\x01 \x01(\x05Hv\x88\x01\x01\x12(\n\x1a\x63oncrete_effective_lengths\x18\x8a\x01 \x01(\x05Hw\x88\x01\x01\x12%\n\x17steel_effective_lengths\x18\x8b\x01 \x01(\x05Hx\x88\x01\x01\x12&\n\x18timber_effective_lengths\x18\x8c\x01 \x01(\x05Hy\x88\x01\x01\x12(\n\x1a\x61luminum_effective_lengths\x18\x8d\x01 \x01(\x05Hz\x88\x01\x01\x12~\n\"concrete_shear_reinforcement_spans\x18\x8e\x01 \x01(\x0b\x32L.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansTableH{\x88\x01\x01\x12\x8c\x01\n)concrete_longitudinal_reinforcement_items\x18\x8f\x01 \x01(\x0b\x32S.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsTableH|\x88\x01\x01\x12\x31\n#concrete_cover_user_defined_enabled\x18\x90\x01 \x01(\x08H}\x88\x01\x01\x12?\n1concrete_cover_different_at_section_sides_enabled\x18\x91\x01 \x01(\x08H~\x88\x01\x01\x12\x1c\n\x0e\x63oncrete_cover\x18\x92\x01 \x01(\x01H\x7f\x88\x01\x01\x12!\n\x12\x63oncrete_cover_top\x18\x93\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12$\n\x15\x63oncrete_cover_bottom\x18\x94\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12\"\n\x13\x63oncrete_cover_left\x18\x95\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12#\n\x14\x63oncrete_cover_right\x18\x96\x01 \x01(\x01H\x83\x01\x88\x01\x01\x12\x1b\n\x12\x63oncrete_cover_min\x18\x97\x01 \x03(\x01\x12\x1f\n\x16\x63oncrete_cover_min_top\x18\x98\x01 \x03(\x01\x12\"\n\x19\x63oncrete_cover_min_bottom\x18\x99\x01 \x03(\x01\x12 \n\x17\x63oncrete_cover_min_left\x18\x9a\x01 \x03(\x01\x12!\n\x18\x63oncrete_cover_min_right\x18\x9b\x01 \x03(\x01\x12\"\n\x13\x63oncrete_durability\x18\x9c\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12&\n\x17\x63oncrete_durability_top\x18\x9d\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12)\n\x1a\x63oncrete_durability_bottom\x18\x9e\x01 \x01(\x05H\x86\x01\x88\x01\x01\x12\'\n\x18\x63oncrete_durability_left\x18\x9f\x01 \x01(\x05H\x87\x01\x88\x01\x01\x12(\n\x19\x63oncrete_durability_right\x18\xa0\x01 \x01(\x05H\x88\x01\x88\x01\x01\x12(\n\x19steel_boundary_conditions\x18\xa1\x01 \x01(\x05H\x89\x01\x88\x01\x01\x12\x33\n$steel_member_local_section_reduction\x18\xa2\x01 \x01(\x05H\x8a\x01\x88\x01\x01\x12+\n\x1csteel_member_transverse_weld\x18\xa3\x01 \x01(\x05H\x8b\x01\x88\x01\x01\x12#\n\x14timber_service_class\x18\xa4\x01 \x01(\x05H\x8c\x01\x88\x01\x01\x12$\n\x15timber_moisture_class\x18\xa5\x01 \x01(\x05H\x8d\x01\x88\x01\x01\x12(\n\x19timber_service_conditions\x18\xa6\x01 \x01(\x05H\x8e\x01\x88\x01\x01\x12\x34\n%timber_member_local_section_reduction\x18\xa7\x01 \x01(\x05H\x8f\x01\x88\x01\x01\x12+\n\x1c\x61luminum_boundary_conditions\x18\xa8\x01 \x01(\x05H\x90\x01\x88\x01\x01\x12\x36\n\'aluminum_member_local_section_reduction\x18\xa9\x01 \x01(\x05H\x91\x01\x88\x01\x01\x12.\n\x1f\x61luminum_member_transverse_weld\x18\xaa\x01 \x01(\x05H\x92\x01\x88\x01\x01\x12,\n\x1dstress_analysis_configuration\x18\xab\x01 \x01(\x05H\x93\x01\x88\x01\x01\x12\x37\n(member_aluminum_design_uls_configuration\x18\xac\x01 \x01(\x05H\x94\x01\x88\x01\x01\x12\x37\n(member_aluminum_design_sls_configuration\x18\xad\x01 \x01(\x05H\x95\x01\x88\x01\x01\x12\x36\n\'member_aluminum_design_fr_configuration\x18\xae\x01 \x01(\x05H\x96\x01\x88\x01\x01\x12\x37\n(member_concrete_design_uls_configuration\x18\xaf\x01 \x01(\x05H\x97\x01\x88\x01\x01\x12\x37\n(member_concrete_design_sls_configuration\x18\xb0\x01 \x01(\x05H\x98\x01\x88\x01\x01\x12\x36\n\'member_concrete_design_fr_configuration\x18\xb1\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12;\n,member_concrete_design_seismic_configuration\x18\xb2\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x34\n%member_steel_design_uls_configuration\x18\xb3\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12\x34\n%member_steel_design_sls_configuration\x18\xb4\x01 \x01(\x05H\x9c\x01\x88\x01\x01\x12\x33\n$member_steel_design_fr_configuration\x18\xb5\x01 \x01(\x05H\x9d\x01\x88\x01\x01\x12\x38\n)member_steel_design_seismic_configuration\x18\xb6\x01 \x01(\x05H\x9e\x01\x88\x01\x01\x12\x35\n&member_timber_design_uls_configuration\x18\xb7\x01 \x01(\x05H\x9f\x01\x88\x01\x01\x12\x35\n&member_timber_design_sls_configuration\x18\xb8\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12\x34\n%member_timber_design_fr_configuration\x18\xb9\x01 \x01(\x05H\xa1\x01\x88\x01\x01\x12\x37\n(end_modifications_member_start_extension\x18\xba\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12\x35\n&end_modifications_member_start_slope_y\x18\xbb\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x35\n&end_modifications_member_start_slope_z\x18\xbc\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x35\n&end_modifications_member_end_extension\x18\xbd\x01 \x01(\x01H\xa5\x01\x88\x01\x01\x12\x33\n$end_modifications_member_end_slope_y\x18\xbe\x01 \x01(\x01H\xa6\x01\x88\x01\x01\x12\x33\n$end_modifications_member_end_slope_z\x18\xbf\x01 \x01(\x01H\xa7\x01\x88\x01\x01\x12(\n\x19has_any_end_modifications\x18\xc0\x01 \x01(\x08H\xa8\x01\x88\x01\x01\x12k\n\x1a\x64\x65\x66lection_check_direction\x18\xc1\x01 \x01(\x0e\x32@.dlubal.api.rstab.structure_core.Member.DeflectionCheckDirectionH\xa9\x01\x88\x01\x01\x12\x84\x01\n\'deflection_check_displacement_reference\x18\xc2\x01 \x01(\x0e\x32L.dlubal.api.rstab.structure_core.Member.DeflectionCheckDisplacementReferenceH\xaa\x01\x88\x01\x01\x12o\n\x1a\x64\x65\x66lection_segments_z_axis\x18\xc3\x01 \x01(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsZAxisTableH\xab\x01\x88\x01\x01\x12o\n\x1a\x64\x65\x66lection_segments_y_axis\x18\xc4\x01 \x01(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsYAxisTableH\xac\x01\x88\x01\x01\x12-\n\x1e\x64\x65sign_support_on_member_start\x18\xc5\x01 \x01(\x05H\xad\x01\x88\x01\x01\x12+\n\x1c\x64\x65sign_support_on_member_end\x18\xc6\x01 \x01(\x05H\xae\x01\x88\x01\x01\x12|\n!design_supports_on_internal_nodes\x18\xc7\x01 \x01(\x0b\x32J.dlubal.api.rstab.structure_core.Member.DesignSupportsOnInternalNodesTableH\xaf\x01\x88\x01\x01\x12@\n1deflection_segments_defined_length_z_axis_enabled\x18\xc8\x01 \x01(\x08H\xb0\x01\x88\x01\x01\x12@\n1deflection_segments_defined_length_y_axis_enabled\x18\xc9\x01 \x01(\x08H\xb1\x01\x88\x01\x01\x12!\n\x12member_type_spring\x18\xca\x01 \x01(\x05H\xb2\x01\x88\x01\x01\x12(\n\x19member_type_damper_spring\x18\xcb\x01 \x01(\x05H\xb3\x01\x88\x01\x01\x12\x35\n&member_type_damper_damping_coefficient\x18\xcc\x01 \x01(\x01H\xb4\x01\x88\x01\x01\x12]\n\x13member_tendon_table\x18\xcd\x01 \x01(\x0b\x32\x39.dlubal.api.rstab.structure_core.Member.MemberTendonTableH\xb5\x01\x88\x01\x01\x12\x64\n\x12\x62im_ifc_properties\x18\xce\x01 \x01(\x0b\x32\x41.dlubal.api.rstab.structure_core.Member.BimIfcPropertiesTreeTableH\xb6\x01\x88\x01\x01\x12N\n\x0btendon_type\x18\xcf\x01 \x01(\x0e\x32\x32.dlubal.api.rstab.structure_core.Member.TendonTypeH\xb7\x01\x88\x01\x01\x12\"\n\x13tendon_anchor_start\x18\xd0\x01 \x01(\x05H\xb8\x01\x88\x01\x01\x12 \n\x11tendon_anchor_end\x18\xd1\x01 \x01(\x05H\xb9\x01\x88\x01\x01\x12;\n,has_autoconnect_member_master_objects_active\x18\xd2\x01 \x01(\x08H\xba\x01\x88\x01\x01\x12%\n\x1ctendon_member_master_objects\x18\xd3\x01 \x03(\x05\x12)\n tendon_member_set_master_objects\x18\xd4\x01 \x03(\x05\x12&\n\x1dtendon_surface_master_objects\x18\xd5\x01 \x03(\x05\x12;\n,has_autoconnect_surface_master_object_active\x18\xd6\x01 \x01(\x08H\xbb\x01\x88\x01\x01\x12-\n\x1e\x61nchor_unbonded_tendon_section\x18\xd7\x01 \x01(\x05H\xbc\x01\x88\x01\x01\x12t\n\x1f\x61nchor_unbonded_tendon_location\x18\xd8\x01 \x01(\x0e\x32\x44.dlubal.api.rstab.structure_core.Member.AnchorUnbondedTendonLocationH\xbd\x01\x88\x01\x01\x12\x43\n4anchor_grout_body_bond_length_is_defined_as_relative\x18\xd9\x01 \x01(\x08H\xbe\x01\x88\x01\x01\x12\x35\n&anchor_grout_body_bond_length_relative\x18\xda\x01 \x01(\x01H\xbf\x01\x88\x01\x01\x12\x35\n&anchor_grout_body_bond_length_absolute\x18\xdb\x01 \x01(\x01H\xc0\x01\x88\x01\x01\x12-\n\x1e\x61nchor_grout_body_bond_section\x18\xdc\x01 \x01(\x05H\xc1\x01\x88\x01\x01\x12\x35\n&anchor_grout_body_bond_resistance_type\x18\xdd\x01 \x01(\x05H\xc2\x01\x88\x01\x01\x12\x37\n(wind_simulation_enable_specific_settings\x18\xde\x01 \x01(\x08H\xc3\x01\x88\x01\x01\x12.\n\x1fwind_simulation_shrink_wrapping\x18\xdf\x01 \x01(\x05H\xc4\x01\x88\x01\x01\x12\x39\n*wind_simulation_roughness_and_permeability\x18\xe0\x01 \x01(\x05H\xc5\x01\x88\x01\x01\x12\x37\n(wind_simulation_exclude_from_wind_tunnel\x18\xe1\x01 \x01(\x08H\xc6\x01\x88\x01\x01\x12\x35\n&wind_simulation_member_level_of_detail\x18\xe2\x01 \x01(\x05H\xc7\x01\x88\x01\x01\x12L\n=wind_simulation_use_only_external_surface_for_hollow_sections\x18\xe3\x01 \x01(\x08H\xc8\x01\x88\x01\x01\x12\x1b\n\x0cparent_layer\x18\xe4\x01 \x01(\x05H\xc9\x01\x88\x01\x01\x12(\n\x19is_locked_by_parent_layer\x18\xe5\x01 \x01(\x08H\xca\x01\x88\x01\x01\x12\x1b\n\x0cis_generated\x18\xe6\x01 \x01(\x08H\xcb\x01\x88\x01\x01\x12%\n\x16generating_object_info\x18\xe7\x01 \x01(\tH\xcc\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xe8\x01 \x01(\tH\xcd\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xe9\x01 \x01(\tH\xce\x01\x88\x01\x01\x1a\x62\n\x15\x46langeDimensionsTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow\x1a\x8c\r\n\x13\x46langeDimensionsRow\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\x19\n\x0c\x65nd_ordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x88\x01\n reference_length_definition_type\x18\x05 \x01(\x0e\x32Y.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow.ReferenceLengthDefinitionTypeH\x04\x88\x01\x01\x12\x1d\n\x10reference_length\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12u\n\x16reference_length_width\x18\x07 \x01(\x0e\x32P.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow.ReferenceLengthWidthH\x06\x88\x01\x01\x12&\n\x19width_minus_y_integrative\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12$\n\x17width_minus_y_effictive\x18\t \x01(\x01H\x08\x88\x01\x01\x12\"\n\x15width_minus_y_maximal\x18\n \x01(\x01H\t\x88\x01\x01\x12%\n\x18width_plus_y_integrative\x18\x0b \x01(\x01H\n\x88\x01\x01\x12#\n\x16width_plus_y_effictive\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12!\n\x14width_plus_y_maximal\x18\r \x01(\x01H\x0c\x88\x01\x01\x12v\n\x16\x64istribution_linearity\x18\x0e \x01(\x0e\x32Q.dlubal.api.rstab.structure_core.Member.FlangeDimensionsRow.DistributionLinearityH\r\x88\x01\x01\"\xfd\x01\n\x1dReferenceLengthDefinitionType\x12I\nEREFERENCE_LENGTH_DEFINITION_TYPE_REFERENCE_LENGTH_TYPE_SEGMENT_LENGTH\x10\x00\x12H\nDREFERENCE_LENGTH_DEFINITION_TYPE_REFERENCE_LENGTH_TYPE_MEMBER_LENGTH\x10\x01\x12G\nCREFERENCE_LENGTH_DEFINITION_TYPE_REFERENCE_LENGTH_TYPE_USER_DEFINED\x10\x02\"\x9c\x01\n\x14ReferenceLengthWidth\x12\x1f\n\x1bREFERENCE_LENGTH_WIDTH_NONE\x10\x00\x12\x1e\n\x1aREFERENCE_LENGTH_WIDTH_EC2\x10\x03\x12!\n\x1dREFERENCE_LENGTH_WIDTH_EIGHTH\x10\x02\x12 \n\x1cREFERENCE_LENGTH_WIDTH_SIXTH\x10\x01\"\xb8\x01\n\x15\x44istributionLinearity\x12\x31\n-DISTRIBUTION_LINEARITY_SEGMENT_LINEARITY_NONE\x10\x00\x12\x37\n3DISTRIBUTION_LINEARITY_SEGMENT_LINEARITY_FROM_START\x10\x02\x12\x33\n/DISTRIBUTION_LINEARITY_SEGMENT_LINEARITY_TO_END\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_end_ordinateB\t\n\x07_lengthB#\n!_reference_length_definition_typeB\x13\n\x11_reference_lengthB\x19\n\x17_reference_length_widthB\x1c\n\x1a_width_minus_y_integrativeB\x1a\n\x18_width_minus_y_effictiveB\x18\n\x16_width_minus_y_maximalB\x1b\n\x19_width_plus_y_integrativeB\x19\n\x17_width_plus_y_effictiveB\x17\n\x15_width_plus_y_maximalB\x19\n\x17_distribution_linearity\x1ap\n\x1cNodesOnMemberAssignmentTable\x12P\n\x04rows\x18\x01 \x03(\x0b\x32\x42.dlubal.api.rstab.structure_core.Member.NodesOnMemberAssignmentRow\x1a\x8a\x03\n\x1aNodesOnMemberAssignmentRow\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\x11\n\x04node\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x64\n\treference\x18\x04 \x01(\x0e\x32L.dlubal.api.rstab.structure_core.Member.NodesOnMemberAssignmentRow.ReferenceH\x03\x88\x01\x01\x12\x16\n\tfromStart\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x66romEnd\x18\x06 \x01(\x01H\x05\x88\x01\x01\"R\n\tReference\x12\x0f\n\x0bREFERENCE_L\x10\x00\x12\x10\n\x0cREFERENCE_XY\x10\x01\x12\x10\n\x0cREFERENCE_XZ\x10\x02\x12\x10\n\x0cREFERENCE_YZ\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x0c\n\n_referenceB\x0c\n\n_fromStartB\n\n\x08_fromEnd\x1a\x80\x01\n$ConcreteShearReinforcementSpansTable\x12X\n\x04rows\x18\x01 \x03(\x0b\x32J.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow\x1a\xf6M\n\"ConcreteShearReinforcementSpansRow\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\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12q\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32V.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupTypeH\x03\x88\x01\x01\x12\x15\n\x08material\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x1a\n\rstirrup_count\x18\x06 \x01(\x05H\x05\x88\x01\x01\x12\x1d\n\x10stirrup_bar_size\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x8d\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x63.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupBarSizeCalculatedH\x07\x88\x01\x01\x12\x1d\n\x10stirrup_diameter\x18\t \x01(\x01H\x08\x88\x01\x01\x12(\n\x1bstirrup_diameter_calculated\x18\n \x01(\x01H\t\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_enabled\x18\x0b \x01(\x08H\n\x88\x01\x01\x12\x90\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x64.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x90\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x64.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMaximumH\r\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_maximum\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12\x34\n\'stirrup_diameter_auto_diameters_enabled\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12\x8f\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x66.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupDiameterAutoBarSizes\x12\'\n\x1fstirrup_diameter_auto_diameters\x18\x12 \x03(\x01\x12+\n\x1estirrup_diameter_auto_priority\x18\x13 \x01(\x05H\x10\x88\x01\x01\x12\x1e\n\x11stirrup_distances\x18\x14 \x01(\x01H\x11\x88\x01\x01\x12)\n\x1cstirrup_distances_calculated\x18\x15 \x01(\x01H\x12\x88\x01\x01\x12+\n\x1estirrup_distances_auto_enabled\x18\x16 \x01(\x08H\x13\x88\x01\x01\x12+\n\x1estirrup_distances_auto_minimum\x18\x17 \x01(\x01H\x14\x88\x01\x01\x12+\n\x1estirrup_distances_auto_maximum\x18\x18 \x01(\x01H\x15\x88\x01\x01\x12-\n stirrup_distances_auto_increment\x18\x19 \x01(\x01H\x16\x88\x01\x01\x12,\n\x1fstirrup_distances_auto_priority\x18\x1a \x01(\x05H\x17\x88\x01\x01\x12\x1d\n\x10\x63rossties_active\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12\x1f\n\x12\x63rossties_diameter\x18\x1c \x01(\x01H\x19\x88\x01\x01\x12\x1f\n\x12reinforcement_area\x18\x1d \x01(\x01H\x1a\x88\x01\x01\x12\x33\n&horizontal_crosstie_reinforcement_area\x18\x1e \x01(\x01H\x1b\x88\x01\x01\x12\x43\n6minimal_maximal_horizontal_crosstie_reinforcement_area\x18\x1f \x01(\tH\x1c\x88\x01\x01\x12\x31\n$vertical_crosstie_reinforcement_area\x18 \x01(\x01H\x1d\x88\x01\x01\x12\x41\n4minimal_maximal_vertical_crosstie_reinforcement_area\x18! \x01(\tH\x1e\x88\x01\x01\x12\x30\n#total_horizontal_reinforcement_area\x18\" \x01(\x01H\x1f\x88\x01\x01\x12@\n3minimal_maximal_total_horizontal_reinforcement_area\x18# \x01(\tH \x88\x01\x01\x12.\n!total_vertical_reinforcement_area\x18$ \x01(\x01H!\x88\x01\x01\x12>\n1minimal_maximal_total_vertical_reinforcement_area\x18% \x01(\tH\"\x88\x01\x01\x12\x8f\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x64.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.SpanPositionReferenceTypeH#\x88\x01\x01\x12\x32\n%span_position_reference_internal_node\x18\' \x01(\x05H$\x88\x01\x01\x12\x38\n+span_position_reference_x_location_relative\x18( \x01(\x01H%\x88\x01\x01\x12\x38\n+span_position_reference_x_location_absolute\x18) \x01(\x01H&\x88\x01\x01\x12\x95\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32g.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.SpanPositionDefinitionFormatH\'\x88\x01\x01\x12 \n\x13span_start_relative\x18+ \x01(\x01H(\x88\x01\x01\x12 \n\x13span_start_absolute\x18, \x01(\x01H)\x88\x01\x01\x12$\n\x17span_start_auto_enabled\x18- \x01(\x08H*\x88\x01\x01\x12\x30\n#span_start_relative_auto_calculated\x18. \x01(\x01H+\x88\x01\x01\x12-\n span_start_relative_auto_minimum\x18/ \x01(\x01H,\x88\x01\x01\x12-\n span_start_relative_auto_maximum\x18\x30 \x01(\x01H-\x88\x01\x01\x12\x30\n#span_start_absolute_auto_calculated\x18\x31 \x01(\x01H.\x88\x01\x01\x12-\n span_start_absolute_auto_minimum\x18\x32 \x01(\x01H/\x88\x01\x01\x12-\n span_start_absolute_auto_maximum\x18\x33 \x01(\x01H0\x88\x01\x01\x12\x1e\n\x11span_end_relative\x18\x34 \x01(\x01H1\x88\x01\x01\x12\x1e\n\x11span_end_absolute\x18\x35 \x01(\x01H2\x88\x01\x01\x12\"\n\x15span_end_auto_enabled\x18\x36 \x01(\x08H3\x88\x01\x01\x12.\n!span_end_relative_auto_calculated\x18\x37 \x01(\x01H4\x88\x01\x01\x12+\n\x1espan_end_relative_auto_minimum\x18\x38 \x01(\x01H5\x88\x01\x01\x12+\n\x1espan_end_relative_auto_maximum\x18\x39 \x01(\x01H6\x88\x01\x01\x12.\n!span_end_absolute_auto_calculated\x18: \x01(\x01H7\x88\x01\x01\x12+\n\x1espan_end_absolute_auto_minimum\x18; \x01(\x01H8\x88\x01\x01\x12+\n\x1espan_end_absolute_auto_maximum\x18< \x01(\x01H9\x88\x01\x01\x12)\n\x1cspan_location_auto_increment\x18= \x01(\x01H:\x88\x01\x01\x12(\n\x1bspan_location_auto_priority\x18> \x01(\x05H;\x88\x01\x01\x12\x18\n\x0bspan_length\x18? \x01(\x01H<\x88\x01\x01\x12~\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32\\.dlubal.api.rstab.structure_core.Member.ConcreteShearReinforcementSpansRow.StirrupLayoutRuleH=\x88\x01\x01\x12!\n\x14stirrup_start_offset\x18\x41 \x01(\x01H>\x88\x01\x01\x12\x1f\n\x12stirrup_end_offset\x18\x42 \x01(\x01H?\x88\x01\x01\x12\x1f\n\x12one_stirrup_length\x18\x43 \x01(\x01H@\x88\x01\x01\x12/\n\"minimal_and_maximal_stirrup_length\x18\x44 \x01(\tHA\x88\x01\x01\x12 \n\x13\x61ll_stirrups_length\x18\x45 \x01(\x01HB\x88\x01\x01\x12\x1f\n\x12one_stirrup_weight\x18\x46 \x01(\x01HC\x88\x01\x01\x12/\n\"minimal_and_maximal_stirrup_weight\x18G \x01(\tHD\x88\x01\x01\x12 \n\x13\x61ll_stirrups_weight\x18H \x01(\x01HE\x88\x01\x01\x12 \n\x13one_crosstie_length\x18I \x01(\x01HF\x88\x01\x01\x12\x30\n#minimal_and_maximal_crosstie_length\x18J \x01(\tHG\x88\x01\x01\x12!\n\x14\x61ll_crossties_lenght\x18K \x01(\x01HH\x88\x01\x01\x12 \n\x13one_crosstie_weight\x18L \x01(\x01HI\x88\x01\x01\x12\x30\n#minimal_and_maximal_crosstie_weight\x18M \x01(\tHJ\x88\x01\x01\x12!\n\x14\x61ll_crossties_weight\x18N \x01(\x01HK\x88\x01\x01\"\xcd\x03\n\x0bStirrupType\x12+\n\'STIRRUP_TYPE_TWO_LEGGED_CLOSED_HOOK_135\x10\x00\x12,\n(STIRRUP_TYPE_FOUR_LEGGED_CLOSED_HOOK_135\x10\x05\x12+\n\'STIRRUP_TYPE_FOUR_LEGGED_CLOSED_HOOK_90\x10\x06\x12-\n)STIRRUP_TYPE_FOUR_LEGGED_OVERLAP_HOOK_180\x10\t\x12-\n)STIRRUP_TYPE_THREE_LEGGED_CLOSED_HOOK_135\x10\x03\x12,\n(STIRRUP_TYPE_THREE_LEGGED_CLOSED_HOOK_90\x10\x04\x12.\n*STIRRUP_TYPE_THREE_LEGGED_OVERLAP_HOOK_180\x10\x08\x12*\n&STIRRUP_TYPE_TWO_LEGGED_CLOSED_HOOK_90\x10\x01\x12 \n\x1cSTIRRUP_TYPE_TWO_LEGGED_OPEN\x10\x02\x12,\n(STIRRUP_TYPE_TWO_LEGGED_OVERLAP_HOOK_180\x10\x07\"\xa4\x08\n\x18StirrupBarSizeCalculated\x12\'\n#STIRRUP_BAR_SIZE_CALCULATED_UNKNOWN\x10\x00\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_1\x10\x01\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_10\x10\x0c\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_11\x10\r\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_12\x10\x0e\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_14\x10\x0f\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_16\x10\x10\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_ACI_18\x10\x11\x12\'\n#STIRRUP_BAR_SIZE_CALCULATED_ACI_1p5\x10\x02\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_2\x10\x03\x12\'\n#STIRRUP_BAR_SIZE_CALCULATED_ACI_2p5\x10\x04\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_3\x10\x05\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_4\x10\x06\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_5\x10\x07\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_6\x10\x08\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_7\x10\t\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_8\x10\n\x12%\n!STIRRUP_BAR_SIZE_CALCULATED_ACI_9\x10\x0b\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_10\x10\x12\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_15\x10\x13\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_20\x10\x14\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_25\x10\x15\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_30\x10\x16\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_35\x10\x17\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_45\x10\x18\x12&\n\"STIRRUP_BAR_SIZE_CALCULATED_CSA_55\x10\x19\"F\n\x19StirrupBarSizeAutoMinimum\x12)\n%STIRRUP_BAR_SIZE_AUTO_MINIMUM_UNKNOWN\x10\x00\"F\n\x19StirrupBarSizeAutoMaximum\x12)\n%STIRRUP_BAR_SIZE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\x8f\t\n\x1bStirrupDiameterAutoBarSizes\x12+\n\'STIRRUP_DIAMETER_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_1\x10\x01\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_11\x10\r\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_16\x10\x10\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_18\x10\x11\x12+\n\'STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_2\x10\x03\x12+\n\'STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_3\x10\x05\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_4\x10\x06\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_5\x10\x07\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_6\x10\x08\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_7\x10\t\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_8\x10\n\x12)\n%STIRRUP_DIAMETER_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_10\x10\x12\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_15\x10\x13\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_20\x10\x14\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_25\x10\x15\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_30\x10\x16\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_35\x10\x17\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_45\x10\x18\x12*\n&STIRRUP_DIAMETER_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xc6\x01\n\x19SpanPositionReferenceType\x12&\n\"SPAN_POSITION_REFERENCE_TYPE_START\x10\x00\x12$\n SPAN_POSITION_REFERENCE_TYPE_END\x10\x01\x12.\n*SPAN_POSITION_REFERENCE_TYPE_INTERNAL_NODE\x10\x02\x12+\n\'SPAN_POSITION_REFERENCE_TYPE_X_LOCATION\x10\x03\"z\n\x1cSpanPositionDefinitionFormat\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_ABSOLUTE\x10\x00\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_RELATIVE\x10\x01\"\x95\x02\n\x11StirrupLayoutRule\x12(\n$STIRRUP_LAYOUT_RULE_START_EQUALS_END\x10\x00\x12#\n\x1fSTIRRUP_LAYOUT_RULE_END_DEFINED\x10\x03\x12\x43\n?STIRRUP_LAYOUT_RULE_END_EQUALS_REST_LENGTH_TO_STIRRUP_DISTANCED\x10\x04\x12%\n!STIRRUP_LAYOUT_RULE_START_DEFINED\x10\x01\x12\x45\nASTIRRUP_LAYOUT_RULE_START_EQUALS_REST_LENGTH_TO_STIRRUP_DISTANCED\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nameB\x0f\n\r_stirrup_typeB\x0b\n\t_materialB\x10\n\x0e_stirrup_countB\x13\n\x11_stirrup_bar_sizeB\x1e\n\x1c_stirrup_bar_size_calculatedB\x13\n\x11_stirrup_diameterB\x1e\n\x1c_stirrup_diameter_calculatedB \n\x1e_stirrup_diameter_auto_enabledB \n\x1e_stirrup_bar_size_auto_minimumB \n\x1e_stirrup_diameter_auto_minimumB \n\x1e_stirrup_bar_size_auto_maximumB \n\x1e_stirrup_diameter_auto_maximumB*\n(_stirrup_diameter_auto_diameters_enabledB!\n\x1f_stirrup_diameter_auto_priorityB\x14\n\x12_stirrup_distancesB\x1f\n\x1d_stirrup_distances_calculatedB!\n\x1f_stirrup_distances_auto_enabledB!\n\x1f_stirrup_distances_auto_minimumB!\n\x1f_stirrup_distances_auto_maximumB#\n!_stirrup_distances_auto_incrementB\"\n _stirrup_distances_auto_priorityB\x13\n\x11_crossties_activeB\x15\n\x13_crossties_diameterB\x15\n\x13_reinforcement_areaB)\n\'_horizontal_crosstie_reinforcement_areaB9\n7_minimal_maximal_horizontal_crosstie_reinforcement_areaB\'\n%_vertical_crosstie_reinforcement_areaB7\n5_minimal_maximal_vertical_crosstie_reinforcement_areaB&\n$_total_horizontal_reinforcement_areaB6\n4_minimal_maximal_total_horizontal_reinforcement_areaB$\n\"_total_vertical_reinforcement_areaB4\n2_minimal_maximal_total_vertical_reinforcement_areaB\x1f\n\x1d_span_position_reference_typeB(\n&_span_position_reference_internal_nodeB.\n,_span_position_reference_x_location_relativeB.\n,_span_position_reference_x_location_absoluteB\"\n _span_position_definition_formatB\x16\n\x14_span_start_relativeB\x16\n\x14_span_start_absoluteB\x1a\n\x18_span_start_auto_enabledB&\n$_span_start_relative_auto_calculatedB#\n!_span_start_relative_auto_minimumB#\n!_span_start_relative_auto_maximumB&\n$_span_start_absolute_auto_calculatedB#\n!_span_start_absolute_auto_minimumB#\n!_span_start_absolute_auto_maximumB\x14\n\x12_span_end_relativeB\x14\n\x12_span_end_absoluteB\x18\n\x16_span_end_auto_enabledB$\n\"_span_end_relative_auto_calculatedB!\n\x1f_span_end_relative_auto_minimumB!\n\x1f_span_end_relative_auto_maximumB$\n\"_span_end_absolute_auto_calculatedB!\n\x1f_span_end_absolute_auto_minimumB!\n\x1f_span_end_absolute_auto_maximumB\x1f\n\x1d_span_location_auto_incrementB\x1e\n\x1c_span_location_auto_priorityB\x0e\n\x0c_span_lengthB\x16\n\x14_stirrup_layout_ruleB\x17\n\x15_stirrup_start_offsetB\x15\n\x13_stirrup_end_offsetB\x15\n\x13_one_stirrup_lengthB%\n#_minimal_and_maximal_stirrup_lengthB\x16\n\x14_all_stirrups_lengthB\x15\n\x13_one_stirrup_weightB%\n#_minimal_and_maximal_stirrup_weightB\x16\n\x14_all_stirrups_weightB\x16\n\x14_one_crosstie_lengthB&\n$_minimal_and_maximal_crosstie_lengthB\x17\n\x15_all_crossties_lenghtB\x16\n\x14_one_crosstie_weightB&\n$_minimal_and_maximal_crosstie_weightB\x17\n\x15_all_crossties_weight\x1a\x8e\x01\n+ConcreteLongitudinalReinforcementItemsTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow\x1a\xaa\xe9\x02\n)ConcreteLongitudinalReinforcementItemsRow\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\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12t\n\nrebar_type\x18\x04 \x01(\x0e\x32[.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.RebarTypeH\x03\x88\x01\x01\x12\x15\n\x08material\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12;\n.reinforcement_placed_in_bending_corner_enabled\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\"\n\x15\x62\x61r_count_symmetrical\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12-\n bar_count_symmetrical_calculated\x18\x08 \x01(\x05H\x07\x88\x01\x01\x12/\n\"bar_count_symmetrical_auto_enabled\x18\t \x01(\x08H\x08\x88\x01\x01\x12/\n\"bar_count_symmetrical_auto_minimum\x18\n \x01(\x05H\t\x88\x01\x01\x12/\n\"bar_count_symmetrical_auto_maximum\x18\x0b \x01(\x05H\n\x88\x01\x01\x12\x31\n$bar_count_symmetrical_auto_increment\x18\x0c \x01(\x05H\x0b\x88\x01\x01\x12\x30\n#bar_count_symmetrical_auto_priority\x18\r \x01(\x05H\x0c\x88\x01\x01\x12,\n\x1f\x62\x61r_count_unsymmetrical_at_side\x18\x0e \x01(\x05H\r\x88\x01\x01\x12-\n bar_count_unsymmetrical_top_side\x18\x0f \x01(\x05H\x0e\x88\x01\x01\x12\x38\n+bar_count_unsymmetrical_top_side_calculated\x18\x10 \x01(\x05H\x0f\x88\x01\x01\x12:\n-bar_count_unsymmetrical_top_side_auto_enabled\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12:\n-bar_count_unsymmetrical_top_side_auto_minimum\x18\x12 \x01(\x05H\x11\x88\x01\x01\x12:\n-bar_count_unsymmetrical_top_side_auto_maximum\x18\x13 \x01(\x05H\x12\x88\x01\x01\x12<\n/bar_count_unsymmetrical_top_side_auto_increment\x18\x14 \x01(\x05H\x13\x88\x01\x01\x12;\n.bar_count_unsymmetrical_top_side_auto_priority\x18\x15 \x01(\x05H\x14\x88\x01\x01\x12\x30\n#bar_count_unsymmetrical_bottom_side\x18\x16 \x01(\x05H\x15\x88\x01\x01\x12;\n.bar_count_unsymmetrical_bottom_side_calculated\x18\x17 \x01(\x05H\x16\x88\x01\x01\x12=\n0bar_count_unsymmetrical_bottom_side_auto_enabled\x18\x18 \x01(\x08H\x17\x88\x01\x01\x12=\n0bar_count_unsymmetrical_bottom_side_auto_minimum\x18\x19 \x01(\x05H\x18\x88\x01\x01\x12=\n0bar_count_unsymmetrical_bottom_side_auto_maximum\x18\x1a \x01(\x05H\x19\x88\x01\x01\x12?\n2bar_count_unsymmetrical_bottom_side_auto_increment\x18\x1b \x01(\x05H\x1a\x88\x01\x01\x12>\n1bar_count_unsymmetrical_bottom_side_auto_priority\x18\x1c \x01(\x05H\x1b\x88\x01\x01\x12,\n\x1f\x62\x61r_count_uniformly_surrounding\x18\x1d \x01(\x05H\x1c\x88\x01\x01\x12\x37\n*bar_count_uniformly_surrounding_calculated\x18\x1e \x01(\x05H\x1d\x88\x01\x01\x12\x39\n,bar_count_uniformly_surrounding_auto_enabled\x18\x1f \x01(\x08H\x1e\x88\x01\x01\x12\x39\n,bar_count_uniformly_surrounding_auto_minimum\x18 \x01(\x05H\x1f\x88\x01\x01\x12\x39\n,bar_count_uniformly_surrounding_auto_maximum\x18! \x01(\x05H \x88\x01\x01\x12;\n.bar_count_uniformly_surrounding_auto_increment\x18\" \x01(\x05H!\x88\x01\x01\x12:\n-bar_count_uniformly_surrounding_auto_priority\x18# \x01(\x05H\"\x88\x01\x01\x12\x1b\n\x0e\x62\x61r_count_line\x18$ \x01(\x05H#\x88\x01\x01\x12&\n\x19\x62\x61r_count_line_calculated\x18% \x01(\x05H$\x88\x01\x01\x12(\n\x1b\x62\x61r_count_line_auto_enabled\x18& \x01(\x08H%\x88\x01\x01\x12(\n\x1b\x62\x61r_count_line_auto_minimum\x18\' \x01(\x05H&\x88\x01\x01\x12(\n\x1b\x62\x61r_count_line_auto_maximum\x18( \x01(\x05H\'\x88\x01\x01\x12*\n\x1d\x62\x61r_count_line_auto_increment\x18) \x01(\x05H(\x88\x01\x01\x12)\n\x1c\x62\x61r_count_line_auto_priority\x18* \x01(\x05H)\x88\x01\x01\x12\x1d\n\x10\x62\x61r_count_corner\x18+ \x01(\x05H*\x88\x01\x01\x12-\n bar_size_designation_symmetrical\x18, \x01(\x01H+\x88\x01\x01\x12\xb3\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32y.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalCalculatedH,\x88\x01\x01\x12%\n\x18\x62\x61r_diameter_symmetrical\x18. \x01(\x01H-\x88\x01\x01\x12\x30\n#bar_diameter_symmetrical_calculated\x18/ \x01(\x01H.\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_enabled\x18\x30 \x01(\x08H/\x88\x01\x01\x12\xb6\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xb6\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMaximumH2\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_maximum\x18\x34 \x01(\x01H3\x88\x01\x01\x12<\n/bar_diameter_symmetrical_auto_diameters_enabled\x18\x35 \x01(\x08H4\x88\x01\x01\x12\xa5\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32t.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterSymmetricalAutoBarSizes\x12/\n\'bar_diameter_symmetrical_auto_diameters\x18\x37 \x03(\x01\x12\x33\n&bar_diameter_symmetrical_auto_priority\x18\x38 \x01(\x05H5\x88\x01\x01\x12\xb0\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32w.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalAtSideH6\x88\x01\x01\x12/\n\"bar_diameter_unsymmetrical_at_side\x18: \x01(\x01H7\x88\x01\x01\x12\x38\n+bar_size_designation_unsymmetrical_top_side\x18; \x01(\x01H8\x88\x01\x01\x12\xc8\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideCalculatedH9\x88\x01\x01\x12\x30\n#bar_diameter_unsymmetrical_top_side\x18= \x01(\x01H:\x88\x01\x01\x12;\n.bar_diameter_unsymmetrical_top_side_calculated\x18> \x01(\x01H;\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_enabled\x18? \x01(\x08H<\x88\x01\x01\x12\xcb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xcb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMaximumH?\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_maximum\x18\x43 \x01(\x01H@\x88\x01\x01\x12G\n:bar_diameter_unsymmetrical_top_side_auto_diameters_enabled\x18\x44 \x01(\x08HA\x88\x01\x01\x12\xb9\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32}.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterUnsymmetricalTopSideAutoBarSizes\x12:\n2bar_diameter_unsymmetrical_top_side_auto_diameters\x18\x46 \x03(\x01\x12>\n1bar_diameter_unsymmetrical_top_side_auto_priority\x18G \x01(\x05HB\x88\x01\x01\x12;\n.bar_size_designation_unsymmetrical_bottom_side\x18H \x01(\x01HC\x88\x01\x01\x12\xce\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideCalculatedHD\x88\x01\x01\x12\x33\n&bar_diameter_unsymmetrical_bottom_side\x18J \x01(\x01HE\x88\x01\x01\x12>\n1bar_diameter_unsymmetrical_bottom_side_calculated\x18K \x01(\x01HF\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_enabled\x18L \x01(\x08HG\x88\x01\x01\x12\xd1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xd1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMaximumHJ\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_maximum\x18P \x01(\x01HK\x88\x01\x01\x12J\n=bar_diameter_unsymmetrical_bottom_side_auto_diameters_enabled\x18Q \x01(\x08HL\x88\x01\x01\x12\xc0\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterUnsymmetricalBottomSideAutoBarSizes\x12=\n5bar_diameter_unsymmetrical_bottom_side_auto_diameters\x18S \x03(\x01\x12\x41\n4bar_diameter_unsymmetrical_bottom_side_auto_priority\x18T \x01(\x05HM\x88\x01\x01\x12\x37\n*bar_size_designation_uniformly_surrounding\x18U \x01(\x01HN\x88\x01\x01\x12\xc7\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingCalculatedHO\x88\x01\x01\x12/\n\"bar_diameter_uniformly_surrounding\x18W \x01(\x01HP\x88\x01\x01\x12:\n-bar_diameter_uniformly_surrounding_calculated\x18X \x01(\x01HQ\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_enabled\x18Y \x01(\x08HR\x88\x01\x01\x12\xca\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xca\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMaximumHU\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_maximum\x18] \x01(\x01HV\x88\x01\x01\x12\x46\n9bar_diameter_uniformly_surrounding_auto_diameters_enabled\x18^ \x01(\x08HW\x88\x01\x01\x12\xb8\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32}.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterUniformlySurroundingAutoBarSizes\x12\x39\n1bar_diameter_uniformly_surrounding_auto_diameters\x18` \x03(\x01\x12=\n0bar_diameter_uniformly_surrounding_auto_priority\x18\x61 \x01(\x05HX\x88\x01\x01\x12&\n\x19\x62\x61r_size_designation_line\x18\x62 \x01(\x01HY\x88\x01\x01\x12\xa5\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32r.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineCalculatedHZ\x88\x01\x01\x12\x1e\n\x11\x62\x61r_diameter_line\x18\x64 \x01(\x01H[\x88\x01\x01\x12)\n\x1c\x62\x61r_diameter_line_calculated\x18\x65 \x01(\x01H\\\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_enabled\x18\x66 \x01(\x08H]\x88\x01\x01\x12\xa8\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32s.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xa8\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32s.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMaximumH`\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_maximum\x18j \x01(\x01Ha\x88\x01\x01\x12\x35\n(bar_diameter_line_auto_diameters_enabled\x18k \x01(\x08Hb\x88\x01\x01\x12\x97\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32m.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterLineAutoBarSizes\x12(\n bar_diameter_line_auto_diameters\x18m \x03(\x01\x12,\n\x1f\x62\x61r_diameter_line_auto_priority\x18n \x01(\x05Hc\x88\x01\x01\x12(\n\x1b\x62\x61r_size_designation_single\x18o \x01(\x01Hd\x88\x01\x01\x12\xa9\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32t.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleCalculatedHe\x88\x01\x01\x12 \n\x13\x62\x61r_diameter_single\x18q \x01(\x01Hf\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_single_calculated\x18r \x01(\x01Hg\x88\x01\x01\x12-\n bar_diameter_single_auto_enabled\x18s \x01(\x08Hh\x88\x01\x01\x12\xac\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32u.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xac\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32u.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMaximumHk\x88\x01\x01\x12-\n bar_diameter_single_auto_maximum\x18w \x01(\x01Hl\x88\x01\x01\x12\x37\n*bar_diameter_single_auto_diameters_enabled\x18x \x01(\x08Hm\x88\x01\x01\x12\x9b\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32o.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarDiameterSingleAutoBarSizes\x12*\n\"bar_diameter_single_auto_diameters\x18z \x03(\x01\x12.\n!bar_diameter_single_auto_priority\x18{ \x01(\x05Hn\x88\x01\x01\x12\x94\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32j.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationCornerHo\x88\x01\x01\x12 \n\x13\x62\x61r_diameter_corner\x18} \x01(\x01Hp\x88\x01\x01\x12,\n\x1f\x62\x61se_diamter_reduced_multi_edit\x18~ \x01(\x01Hq\x88\x01\x01\x12)\n\x1c\x63orner_reinforcement_enabled\x18\x7f \x01(\x08Hr\x88\x01\x01\x12,\n\x1ereinforcement_area_symmetrical\x18\x80\x01 \x01(\x01Hs\x88\x01\x01\x12\x36\n(reinforcement_area_unsymmetrical_at_side\x18\x81\x01 \x01(\x01Ht\x88\x01\x01\x12\x37\n)reinforcement_area_unsymmetrical_top_side\x18\x82\x01 \x01(\x01Hu\x88\x01\x01\x12:\n,reinforcement_area_unsymmetrical_bottom_side\x18\x83\x01 \x01(\x01Hv\x88\x01\x01\x12\x36\n(reinforcement_area_uniformly_surrounding\x18\x84\x01 \x01(\x01Hw\x88\x01\x01\x12%\n\x17reinforcement_area_line\x18\x85\x01 \x01(\x01Hx\x88\x01\x01\x12\'\n\x19reinforcement_area_single\x18\x86\x01 \x01(\x01Hy\x88\x01\x01\x12\'\n\x19reinforcement_area_corner\x18\x87\x01 \x01(\x01Hz\x88\x01\x01\x12&\n\x18reinforcement_area_total\x18\x88\x01 \x01(\x01H{\x88\x01\x01\x12\x97\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32k.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.SpanPositionReferenceTypeH|\x88\x01\x01\x12\x33\n%span_position_reference_internal_node\x18\x8a\x01 \x01(\x05H}\x88\x01\x01\x12\x39\n+span_position_reference_x_location_relative\x18\x8b\x01 \x01(\x01H~\x88\x01\x01\x12\x39\n+span_position_reference_x_location_absolute\x18\x8c\x01 \x01(\x01H\x7f\x88\x01\x01\x12\x9e\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32n.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.SpanPositionDefinitionFormatH\x80\x01\x88\x01\x01\x12\"\n\x13span_start_relative\x18\x8e\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12\"\n\x13span_start_absolute\x18\x8f\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12&\n\x17span_start_auto_enabled\x18\x90\x01 \x01(\x08H\x83\x01\x88\x01\x01\x12\x32\n#span_start_relative_auto_calculated\x18\x91\x01 \x01(\x01H\x84\x01\x88\x01\x01\x12/\n span_start_relative_auto_minimum\x18\x92\x01 \x01(\x01H\x85\x01\x88\x01\x01\x12/\n span_start_relative_auto_maximum\x18\x93\x01 \x01(\x01H\x86\x01\x88\x01\x01\x12\x32\n#span_start_absolute_auto_calculated\x18\x94\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12/\n span_start_absolute_auto_minimum\x18\x95\x01 \x01(\x01H\x88\x01\x88\x01\x01\x12/\n span_start_absolute_auto_maximum\x18\x96\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12 \n\x11span_end_relative\x18\x97\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12 \n\x11span_end_absolute\x18\x98\x01 \x01(\x01H\x8b\x01\x88\x01\x01\x12$\n\x15span_end_auto_enabled\x18\x99\x01 \x01(\x08H\x8c\x01\x88\x01\x01\x12\x30\n!span_end_relative_auto_calculated\x18\x9a\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12-\n\x1espan_end_relative_auto_minimum\x18\x9b\x01 \x01(\x01H\x8e\x01\x88\x01\x01\x12-\n\x1espan_end_relative_auto_maximum\x18\x9c\x01 \x01(\x01H\x8f\x01\x88\x01\x01\x12\x30\n!span_end_absolute_auto_calculated\x18\x9d\x01 \x01(\x01H\x90\x01\x88\x01\x01\x12-\n\x1espan_end_absolute_auto_minimum\x18\x9e\x01 \x01(\x01H\x91\x01\x88\x01\x01\x12-\n\x1espan_end_absolute_auto_maximum\x18\x9f\x01 \x01(\x01H\x92\x01\x88\x01\x01\x12+\n\x1cspan_location_auto_increment\x18\xa0\x01 \x01(\x01H\x93\x01\x88\x01\x01\x12*\n\x1bspan_location_auto_priority\x18\xa1\x01 \x01(\x05H\x94\x01\x88\x01\x01\x12\x1a\n\x0bspan_length\x18\xa2\x01 \x01(\x01H\x95\x01\x88\x01\x01\x12\x8d\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x66.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xa3\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32p.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeSingleLineH\x97\x01\x88\x01\x01\x12\'\n\x18\x61\x64\x64itional_offset_circle\x18\xa5\x01 \x01(\x01H\x98\x01\x88\x01\x01\x12)\n\x1a\x61\x64\x64itional_offset_top_side\x18\xa6\x01 \x01(\x01H\x99\x01\x88\x01\x01\x12,\n\x1d\x61\x64\x64itional_offset_bottom_side\x18\xa7\x01 \x01(\x01H\x9a\x01\x88\x01\x01\x12*\n\x1b\x61\x64\x64itional_offset_left_side\x18\xa8\x01 \x01(\x01H\x9b\x01\x88\x01\x01\x12+\n\x1c\x61\x64\x64itional_offset_right_side\x18\xa9\x01 \x01(\x01H\x9c\x01\x88\x01\x01\x12\xa0\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32o.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xb0\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32v.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xac\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32t.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtEndH\x9f\x01\x88\x01\x01\x12+\n\x1c\x61\x64\x64itional_horizontal_offset\x18\xad\x01 \x01(\x01H\xa0\x01\x88\x01\x01\x12\x34\n%additional_horizontal_offset_at_start\x18\xae\x01 \x01(\x01H\xa1\x01\x88\x01\x01\x12\x32\n#additional_horizontal_offset_at_end\x18\xaf\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12)\n\x1a\x61\x64\x64itional_vertical_offset\x18\xb0\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x32\n#additional_vertical_offset_at_start\x18\xb1\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x30\n!additional_vertical_offset_at_end\x18\xb2\x01 \x01(\x01H\xa5\x01\x88\x01\x01\x12\x96\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32j.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AnchorageStartAnchorTypeH\xa6\x01\x88\x01\x01\x12,\n\x1d\x61nchorage_start_anchor_length\x18\xb4\x01 \x01(\x01H\xa7\x01\x88\x01\x01\x12/\n anchorage_start_bending_diameter\x18\xb5\x01 \x01(\x01H\xa8\x01\x88\x01\x01\x12\x92\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.Member.ConcreteLongitudinalReinforcementItemsRow.AnchorageEndAnchorTypeH\xa9\x01\x88\x01\x01\x12*\n\x1b\x61nchorage_end_anchor_length\x18\xb7\x01 \x01(\x01H\xaa\x01\x88\x01\x01\x12-\n\x1e\x61nchorage_end_bending_diameter\x18\xb8\x01 \x01(\x01H\xab\x01\x88\x01\x01\x12\x1f\n\x10one_rebar_length\x18\xb9\x01 \x01(\x01H\xac\x01\x88\x01\x01\x12\x33\n$one_rebar_minimal_and_maximal_length\x18\xba\x01 \x01(\tH\xad\x01\x88\x01\x01\x12\x35\n&one_rebar_unsymmetrical_at_side_length\x18\xbb\x01 \x01(\x01H\xae\x01\x88\x01\x01\x12I\n:one_rebar_unsymmetrical_at_side_minimal_and_maximal_length\x18\xbc\x01 \x01(\tH\xaf\x01\x88\x01\x01\x12\x36\n\'one_rebar_unsymmetrical_top_side_length\x18\xbd\x01 \x01(\x01H\xb0\x01\x88\x01\x01\x12J\n;one_rebar_unsymmetrical_top_side_minimal_and_maximal_length\x18\xbe\x01 \x01(\tH\xb1\x01\x88\x01\x01\x12\x39\n*one_rebar_unsymmetrical_bottom_side_length\x18\xbf\x01 \x01(\x01H\xb2\x01\x88\x01\x01\x12M\n>one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_length\x18\xc0\x01 \x01(\tH\xb3\x01\x88\x01\x01\x12&\n\x17one_rebar_corner_length\x18\xc1\x01 \x01(\x01H\xb4\x01\x88\x01\x01\x12:\n+one_rebar_corner_minimal_and_maximal_length\x18\xc2\x01 \x01(\tH\xb5\x01\x88\x01\x01\x12\x15\n\x06length\x18\xc3\x01 \x01(\x01H\xb6\x01\x88\x01\x01\x12\x1f\n\x10one_rebar_weight\x18\xc4\x01 \x01(\x01H\xb7\x01\x88\x01\x01\x12\x33\n$one_rebar_minimal_and_maximal_weight\x18\xc5\x01 \x01(\tH\xb8\x01\x88\x01\x01\x12\x35\n&one_rebar_unsymmetrical_at_side_weight\x18\xc6\x01 \x01(\x01H\xb9\x01\x88\x01\x01\x12I\n:one_rebar_unsymmetrical_at_side_minimal_and_maximal_weight\x18\xc7\x01 \x01(\tH\xba\x01\x88\x01\x01\x12\x36\n\'one_rebar_unsymmetrical_top_side_weight\x18\xc8\x01 \x01(\x01H\xbb\x01\x88\x01\x01\x12J\n;one_rebar_unsymmetrical_top_side_minimal_and_maximal_weight\x18\xc9\x01 \x01(\tH\xbc\x01\x88\x01\x01\x12\x39\n*one_rebar_unsymmetrical_bottom_side_weight\x18\xca\x01 \x01(\x01H\xbd\x01\x88\x01\x01\x12M\n>one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_weight\x18\xcb\x01 \x01(\tH\xbe\x01\x88\x01\x01\x12&\n\x17one_rebar_corner_weight\x18\xcc\x01 \x01(\x01H\xbf\x01\x88\x01\x01\x12:\n+one_rebar_corner_minimal_and_maximal_weight\x18\xcd\x01 \x01(\tH\xc0\x01\x88\x01\x01\x12\x15\n\x06weight\x18\xce\x01 \x01(\x01H\xc1\x01\x88\x01\x01\"\x97\x01\n\tRebarType\x12\x1a\n\x16REBAR_TYPE_SYMMETRICAL\x10\x00\x12\x13\n\x0fREBAR_TYPE_LINE\x10\x03\x12\x15\n\x11REBAR_TYPE_SINGLE\x10\x04\x12$\n REBAR_TYPE_UNIFORMLY_SURROUNDING\x10\x02\x12\x1c\n\x18REBAR_TYPE_UNSYMMETRICAL\x10\x01\"\xd3\x0b\n\'BarSizeDesignationSymmetricalCalculated\x12\x37\n3BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_UNKNOWN\x10\x00\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_1\x10\x01\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_10\x10\x0c\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_11\x10\r\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_12\x10\x0e\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_14\x10\x0f\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_16\x10\x10\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_18\x10\x11\x12\x37\n3BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_1p5\x10\x02\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_2\x10\x03\x12\x37\n3BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_2p5\x10\x04\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_3\x10\x05\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_4\x10\x06\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_5\x10\x07\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_6\x10\x08\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_7\x10\t\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_8\x10\n\x12\x35\n1BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_ACI_9\x10\x0b\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_10\x10\x12\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_15\x10\x13\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_20\x10\x14\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_25\x10\x15\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_30\x10\x16\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_35\x10\x17\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_45\x10\x18\x12\x36\n2BAR_SIZE_DESIGNATION_SYMMETRICAL_CALCULATED_CSA_55\x10\x19\"e\n(BarSizeDesignationSymmetricalAutoMinimum\x12\x39\n5BAR_SIZE_DESIGNATION_SYMMETRICAL_AUTO_MINIMUM_UNKNOWN\x10\x00\"e\n(BarSizeDesignationSymmetricalAutoMaximum\x12\x39\n5BAR_SIZE_DESIGNATION_SYMMETRICAL_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xe6\n\n\"BarDiameterSymmetricalAutoBarSizes\x12\x33\n/BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_1\x10\x01\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_11\x10\r\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_16\x10\x10\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_18\x10\x11\x12\x33\n/BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_2\x10\x03\x12\x33\n/BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_3\x10\x05\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_4\x10\x06\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_5\x10\x07\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_6\x10\x08\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_7\x10\t\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_8\x10\n\x12\x31\n-BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_10\x10\x12\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_15\x10\x13\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_20\x10\x14\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_25\x10\x15\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_30\x10\x16\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_35\x10\x17\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_45\x10\x18\x12\x32\n.BAR_DIAMETER_SYMMETRICAL_AUTO_BAR_SIZES_CSA_55\x10\x19\"_\n%BarSizeDesignationUnsymmetricalAtSide\x12\x36\n2BAR_SIZE_DESIGNATION_UNSYMMETRICAL_AT_SIDE_UNKNOWN\x10\x00\"\xfa\r\n0BarSizeDesignationUnsymmetricalTopSideCalculated\x12\x42\n>BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_UNKNOWN\x10\x00\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_1\x10\x01\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_10\x10\x0c\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_11\x10\r\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_12\x10\x0e\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_14\x10\x0f\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_16\x10\x10\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_18\x10\x11\x12\x42\n>BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_1p5\x10\x02\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_2\x10\x03\x12\x42\n>BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_2p5\x10\x04\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_3\x10\x05\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_4\x10\x06\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_5\x10\x07\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_6\x10\x08\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_7\x10\t\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_8\x10\n\x12@\n<BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_ACI_9\x10\x0b\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_10\x10\x12\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_15\x10\x13\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_20\x10\x14\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_25\x10\x15\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_30\x10\x16\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_35\x10\x17\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_45\x10\x18\x12\x41\n=BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_CALCULATED_CSA_55\x10\x19\"y\n1BarSizeDesignationUnsymmetricalTopSideAutoMinimum\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_AUTO_MINIMUM_UNKNOWN\x10\x00\"y\n1BarSizeDesignationUnsymmetricalTopSideAutoMaximum\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_TOP_SIDE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\x8d\r\n+BarDiameterUnsymmetricalTopSideAutoBarSizes\x12>\n:BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_11\x10\r\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12>\n:BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12>\n:BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_7\x10\t\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_8\x10\n\x12<\n8BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12=\n9BAR_DIAMETER_UNSYMMETRICAL_TOP_SIDE_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xcb\x0e\n3BarSizeDesignationUnsymmetricalBottomSideCalculated\x12\x45\nABAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_UNKNOWN\x10\x00\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_1\x10\x01\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_10\x10\x0c\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_11\x10\r\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_12\x10\x0e\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_14\x10\x0f\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_16\x10\x10\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_18\x10\x11\x12\x45\nABAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_1p5\x10\x02\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_2\x10\x03\x12\x45\nABAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_2p5\x10\x04\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_3\x10\x05\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_4\x10\x06\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_5\x10\x07\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_6\x10\x08\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_7\x10\t\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_8\x10\n\x12\x43\n?BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_ACI_9\x10\x0b\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_10\x10\x12\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_15\x10\x13\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_20\x10\x14\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_25\x10\x15\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_30\x10\x16\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_35\x10\x17\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_45\x10\x18\x12\x44\n@BAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_CALCULATED_CSA_55\x10\x19\"\x7f\n4BarSizeDesignationUnsymmetricalBottomSideAutoMinimum\x12G\nCBAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_MINIMUM_UNKNOWN\x10\x00\"\x7f\n4BarSizeDesignationUnsymmetricalBottomSideAutoMaximum\x12G\nCBAR_SIZE_DESIGNATION_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xde\r\n.BarDiameterUnsymmetricalBottomSideAutoBarSizes\x12\x41\n=BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_11\x10\r\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12\x41\n=BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12\x41\n=BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_7\x10\t\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_8\x10\n\x12?\n;BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12@\n<BAR_DIAMETER_UNSYMMETRICAL_BOTTOM_SIDE_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xe0\r\n0BarSizeDesignationUniformlySurroundingCalculated\x12\x41\n=BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_UNKNOWN\x10\x00\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_1\x10\x01\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_10\x10\x0c\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_11\x10\r\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_12\x10\x0e\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_14\x10\x0f\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_16\x10\x10\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_18\x10\x11\x12\x41\n=BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_1p5\x10\x02\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_2\x10\x03\x12\x41\n=BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_2p5\x10\x04\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_3\x10\x05\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_4\x10\x06\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_5\x10\x07\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_6\x10\x08\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_7\x10\t\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_8\x10\n\x12?\n;BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_ACI_9\x10\x0b\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_10\x10\x12\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_15\x10\x13\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_20\x10\x14\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_25\x10\x15\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_30\x10\x16\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_35\x10\x17\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_45\x10\x18\x12@\n<BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_CALCULATED_CSA_55\x10\x19\"x\n1BarSizeDesignationUniformlySurroundingAutoMinimum\x12\x43\n?BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_AUTO_MINIMUM_UNKNOWN\x10\x00\"x\n1BarSizeDesignationUniformlySurroundingAutoMaximum\x12\x43\n?BAR_SIZE_DESIGNATION_UNIFORMLY_SURROUNDING_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xf3\x0c\n+BarDiameterUniformlySurroundingAutoBarSizes\x12=\n9BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_1\x10\x01\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_11\x10\r\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_16\x10\x10\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_18\x10\x11\x12=\n9BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_2\x10\x03\x12=\n9BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_3\x10\x05\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_4\x10\x06\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_5\x10\x07\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_6\x10\x08\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_7\x10\t\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_8\x10\n\x12;\n7BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_10\x10\x12\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_15\x10\x13\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_20\x10\x14\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_25\x10\x15\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_30\x10\x16\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_35\x10\x17\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_45\x10\x18\x12<\n8BAR_DIAMETER_UNIFORMLY_SURROUNDING_AUTO_BAR_SIZES_CSA_55\x10\x19\"\x96\n\n BarSizeDesignationLineCalculated\x12\x30\n,BAR_SIZE_DESIGNATION_LINE_CALCULATED_UNKNOWN\x10\x00\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_1\x10\x01\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_10\x10\x0c\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_11\x10\r\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_12\x10\x0e\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_14\x10\x0f\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_16\x10\x10\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_18\x10\x11\x12\x30\n,BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_1p5\x10\x02\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_2\x10\x03\x12\x30\n,BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_2p5\x10\x04\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_3\x10\x05\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_4\x10\x06\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_5\x10\x07\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_6\x10\x08\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_7\x10\t\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_8\x10\n\x12.\n*BAR_SIZE_DESIGNATION_LINE_CALCULATED_ACI_9\x10\x0b\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_10\x10\x12\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_15\x10\x13\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_20\x10\x14\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_25\x10\x15\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_30\x10\x16\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_35\x10\x17\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_45\x10\x18\x12/\n+BAR_SIZE_DESIGNATION_LINE_CALCULATED_CSA_55\x10\x19\"W\n!BarSizeDesignationLineAutoMinimum\x12\x32\n.BAR_SIZE_DESIGNATION_LINE_AUTO_MINIMUM_UNKNOWN\x10\x00\"W\n!BarSizeDesignationLineAutoMaximum\x12\x32\n.BAR_SIZE_DESIGNATION_LINE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xa9\t\n\x1b\x42\x61rDiameterLineAutoBarSizes\x12,\n(BAR_DIAMETER_LINE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_11\x10\r\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12,\n(BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12,\n(BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_7\x10\t\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_8\x10\n\x12*\n&BAR_DIAMETER_LINE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12+\n\'BAR_DIAMETER_LINE_AUTO_BAR_SIZES_CSA_55\x10\x19\"\xcc\n\n\"BarSizeDesignationSingleCalculated\x12\x32\n.BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_UNKNOWN\x10\x00\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_1\x10\x01\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_10\x10\x0c\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_11\x10\r\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_12\x10\x0e\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_14\x10\x0f\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_16\x10\x10\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_18\x10\x11\x12\x32\n.BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_1p5\x10\x02\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_2\x10\x03\x12\x32\n.BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_2p5\x10\x04\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_3\x10\x05\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_4\x10\x06\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_5\x10\x07\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_6\x10\x08\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_7\x10\t\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_8\x10\n\x12\x30\n,BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_ACI_9\x10\x0b\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_10\x10\x12\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_15\x10\x13\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_20\x10\x14\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_25\x10\x15\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_30\x10\x16\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_35\x10\x17\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_45\x10\x18\x12\x31\n-BAR_SIZE_DESIGNATION_SINGLE_CALCULATED_CSA_55\x10\x19\"[\n#BarSizeDesignationSingleAutoMinimum\x12\x34\n0BAR_SIZE_DESIGNATION_SINGLE_AUTO_MINIMUM_UNKNOWN\x10\x00\"[\n#BarSizeDesignationSingleAutoMaximum\x12\x34\n0BAR_SIZE_DESIGNATION_SINGLE_AUTO_MAXIMUM_UNKNOWN\x10\x00\"\xdf\t\n\x1d\x42\x61rDiameterSingleAutoBarSizes\x12.\n*BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_UNKNOWN\x10\x00\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_1\x10\x01\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_10\x10\x0c\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_11\x10\r\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_12\x10\x0e\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_14\x10\x0f\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_16\x10\x10\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_18\x10\x11\x12.\n*BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_1p5\x10\x02\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_2\x10\x03\x12.\n*BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_2p5\x10\x04\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_3\x10\x05\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_4\x10\x06\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_5\x10\x07\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_6\x10\x08\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_7\x10\t\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_8\x10\n\x12,\n(BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_ACI_9\x10\x0b\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_10\x10\x12\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_15\x10\x13\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_20\x10\x14\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_25\x10\x15\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_30\x10\x16\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_35\x10\x17\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_45\x10\x18\x12-\n)BAR_DIAMETER_SINGLE_AUTO_BAR_SIZES_CSA_55\x10\x19\"C\n\x18\x42\x61rSizeDesignationCorner\x12\'\n#BAR_SIZE_DESIGNATION_CORNER_UNKNOWN\x10\x00\"\xc6\x01\n\x19SpanPositionReferenceType\x12&\n\"SPAN_POSITION_REFERENCE_TYPE_START\x10\x00\x12$\n SPAN_POSITION_REFERENCE_TYPE_END\x10\x01\x12.\n*SPAN_POSITION_REFERENCE_TYPE_INTERNAL_NODE\x10\x02\x12+\n\'SPAN_POSITION_REFERENCE_TYPE_X_LOCATION\x10\x03\"z\n\x1cSpanPositionDefinitionFormat\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_ABSOLUTE\x10\x00\x12,\n(SPAN_POSITION_DEFINITION_FORMAT_RELATIVE\x10\x01\"\xc1\x01\n\x14\x41\x64\x64itionalOffsetType\x12\x1f\n\x1b\x41\x44\x44ITIONAL_OFFSET_TYPE_NONE\x10\x00\x12.\n*ADDITIONAL_OFFSET_TYPE_FROM_CONCRETE_COVER\x10\x02\x12/\n+ADDITIONAL_OFFSET_TYPE_FROM_SECTION_SURFACE\x10\x03\x12\'\n#ADDITIONAL_OFFSET_TYPE_FROM_STIRRUP\x10\x01\"\xfb\x01\n\x1e\x41\x64\x64itionalOffsetTypeSingleLine\x12+\n\'ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_NONE\x10\x00\x12:\n6ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_FROM_CONCRETE_COVER\x10\x02\x12;\n7ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_FROM_SECTION_SURFACE\x10\x03\x12\x33\n/ADDITIONAL_OFFSET_TYPE_SINGLE_LINE_FROM_STIRRUP\x10\x01\"\xe1\x03\n\x1d\x41\x64\x64itionalOffsetReferenceType\x12-\n)ADDITIONAL_OFFSET_REFERENCE_TYPE_LEFT_TOP\x10\x00\x12\x32\n.ADDITIONAL_OFFSET_REFERENCE_TYPE_CENTER_BOTTOM\x10\x05\x12\x32\n.ADDITIONAL_OFFSET_REFERENCE_TYPE_CENTER_CENTER\x10\x04\x12/\n+ADDITIONAL_OFFSET_REFERENCE_TYPE_CENTER_TOP\x10\x03\x12\x30\n,ADDITIONAL_OFFSET_REFERENCE_TYPE_LEFT_BOTTOM\x10\x02\x12\x30\n,ADDITIONAL_OFFSET_REFERENCE_TYPE_LEFT_CENTER\x10\x01\x12\x31\n-ADDITIONAL_OFFSET_REFERENCE_TYPE_RIGHT_BOTTOM\x10\x08\x12\x31\n-ADDITIONAL_OFFSET_REFERENCE_TYPE_RIGHT_CENTER\x10\x07\x12.\n*ADDITIONAL_OFFSET_REFERENCE_TYPE_RIGHT_TOP\x10\x06\"\xb9\x04\n$AdditionalOffsetReferenceTypeAtStart\x12\x36\n2ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_LEFT_TOP\x10\x00\x12;\n7ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_CENTER_BOTTOM\x10\x05\x12;\n7ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_CENTER_CENTER\x10\x04\x12\x38\n4ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_CENTER_TOP\x10\x03\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_LEFT_BOTTOM\x10\x02\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_LEFT_CENTER\x10\x01\x12:\n6ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_RIGHT_BOTTOM\x10\x08\x12:\n6ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_RIGHT_CENTER\x10\x07\x12\x37\n3ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_START_RIGHT_TOP\x10\x06\"\xa5\x04\n\"AdditionalOffsetReferenceTypeAtEnd\x12\x34\n0ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_LEFT_TOP\x10\x00\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_CENTER_BOTTOM\x10\x05\x12\x39\n5ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_CENTER_CENTER\x10\x04\x12\x36\n2ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_CENTER_TOP\x10\x03\x12\x37\n3ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_LEFT_BOTTOM\x10\x02\x12\x37\n3ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_LEFT_CENTER\x10\x01\x12\x38\n4ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_RIGHT_BOTTOM\x10\x08\x12\x38\n4ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_RIGHT_CENTER\x10\x07\x12\x35\n1ADDITIONAL_OFFSET_REFERENCE_TYPE_AT_END_RIGHT_TOP\x10\x06\"\xf1\x02\n\x18\x41nchorageStartAnchorType\x12$\n ANCHORAGE_START_ANCHOR_TYPE_NONE\x10\x00\x12$\n ANCHORAGE_START_ANCHOR_TYPE_BEND\x10\x03\x12$\n ANCHORAGE_START_ANCHOR_TYPE_HOOK\x10\x02\x12\x38\n4ANCHORAGE_START_ANCHOR_TYPE_HOOK_WITH_TRANSVERSE_BAR\x10\x05\x12(\n$ANCHORAGE_START_ANCHOR_TYPE_STRAIGHT\x10\x01\x12<\n8ANCHORAGE_START_ANCHOR_TYPE_STRAIGHT_WITH_TRANSVERSE_BAR\x10\x04\x12\x41\n=ANCHORAGE_START_ANCHOR_TYPE_STRAIGHT_WITH_TWO_TRANSVERSE_BARS\x10\x06\"\xe1\x02\n\x16\x41nchorageEndAnchorType\x12\"\n\x1e\x41NCHORAGE_END_ANCHOR_TYPE_NONE\x10\x00\x12\"\n\x1e\x41NCHORAGE_END_ANCHOR_TYPE_BEND\x10\x03\x12\"\n\x1e\x41NCHORAGE_END_ANCHOR_TYPE_HOOK\x10\x02\x12\x36\n2ANCHORAGE_END_ANCHOR_TYPE_HOOK_WITH_TRANSVERSE_BAR\x10\x05\x12&\n\"ANCHORAGE_END_ANCHOR_TYPE_STRAIGHT\x10\x01\x12:\n6ANCHORAGE_END_ANCHOR_TYPE_STRAIGHT_WITH_TRANSVERSE_BAR\x10\x04\x12?\n;ANCHORAGE_END_ANCHOR_TYPE_STRAIGHT_WITH_TWO_TRANSVERSE_BARS\x10\x06\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nameB\r\n\x0b_rebar_typeB\x0b\n\t_materialB1\n/_reinforcement_placed_in_bending_corner_enabledB\x18\n\x16_bar_count_symmetricalB#\n!_bar_count_symmetrical_calculatedB%\n#_bar_count_symmetrical_auto_enabledB%\n#_bar_count_symmetrical_auto_minimumB%\n#_bar_count_symmetrical_auto_maximumB\'\n%_bar_count_symmetrical_auto_incrementB&\n$_bar_count_symmetrical_auto_priorityB\"\n _bar_count_unsymmetrical_at_sideB#\n!_bar_count_unsymmetrical_top_sideB.\n,_bar_count_unsymmetrical_top_side_calculatedB0\n._bar_count_unsymmetrical_top_side_auto_enabledB0\n._bar_count_unsymmetrical_top_side_auto_minimumB0\n._bar_count_unsymmetrical_top_side_auto_maximumB2\n0_bar_count_unsymmetrical_top_side_auto_incrementB1\n/_bar_count_unsymmetrical_top_side_auto_priorityB&\n$_bar_count_unsymmetrical_bottom_sideB1\n/_bar_count_unsymmetrical_bottom_side_calculatedB3\n1_bar_count_unsymmetrical_bottom_side_auto_enabledB3\n1_bar_count_unsymmetrical_bottom_side_auto_minimumB3\n1_bar_count_unsymmetrical_bottom_side_auto_maximumB5\n3_bar_count_unsymmetrical_bottom_side_auto_incrementB4\n2_bar_count_unsymmetrical_bottom_side_auto_priorityB\"\n _bar_count_uniformly_surroundingB-\n+_bar_count_uniformly_surrounding_calculatedB/\n-_bar_count_uniformly_surrounding_auto_enabledB/\n-_bar_count_uniformly_surrounding_auto_minimumB/\n-_bar_count_uniformly_surrounding_auto_maximumB1\n/_bar_count_uniformly_surrounding_auto_incrementB0\n._bar_count_uniformly_surrounding_auto_priorityB\x11\n\x0f_bar_count_lineB\x1c\n\x1a_bar_count_line_calculatedB\x1e\n\x1c_bar_count_line_auto_enabledB\x1e\n\x1c_bar_count_line_auto_minimumB\x1e\n\x1c_bar_count_line_auto_maximumB \n\x1e_bar_count_line_auto_incrementB\x1f\n\x1d_bar_count_line_auto_priorityB\x13\n\x11_bar_count_cornerB#\n!_bar_size_designation_symmetricalB.\n,_bar_size_designation_symmetrical_calculatedB\x1b\n\x19_bar_diameter_symmetricalB&\n$_bar_diameter_symmetrical_calculatedB(\n&_bar_diameter_symmetrical_auto_enabledB0\n._bar_size_designation_symmetrical_auto_minimumB(\n&_bar_diameter_symmetrical_auto_minimumB0\n._bar_size_designation_symmetrical_auto_maximumB(\n&_bar_diameter_symmetrical_auto_maximumB2\n0_bar_diameter_symmetrical_auto_diameters_enabledB)\n\'_bar_diameter_symmetrical_auto_priorityB-\n+_bar_size_designation_unsymmetrical_at_sideB%\n#_bar_diameter_unsymmetrical_at_sideB.\n,_bar_size_designation_unsymmetrical_top_sideB9\n7_bar_size_designation_unsymmetrical_top_side_calculatedB&\n$_bar_diameter_unsymmetrical_top_sideB1\n/_bar_diameter_unsymmetrical_top_side_calculatedB3\n1_bar_diameter_unsymmetrical_top_side_auto_enabledB;\n9_bar_size_designation_unsymmetrical_top_side_auto_minimumB3\n1_bar_diameter_unsymmetrical_top_side_auto_minimumB;\n9_bar_size_designation_unsymmetrical_top_side_auto_maximumB3\n1_bar_diameter_unsymmetrical_top_side_auto_maximumB=\n;_bar_diameter_unsymmetrical_top_side_auto_diameters_enabledB4\n2_bar_diameter_unsymmetrical_top_side_auto_priorityB1\n/_bar_size_designation_unsymmetrical_bottom_sideB<\n:_bar_size_designation_unsymmetrical_bottom_side_calculatedB)\n\'_bar_diameter_unsymmetrical_bottom_sideB4\n2_bar_diameter_unsymmetrical_bottom_side_calculatedB6\n4_bar_diameter_unsymmetrical_bottom_side_auto_enabledB>\n<_bar_size_designation_unsymmetrical_bottom_side_auto_minimumB6\n4_bar_diameter_unsymmetrical_bottom_side_auto_minimumB>\n<_bar_size_designation_unsymmetrical_bottom_side_auto_maximumB6\n4_bar_diameter_unsymmetrical_bottom_side_auto_maximumB@\n>_bar_diameter_unsymmetrical_bottom_side_auto_diameters_enabledB7\n5_bar_diameter_unsymmetrical_bottom_side_auto_priorityB-\n+_bar_size_designation_uniformly_surroundingB8\n6_bar_size_designation_uniformly_surrounding_calculatedB%\n#_bar_diameter_uniformly_surroundingB0\n._bar_diameter_uniformly_surrounding_calculatedB2\n0_bar_diameter_uniformly_surrounding_auto_enabledB:\n8_bar_size_designation_uniformly_surrounding_auto_minimumB2\n0_bar_diameter_uniformly_surrounding_auto_minimumB:\n8_bar_size_designation_uniformly_surrounding_auto_maximumB2\n0_bar_diameter_uniformly_surrounding_auto_maximumB<\n:_bar_diameter_uniformly_surrounding_auto_diameters_enabledB3\n1_bar_diameter_uniformly_surrounding_auto_priorityB\x1c\n\x1a_bar_size_designation_lineB\'\n%_bar_size_designation_line_calculatedB\x14\n\x12_bar_diameter_lineB\x1f\n\x1d_bar_diameter_line_calculatedB!\n\x1f_bar_diameter_line_auto_enabledB)\n\'_bar_size_designation_line_auto_minimumB!\n\x1f_bar_diameter_line_auto_minimumB)\n\'_bar_size_designation_line_auto_maximumB!\n\x1f_bar_diameter_line_auto_maximumB+\n)_bar_diameter_line_auto_diameters_enabledB\"\n _bar_diameter_line_auto_priorityB\x1e\n\x1c_bar_size_designation_singleB)\n\'_bar_size_designation_single_calculatedB\x16\n\x14_bar_diameter_singleB!\n\x1f_bar_diameter_single_calculatedB#\n!_bar_diameter_single_auto_enabledB+\n)_bar_size_designation_single_auto_minimumB#\n!_bar_diameter_single_auto_minimumB+\n)_bar_size_designation_single_auto_maximumB#\n!_bar_diameter_single_auto_maximumB-\n+_bar_diameter_single_auto_diameters_enabledB$\n\"_bar_diameter_single_auto_priorityB\x1e\n\x1c_bar_size_designation_cornerB\x16\n\x14_bar_diameter_cornerB\"\n _base_diamter_reduced_multi_editB\x1f\n\x1d_corner_reinforcement_enabledB!\n\x1f_reinforcement_area_symmetricalB+\n)_reinforcement_area_unsymmetrical_at_sideB,\n*_reinforcement_area_unsymmetrical_top_sideB/\n-_reinforcement_area_unsymmetrical_bottom_sideB+\n)_reinforcement_area_uniformly_surroundingB\x1a\n\x18_reinforcement_area_lineB\x1c\n\x1a_reinforcement_area_singleB\x1c\n\x1a_reinforcement_area_cornerB\x1b\n\x19_reinforcement_area_totalB\x1f\n\x1d_span_position_reference_typeB(\n&_span_position_reference_internal_nodeB.\n,_span_position_reference_x_location_relativeB.\n,_span_position_reference_x_location_absoluteB\"\n _span_position_definition_formatB\x16\n\x14_span_start_relativeB\x16\n\x14_span_start_absoluteB\x1a\n\x18_span_start_auto_enabledB&\n$_span_start_relative_auto_calculatedB#\n!_span_start_relative_auto_minimumB#\n!_span_start_relative_auto_maximumB&\n$_span_start_absolute_auto_calculatedB#\n!_span_start_absolute_auto_minimumB#\n!_span_start_absolute_auto_maximumB\x14\n\x12_span_end_relativeB\x14\n\x12_span_end_absoluteB\x18\n\x16_span_end_auto_enabledB$\n\"_span_end_relative_auto_calculatedB!\n\x1f_span_end_relative_auto_minimumB!\n\x1f_span_end_relative_auto_maximumB$\n\"_span_end_absolute_auto_calculatedB!\n\x1f_span_end_absolute_auto_minimumB!\n\x1f_span_end_absolute_auto_maximumB\x1f\n\x1d_span_location_auto_incrementB\x1e\n\x1c_span_location_auto_priorityB\x0e\n\x0c_span_lengthB\x19\n\x17_additional_offset_typeB%\n#_additional_offset_type_single_lineB\x1b\n\x19_additional_offset_circleB\x1d\n\x1b_additional_offset_top_sideB \n\x1e_additional_offset_bottom_sideB\x1e\n\x1c_additional_offset_left_sideB\x1f\n\x1d_additional_offset_right_sideB#\n!_additional_offset_reference_typeB,\n*_additional_offset_reference_type_at_startB*\n(_additional_offset_reference_type_at_endB\x1f\n\x1d_additional_horizontal_offsetB(\n&_additional_horizontal_offset_at_startB&\n$_additional_horizontal_offset_at_endB\x1d\n\x1b_additional_vertical_offsetB&\n$_additional_vertical_offset_at_startB$\n\"_additional_vertical_offset_at_endB\x1e\n\x1c_anchorage_start_anchor_typeB \n\x1e_anchorage_start_anchor_lengthB#\n!_anchorage_start_bending_diameterB\x1c\n\x1a_anchorage_end_anchor_typeB\x1e\n\x1c_anchorage_end_anchor_lengthB!\n\x1f_anchorage_end_bending_diameterB\x13\n\x11_one_rebar_lengthB\'\n%_one_rebar_minimal_and_maximal_lengthB)\n\'_one_rebar_unsymmetrical_at_side_lengthB=\n;_one_rebar_unsymmetrical_at_side_minimal_and_maximal_lengthB*\n(_one_rebar_unsymmetrical_top_side_lengthB>\n<_one_rebar_unsymmetrical_top_side_minimal_and_maximal_lengthB-\n+_one_rebar_unsymmetrical_bottom_side_lengthBA\n?_one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_lengthB\x1a\n\x18_one_rebar_corner_lengthB.\n,_one_rebar_corner_minimal_and_maximal_lengthB\t\n\x07_lengthB\x13\n\x11_one_rebar_weightB\'\n%_one_rebar_minimal_and_maximal_weightB)\n\'_one_rebar_unsymmetrical_at_side_weightB=\n;_one_rebar_unsymmetrical_at_side_minimal_and_maximal_weightB*\n(_one_rebar_unsymmetrical_top_side_weightB>\n<_one_rebar_unsymmetrical_top_side_minimal_and_maximal_weightB-\n+_one_rebar_unsymmetrical_bottom_side_weightBA\n?_one_rebar_unsymmetrical_bottom_side_minimal_and_maximal_weightB\x1a\n\x18_one_rebar_corner_weightB.\n,_one_rebar_corner_minimal_and_maximal_weightB\t\n\x07_weight\x1ap\n\x1c\x44\x65\x66lectionSegmentsZAxisTable\x12P\n\x04rows\x18\x01 \x03(\x0b\x32\x42.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsZAxisRow\x1a\xf0\x01\n\x1a\x44\x65\x66lectionSegmentsZAxisRow\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\x13\n\x06\x61\x63tive\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tprecamber\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x19\n\x0csegment_type\x18\x06 \x01(\tH\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_activeB\t\n\x07_lengthB\x0c\n\n_precamberB\x0f\n\r_segment_type\x1ap\n\x1c\x44\x65\x66lectionSegmentsYAxisTable\x12P\n\x04rows\x18\x01 \x03(\x0b\x32\x42.dlubal.api.rstab.structure_core.Member.DeflectionSegmentsYAxisRow\x1a\xf0\x01\n\x1a\x44\x65\x66lectionSegmentsYAxisRow\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\x13\n\x06\x61\x63tive\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tprecamber\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x19\n\x0csegment_type\x18\x06 \x01(\tH\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\t\n\x07_activeB\t\n\x07_lengthB\x0c\n\n_precamberB\x0f\n\r_segment_type\x1a|\n\"DesignSupportsOnInternalNodesTable\x12V\n\x04rows\x18\x01 \x03(\x0b\x32H.dlubal.api.rstab.structure_core.Member.DesignSupportsOnInternalNodesRow\x1a\xb0\x01\n DesignSupportsOnInternalNodesRow\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\x11\n\x04node\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65sign_support\x18\x04 \x01(\x05H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x11\n\x0f_design_support\x1a_\n\x11MemberTendonTable\x12J\n\x04rows\x18\x01 \x03(\x0b\x32<.dlubal.api.rstab.structure_core.Member.MemberTendonTableRow\x1a\x86\x01\n\x14MemberTendonTableRow\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\x1a\n\rmember_tendon\x18\x03 \x01(\x05H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_member_tendon\x1ao\n\x19\x42imIfcPropertiesTreeTable\x12R\n\x04rows\x18\x01 \x03(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.BimIfcPropertiesTreeTableRow\x1a\xc6\x01\n\x1c\x42imIfcPropertiesTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x11\n\x04name\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x12\n\x05value\x18\x03 \x01(\tH\x02\x88\x01\x01\x12R\n\x04rows\x18\x04 \x03(\x0b\x32\x44.dlubal.api.rstab.structure_core.Member.BimIfcPropertiesTreeTableRowB\x06\n\x04_keyB\x07\n\x05_nameB\x08\n\x06_value\"\x90\x03\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\r\n\tTYPE_BEAM\x10\x01\x12\x11\n\rTYPE_BUCKLING\x10\x08\x12\x0e\n\nTYPE_CABLE\x10\t\x12\x19\n\x15TYPE_CABLE_ON_PULLEYS\x10\n\x12\x14\n\x10TYPE_COMPRESSION\x10\x07\x12\x1d\n\x19TYPE_COUPLING_HINGE_HINGE\x10\x18\x12\x1d\n\x19TYPE_COUPLING_HINGE_RIGID\x10\x17\x12\x1d\n\x19TYPE_COUPLING_RIGID_HINGE\x10\x16\x12\x1d\n\x19TYPE_COUPLING_RIGID_RIGID\x10\x15\x12\x0f\n\x0bTYPE_DAMPER\x10\x1a\x12\x1c\n\x18TYPE_DEFINABLE_STIFFNESS\x10\x14\x12\x0e\n\nTYPE_JOIST\x10\x10\x12\x0e\n\nTYPE_RIGID\x10\x02\x12\x0f\n\x0bTYPE_SPRING\x10\x19\x12\x10\n\x0cTYPE_TENSION\x10\x06\x12\x0e\n\nTYPE_TRUSS\x10\x04\x12\x15\n\x11TYPE_TRUSS_ONLY_N\x10\x05\"\xe0\x07\n\x17SectionDistributionType\x12%\n!SECTION_DISTRIBUTION_TYPE_UNIFORM\x10\x00\x12$\n SECTION_DISTRIBUTION_TYPE_CURVED\x10\x07\x12.\n*SECTION_DISTRIBUTION_TYPE_FISH_BEAM_LINEAR\x10\x0e\x12\x31\n-SECTION_DISTRIBUTION_TYPE_FISH_BEAM_PARABOLIC\x10\r\x12$\n SECTION_DISTRIBUTION_TYPE_LINEAR\x10\x01\x12\"\n\x1eSECTION_DISTRIBUTION_TYPE_NONE\x10\x05\x12\x32\n.SECTION_DISTRIBUTION_TYPE_OFFSET_AT_BOTH_SIDES\x10\x08\x12\x35\n1SECTION_DISTRIBUTION_TYPE_OFFSET_AT_END_OF_MEMBER\x10\n\x12\x37\n3SECTION_DISTRIBUTION_TYPE_OFFSET_AT_START_OF_MEMBER\x10\t\x12H\nDSECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_CONSTANT_HEIGHT\x10\x0b\x12H\nDSECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_VARIABLE_HEIGHT\x10\x0c\x12$\n SECTION_DISTRIBUTION_TYPE_SADDLE\x10\x06\x12>\n:SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_BOTH_SIDES\x10\x0f\x12\x41\n=SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_END_OF_MEMBER\x10\x11\x12\x43\n?SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_START_OF_MEMBER\x10\x10\x12\x33\n/SECTION_DISTRIBUTION_TYPE_TAPERED_AT_BOTH_SIDES\x10\x02\x12\x36\n2SECTION_DISTRIBUTION_TYPE_TAPERED_AT_END_OF_MEMBER\x10\x04\x12\x38\n4SECTION_DISTRIBUTION_TYPE_TAPERED_AT_START_OF_MEMBER\x10\x03\"j\n\rReferenceType\x12\x14\n\x10REFERENCE_TYPE_L\x10\x00\x12\x15\n\x11REFERENCE_TYPE_XY\x10\x01\x12\x15\n\x11REFERENCE_TYPE_XZ\x10\x02\x12\x15\n\x11REFERENCE_TYPE_YZ\x10\x03\"1\n\x10LoadTransferType\x12\x1d\n\x19LOAD_TRANSFER_TYPE_STRIPE\x10\x00\"M\n\tJoistType\x12\x16\n\x12JOIST_TYPE_UNKNOWN\x10\x00\x12(\n$JOIST_TYPE_STEEL_JOIST_INSTITUTE_SJI\x10\x01\"\xb3\x05\n\x0bJoistSeries\x12\x18\n\x14JOIST_SERIES_UNKNOWN\x10\x00\x12(\n$JOIST_SERIES_DLH_SERIES_ASD_IMPERIAL\x10\x0e\x12&\n\"JOIST_SERIES_DLH_SERIES_ASD_METRIC\x10\x11\x12)\n%JOIST_SERIES_DLH_SERIES_LRFD_IMPERIAL\x10\x03\x12\'\n#JOIST_SERIES_DLH_SERIES_LRFD_METRIC\x10\n\x12(\n$JOIST_SERIES_KCS_SERIES_ASD_IMPERIAL\x10\x08\x12&\n\"JOIST_SERIES_KCS_SERIES_ASD_METRIC\x10\t\x12)\n%JOIST_SERIES_KCS_SERIES_LRFD_IMPERIAL\x10\x0b\x12\'\n#JOIST_SERIES_KCS_SERIES_LRFD_METRIC\x10\x07\x12&\n\"JOIST_SERIES_K_SERIES_ASD_IMPERIAL\x10\x04\x12$\n JOIST_SERIES_K_SERIES_ASD_METRIC\x10\x06\x12\'\n#JOIST_SERIES_K_SERIES_LRFD_IMPERIAL\x10\x01\x12%\n!JOIST_SERIES_K_SERIES_LRFD_METRIC\x10\x05\x12\'\n#JOIST_SERIES_LH_SERIES_ASD_IMPERIAL\x10\x10\x12%\n!JOIST_SERIES_LH_SERIES_ASD_METRIC\x10\x0f\x12(\n$JOIST_SERIES_LH_SERIES_LRFD_IMPERIAL\x10\x02\x12&\n\"JOIST_SERIES_LH_SERIES_LRFD_METRIC\x10\r\"\xe7\x01\n\x16MemberTypeRibAlignment\x12\x30\n,MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_NEGATIVE\x10\x00\x12%\n!MEMBER_TYPE_RIB_ALIGNMENT_CENTRIC\x10\x01\x12\x30\n,MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_POSITIVE\x10\x02\x12\x42\n>MEMBER_TYPE_RIB_ALIGNMENT_USER_DEFINED_VIA_MEMBER_ECCENTRICITY\x10\x03\"\xc1\x02\n%DesignStripIntegrateStressesAndForces\x12\x46\nBDESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12J\nFDESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x44\n@DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12>\n:DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xb7\x02\n#ShearWallIntegrateStressesAndForces\x12\x44\n@SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12H\nDSHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x42\n>SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12<\n8SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xb2\x02\n\"DeepBeamIntegrateStressesAndForces\x12\x43\n?DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12G\nCDEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x41\n=DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12;\n7DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xbc\x02\n$ResultLineIntegrateStressesAndForces\x12\x45\nARESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12I\nERESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12\x43\n?RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12=\n9RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"j\n\x10SectionAlignment\x12\x19\n\x15SECTION_ALIGNMENT_TOP\x10\x00\x12\x1c\n\x18SECTION_ALIGNMENT_BOTTOM\x10\x02\x12\x1d\n\x19SECTION_ALIGNMENT_CENTRIC\x10\x01\"b\n\x0eGrainAlignment\x12\x17\n\x13GRAIN_ALIGNMENT_TOP\x10\x00\x12\x1a\n\x16GRAIN_ALIGNMENT_BOTTOM\x10\x02\x12\x1b\n\x17GRAIN_ALIGNMENT_CENTRIC\x10\x01\"\xce\x01\n\x1b\x43urvedMemberCantileversType\x12-\n)CURVED_MEMBER_CANTILEVERS_TYPE_HORIZONTAL\x10\x00\x12)\n%CURVED_MEMBER_CANTILEVERS_TYPE_OFFSET\x10\x03\x12+\n\'CURVED_MEMBER_CANTILEVERS_TYPE_PARALLEL\x10\x01\x12(\n$CURVED_MEMBER_CANTILEVERS_TYPE_TAPER\x10\x02\"n\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"i\n\x11RotationPlaneType\x12)\n%ROTATION_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12)\n%ROTATION_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"t\n\x1bNodesOnMemberDefinitionType\x12)\n%NODES_ON_MEMBER_DEFINITION_TYPE_TABLE\x10\x00\x12*\n&NODES_ON_MEMBER_DEFINITION_TYPE_STRING\x10\x01\"\x9f\x01\n\x16NodesOnMemberReference\x12\x1f\n\x1bNODES_ON_MEMBER_REFERENCE_L\x10\x00\x12 \n\x1cNODES_ON_MEMBER_REFERENCE_XY\x10\x01\x12 \n\x1cNODES_ON_MEMBER_REFERENCE_XZ\x10\x02\x12 \n\x1cNODES_ON_MEMBER_REFERENCE_YZ\x10\x03\"j\n\x14NodesOnMemberStartAt\x12)\n%NODES_ON_MEMBER_START_AT_MEMBER_START\x10\x00\x12\'\n#NODES_ON_MEMBER_START_AT_MEMBER_END\x10\x01\"\x81\x03\n\x18\x44\x65\x66lectionCheckDirection\x12+\n\'DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z\x10\x00\x12\x35\n1DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Y\x10\x05\x12\x35\n1DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z\x10\x04\x12;\n7DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z_AND_Y\x10\x06\x12+\n\'DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Y\x10\x01\x12\x31\n-DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z_AND_Y\x10\x02\x12-\n)DEFLECTION_CHECK_DIRECTION_RESULTING_AXIS\x10\x03\"\xb1\x01\n$DeflectionCheckDisplacementReference\x12\x41\n=DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_SEGMENT_ENDS\x10\x00\x12\x46\nBDEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_UNDEFORMED_SYSTEM\x10\x01\"\x97\x01\n\nTendonType\x12\x1d\n\x19TENDON_TYPE_REINFORCEMENT\x10\x00\x12$\n TENDON_TYPE_POSTTENSIONED_BONDED\x10\x01\x12&\n\"TENDON_TYPE_POSTTENSIONED_UNBONDED\x10\x02\x12\x1c\n\x18TENDON_TYPE_PRETENSIONED\x10\x03\"v\n\x1c\x41nchorUnbondedTendonLocation\x12+\n\'ANCHOR_UNBONDED_TENDON_LOCATION_START_I\x10\x00\x12)\n%ANCHOR_UNBONDED_TENDON_LOCATION_END_J\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x19\n\x17_activate_load_transferB!\n\x1f_is_deactivated_for_calculationB\x1c\n\x1a_section_distribution_typeB\x11\n\x0f_reference_typeB\r\n\x0b_node_startB\x0b\n\t_node_endB\x14\n\x12_analytical_lengthB\x14\n\x12_analytical_volumeB\x12\n\x10_analytical_massB \n\x1e_analytical_surface_of_coatingB\x1f\n\x1d_analytical_center_of_gravityB!\n\x1f_analytical_center_of_gravity_xB!\n\x1f_analytical_center_of_gravity_yB!\n\x1f_analytical_center_of_gravity_zB\t\n\x07_lengthB\t\n\x07_volumeB\x07\n\x05_massB\x15\n\x13_surface_of_coatingB\x14\n\x12_center_of_gravityB\x16\n\x14_center_of_gravity_xB\x16\n\x14_center_of_gravity_yB\x16\n\x14_center_of_gravity_zB\x0b\n\t_positionB\x11\n\x0f_position_shortB\x18\n\x16_member_representativeB\x1f\n\x1d_design_properties_via_memberB*\n(_design_properties_via_parent_member_setB&\n$_design_properties_parent_member_setB(\n&_design_properties_via_building_objectB*\n(_design_properties_building_object_ownerB%\n#_design_properties_via_design_stripB\'\n%_design_properties_design_strip_ownerB\n\n\x08_commentB\x15\n\x13_load_transfer_typeB\x1b\n\x19_is_member_weight_enabledB\x10\n\x0e_member_weightB\r\n\x0b_joist_typeB\x0f\n\r_joist_seriesB\x12\n\x10_max_joist_depthB\x1c\n\x1a_member_type_rib_alignmentB0\n._align_local_z_axis_to_local_z_axis_of_surfaceB\x14\n\x12_flange_dimensionsB\x19\n\x17_synchronize_width_modeB\"\n _member_type_definable_stiffnessB(\n&_result_beam_include_all_surface_cellsB-\n+_design_strip_integrate_stresses_and_forcesB\x13\n\x11_design_strip_y_zB\x16\n\x14_design_strip_y_plusB\x16\n\x14_design_strip_z_plusB\x17\n\x15_design_strip_y_minusB\x17\n\x15_design_strip_z_minusB\x16\n\x14_design_strip_radiusB+\n)_shear_wall_integrate_stresses_and_forcesB\x11\n\x0f_shear_wall_y_zB\x14\n\x12_shear_wall_y_plusB\x14\n\x12_shear_wall_z_plusB\x15\n\x13_shear_wall_y_minusB\x15\n\x13_shear_wall_z_minusB\x14\n\x12_shear_wall_radiusB*\n(_deep_beam_integrate_stresses_and_forcesB\x10\n\x0e_deep_beam_y_zB\x13\n\x11_deep_beam_y_plusB\x13\n\x11_deep_beam_z_plusB\x14\n\x12_deep_beam_y_minusB\x14\n\x12_deep_beam_z_minusB\x13\n\x11_deep_beam_radiusB,\n*_result_line_integrate_stresses_and_forcesB\x12\n\x10_result_line_y_zB\x15\n\x13_result_line_y_plusB\x15\n\x13_result_line_z_plusB\x16\n\x14_result_line_y_minusB\x16\n\x14_result_line_z_minusB\x15\n\x13_result_line_radiusB#\n!_result_line_include_all_surfacesB(\n&_result_line_include_all_surface_cellsB!\n\x1f_result_line_include_all_solidsB\"\n _result_line_include_all_membersB\x13\n\x11_projected_lengthB5\n3_section_distance_from_start_is_defined_as_relativeB\'\n%_section_distance_from_start_absoluteB\'\n%_section_distance_from_start_relativeB3\n1_section_distance_from_end_is_defined_as_relativeB%\n#_section_distance_from_end_absoluteB%\n#_section_distance_from_end_relativeB\x14\n\x12_section_alignmentB\x12\n\x10_grain_alignmentB%\n#_curved_member_is_asymmetric_layoutB\x1f\n\x1d_curved_member_is_cantileversB!\n\x1f_curved_member_cantilevers_typeB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x16\n\x14_rotation_plane_typeB\r\n\x0b_is_rotatedB\x10\n\x0e_section_startB\x0e\n\x0c_section_endB\x13\n\x11_section_internalB\x14\n\x12_section_taper_endB\x16\n\x14_section_taper_startB\x13\n\x11_section_materialB\"\n _nodes_on_member_definition_typeB\x1d\n\x1b_nodes_on_member_assignmentB\x1c\n\x1a_nodes_on_member_referenceB\x1b\n\x19_nodes_on_member_start_atB!\n\x1f_nodes_on_member_node_distancesB\x15\n\x13_member_hinge_startB\x13\n\x11_member_hinge_endB\x1c\n\x1a_member_eccentricity_startB\x1a\n\x18_member_eccentricity_endB\n\n\x08_supportB\x1e\n\x1c_member_transverse_stiffenerB\x18\n\x16_member_diagonal_braceB\x12\n\x10_member_openingsB\x16\n\x14_member_nonlinearityB\x1b\n\x19_is_active_in_compressionB#\n!_member_result_intermediate_pointB\x12\n\x10_pile_resistanceB\x1d\n\x1b_concrete_effective_lengthsB\x1a\n\x18_steel_effective_lengthsB\x1b\n\x19_timber_effective_lengthsB\x1d\n\x1b_aluminum_effective_lengthsB%\n#_concrete_shear_reinforcement_spansB,\n*_concrete_longitudinal_reinforcement_itemsB&\n$_concrete_cover_user_defined_enabledB4\n2_concrete_cover_different_at_section_sides_enabledB\x11\n\x0f_concrete_coverB\x15\n\x13_concrete_cover_topB\x18\n\x16_concrete_cover_bottomB\x16\n\x14_concrete_cover_leftB\x17\n\x15_concrete_cover_rightB\x16\n\x14_concrete_durabilityB\x1a\n\x18_concrete_durability_topB\x1d\n\x1b_concrete_durability_bottomB\x1b\n\x19_concrete_durability_leftB\x1c\n\x1a_concrete_durability_rightB\x1c\n\x1a_steel_boundary_conditionsB\'\n%_steel_member_local_section_reductionB\x1f\n\x1d_steel_member_transverse_weldB\x17\n\x15_timber_service_classB\x18\n\x16_timber_moisture_classB\x1c\n\x1a_timber_service_conditionsB(\n&_timber_member_local_section_reductionB\x1f\n\x1d_aluminum_boundary_conditionsB*\n(_aluminum_member_local_section_reductionB\"\n _aluminum_member_transverse_weldB \n\x1e_stress_analysis_configurationB+\n)_member_aluminum_design_uls_configurationB+\n)_member_aluminum_design_sls_configurationB*\n(_member_aluminum_design_fr_configurationB+\n)_member_concrete_design_uls_configurationB+\n)_member_concrete_design_sls_configurationB*\n(_member_concrete_design_fr_configurationB/\n-_member_concrete_design_seismic_configurationB(\n&_member_steel_design_uls_configurationB(\n&_member_steel_design_sls_configurationB\'\n%_member_steel_design_fr_configurationB,\n*_member_steel_design_seismic_configurationB)\n\'_member_timber_design_uls_configurationB)\n\'_member_timber_design_sls_configurationB(\n&_member_timber_design_fr_configurationB+\n)_end_modifications_member_start_extensionB)\n\'_end_modifications_member_start_slope_yB)\n\'_end_modifications_member_start_slope_zB)\n\'_end_modifications_member_end_extensionB\'\n%_end_modifications_member_end_slope_yB\'\n%_end_modifications_member_end_slope_zB\x1c\n\x1a_has_any_end_modificationsB\x1d\n\x1b_deflection_check_directionB*\n(_deflection_check_displacement_referenceB\x1d\n\x1b_deflection_segments_z_axisB\x1d\n\x1b_deflection_segments_y_axisB!\n\x1f_design_support_on_member_startB\x1f\n\x1d_design_support_on_member_endB$\n\"_design_supports_on_internal_nodesB4\n2_deflection_segments_defined_length_z_axis_enabledB4\n2_deflection_segments_defined_length_y_axis_enabledB\x15\n\x13_member_type_springB\x1c\n\x1a_member_type_damper_springB)\n\'_member_type_damper_damping_coefficientB\x16\n\x14_member_tendon_tableB\x15\n\x13_bim_ifc_propertiesB\x0e\n\x0c_tendon_typeB\x16\n\x14_tendon_anchor_startB\x14\n\x12_tendon_anchor_endB/\n-_has_autoconnect_member_master_objects_activeB/\n-_has_autoconnect_surface_master_object_activeB!\n\x1f_anchor_unbonded_tendon_sectionB\"\n _anchor_unbonded_tendon_locationB7\n5_anchor_grout_body_bond_length_is_defined_as_relativeB)\n\'_anchor_grout_body_bond_length_relativeB)\n\'_anchor_grout_body_bond_length_absoluteB!\n\x1f_anchor_grout_body_bond_sectionB)\n\'_anchor_grout_body_bond_resistance_typeB+\n)_wind_simulation_enable_specific_settingsB\"\n _wind_simulation_shrink_wrappingB-\n+_wind_simulation_roughness_and_permeabilityB+\n)_wind_simulation_exclude_from_wind_tunnelB)\n\'_wind_simulation_member_level_of_detailB@\n>_wind_simulation_use_only_external_surface_for_hollow_sectionsB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\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')
30
30
 
31
31
  _globals = globals()
32
32
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -34,181 +34,183 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.structure_
34
34
  if not _descriptor._USE_C_DESCRIPTORS:
35
35
  DESCRIPTOR._loaded_options = None
36
36
  _globals['_MEMBER']._serialized_start=149
37
- _globals['_MEMBER']._serialized_end=84304
38
- _globals['_MEMBER_FLANGEDIMENSIONSTABLE']._serialized_start=11887
39
- _globals['_MEMBER_FLANGEDIMENSIONSTABLE']._serialized_end=11985
40
- _globals['_MEMBER_FLANGEDIMENSIONSROW']._serialized_start=11988
41
- _globals['_MEMBER_FLANGEDIMENSIONSROW']._serialized_end=13664
42
- _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_start=12737
43
- _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_end=12990
44
- _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_start=12993
45
- _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_end=13149
46
- _globals['_MEMBER_FLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_start=13152
47
- _globals['_MEMBER_FLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_end=13336
48
- _globals['_MEMBER_NODESONMEMBERASSIGNMENTTABLE']._serialized_start=13666
49
- _globals['_MEMBER_NODESONMEMBERASSIGNMENTTABLE']._serialized_end=13778
50
- _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW']._serialized_start=13781
51
- _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW']._serialized_end=14175
52
- _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_start=14021
53
- _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_end=14103
54
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=14178
55
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=14306
56
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=14309
57
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=24283
58
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=18417
59
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=18878
60
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=18881
61
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=19941
62
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=19943
63
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=20013
64
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=20015
65
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=20085
66
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=20088
67
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=21255
68
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=21258
69
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=21456
70
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=21458
71
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=21580
72
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=21583
73
- _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=21860
74
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=24286
75
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=24428
76
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=24432
77
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=70682
78
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=39502
79
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=39653
80
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=39656
81
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=41147
82
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=41149
83
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=41250
84
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=41252
85
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=41353
86
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=41356
87
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=42738
88
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=42740
89
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=42835
90
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=42838
91
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=44624
92
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=44626
93
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=44747
94
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=44749
95
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=44870
96
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=44873
97
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=46550
98
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=46553
99
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=48420
100
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=48422
101
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=48549
102
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=48551
103
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=48678
104
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=48681
105
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=50439
106
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=50442
107
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=52202
108
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=52204
109
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=52324
110
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=52326
111
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=52446
112
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=52449
113
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=54100
114
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=54103
115
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=55405
116
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=55407
117
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=55494
118
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=55496
119
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=55583
120
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=55586
121
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=56779
122
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=56782
123
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=58138
124
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=58140
125
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=58231
126
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=58233
127
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=58324
128
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=58327
129
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=59574
130
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=59576
131
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=59643
132
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=21258
133
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=21456
134
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=21458
135
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=21580
136
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=59971
137
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=60164
138
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=60167
139
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=60418
140
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=60421
141
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=60902
142
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=60905
143
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=61474
144
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=61477
145
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=62026
146
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=62029
147
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=62398
148
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=62401
149
- _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=62754
150
- _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=70684
151
- _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=70796
152
- _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISROW']._serialized_start=70799
153
- _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISROW']._serialized_end=71039
154
- _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=71041
155
- _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=71153
156
- _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISROW']._serialized_start=71156
157
- _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISROW']._serialized_end=71396
158
- _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=71398
159
- _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=71522
160
- _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=71525
161
- _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=71701
162
- _globals['_MEMBER_MEMBERTENDONTABLE']._serialized_start=71703
163
- _globals['_MEMBER_MEMBERTENDONTABLE']._serialized_end=71798
164
- _globals['_MEMBER_MEMBERTENDONTABLEROW']._serialized_start=71801
165
- _globals['_MEMBER_MEMBERTENDONTABLEROW']._serialized_end=71935
166
- _globals['_MEMBER_BIMIFCPROPERTIESTREETABLE']._serialized_start=71937
167
- _globals['_MEMBER_BIMIFCPROPERTIESTREETABLE']._serialized_end=72048
168
- _globals['_MEMBER_BIMIFCPROPERTIESTREETABLEROW']._serialized_start=72051
169
- _globals['_MEMBER_BIMIFCPROPERTIESTREETABLEROW']._serialized_end=72249
170
- _globals['_MEMBER_TYPE']._serialized_start=72252
171
- _globals['_MEMBER_TYPE']._serialized_end=72652
172
- _globals['_MEMBER_SECTIONDISTRIBUTIONTYPE']._serialized_start=72655
173
- _globals['_MEMBER_SECTIONDISTRIBUTIONTYPE']._serialized_end=73647
174
- _globals['_MEMBER_REFERENCETYPE']._serialized_start=73649
175
- _globals['_MEMBER_REFERENCETYPE']._serialized_end=73755
176
- _globals['_MEMBER_JOISTTYPE']._serialized_start=73757
177
- _globals['_MEMBER_JOISTTYPE']._serialized_end=73834
178
- _globals['_MEMBER_JOISTSERIES']._serialized_start=73837
179
- _globals['_MEMBER_JOISTSERIES']._serialized_end=74528
180
- _globals['_MEMBER_MEMBERTYPERIBALIGNMENT']._serialized_start=74531
181
- _globals['_MEMBER_MEMBERTYPERIBALIGNMENT']._serialized_end=74762
182
- _globals['_MEMBER_DESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_start=74765
183
- _globals['_MEMBER_DESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_end=75086
184
- _globals['_MEMBER_SHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_start=75089
185
- _globals['_MEMBER_SHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_end=75400
186
- _globals['_MEMBER_DEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=75403
187
- _globals['_MEMBER_DEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=75709
188
- _globals['_MEMBER_RESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_start=75712
189
- _globals['_MEMBER_RESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_end=76028
190
- _globals['_MEMBER_SECTIONALIGNMENT']._serialized_start=76030
191
- _globals['_MEMBER_SECTIONALIGNMENT']._serialized_end=76136
192
- _globals['_MEMBER_GRAINALIGNMENT']._serialized_start=76138
193
- _globals['_MEMBER_GRAINALIGNMENT']._serialized_end=76236
194
- _globals['_MEMBER_CURVEDMEMBERCANTILEVERSTYPE']._serialized_start=76239
195
- _globals['_MEMBER_CURVEDMEMBERCANTILEVERSTYPE']._serialized_end=76445
196
- _globals['_MEMBER_ROTATIONSPECIFICATIONTYPE']._serialized_start=76447
197
- _globals['_MEMBER_ROTATIONSPECIFICATIONTYPE']._serialized_end=76557
198
- _globals['_MEMBER_ROTATIONPLANETYPE']._serialized_start=76559
199
- _globals['_MEMBER_ROTATIONPLANETYPE']._serialized_end=76664
200
- _globals['_MEMBER_NODESONMEMBERDEFINITIONTYPE']._serialized_start=76666
201
- _globals['_MEMBER_NODESONMEMBERDEFINITIONTYPE']._serialized_end=76782
202
- _globals['_MEMBER_NODESONMEMBERREFERENCE']._serialized_start=76785
203
- _globals['_MEMBER_NODESONMEMBERREFERENCE']._serialized_end=76944
204
- _globals['_MEMBER_NODESONMEMBERSTARTAT']._serialized_start=76946
205
- _globals['_MEMBER_NODESONMEMBERSTARTAT']._serialized_end=77052
206
- _globals['_MEMBER_DEFLECTIONCHECKDIRECTION']._serialized_start=77055
207
- _globals['_MEMBER_DEFLECTIONCHECKDIRECTION']._serialized_end=77440
208
- _globals['_MEMBER_DEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=77443
209
- _globals['_MEMBER_DEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=77620
210
- _globals['_MEMBER_TENDONTYPE']._serialized_start=77623
211
- _globals['_MEMBER_TENDONTYPE']._serialized_end=77774
212
- _globals['_MEMBER_ANCHORUNBONDEDTENDONLOCATION']._serialized_start=77776
213
- _globals['_MEMBER_ANCHORUNBONDEDTENDONLOCATION']._serialized_end=77894
37
+ _globals['_MEMBER']._serialized_end=84471
38
+ _globals['_MEMBER_FLANGEDIMENSIONSTABLE']._serialized_start=11980
39
+ _globals['_MEMBER_FLANGEDIMENSIONSTABLE']._serialized_end=12078
40
+ _globals['_MEMBER_FLANGEDIMENSIONSROW']._serialized_start=12081
41
+ _globals['_MEMBER_FLANGEDIMENSIONSROW']._serialized_end=13757
42
+ _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_start=12830
43
+ _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_end=13083
44
+ _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_start=13086
45
+ _globals['_MEMBER_FLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_end=13242
46
+ _globals['_MEMBER_FLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_start=13245
47
+ _globals['_MEMBER_FLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_end=13429
48
+ _globals['_MEMBER_NODESONMEMBERASSIGNMENTTABLE']._serialized_start=13759
49
+ _globals['_MEMBER_NODESONMEMBERASSIGNMENTTABLE']._serialized_end=13871
50
+ _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW']._serialized_start=13874
51
+ _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW']._serialized_end=14268
52
+ _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_start=14114
53
+ _globals['_MEMBER_NODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_end=14196
54
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=14271
55
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=14399
56
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=14402
57
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=24376
58
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=18510
59
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=18971
60
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=18974
61
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=20034
62
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=20036
63
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=20106
64
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=20108
65
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=20178
66
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=20181
67
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=21348
68
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=21351
69
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=21549
70
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=21551
71
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=21673
72
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=21676
73
+ _globals['_MEMBER_CONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=21953
74
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=24379
75
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=24521
76
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=24525
77
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=70775
78
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=39595
79
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=39746
80
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=39749
81
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=41240
82
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=41242
83
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=41343
84
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=41345
85
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=41446
86
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=41449
87
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=42831
88
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=42833
89
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=42928
90
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=42931
91
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=44717
92
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=44719
93
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=44840
94
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=44842
95
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=44963
96
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=44966
97
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=46643
98
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=46646
99
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=48513
100
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=48515
101
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=48642
102
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=48644
103
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=48771
104
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=48774
105
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=50532
106
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=50535
107
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=52295
108
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=52297
109
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=52417
110
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=52419
111
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=52539
112
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=52542
113
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=54193
114
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=54196
115
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=55498
116
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=55500
117
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=55587
118
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=55589
119
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=55676
120
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=55679
121
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=56872
122
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=56875
123
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=58231
124
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=58233
125
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=58324
126
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=58326
127
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=58417
128
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=58420
129
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=59667
130
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=59669
131
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=59736
132
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=21351
133
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=21549
134
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=21551
135
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=21673
136
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=60064
137
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=60257
138
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=60260
139
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=60511
140
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=60514
141
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=60995
142
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=60998
143
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=61567
144
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=61570
145
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=62119
146
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=62122
147
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=62491
148
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=62494
149
+ _globals['_MEMBER_CONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=62847
150
+ _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=70777
151
+ _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=70889
152
+ _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISROW']._serialized_start=70892
153
+ _globals['_MEMBER_DEFLECTIONSEGMENTSZAXISROW']._serialized_end=71132
154
+ _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=71134
155
+ _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=71246
156
+ _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISROW']._serialized_start=71249
157
+ _globals['_MEMBER_DEFLECTIONSEGMENTSYAXISROW']._serialized_end=71489
158
+ _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=71491
159
+ _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=71615
160
+ _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=71618
161
+ _globals['_MEMBER_DESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=71794
162
+ _globals['_MEMBER_MEMBERTENDONTABLE']._serialized_start=71796
163
+ _globals['_MEMBER_MEMBERTENDONTABLE']._serialized_end=71891
164
+ _globals['_MEMBER_MEMBERTENDONTABLEROW']._serialized_start=71894
165
+ _globals['_MEMBER_MEMBERTENDONTABLEROW']._serialized_end=72028
166
+ _globals['_MEMBER_BIMIFCPROPERTIESTREETABLE']._serialized_start=72030
167
+ _globals['_MEMBER_BIMIFCPROPERTIESTREETABLE']._serialized_end=72141
168
+ _globals['_MEMBER_BIMIFCPROPERTIESTREETABLEROW']._serialized_start=72144
169
+ _globals['_MEMBER_BIMIFCPROPERTIESTREETABLEROW']._serialized_end=72342
170
+ _globals['_MEMBER_TYPE']._serialized_start=72345
171
+ _globals['_MEMBER_TYPE']._serialized_end=72745
172
+ _globals['_MEMBER_SECTIONDISTRIBUTIONTYPE']._serialized_start=72748
173
+ _globals['_MEMBER_SECTIONDISTRIBUTIONTYPE']._serialized_end=73740
174
+ _globals['_MEMBER_REFERENCETYPE']._serialized_start=73742
175
+ _globals['_MEMBER_REFERENCETYPE']._serialized_end=73848
176
+ _globals['_MEMBER_LOADTRANSFERTYPE']._serialized_start=73850
177
+ _globals['_MEMBER_LOADTRANSFERTYPE']._serialized_end=73899
178
+ _globals['_MEMBER_JOISTTYPE']._serialized_start=73901
179
+ _globals['_MEMBER_JOISTTYPE']._serialized_end=73978
180
+ _globals['_MEMBER_JOISTSERIES']._serialized_start=73981
181
+ _globals['_MEMBER_JOISTSERIES']._serialized_end=74672
182
+ _globals['_MEMBER_MEMBERTYPERIBALIGNMENT']._serialized_start=74675
183
+ _globals['_MEMBER_MEMBERTYPERIBALIGNMENT']._serialized_end=74906
184
+ _globals['_MEMBER_DESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_start=74909
185
+ _globals['_MEMBER_DESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_end=75230
186
+ _globals['_MEMBER_SHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_start=75233
187
+ _globals['_MEMBER_SHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_end=75544
188
+ _globals['_MEMBER_DEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=75547
189
+ _globals['_MEMBER_DEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=75853
190
+ _globals['_MEMBER_RESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_start=75856
191
+ _globals['_MEMBER_RESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_end=76172
192
+ _globals['_MEMBER_SECTIONALIGNMENT']._serialized_start=76174
193
+ _globals['_MEMBER_SECTIONALIGNMENT']._serialized_end=76280
194
+ _globals['_MEMBER_GRAINALIGNMENT']._serialized_start=76282
195
+ _globals['_MEMBER_GRAINALIGNMENT']._serialized_end=76380
196
+ _globals['_MEMBER_CURVEDMEMBERCANTILEVERSTYPE']._serialized_start=76383
197
+ _globals['_MEMBER_CURVEDMEMBERCANTILEVERSTYPE']._serialized_end=76589
198
+ _globals['_MEMBER_ROTATIONSPECIFICATIONTYPE']._serialized_start=76591
199
+ _globals['_MEMBER_ROTATIONSPECIFICATIONTYPE']._serialized_end=76701
200
+ _globals['_MEMBER_ROTATIONPLANETYPE']._serialized_start=76703
201
+ _globals['_MEMBER_ROTATIONPLANETYPE']._serialized_end=76808
202
+ _globals['_MEMBER_NODESONMEMBERDEFINITIONTYPE']._serialized_start=76810
203
+ _globals['_MEMBER_NODESONMEMBERDEFINITIONTYPE']._serialized_end=76926
204
+ _globals['_MEMBER_NODESONMEMBERREFERENCE']._serialized_start=76929
205
+ _globals['_MEMBER_NODESONMEMBERREFERENCE']._serialized_end=77088
206
+ _globals['_MEMBER_NODESONMEMBERSTARTAT']._serialized_start=77090
207
+ _globals['_MEMBER_NODESONMEMBERSTARTAT']._serialized_end=77196
208
+ _globals['_MEMBER_DEFLECTIONCHECKDIRECTION']._serialized_start=77199
209
+ _globals['_MEMBER_DEFLECTIONCHECKDIRECTION']._serialized_end=77584
210
+ _globals['_MEMBER_DEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=77587
211
+ _globals['_MEMBER_DEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=77764
212
+ _globals['_MEMBER_TENDONTYPE']._serialized_start=77767
213
+ _globals['_MEMBER_TENDONTYPE']._serialized_end=77918
214
+ _globals['_MEMBER_ANCHORUNBONDEDTENDONLOCATION']._serialized_start=77920
215
+ _globals['_MEMBER_ANCHORUNBONDEDTENDONLOCATION']._serialized_end=78038
214
216
  # @@protoc_insertion_point(module_scope)