dlubal.api 2.12.1__py3-none-any.whl → 2.12.2__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 (61) hide show
  1. dlubal/api/rfem/__init__.py +1 -0
  2. dlubal/api/rfem/application.py +17 -17
  3. dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
  4. dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
  5. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
  6. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
  7. dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
  8. dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
  9. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
  10. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
  11. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
  12. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
  13. dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
  14. dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
  15. dlubal/api/rfem/object_type_pb2.py +2 -2
  16. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  17. dlubal/api/rfem/structure_core/line_pb2.py +17 -17
  18. dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
  19. dlubal/api/rfem/structure_core/member_pb2.py +190 -190
  20. dlubal/api/rfem/structure_core/member_pb2.pyi +14 -2
  21. dlubal/api/rfem/structure_core/member_representative_pb2.py +286 -286
  22. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -2
  23. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +404 -404
  24. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +14 -2
  25. dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
  26. dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
  27. dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
  28. dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
  29. dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
  30. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  31. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
  32. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
  33. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
  34. dlubal/api/rsection/application.py +16 -0
  35. dlubal/api/rstab/__init__.py +1 -0
  36. dlubal/api/rstab/application.py +17 -17
  37. dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
  38. dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
  39. dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
  40. dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
  41. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
  42. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
  43. dlubal/api/rstab/object_type_pb2.py +2 -2
  44. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  45. dlubal/api/rstab/structure_core/member_pb2.py +178 -178
  46. dlubal/api/rstab/structure_core/member_pb2.pyi +14 -2
  47. dlubal/api/rstab/structure_core/member_representative_pb2.py +274 -274
  48. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +14 -2
  49. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +394 -394
  50. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +14 -2
  51. dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
  52. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  53. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
  54. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
  55. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
  56. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/METADATA +2 -2
  57. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/RECORD +61 -51
  58. examples/rfem/import_from_ifc.py +3 -3
  59. examples/rstab/import_from_ifc.py +1 -1
  60. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/WHEEL +0 -0
  61. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.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_set_representative.proto\x12\x1f\x64lubal.api.rstab.structure_core\x1a\x1e\x64lubal/api/common/common.proto\x1a dlubal/api/rstab/object_id.proto\"\x95\xda\r\n\x17MemberSetRepresentative\x12\x1c\n\x0fmember_model_no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12h\n\x11member_model_type\x18\x02 \x01(\x0e\x32H.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelTypeH\x01\x88\x01\x01\x12\x30\n#member_model_activate_load_transfer\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x38\n+member_model_is_deactivated_for_calculation\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x90\x01\n&member_model_section_distribution_type\x18\x05 \x01(\x0e\x32[.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelSectionDistributionTypeH\x04\x88\x01\x01\x12{\n\x1bmember_model_reference_type\x18\x06 \x01(\x0e\x32Q.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelReferenceTypeH\x05\x88\x01\x01\x12\x1a\n\x12member_model_nodes\x18\x07 \x03(\x05\x12$\n\x17member_model_node_start\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\"\n\x15member_model_node_end\x18\t \x01(\x05H\x07\x88\x01\x01\x12+\n\x1emember_model_analytical_length\x18\n \x01(\x01H\x08\x88\x01\x01\x12+\n\x1emember_model_analytical_volume\x18\x0b \x01(\x01H\t\x88\x01\x01\x12)\n\x1cmember_model_analytical_mass\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x37\n*member_model_analytical_surface_of_coating\x18\r \x01(\x01H\x0b\x88\x01\x01\x12S\n)member_model_analytical_center_of_gravity\x18\x0e \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0c\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_x\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_y\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_z\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13member_model_length\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13member_model_volume\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x1e\n\x11member_model_mass\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12,\n\x1fmember_model_surface_of_coating\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12H\n\x1emember_model_center_of_gravity\x18\x16 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x14\x88\x01\x01\x12-\n member_model_center_of_gravity_x\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12-\n member_model_center_of_gravity_y\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12-\n member_model_center_of_gravity_z\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\"\n\x15member_model_position\x18\x1a \x01(\tH\x18\x88\x01\x01\x12(\n\x1bmember_model_position_short\x18\x1b \x01(\tH\x19\x88\x01\x01\x12/\n\"member_model_member_representative\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12\x36\n)member_model_design_properties_via_member\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\x41\n4member_model_design_properties_via_parent_member_set\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12=\n0member_model_design_properties_parent_member_set\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12?\n2member_model_design_properties_via_building_object\x18 \x01(\x08H\x1e\x88\x01\x01\x12]\n4member_model_design_properties_building_object_owner\x18! \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1f\x88\x01\x01\x12<\n/member_model_design_properties_via_design_strip\x18\" \x01(\x08H \x88\x01\x01\x12>\n1member_model_design_properties_design_strip_owner\x18# \x01(\x05H!\x88\x01\x01\x12!\n\x14member_model_comment\x18$ \x01(\tH\"\x88\x01\x01\x12\x32\n%member_model_is_member_weight_enabled\x18% \x01(\x08H#\x88\x01\x01\x12\'\n\x1amember_model_member_weight\x18& \x01(\x01H$\x88\x01\x01\x12!\n\x19member_model_loaded_nodes\x18\' \x03(\x05\x12#\n\x1bmember_model_excluded_nodes\x18( \x03(\x05\x12s\n\x17member_model_joist_type\x18) \x01(\x0e\x32M.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelJoistTypeH%\x88\x01\x01\x12w\n\x19member_model_joist_series\x18* \x01(\x0e\x32O.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelJoistSeriesH&\x88\x01\x01\x12)\n\x1cmember_model_max_joist_depth\x18+ \x01(\x01H\'\x88\x01\x01\x12\x8f\x01\n&member_model_member_type_rib_alignment\x18, \x01(\x0e\x32Z.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelMemberTypeRibAlignmentH(\x88\x01\x01\x12G\n:member_model_align_local_z_axis_to_local_z_axis_of_surface\x18- \x01(\x08H)\x88\x01\x01\x12\x86\x01\n\x1emember_model_flange_dimensions\x18. \x01(\x0b\x32Y.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsTableH*\x88\x01\x01\x12\x30\n#member_model_synchronize_width_mode\x18/ \x01(\x08H+\x88\x01\x01\x12\x31\n$member_model_relative_ordinates_mode\x18\x30 \x01(\x08H,\x88\x01\x01\x12\x39\n,member_model_member_type_definable_stiffness\x18\x31 \x01(\x05H-\x88\x01\x01\x12\xad\x01\n6member_model_result_beam_integrate_stresses_and_forces\x18\x32 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelResultBeamIntegrateStressesAndForcesH.\x88\x01\x01\x12)\n\x1cmember_model_result_beam_y_z\x18\x33 \x01(\x01H/\x88\x01\x01\x12,\n\x1fmember_model_result_beam_y_plus\x18\x34 \x01(\x01H0\x88\x01\x01\x12,\n\x1fmember_model_result_beam_z_plus\x18\x35 \x01(\x01H1\x88\x01\x01\x12-\n member_model_result_beam_y_minus\x18\x36 \x01(\x01H2\x88\x01\x01\x12-\n member_model_result_beam_z_minus\x18\x37 \x01(\x01H3\x88\x01\x01\x12,\n\x1fmember_model_result_beam_radius\x18\x38 \x01(\x01H4\x88\x01\x01\x12\x31\n)member_model_result_beam_include_surfaces\x18\x39 \x03(\x05\x12:\n-member_model_result_beam_include_all_surfaces\x18: \x01(\x08H5\x88\x01\x01\x12\x36\n.member_model_result_beam_include_surface_cells\x18; \x03(\x05\x12?\n2member_model_result_beam_include_all_surface_cells\x18< \x01(\x08H6\x88\x01\x01\x12/\n\'member_model_result_beam_include_solids\x18= \x03(\x05\x12\x38\n+member_model_result_beam_include_all_solids\x18> \x01(\x08H7\x88\x01\x01\x12\x30\n(member_model_result_beam_include_members\x18? \x03(\x05\x12\x39\n,member_model_result_beam_include_all_members\x18@ \x01(\x08H8\x88\x01\x01\x12\x31\n)member_model_result_beam_exclude_surfaces\x18\x41 \x03(\x05\x12\x36\n.member_model_result_beam_exclude_surface_cells\x18\x42 \x03(\x05\x12/\n\'member_model_result_beam_exclude_solids\x18\x43 \x03(\x05\x12\x30\n(member_model_result_beam_exclude_members\x18\x44 \x03(\x05\x12\xaf\x01\n7member_model_design_strip_integrate_stresses_and_forces\x18\x45 \x01(\x0e\x32i.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDesignStripIntegrateStressesAndForcesH9\x88\x01\x01\x12*\n\x1dmember_model_design_strip_y_z\x18\x46 \x01(\x01H:\x88\x01\x01\x12-\n member_model_design_strip_y_plus\x18G \x01(\x01H;\x88\x01\x01\x12-\n member_model_design_strip_z_plus\x18H \x01(\x01H<\x88\x01\x01\x12.\n!member_model_design_strip_y_minus\x18I \x01(\x01H=\x88\x01\x01\x12.\n!member_model_design_strip_z_minus\x18J \x01(\x01H>\x88\x01\x01\x12-\n member_model_design_strip_radius\x18K \x01(\x01H?\x88\x01\x01\x12\x32\n*member_model_design_strip_include_surfaces\x18L \x03(\x05\x12\xab\x01\n5member_model_shear_wall_integrate_stresses_and_forces\x18M \x01(\x0e\x32g.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelShearWallIntegrateStressesAndForcesH@\x88\x01\x01\x12(\n\x1bmember_model_shear_wall_y_z\x18N \x01(\x01HA\x88\x01\x01\x12+\n\x1emember_model_shear_wall_y_plus\x18O \x01(\x01HB\x88\x01\x01\x12+\n\x1emember_model_shear_wall_z_plus\x18P \x01(\x01HC\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_y_minus\x18Q \x01(\x01HD\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_z_minus\x18R \x01(\x01HE\x88\x01\x01\x12+\n\x1emember_model_shear_wall_radius\x18S \x01(\x01HF\x88\x01\x01\x12\x30\n(member_model_shear_wall_include_surfaces\x18T \x03(\x05\x12\x35\n-member_model_shear_wall_include_surface_cells\x18U \x03(\x05\x12\xa9\x01\n4member_model_deep_beam_integrate_stresses_and_forces\x18V \x01(\x0e\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeepBeamIntegrateStressesAndForcesHG\x88\x01\x01\x12\'\n\x1amember_model_deep_beam_y_z\x18W \x01(\x01HH\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_y_plus\x18X \x01(\x01HI\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_z_plus\x18Y \x01(\x01HJ\x88\x01\x01\x12+\n\x1emember_model_deep_beam_y_minus\x18Z \x01(\x01HK\x88\x01\x01\x12+\n\x1emember_model_deep_beam_z_minus\x18[ \x01(\x01HL\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_radius\x18\\ \x01(\x01HM\x88\x01\x01\x12/\n\'member_model_deep_beam_include_surfaces\x18] \x03(\x05\x12\x34\n,member_model_deep_beam_include_surface_cells\x18^ \x03(\x05\x12\xad\x01\n6member_model_result_line_integrate_stresses_and_forces\x18_ \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelResultLineIntegrateStressesAndForcesHN\x88\x01\x01\x12)\n\x1cmember_model_result_line_y_z\x18` \x01(\x01HO\x88\x01\x01\x12,\n\x1fmember_model_result_line_y_plus\x18\x61 \x01(\x01HP\x88\x01\x01\x12,\n\x1fmember_model_result_line_z_plus\x18\x62 \x01(\x01HQ\x88\x01\x01\x12-\n member_model_result_line_y_minus\x18\x63 \x01(\x01HR\x88\x01\x01\x12-\n member_model_result_line_z_minus\x18\x64 \x01(\x01HS\x88\x01\x01\x12,\n\x1fmember_model_result_line_radius\x18\x65 \x01(\x01HT\x88\x01\x01\x12\x31\n)member_model_result_line_include_surfaces\x18\x66 \x03(\x05\x12:\n-member_model_result_line_include_all_surfaces\x18g \x01(\x08HU\x88\x01\x01\x12\x36\n.member_model_result_line_include_surface_cells\x18h \x03(\x05\x12?\n2member_model_result_line_include_all_surface_cells\x18i \x01(\x08HV\x88\x01\x01\x12/\n\'member_model_result_line_include_solids\x18j \x03(\x05\x12\x38\n+member_model_result_line_include_all_solids\x18k \x01(\x08HW\x88\x01\x01\x12\x30\n(member_model_result_line_include_members\x18l \x03(\x05\x12\x39\n,member_model_result_line_include_all_members\x18m \x01(\x08HX\x88\x01\x01\x12\x31\n)member_model_result_line_exclude_surfaces\x18n \x03(\x05\x12\x36\n.member_model_result_line_exclude_surface_cells\x18o \x03(\x05\x12/\n\'member_model_result_line_exclude_solids\x18p \x03(\x05\x12\x30\n(member_model_result_line_exclude_members\x18q \x03(\x05\x12*\n\x1dmember_model_projected_length\x18r \x01(\x01HY\x88\x01\x01\x12L\n?member_model_section_distance_from_start_is_defined_as_relative\x18s \x01(\x08HZ\x88\x01\x01\x12>\n1member_model_section_distance_from_start_absolute\x18t \x01(\x01H[\x88\x01\x01\x12>\n1member_model_section_distance_from_start_relative\x18u \x01(\x01H\\\x88\x01\x01\x12J\n=member_model_section_distance_from_end_is_defined_as_relative\x18v \x01(\x08H]\x88\x01\x01\x12<\n/member_model_section_distance_from_end_absolute\x18w \x01(\x01H^\x88\x01\x01\x12<\n/member_model_section_distance_from_end_relative\x18x \x01(\x01H_\x88\x01\x01\x12\x81\x01\n\x1emember_model_section_alignment\x18y \x01(\x0e\x32T.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelSectionAlignmentH`\x88\x01\x01\x12}\n\x1cmember_model_grain_alignment\x18z \x01(\x0e\x32R.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelGrainAlignmentHa\x88\x01\x01\x12<\n/member_model_curved_member_is_asymmetric_layout\x18{ \x01(\x08Hb\x88\x01\x01\x12\x36\n)member_model_curved_member_is_cantilevers\x18| \x01(\x08Hc\x88\x01\x01\x12\x99\x01\n+member_model_curved_member_cantilevers_type\x18} \x01(\x0e\x32_.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelCurvedMemberCantileversTypeHd\x88\x01\x01\x12\x94\x01\n(member_model_rotation_specification_type\x18~ \x01(\x0e\x32].dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelRotationSpecificationTypeHe\x88\x01\x01\x12(\n\x1bmember_model_rotation_angle\x18\x7f \x01(\x01Hf\x88\x01\x01\x12-\n\x1fmember_model_rotation_help_node\x18\x80\x01 \x01(\x05Hg\x88\x01\x01\x12\x85\x01\n member_model_rotation_plane_type\x18\x81\x01 \x01(\x0e\x32U.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelRotationPlaneTypeHh\x88\x01\x01\x12%\n\x17member_model_is_rotated\x18\x82\x01 \x01(\x08Hi\x88\x01\x01\x12(\n\x1amember_model_section_start\x18\x83\x01 \x01(\x05Hj\x88\x01\x01\x12&\n\x18member_model_section_end\x18\x84\x01 \x01(\x05Hk\x88\x01\x01\x12+\n\x1dmember_model_section_internal\x18\x85\x01 \x01(\x05Hl\x88\x01\x01\x12,\n\x1emember_model_section_taper_end\x18\x86\x01 \x01(\x05Hm\x88\x01\x01\x12.\n member_model_section_taper_start\x18\x87\x01 \x01(\x05Hn\x88\x01\x01\x12+\n\x1dmember_model_section_material\x18\x88\x01 \x01(\x05Ho\x88\x01\x01\x12\x9b\x01\n,member_model_nodes_on_member_definition_type\x18\x89\x01 \x01(\x0e\x32_.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberDefinitionTypeHp\x88\x01\x01\x12\x97\x01\n\'member_model_nodes_on_member_assignment\x18\x8a\x01 \x01(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentTableHq\x88\x01\x01\x12\x90\x01\n&member_model_nodes_on_member_reference\x18\x8b\x01 \x01(\x0e\x32Z.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberReferenceHr\x88\x01\x01\x12\x8d\x01\n%member_model_nodes_on_member_start_at\x18\x8c\x01 \x01(\x0e\x32X.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberStartAtHs\x88\x01\x01\x12\x39\n+member_model_nodes_on_member_node_distances\x18\x8d\x01 \x01(\tHt\x88\x01\x01\x12-\n\x1fmember_model_member_hinge_start\x18\x8e\x01 \x01(\x05Hu\x88\x01\x01\x12+\n\x1dmember_model_member_hinge_end\x18\x8f\x01 \x01(\x05Hv\x88\x01\x01\x12\x34\n&member_model_member_eccentricity_start\x18\x90\x01 \x01(\x05Hw\x88\x01\x01\x12\x32\n$member_model_member_eccentricity_end\x18\x91\x01 \x01(\x05Hx\x88\x01\x01\x12\"\n\x14member_model_support\x18\x92\x01 \x01(\x05Hy\x88\x01\x01\x12\x36\n(member_model_member_transverse_stiffener\x18\x93\x01 \x01(\x05Hz\x88\x01\x01\x12\x30\n\"member_model_member_diagonal_brace\x18\x94\x01 \x01(\x05H{\x88\x01\x01\x12*\n\x1cmember_model_member_openings\x18\x95\x01 \x01(\x05H|\x88\x01\x01\x12.\n member_model_member_nonlinearity\x18\x96\x01 \x01(\x05H}\x88\x01\x01\x12\x33\n%member_model_is_active_in_compression\x18\x97\x01 \x01(\x08H~\x88\x01\x01\x12;\n-member_model_member_result_intermediate_point\x18\x98\x01 \x01(\x05H\x7f\x88\x01\x01\x12+\n\x1cmember_model_pile_resistance\x18\x99\x01 \x01(\x05H\x80\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_effective_lengths\x18\x9a\x01 \x01(\x05H\x81\x01\x88\x01\x01\x12\x33\n$member_model_steel_effective_lengths\x18\x9b\x01 \x01(\x05H\x82\x01\x88\x01\x01\x12\x34\n%member_model_timber_effective_lengths\x18\x9c\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12\x36\n\'member_model_aluminum_effective_lengths\x18\x9d\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12\xa8\x01\n/member_model_concrete_shear_reinforcement_spans\x18\x9e\x01 \x01(\x0b\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansTableH\x85\x01\x88\x01\x01\x12\xb6\x01\n6member_model_concrete_longitudinal_reinforcement_items\x18\x9f\x01 \x01(\x0b\x32o.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsTableH\x86\x01\x88\x01\x01\x12?\n0member_model_concrete_cover_user_defined_enabled\x18\xa0\x01 \x01(\x08H\x87\x01\x88\x01\x01\x12M\n>member_model_concrete_cover_different_at_section_sides_enabled\x18\xa1\x01 \x01(\x08H\x88\x01\x88\x01\x01\x12*\n\x1bmember_model_concrete_cover\x18\xa2\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12.\n\x1fmember_model_concrete_cover_top\x18\xa3\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12\x31\n\"member_model_concrete_cover_bottom\x18\xa4\x01 \x01(\x01H\x8b\x01\x88\x01\x01\x12/\n member_model_concrete_cover_left\x18\xa5\x01 \x01(\x01H\x8c\x01\x88\x01\x01\x12\x30\n!member_model_concrete_cover_right\x18\xa6\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12(\n\x1fmember_model_concrete_cover_min\x18\xa7\x01 \x03(\x01\x12,\n#member_model_concrete_cover_min_top\x18\xa8\x01 \x03(\x01\x12/\n&member_model_concrete_cover_min_bottom\x18\xa9\x01 \x03(\x01\x12-\n$member_model_concrete_cover_min_left\x18\xaa\x01 \x03(\x01\x12.\n%member_model_concrete_cover_min_right\x18\xab\x01 \x03(\x01\x12/\n member_model_concrete_durability\x18\xac\x01 \x01(\x05H\x8e\x01\x88\x01\x01\x12\x33\n$member_model_concrete_durability_top\x18\xad\x01 \x01(\x05H\x8f\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_durability_bottom\x18\xae\x01 \x01(\x05H\x90\x01\x88\x01\x01\x12\x34\n%member_model_concrete_durability_left\x18\xaf\x01 \x01(\x05H\x91\x01\x88\x01\x01\x12\x35\n&member_model_concrete_durability_right\x18\xb0\x01 \x01(\x05H\x92\x01\x88\x01\x01\x12\x35\n&member_model_steel_boundary_conditions\x18\xb1\x01 \x01(\x05H\x93\x01\x88\x01\x01\x12@\n1member_model_steel_member_local_section_reduction\x18\xb2\x01 \x01(\x05H\x94\x01\x88\x01\x01\x12\x38\n)member_model_steel_member_transverse_weld\x18\xb3\x01 \x01(\x05H\x95\x01\x88\x01\x01\x12\x30\n!member_model_timber_service_class\x18\xb4\x01 \x01(\x05H\x96\x01\x88\x01\x01\x12\x31\n\"member_model_timber_moisture_class\x18\xb5\x01 \x01(\x05H\x97\x01\x88\x01\x01\x12\x35\n&member_model_timber_service_conditions\x18\xb6\x01 \x01(\x05H\x98\x01\x88\x01\x01\x12\x41\n2member_model_timber_member_local_section_reduction\x18\xb7\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x38\n)member_model_aluminum_boundary_conditions\x18\xb8\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x43\n4member_model_aluminum_member_local_section_reduction\x18\xb9\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12;\n,member_model_aluminum_member_transverse_weld\x18\xba\x01 \x01(\x05H\x9c\x01\x88\x01\x01\x12\x39\n*member_model_stress_analysis_configuration\x18\xbb\x01 \x01(\x05H\x9d\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_uls_configuration\x18\xbc\x01 \x01(\x05H\x9e\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_sls_configuration\x18\xbd\x01 \x01(\x05H\x9f\x01\x88\x01\x01\x12\x43\n4member_model_member_aluminum_design_fr_configuration\x18\xbe\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_uls_configuration\x18\xbf\x01 \x01(\x05H\xa1\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_sls_configuration\x18\xc0\x01 \x01(\x05H\xa2\x01\x88\x01\x01\x12\x43\n4member_model_member_concrete_design_fr_configuration\x18\xc1\x01 \x01(\x05H\xa3\x01\x88\x01\x01\x12H\n9member_model_member_concrete_design_seismic_configuration\x18\xc2\x01 \x01(\x05H\xa4\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_uls_configuration\x18\xc3\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_sls_configuration\x18\xc4\x01 \x01(\x05H\xa6\x01\x88\x01\x01\x12@\n1member_model_member_steel_design_fr_configuration\x18\xc5\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12\x45\n6member_model_member_steel_design_seismic_configuration\x18\xc6\x01 \x01(\x05H\xa8\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_uls_configuration\x18\xc7\x01 \x01(\x05H\xa9\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_sls_configuration\x18\xc8\x01 \x01(\x05H\xaa\x01\x88\x01\x01\x12\x41\n2member_model_member_timber_design_fr_configuration\x18\xc9\x01 \x01(\x05H\xab\x01\x88\x01\x01\x12\x44\n5member_model_end_modifications_member_start_extension\x18\xca\x01 \x01(\x01H\xac\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_y\x18\xcb\x01 \x01(\x01H\xad\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_z\x18\xcc\x01 \x01(\x01H\xae\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_end_extension\x18\xcd\x01 \x01(\x01H\xaf\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_y\x18\xce\x01 \x01(\x01H\xb0\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_z\x18\xcf\x01 \x01(\x01H\xb1\x01\x88\x01\x01\x12\x35\n&member_model_has_any_end_modifications\x18\xd0\x01 \x01(\x08H\xb2\x01\x88\x01\x01\x12\x94\x01\n\'member_model_deflection_check_direction\x18\xd1\x01 \x01(\x0e\x32\\.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDirectionH\xb3\x01\x88\x01\x01\x12\xad\x01\n4member_model_deflection_check_displacement_reference\x18\xd2\x01 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDisplacementReferenceH\xb4\x01\x88\x01\x01\x12\x98\x01\n\'member_model_deflection_segments_z_axis\x18\xd3\x01 \x01(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsZAxisTableH\xb5\x01\x88\x01\x01\x12\x98\x01\n\'member_model_deflection_segments_y_axis\x18\xd4\x01 \x01(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsYAxisTableH\xb6\x01\x88\x01\x01\x12:\n+member_model_design_support_on_member_start\x18\xd5\x01 \x01(\x05H\xb7\x01\x88\x01\x01\x12\x38\n)member_model_design_support_on_member_end\x18\xd6\x01 \x01(\x05H\xb8\x01\x88\x01\x01\x12\xa5\x01\n.member_model_design_supports_on_internal_nodes\x18\xd7\x01 \x01(\x0b\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDesignSupportsOnInternalNodesTableH\xb9\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_z_axis_enabled\x18\xd8\x01 \x01(\x08H\xba\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_y_axis_enabled\x18\xd9\x01 \x01(\x08H\xbb\x01\x88\x01\x01\x12.\n\x1fmember_model_member_type_spring\x18\xda\x01 \x01(\x05H\xbc\x01\x88\x01\x01\x12\x35\n&member_model_member_type_damper_spring\x18\xdb\x01 \x01(\x05H\xbd\x01\x88\x01\x01\x12\x42\n3member_model_member_type_damper_damping_coefficient\x18\xdc\x01 \x01(\x01H\xbe\x01\x88\x01\x01\x12\x86\x01\n member_model_member_tendon_table\x18\xdd\x01 \x01(\x0b\x32U.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelMemberTendonTableH\xbf\x01\x88\x01\x01\x12\x8d\x01\n\x1fmember_model_bim_ifc_properties\x18\xde\x01 \x01(\x0b\x32].dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableH\xc0\x01\x88\x01\x01\x12w\n\x18member_model_tendon_type\x18\xdf\x01 \x01(\x0e\x32N.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelTendonTypeH\xc1\x01\x88\x01\x01\x12/\n member_model_tendon_anchor_start\x18\xe0\x01 \x01(\x05H\xc2\x01\x88\x01\x01\x12-\n\x1emember_model_tendon_anchor_end\x18\xe1\x01 \x01(\x05H\xc3\x01\x88\x01\x01\x12H\n9member_model_has_autoconnect_member_master_objects_active\x18\xe2\x01 \x01(\x08H\xc4\x01\x88\x01\x01\x12\x32\n)member_model_tendon_member_master_objects\x18\xe3\x01 \x03(\x05\x12\x36\n-member_model_tendon_member_set_master_objects\x18\xe4\x01 \x03(\x05\x12\x33\n*member_model_tendon_surface_master_objects\x18\xe5\x01 \x03(\x05\x12H\n9member_model_has_autoconnect_surface_master_object_active\x18\xe6\x01 \x01(\x08H\xc5\x01\x88\x01\x01\x12:\n+member_model_anchor_unbonded_tendon_section\x18\xe7\x01 \x01(\x05H\xc6\x01\x88\x01\x01\x12\x9d\x01\n,member_model_anchor_unbonded_tendon_location\x18\xe8\x01 \x01(\x0e\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelAnchorUnbondedTendonLocationH\xc7\x01\x88\x01\x01\x12P\nAmember_model_anchor_grout_body_bond_length_is_defined_as_relative\x18\xe9\x01 \x01(\x08H\xc8\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_relative\x18\xea\x01 \x01(\x01H\xc9\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_absolute\x18\xeb\x01 \x01(\x01H\xca\x01\x88\x01\x01\x12:\n+member_model_anchor_grout_body_bond_section\x18\xec\x01 \x01(\x05H\xcb\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_resistance_type\x18\xed\x01 \x01(\x05H\xcc\x01\x88\x01\x01\x12(\n\x19member_model_parent_layer\x18\xee\x01 \x01(\x05H\xcd\x01\x88\x01\x01\x12\x35\n&member_model_is_locked_by_parent_layer\x18\xef\x01 \x01(\x08H\xce\x01\x88\x01\x01\x12(\n\x19member_model_is_generated\x18\xf0\x01 \x01(\x08H\xcf\x01\x88\x01\x01\x12\x32\n#member_model_generating_object_info\x18\xf1\x01 \x01(\tH\xd0\x01\x88\x01\x01\x12\"\n\x13member_set_model_no\x18\xf2\x01 \x01(\x05H\xd1\x01\x88\x01\x01\x12\x39\n*member_set_model_user_defined_name_enabled\x18\xf3\x01 \x01(\x08H\xd2\x01\x88\x01\x01\x12$\n\x15member_set_model_name\x18\xf4\x01 \x01(\tH\xd3\x01\x88\x01\x01\x12x\n\x19member_set_model_set_type\x18\xf5\x01 \x01(\x0e\x32N.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelSetTypeH\xd4\x01\x88\x01\x01\x12!\n\x18member_set_model_members\x18\xf6\x01 \x03(\x05\x12&\n\x17member_set_model_length\x18\xf7\x01 \x01(\x01H\xd5\x01\x88\x01\x01\x12N\n\"member_set_model_center_of_gravity\x18\xf8\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xd6\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_x\x18\xf9\x01 \x01(\x01H\xd7\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_y\x18\xfa\x01 \x01(\x01H\xd8\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_z\x18\xfb\x01 \x01(\x01H\xd9\x01\x88\x01\x01\x12(\n\x19member_set_model_position\x18\xfc\x01 \x01(\tH\xda\x01\x88\x01\x01\x12.\n\x1fmember_set_model_position_short\x18\xfd\x01 \x01(\tH\xdb\x01\x88\x01\x01\x12\'\n\x18member_set_model_comment\x18\xfe\x01 \x01(\tH\xdc\x01\x88\x01\x01\x12,\n\x1dmember_set_model_parent_layer\x18\xff\x01 \x01(\x05H\xdd\x01\x88\x01\x01\x12\x39\n*member_set_model_is_locked_by_parent_layer\x18\x80\x02 \x01(\x08H\xde\x01\x88\x01\x01\x12,\n\x1dmember_set_model_is_generated\x18\x81\x02 \x01(\x08H\xdf\x01\x88\x01\x01\x12\x36\n\'member_set_model_generating_object_info\x18\x82\x02 \x01(\tH\xe0\x01\x88\x01\x01\x12;\n,member_set_model_design_properties_activated\x18\x83\x02 \x01(\x08H\xe1\x01\x88\x01\x01\x12&\n\x17member_set_model_volume\x18\x84\x02 \x01(\x01H\xe2\x01\x88\x01\x01\x12$\n\x15member_set_model_mass\x18\x85\x02 \x01(\x01H\xe3\x01\x88\x01\x01\x12\x39\n*member_set_model_member_set_representative\x18\x86\x02 \x01(\x05H\xe4\x01\x88\x01\x01\x12?\n0member_set_model_discontinuous_torsional_warping\x18\x87\x02 \x01(\x08H\xe5\x01\x88\x01\x01\x12\x45\n6member_set_model_design_properties_via_building_object\x18\x88\x02 \x01(\x08H\xe6\x01\x88\x01\x01\x12\x63\n8member_set_model_design_properties_building_model_object\x18\x89\x02 \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\xe7\x01\x88\x01\x01\x12\x42\n3member_set_model_design_properties_via_design_strip\x18\x8a\x02 \x01(\x08H\xe8\x01\x88\x01\x01\x12>\n/member_set_model_design_properties_design_strip\x18\x8b\x02 \x01(\x05H\xe9\x01\x88\x01\x01\x12\x37\n(member_set_model_steel_effective_lengths\x18\x8c\x02 \x01(\x05H\xea\x01\x88\x01\x01\x12\x39\n*member_set_model_steel_boundary_conditions\x18\x8d\x02 \x01(\x05H\xeb\x01\x88\x01\x01\x12\x45\n6member_set_model_steel_member_local_section_reductions\x18\x8e\x02 \x01(\x05H\xec\x01\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_uls_configuration\x18\x8f\x02 \x01(\x05H\xed\x01\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_sls_configuration\x18\x90\x02 \x01(\x05H\xee\x01\x88\x01\x01\x12\x44\n5member_set_model_member_steel_design_fr_configuration\x18\x91\x02 \x01(\x05H\xef\x01\x88\x01\x01\x12I\n:member_set_model_member_steel_design_seismic_configuration\x18\x92\x02 \x01(\x05H\xf0\x01\x88\x01\x01\x12:\n+member_set_model_aluminum_effective_lengths\x18\x93\x02 \x01(\x05H\xf1\x01\x88\x01\x01\x12<\n-member_set_model_aluminum_boundary_conditions\x18\x94\x02 \x01(\x05H\xf2\x01\x88\x01\x01\x12H\n9member_set_model_aluminum_member_local_section_reductions\x18\x95\x02 \x01(\x05H\xf3\x01\x88\x01\x01\x12?\n0member_set_model_aluminum_member_transverse_weld\x18\x96\x02 \x01(\x05H\xf4\x01\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_uls_configuration\x18\x97\x02 \x01(\x05H\xf5\x01\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_sls_configuration\x18\x98\x02 \x01(\x05H\xf6\x01\x88\x01\x01\x12G\n8member_set_model_member_aluminum_design_fr_configuration\x18\x99\x02 \x01(\x05H\xf7\x01\x88\x01\x01\x12\xaf\x01\n3member_set_model_concrete_shear_reinforcement_spans\x18\x9a\x02 \x01(\x0b\x32k.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansTableH\xf8\x01\x88\x01\x01\x12\xbd\x01\n:member_set_model_concrete_longitudinal_reinforcement_items\x18\x9b\x02 \x01(\x0b\x32r.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsTableH\xf9\x01\x88\x01\x01\x12p\namember_set_model_member_set_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabled\x18\x9c\x02 \x01(\x08H\xfa\x01\x88\x01\x01\x12\x43\n4member_set_model_concrete_cover_user_defined_enabled\x18\x9d\x02 \x01(\x08H\xfb\x01\x88\x01\x01\x12Q\nBmember_set_model_concrete_cover_different_at_section_sides_enabled\x18\x9e\x02 \x01(\x08H\xfc\x01\x88\x01\x01\x12.\n\x1fmember_set_model_concrete_cover\x18\x9f\x02 \x01(\x01H\xfd\x01\x88\x01\x01\x12\x32\n#member_set_model_concrete_cover_top\x18\xa0\x02 \x01(\x01H\xfe\x01\x88\x01\x01\x12\x35\n&member_set_model_concrete_cover_bottom\x18\xa1\x02 \x01(\x01H\xff\x01\x88\x01\x01\x12\x33\n$member_set_model_concrete_cover_left\x18\xa2\x02 \x01(\x01H\x80\x02\x88\x01\x01\x12\x34\n%member_set_model_concrete_cover_right\x18\xa3\x02 \x01(\x01H\x81\x02\x88\x01\x01\x12,\n#member_set_model_concrete_cover_min\x18\xa4\x02 \x03(\x01\x12\x30\n\'member_set_model_concrete_cover_min_top\x18\xa5\x02 \x03(\x01\x12\x33\n*member_set_model_concrete_cover_min_bottom\x18\xa6\x02 \x03(\x01\x12\x31\n(member_set_model_concrete_cover_min_left\x18\xa7\x02 \x03(\x01\x12\x32\n)member_set_model_concrete_cover_min_right\x18\xa8\x02 \x03(\x01\x12\x33\n$member_set_model_concrete_durability\x18\xa9\x02 \x01(\x05H\x82\x02\x88\x01\x01\x12\x37\n(member_set_model_concrete_durability_top\x18\xaa\x02 \x01(\x05H\x83\x02\x88\x01\x01\x12:\n+member_set_model_concrete_durability_bottom\x18\xab\x02 \x01(\x05H\x84\x02\x88\x01\x01\x12\x38\n)member_set_model_concrete_durability_left\x18\xac\x02 \x01(\x05H\x85\x02\x88\x01\x01\x12\x39\n*member_set_model_concrete_durability_right\x18\xad\x02 \x01(\x05H\x86\x02\x88\x01\x01\x12:\n+member_set_model_concrete_effective_lengths\x18\xae\x02 \x01(\x05H\x87\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_uls_configuration\x18\xaf\x02 \x01(\x05H\x88\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_sls_configuration\x18\xb0\x02 \x01(\x05H\x89\x02\x88\x01\x01\x12G\n8member_set_model_member_concrete_design_fr_configuration\x18\xb1\x02 \x01(\x05H\x8a\x02\x88\x01\x01\x12L\n=member_set_model_member_concrete_design_seismic_configuration\x18\xb2\x02 \x01(\x05H\x8b\x02\x88\x01\x01\x12\x38\n)member_set_model_timber_effective_lengths\x18\xb3\x02 \x01(\x05H\x8c\x02\x88\x01\x01\x12;\n,member_set_model_service_class_timber_design\x18\xb4\x02 \x01(\x05H\x8d\x02\x88\x01\x01\x12<\n-member_set_model_moisture_class_timber_design\x18\xb5\x02 \x01(\x05H\x8e\x02\x88\x01\x01\x12@\n1member_set_model_service_conditions_timber_design\x18\xb6\x02 \x01(\x05H\x8f\x02\x88\x01\x01\x12?\n0member_set_model_timber_local_section_reductions\x18\xb7\x02 \x01(\x05H\x90\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_uls_configuration\x18\xb8\x02 \x01(\x05H\x91\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_sls_configuration\x18\xb9\x02 \x01(\x05H\x92\x02\x88\x01\x01\x12\x45\n6member_set_model_member_timber_design_fr_configuration\x18\xba\x02 \x01(\x05H\x93\x02\x88\x01\x01\x12\'\n\x18member_set_model_support\x18\xbb\x02 \x01(\x05H\x94\x02\x88\x01\x01\x12;\n,member_set_model_member_transverse_stiffener\x18\xbc\x02 \x01(\x05H\x95\x02\x88\x01\x01\x12\x35\n&member_set_model_member_diagonal_brace\x18\xbd\x02 \x01(\x05H\x96\x02\x88\x01\x01\x12/\n member_set_model_member_openings\x18\xbe\x02 \x01(\x05H\x97\x02\x88\x01\x01\x12=\n.member_set_model_stress_analysis_configuration\x18\xbf\x02 \x01(\x05H\x98\x02\x88\x01\x01\x12\x9b\x01\n+member_set_model_deflection_check_direction\x18\xc0\x02 \x01(\x0e\x32_.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDirectionH\x99\x02\x88\x01\x01\x12\xb4\x01\n8member_set_model_deflection_check_displacement_reference\x18\xc1\x02 \x01(\x0e\x32k.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDisplacementReferenceH\x9a\x02\x88\x01\x01\x12\x9f\x01\n+member_set_model_deflection_segments_z_axis\x18\xc2\x02 \x01(\x0b\x32\x63.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsZAxisTableH\x9b\x02\x88\x01\x01\x12\x9f\x01\n+member_set_model_deflection_segments_y_axis\x18\xc3\x02 \x01(\x0b\x32\x63.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsYAxisTableH\x9c\x02\x88\x01\x01\x12\x42\n3member_set_model_design_support_on_member_set_start\x18\xc4\x02 \x01(\x05H\x9d\x02\x88\x01\x01\x12@\n1member_set_model_design_support_on_member_set_end\x18\xc5\x02 \x01(\x05H\x9e\x02\x88\x01\x01\x12\xac\x01\n2member_set_model_design_supports_on_internal_nodes\x18\xc6\x02 \x01(\x0b\x32i.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDesignSupportsOnInternalNodesTableH\x9f\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_z_axis_enabled\x18\xc7\x02 \x01(\x08H\xa0\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_y_axis_enabled\x18\xc8\x02 \x01(\x08H\xa1\x02\x88\x01\x01\x12\x8d\x01\n$member_set_model_member_tendon_table\x18\xc9\x02 \x01(\x0b\x32X.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelMemberTendonTableH\xa2\x02\x88\x01\x01\x12\x11\n\x02no\x18\xca\x02 \x01(\x05H\xa3\x02\x88\x01\x01\x12(\n\x19user_defined_name_enabled\x18\xcb\x02 \x01(\x08H\xa4\x02\x88\x01\x01\x12\x13\n\x04name\x18\xcc\x02 \x01(\tH\xa5\x02\x88\x01\x01\x12\x14\n\x0bmember_sets\x18\xcd\x02 \x03(\x05\x12\x16\n\x07\x63omment\x18\xce\x02 \x01(\tH\xa6\x02\x88\x01\x01\x12$\n\x15number_of_member_sets\x18\xcf\x02 \x01(\x05H\xa7\x02\x88\x01\x01\x12 \n\x11number_of_members\x18\xd0\x02 \x01(\x05H\xa8\x02\x88\x01\x01\x12\x1a\n\x0bsection_ids\x18\xd1\x02 \x01(\tH\xa9\x02\x88\x01\x01\x12\x1b\n\x0ctotal_length\x18\xd2\x02 \x01(\x01H\xaa\x02\x88\x01\x01\x12\x1b\n\x0ctotal_volume\x18\xd3\x02 \x01(\x01H\xab\x02\x88\x01\x01\x12\x19\n\ntotal_mass\x18\xd4\x02 \x01(\x01H\xac\x02\x88\x01\x01\x12\'\n\x18total_surface_of_coating\x18\xd5\x02 \x01(\x01H\xad\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_x\x18\xd6\x02 \x01(\x01H\xae\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_y\x18\xd7\x02 \x01(\x01H\xaf\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_z\x18\xd8\x02 \x01(\x01H\xb0\x02\x88\x01\x01\x12\x8e\x01\n!concrete_shear_reinforcement_span\x18\xd9\x02 \x01(\x0b\x32\\.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanTableH\xb1\x02\x88\x01\x01\x12\x9c\x01\n(concrete_longitudinal_reinforcement_span\x18\xda\x02 \x01(\x0b\x32\x63.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanTableH\xb2\x02\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xdb\x02 \x01(\tH\xb3\x02\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xdc\x02 \x01(\tH\xb4\x02\x88\x01\x01\x1a\x89\x01\n MemberModelFlangeDimensionsTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow\x1a\xed\r\n\x1eMemberModelFlangeDimensionsRow\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\xa4\x01\n reference_length_definition_type\x18\x05 \x01(\x0e\x32u.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.ReferenceLengthDefinitionTypeH\x04\x88\x01\x01\x12\x1d\n\x10reference_length\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x91\x01\n\x16reference_length_width\x18\x07 \x01(\x0e\x32l.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.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\x12\x92\x01\n\x16\x64istribution_linearity\x18\x0e \x01(\x0e\x32m.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.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\x1a\x97\x01\n\'MemberModelNodesOnMemberAssignmentTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentRow\x1a\xb2\x03\n%MemberModelNodesOnMemberAssignmentRow\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\x80\x01\n\treference\x18\x04 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentRow.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\xa7\x01\n/MemberModelConcreteShearReinforcementSpansTable\x12t\n\x04rows\x18\x01 \x03(\x0b\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow\x1a\xe8O\n-MemberModelConcreteShearReinforcementSpansRow\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\x12\x8d\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32r.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xa9\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x7f.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xad\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xad\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xac\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xac\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xb2\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\x9a\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32x.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xb5\x01\n6MemberModelConcreteLongitudinalReinforcementItemsTable\x12{\n\x04rows\x18\x01 \x03(\x0b\x32m.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow\x1a\xbf\xf1\x02\n4MemberModelConcreteLongitudinalReinforcementItemsRow\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\x12\x90\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32w.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd0\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x95\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd3\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd3\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc2\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xcd\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe4\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x9e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe7\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xe7\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd6\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xea\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa1\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xed\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xed\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xdc\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe3\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x9e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe6\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe6\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd5\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc2\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x8e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc5\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x8f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc5\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x8f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb4\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc6\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc9\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x91\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xc9\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x91\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb8\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8b\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb1\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb4\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x87\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xbb\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xaa\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xc0\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xbd\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8b\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xcd\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xc9\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb3\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xaf\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\x1a\x97\x01\n\'MemberModelDeflectionSegmentsZAxisTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsZAxisRow\x1a\xfb\x01\n%MemberModelDeflectionSegmentsZAxisRow\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\x97\x01\n\'MemberModelDeflectionSegmentsYAxisTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsYAxisRow\x1a\xfb\x01\n%MemberModelDeflectionSegmentsYAxisRow\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\xa3\x01\n-MemberModelDesignSupportsOnInternalNodesTable\x12r\n\x04rows\x18\x01 \x03(\x0b\x32\x64.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDesignSupportsOnInternalNodesRow\x1a\xbb\x01\n+MemberModelDesignSupportsOnInternalNodesRow\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\x86\x01\n\x1cMemberModelMemberTendonTable\x12\x66\n\x04rows\x18\x01 \x03(\x0b\x32X.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelMemberTendonTableRow\x1a\x91\x01\n\x1fMemberModelMemberTendonTableRow\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\x1a\x96\x01\n$MemberModelBimIfcPropertiesTreeTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRow\x1a\xed\x01\n\'MemberModelBimIfcPropertiesTreeTableRow\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\x12n\n\x04rows\x18\x04 \x03(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRowB\x06\n\x04_keyB\x07\n\x05_nameB\x08\n\x06_value\x1a\xad\x01\n2MemberSetModelConcreteShearReinforcementSpansTable\x12w\n\x04rows\x18\x01 \x03(\x0b\x32i.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow\x1a\x84P\n0MemberSetModelConcreteShearReinforcementSpansRow\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\x12\x90\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32u.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xad\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xb0\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xb0\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xaf\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xaf\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xb5\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\x9d\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32{.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xbb\x01\n9MemberSetModelConcreteLongitudinalReinforcementItemsTable\x12~\n\x04rows\x18\x01 \x03(\x0b\x32p.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow\x1a\xae\xf2\x02\n7MemberSetModelConcreteLongitudinalReinforcementItemsRow\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\x12\x93\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd3\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x98\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd6\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd6\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc5\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd0\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xe7\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\xa1\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xea\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xea\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd9\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x9c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xed\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa4\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xf0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa5\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xf0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa5\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xdf\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xe6\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\xa1\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xe9\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe9\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd8\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x9c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc5\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x91\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc8\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc8\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb7\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x8c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc9\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xcc\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x94\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xcc\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x94\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xbb\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb4\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb7\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xbe\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x8d\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xad\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xc3\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc0\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xd0\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x95\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xcc\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb6\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb2\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x87\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\x1a\x9d\x01\n*MemberSetModelDeflectionSegmentsZAxisTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsZAxisRow\x1a\xfe\x01\n(MemberSetModelDeflectionSegmentsZAxisRow\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\x9d\x01\n*MemberSetModelDeflectionSegmentsYAxisTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsYAxisRow\x1a\xfe\x01\n(MemberSetModelDeflectionSegmentsYAxisRow\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\xa9\x01\n0MemberSetModelDesignSupportsOnInternalNodesTable\x12u\n\x04rows\x18\x01 \x03(\x0b\x32g.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDesignSupportsOnInternalNodesRow\x1a\xbe\x01\n.MemberSetModelDesignSupportsOnInternalNodesRow\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\x8c\x01\n\x1fMemberSetModelMemberTendonTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelMemberTendonTableRow\x1a\x94\x01\n\"MemberSetModelMemberTendonTableRow\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\x1a\x8f\x01\n#ConcreteShearReinforcementSpanTable\x12h\n\x04rows\x18\x01 \x03(\x0b\x32Z.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow\x1a\xf7N\n!ConcreteShearReinforcementSpanRow\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\x12\x81\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9d\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32s.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\xa0\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32t.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xa0\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32t.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9f\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32v.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9f\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32t.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\xa5\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32w.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x8e\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32l.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9d\x01\n*ConcreteLongitudinalReinforcementSpanTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow\x1a\xfa\xed\x02\n(ConcreteLongitudinalReinforcementSpanRow\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\x12\x84\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32k.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc4\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc7\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xc7\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb6\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc1\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x87\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xd8\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xdb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xdb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xca\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x8d\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xde\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\x95\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xe1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xe1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xd0\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xd7\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xda\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xda\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc9\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x8d\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb6\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb9\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xb9\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa7\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32}.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xba\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xbd\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xbd\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xab\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x7f.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa4\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32z.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa7\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32{.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xae\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32~.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\x9d\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32v.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xb4\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb0\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x7f.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xc1\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xbd\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa6\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa2\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32x.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\"\x85\x05\n\x0fMemberModelType\x12\x1d\n\x19MEMBER_MODEL_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16MEMBER_MODEL_TYPE_BEAM\x10\x01\x12\x1e\n\x1aMEMBER_MODEL_TYPE_BUCKLING\x10\x08\x12\x1b\n\x17MEMBER_MODEL_TYPE_CABLE\x10\t\x12&\n\"MEMBER_MODEL_TYPE_CABLE_ON_PULLEYS\x10\n\x12!\n\x1dMEMBER_MODEL_TYPE_COMPRESSION\x10\x07\x12*\n&MEMBER_MODEL_TYPE_COUPLING_HINGE_HINGE\x10\x18\x12*\n&MEMBER_MODEL_TYPE_COUPLING_HINGE_RIGID\x10\x17\x12*\n&MEMBER_MODEL_TYPE_COUPLING_RIGID_HINGE\x10\x16\x12*\n&MEMBER_MODEL_TYPE_COUPLING_RIGID_RIGID\x10\x15\x12\x1c\n\x18MEMBER_MODEL_TYPE_DAMPER\x10\x1a\x12)\n%MEMBER_MODEL_TYPE_DEFINABLE_STIFFNESS\x10\x14\x12\x1b\n\x17MEMBER_MODEL_TYPE_JOIST\x10\x10\x12\x1b\n\x17MEMBER_MODEL_TYPE_RIGID\x10\x02\x12\x1c\n\x18MEMBER_MODEL_TYPE_SPRING\x10\x19\x12\x1d\n\x19MEMBER_MODEL_TYPE_TENSION\x10\x06\x12\x1b\n\x17MEMBER_MODEL_TYPE_TRUSS\x10\x04\x12\"\n\x1eMEMBER_MODEL_TYPE_TRUSS_ONLY_N\x10\x05\"\xd5\t\n\"MemberModelSectionDistributionType\x12\x32\n.MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_UNIFORM\x10\x00\x12\x31\n-MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_CURVED\x10\x07\x12;\n7MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_FISH_BEAM_LINEAR\x10\x0e\x12>\n:MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_FISH_BEAM_PARABOLIC\x10\r\x12\x31\n-MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_LINEAR\x10\x01\x12/\n+MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_NONE\x10\x05\x12?\n;MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_OFFSET_AT_BOTH_SIDES\x10\x08\x12\x42\n>MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_OFFSET_AT_END_OF_MEMBER\x10\n\x12\x44\n@MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_OFFSET_AT_START_OF_MEMBER\x10\t\x12U\nQMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_CONSTANT_HEIGHT\x10\x0b\x12U\nQMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_VARIABLE_HEIGHT\x10\x0c\x12\x31\n-MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_SADDLE\x10\x06\x12K\nGMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_BOTH_SIDES\x10\x0f\x12N\nJMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_END_OF_MEMBER\x10\x11\x12P\nLMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_START_OF_MEMBER\x10\x10\x12@\n<MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AT_BOTH_SIDES\x10\x02\x12\x43\n?MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AT_END_OF_MEMBER\x10\x04\x12\x45\nAMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AT_START_OF_MEMBER\x10\x03\"\xa9\x01\n\x18MemberModelReferenceType\x12!\n\x1dMEMBER_MODEL_REFERENCE_TYPE_L\x10\x00\x12\"\n\x1eMEMBER_MODEL_REFERENCE_TYPE_XY\x10\x01\x12\"\n\x1eMEMBER_MODEL_REFERENCE_TYPE_XZ\x10\x02\x12\"\n\x1eMEMBER_MODEL_REFERENCE_TYPE_YZ\x10\x03\"r\n\x14MemberModelJoistType\x12#\n\x1fMEMBER_MODEL_JOIST_TYPE_UNKNOWN\x10\x00\x12\x35\n1MEMBER_MODEL_JOIST_TYPE_STEEL_JOIST_INSTITUTE_SJI\x10\x01\"\x9b\x07\n\x16MemberModelJoistSeries\x12%\n!MEMBER_MODEL_JOIST_SERIES_UNKNOWN\x10\x00\x12\x35\n1MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_ASD_IMPERIAL\x10\x0e\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_ASD_METRIC\x10\x11\x12\x36\n2MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_LRFD_IMPERIAL\x10\x03\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_LRFD_METRIC\x10\n\x12\x35\n1MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_ASD_IMPERIAL\x10\x08\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_ASD_METRIC\x10\t\x12\x36\n2MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_LRFD_IMPERIAL\x10\x0b\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_LRFD_METRIC\x10\x07\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_K_SERIES_ASD_IMPERIAL\x10\x04\x12\x31\n-MEMBER_MODEL_JOIST_SERIES_K_SERIES_ASD_METRIC\x10\x06\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_K_SERIES_LRFD_IMPERIAL\x10\x01\x12\x32\n.MEMBER_MODEL_JOIST_SERIES_K_SERIES_LRFD_METRIC\x10\x05\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_LH_SERIES_ASD_IMPERIAL\x10\x10\x12\x32\n.MEMBER_MODEL_JOIST_SERIES_LH_SERIES_ASD_METRIC\x10\x0f\x12\x35\n1MEMBER_MODEL_JOIST_SERIES_LH_SERIES_LRFD_IMPERIAL\x10\x02\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_LH_SERIES_LRFD_METRIC\x10\r\"\xa6\x02\n!MemberModelMemberTypeRibAlignment\x12=\n9MEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_NEGATIVE\x10\x00\x12\x32\n.MEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_CENTRIC\x10\x01\x12=\n9MEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_POSITIVE\x10\x02\x12O\nKMEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_USER_DEFINED_VIA_MEMBER_ECCENTRICITY\x10\x03\"\xfb\x02\n/MemberModelResultBeamIntegrateStressesAndForces\x12R\nNMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12V\nRMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12P\nLMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12J\nFMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\x80\x03\n0MemberModelDesignStripIntegrateStressesAndForces\x12S\nOMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12W\nSMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12Q\nMMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12K\nGMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xf6\x02\n.MemberModelShearWallIntegrateStressesAndForces\x12Q\nMMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12U\nQMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12O\nKMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12I\nEMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xf1\x02\n-MemberModelDeepBeamIntegrateStressesAndForces\x12P\nLMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12T\nPMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12N\nJMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12H\nDMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xfb\x02\n/MemberModelResultLineIntegrateStressesAndForces\x12R\nNMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12V\nRMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12P\nLMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12J\nFMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\x9c\x01\n\x1bMemberModelSectionAlignment\x12&\n\"MEMBER_MODEL_SECTION_ALIGNMENT_TOP\x10\x00\x12)\n%MEMBER_MODEL_SECTION_ALIGNMENT_BOTTOM\x10\x02\x12*\n&MEMBER_MODEL_SECTION_ALIGNMENT_CENTRIC\x10\x01\"\x94\x01\n\x19MemberModelGrainAlignment\x12$\n MEMBER_MODEL_GRAIN_ALIGNMENT_TOP\x10\x00\x12\'\n#MEMBER_MODEL_GRAIN_ALIGNMENT_BOTTOM\x10\x02\x12(\n$MEMBER_MODEL_GRAIN_ALIGNMENT_CENTRIC\x10\x01\"\x8d\x02\n&MemberModelCurvedMemberCantileversType\x12:\n6MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_HORIZONTAL\x10\x00\x12\x36\n2MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_OFFSET\x10\x03\x12\x38\n4MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_PARALLEL\x10\x01\x12\x35\n1MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_TAPER\x10\x02\"\x93\x01\n$MemberModelRotationSpecificationType\x12\x35\n1MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x34\n0MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"\x8e\x01\n\x1cMemberModelRotationPlaneType\x12\x36\n2MEMBER_MODEL_ROTATION_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12\x36\n2MEMBER_MODEL_ROTATION_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"\x99\x01\n&MemberModelNodesOnMemberDefinitionType\x12\x36\n2MEMBER_MODEL_NODES_ON_MEMBER_DEFINITION_TYPE_TABLE\x10\x00\x12\x37\n3MEMBER_MODEL_NODES_ON_MEMBER_DEFINITION_TYPE_STRING\x10\x01\"\xde\x01\n!MemberModelNodesOnMemberReference\x12,\n(MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_L\x10\x00\x12-\n)MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_XY\x10\x01\x12-\n)MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_XZ\x10\x02\x12-\n)MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_YZ\x10\x03\"\x8f\x01\n\x1fMemberModelNodesOnMemberStartAt\x12\x36\n2MEMBER_MODEL_NODES_ON_MEMBER_START_AT_MEMBER_START\x10\x00\x12\x34\n0MEMBER_MODEL_NODES_ON_MEMBER_START_AT_MEMBER_END\x10\x01\"\xe7\x03\n#MemberModelDeflectionCheckDirection\x12\x38\n4MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z\x10\x00\x12\x42\n>MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Y\x10\x05\x12\x42\n>MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z\x10\x04\x12H\nDMEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z_AND_Y\x10\x06\x12\x38\n4MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Y\x10\x01\x12>\n:MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z_AND_Y\x10\x02\x12:\n6MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_RESULTING_AXIS\x10\x03\"\xd6\x01\n/MemberModelDeflectionCheckDisplacementReference\x12N\nJMEMBER_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_SEGMENT_ENDS\x10\x00\x12S\nOMEMBER_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_UNDEFORMED_SYSTEM\x10\x01\"\xd6\x01\n\x15MemberModelTendonType\x12*\n&MEMBER_MODEL_TENDON_TYPE_REINFORCEMENT\x10\x00\x12\x31\n-MEMBER_MODEL_TENDON_TYPE_POSTTENSIONED_BONDED\x10\x01\x12\x33\n/MEMBER_MODEL_TENDON_TYPE_POSTTENSIONED_UNBONDED\x10\x02\x12)\n%MEMBER_MODEL_TENDON_TYPE_PRETENSIONED\x10\x03\"\x9b\x01\n\'MemberModelAnchorUnbondedTendonLocation\x12\x38\n4MEMBER_MODEL_ANCHOR_UNBONDED_TENDON_LOCATION_START_I\x10\x00\x12\x36\n2MEMBER_MODEL_ANCHOR_UNBONDED_TENDON_LOCATION_END_J\x10\x01\"f\n\x15MemberSetModelSetType\x12(\n$MEMBER_SET_MODEL_SET_TYPE_CONTINUOUS\x10\x00\x12#\n\x1fMEMBER_SET_MODEL_SET_TYPE_GROUP\x10\x01\"\x86\x04\n&MemberSetModelDeflectionCheckDirection\x12<\n8MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z\x10\x00\x12\x46\nBMEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Y\x10\x05\x12\x46\nBMEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z\x10\x04\x12L\nHMEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z_AND_Y\x10\x06\x12<\n8MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Y\x10\x01\x12\x42\n>MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z_AND_Y\x10\x02\x12>\n:MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_RESULTING_AXIS\x10\x03\"\xe1\x01\n2MemberSetModelDeflectionCheckDisplacementReference\x12R\nNMEMBER_SET_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_SEGMENT_ENDS\x10\x00\x12W\nSMEMBER_SET_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_UNDEFORMED_SYSTEM\x10\x01\x42\x12\n\x10_member_model_noB\x14\n\x12_member_model_typeB&\n$_member_model_activate_load_transferB.\n,_member_model_is_deactivated_for_calculationB)\n\'_member_model_section_distribution_typeB\x1e\n\x1c_member_model_reference_typeB\x1a\n\x18_member_model_node_startB\x18\n\x16_member_model_node_endB!\n\x1f_member_model_analytical_lengthB!\n\x1f_member_model_analytical_volumeB\x1f\n\x1d_member_model_analytical_massB-\n+_member_model_analytical_surface_of_coatingB,\n*_member_model_analytical_center_of_gravityB.\n,_member_model_analytical_center_of_gravity_xB.\n,_member_model_analytical_center_of_gravity_yB.\n,_member_model_analytical_center_of_gravity_zB\x16\n\x14_member_model_lengthB\x16\n\x14_member_model_volumeB\x14\n\x12_member_model_massB\"\n _member_model_surface_of_coatingB!\n\x1f_member_model_center_of_gravityB#\n!_member_model_center_of_gravity_xB#\n!_member_model_center_of_gravity_yB#\n!_member_model_center_of_gravity_zB\x18\n\x16_member_model_positionB\x1e\n\x1c_member_model_position_shortB%\n#_member_model_member_representativeB,\n*_member_model_design_properties_via_memberB7\n5_member_model_design_properties_via_parent_member_setB3\n1_member_model_design_properties_parent_member_setB5\n3_member_model_design_properties_via_building_objectB7\n5_member_model_design_properties_building_object_ownerB2\n0_member_model_design_properties_via_design_stripB4\n2_member_model_design_properties_design_strip_ownerB\x17\n\x15_member_model_commentB(\n&_member_model_is_member_weight_enabledB\x1d\n\x1b_member_model_member_weightB\x1a\n\x18_member_model_joist_typeB\x1c\n\x1a_member_model_joist_seriesB\x1f\n\x1d_member_model_max_joist_depthB)\n\'_member_model_member_type_rib_alignmentB=\n;_member_model_align_local_z_axis_to_local_z_axis_of_surfaceB!\n\x1f_member_model_flange_dimensionsB&\n$_member_model_synchronize_width_modeB\'\n%_member_model_relative_ordinates_modeB/\n-_member_model_member_type_definable_stiffnessB9\n7_member_model_result_beam_integrate_stresses_and_forcesB\x1f\n\x1d_member_model_result_beam_y_zB\"\n _member_model_result_beam_y_plusB\"\n _member_model_result_beam_z_plusB#\n!_member_model_result_beam_y_minusB#\n!_member_model_result_beam_z_minusB\"\n _member_model_result_beam_radiusB0\n._member_model_result_beam_include_all_surfacesB5\n3_member_model_result_beam_include_all_surface_cellsB.\n,_member_model_result_beam_include_all_solidsB/\n-_member_model_result_beam_include_all_membersB:\n8_member_model_design_strip_integrate_stresses_and_forcesB \n\x1e_member_model_design_strip_y_zB#\n!_member_model_design_strip_y_plusB#\n!_member_model_design_strip_z_plusB$\n\"_member_model_design_strip_y_minusB$\n\"_member_model_design_strip_z_minusB#\n!_member_model_design_strip_radiusB8\n6_member_model_shear_wall_integrate_stresses_and_forcesB\x1e\n\x1c_member_model_shear_wall_y_zB!\n\x1f_member_model_shear_wall_y_plusB!\n\x1f_member_model_shear_wall_z_plusB\"\n _member_model_shear_wall_y_minusB\"\n _member_model_shear_wall_z_minusB!\n\x1f_member_model_shear_wall_radiusB7\n5_member_model_deep_beam_integrate_stresses_and_forcesB\x1d\n\x1b_member_model_deep_beam_y_zB \n\x1e_member_model_deep_beam_y_plusB \n\x1e_member_model_deep_beam_z_plusB!\n\x1f_member_model_deep_beam_y_minusB!\n\x1f_member_model_deep_beam_z_minusB \n\x1e_member_model_deep_beam_radiusB9\n7_member_model_result_line_integrate_stresses_and_forcesB\x1f\n\x1d_member_model_result_line_y_zB\"\n _member_model_result_line_y_plusB\"\n _member_model_result_line_z_plusB#\n!_member_model_result_line_y_minusB#\n!_member_model_result_line_z_minusB\"\n _member_model_result_line_radiusB0\n._member_model_result_line_include_all_surfacesB5\n3_member_model_result_line_include_all_surface_cellsB.\n,_member_model_result_line_include_all_solidsB/\n-_member_model_result_line_include_all_membersB \n\x1e_member_model_projected_lengthBB\n@_member_model_section_distance_from_start_is_defined_as_relativeB4\n2_member_model_section_distance_from_start_absoluteB4\n2_member_model_section_distance_from_start_relativeB@\n>_member_model_section_distance_from_end_is_defined_as_relativeB2\n0_member_model_section_distance_from_end_absoluteB2\n0_member_model_section_distance_from_end_relativeB!\n\x1f_member_model_section_alignmentB\x1f\n\x1d_member_model_grain_alignmentB2\n0_member_model_curved_member_is_asymmetric_layoutB,\n*_member_model_curved_member_is_cantileversB.\n,_member_model_curved_member_cantilevers_typeB+\n)_member_model_rotation_specification_typeB\x1e\n\x1c_member_model_rotation_angleB\"\n _member_model_rotation_help_nodeB#\n!_member_model_rotation_plane_typeB\x1a\n\x18_member_model_is_rotatedB\x1d\n\x1b_member_model_section_startB\x1b\n\x19_member_model_section_endB \n\x1e_member_model_section_internalB!\n\x1f_member_model_section_taper_endB#\n!_member_model_section_taper_startB \n\x1e_member_model_section_materialB/\n-_member_model_nodes_on_member_definition_typeB*\n(_member_model_nodes_on_member_assignmentB)\n\'_member_model_nodes_on_member_referenceB(\n&_member_model_nodes_on_member_start_atB.\n,_member_model_nodes_on_member_node_distancesB\"\n _member_model_member_hinge_startB \n\x1e_member_model_member_hinge_endB)\n\'_member_model_member_eccentricity_startB\'\n%_member_model_member_eccentricity_endB\x17\n\x15_member_model_supportB+\n)_member_model_member_transverse_stiffenerB%\n#_member_model_member_diagonal_braceB\x1f\n\x1d_member_model_member_openingsB#\n!_member_model_member_nonlinearityB(\n&_member_model_is_active_in_compressionB0\n._member_model_member_result_intermediate_pointB\x1f\n\x1d_member_model_pile_resistanceB*\n(_member_model_concrete_effective_lengthsB\'\n%_member_model_steel_effective_lengthsB(\n&_member_model_timber_effective_lengthsB*\n(_member_model_aluminum_effective_lengthsB2\n0_member_model_concrete_shear_reinforcement_spansB9\n7_member_model_concrete_longitudinal_reinforcement_itemsB3\n1_member_model_concrete_cover_user_defined_enabledBA\n?_member_model_concrete_cover_different_at_section_sides_enabledB\x1e\n\x1c_member_model_concrete_coverB\"\n _member_model_concrete_cover_topB%\n#_member_model_concrete_cover_bottomB#\n!_member_model_concrete_cover_leftB$\n\"_member_model_concrete_cover_rightB#\n!_member_model_concrete_durabilityB\'\n%_member_model_concrete_durability_topB*\n(_member_model_concrete_durability_bottomB(\n&_member_model_concrete_durability_leftB)\n\'_member_model_concrete_durability_rightB)\n\'_member_model_steel_boundary_conditionsB4\n2_member_model_steel_member_local_section_reductionB,\n*_member_model_steel_member_transverse_weldB$\n\"_member_model_timber_service_classB%\n#_member_model_timber_moisture_classB)\n\'_member_model_timber_service_conditionsB5\n3_member_model_timber_member_local_section_reductionB,\n*_member_model_aluminum_boundary_conditionsB7\n5_member_model_aluminum_member_local_section_reductionB/\n-_member_model_aluminum_member_transverse_weldB-\n+_member_model_stress_analysis_configurationB8\n6_member_model_member_aluminum_design_uls_configurationB8\n6_member_model_member_aluminum_design_sls_configurationB7\n5_member_model_member_aluminum_design_fr_configurationB8\n6_member_model_member_concrete_design_uls_configurationB8\n6_member_model_member_concrete_design_sls_configurationB7\n5_member_model_member_concrete_design_fr_configurationB<\n:_member_model_member_concrete_design_seismic_configurationB5\n3_member_model_member_steel_design_uls_configurationB5\n3_member_model_member_steel_design_sls_configurationB4\n2_member_model_member_steel_design_fr_configurationB9\n7_member_model_member_steel_design_seismic_configurationB6\n4_member_model_member_timber_design_uls_configurationB6\n4_member_model_member_timber_design_sls_configurationB5\n3_member_model_member_timber_design_fr_configurationB8\n6_member_model_end_modifications_member_start_extensionB6\n4_member_model_end_modifications_member_start_slope_yB6\n4_member_model_end_modifications_member_start_slope_zB6\n4_member_model_end_modifications_member_end_extensionB4\n2_member_model_end_modifications_member_end_slope_yB4\n2_member_model_end_modifications_member_end_slope_zB)\n\'_member_model_has_any_end_modificationsB*\n(_member_model_deflection_check_directionB7\n5_member_model_deflection_check_displacement_referenceB*\n(_member_model_deflection_segments_z_axisB*\n(_member_model_deflection_segments_y_axisB.\n,_member_model_design_support_on_member_startB,\n*_member_model_design_support_on_member_endB1\n/_member_model_design_supports_on_internal_nodesBA\n?_member_model_deflection_segments_defined_length_z_axis_enabledBA\n?_member_model_deflection_segments_defined_length_y_axis_enabledB\"\n _member_model_member_type_springB)\n\'_member_model_member_type_damper_springB6\n4_member_model_member_type_damper_damping_coefficientB#\n!_member_model_member_tendon_tableB\"\n _member_model_bim_ifc_propertiesB\x1b\n\x19_member_model_tendon_typeB#\n!_member_model_tendon_anchor_startB!\n\x1f_member_model_tendon_anchor_endB<\n:_member_model_has_autoconnect_member_master_objects_activeB<\n:_member_model_has_autoconnect_surface_master_object_activeB.\n,_member_model_anchor_unbonded_tendon_sectionB/\n-_member_model_anchor_unbonded_tendon_locationBD\nB_member_model_anchor_grout_body_bond_length_is_defined_as_relativeB6\n4_member_model_anchor_grout_body_bond_length_relativeB6\n4_member_model_anchor_grout_body_bond_length_absoluteB.\n,_member_model_anchor_grout_body_bond_sectionB6\n4_member_model_anchor_grout_body_bond_resistance_typeB\x1c\n\x1a_member_model_parent_layerB)\n\'_member_model_is_locked_by_parent_layerB\x1c\n\x1a_member_model_is_generatedB&\n$_member_model_generating_object_infoB\x16\n\x14_member_set_model_noB-\n+_member_set_model_user_defined_name_enabledB\x18\n\x16_member_set_model_nameB\x1c\n\x1a_member_set_model_set_typeB\x1a\n\x18_member_set_model_lengthB%\n#_member_set_model_center_of_gravityB\'\n%_member_set_model_center_of_gravity_xB\'\n%_member_set_model_center_of_gravity_yB\'\n%_member_set_model_center_of_gravity_zB\x1c\n\x1a_member_set_model_positionB\"\n _member_set_model_position_shortB\x1b\n\x19_member_set_model_commentB \n\x1e_member_set_model_parent_layerB-\n+_member_set_model_is_locked_by_parent_layerB \n\x1e_member_set_model_is_generatedB*\n(_member_set_model_generating_object_infoB/\n-_member_set_model_design_properties_activatedB\x1a\n\x18_member_set_model_volumeB\x18\n\x16_member_set_model_massB-\n+_member_set_model_member_set_representativeB3\n1_member_set_model_discontinuous_torsional_warpingB9\n7_member_set_model_design_properties_via_building_objectB;\n9_member_set_model_design_properties_building_model_objectB6\n4_member_set_model_design_properties_via_design_stripB2\n0_member_set_model_design_properties_design_stripB+\n)_member_set_model_steel_effective_lengthsB-\n+_member_set_model_steel_boundary_conditionsB9\n7_member_set_model_steel_member_local_section_reductionsB9\n7_member_set_model_member_steel_design_uls_configurationB9\n7_member_set_model_member_steel_design_sls_configurationB8\n6_member_set_model_member_steel_design_fr_configurationB=\n;_member_set_model_member_steel_design_seismic_configurationB.\n,_member_set_model_aluminum_effective_lengthsB0\n._member_set_model_aluminum_boundary_conditionsB<\n:_member_set_model_aluminum_member_local_section_reductionsB3\n1_member_set_model_aluminum_member_transverse_weldB<\n:_member_set_model_member_aluminum_design_uls_configurationB<\n:_member_set_model_member_aluminum_design_sls_configurationB;\n9_member_set_model_member_aluminum_design_fr_configurationB6\n4_member_set_model_concrete_shear_reinforcement_spansB=\n;_member_set_model_concrete_longitudinal_reinforcement_itemsBd\nb_member_set_model_member_set_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabledB7\n5_member_set_model_concrete_cover_user_defined_enabledBE\nC_member_set_model_concrete_cover_different_at_section_sides_enabledB\"\n _member_set_model_concrete_coverB&\n$_member_set_model_concrete_cover_topB)\n\'_member_set_model_concrete_cover_bottomB\'\n%_member_set_model_concrete_cover_leftB(\n&_member_set_model_concrete_cover_rightB\'\n%_member_set_model_concrete_durabilityB+\n)_member_set_model_concrete_durability_topB.\n,_member_set_model_concrete_durability_bottomB,\n*_member_set_model_concrete_durability_leftB-\n+_member_set_model_concrete_durability_rightB.\n,_member_set_model_concrete_effective_lengthsB<\n:_member_set_model_member_concrete_design_uls_configurationB<\n:_member_set_model_member_concrete_design_sls_configurationB;\n9_member_set_model_member_concrete_design_fr_configurationB@\n>_member_set_model_member_concrete_design_seismic_configurationB,\n*_member_set_model_timber_effective_lengthsB/\n-_member_set_model_service_class_timber_designB0\n._member_set_model_moisture_class_timber_designB4\n2_member_set_model_service_conditions_timber_designB3\n1_member_set_model_timber_local_section_reductionsB:\n8_member_set_model_member_timber_design_uls_configurationB:\n8_member_set_model_member_timber_design_sls_configurationB9\n7_member_set_model_member_timber_design_fr_configurationB\x1b\n\x19_member_set_model_supportB/\n-_member_set_model_member_transverse_stiffenerB)\n\'_member_set_model_member_diagonal_braceB#\n!_member_set_model_member_openingsB1\n/_member_set_model_stress_analysis_configurationB.\n,_member_set_model_deflection_check_directionB;\n9_member_set_model_deflection_check_displacement_referenceB.\n,_member_set_model_deflection_segments_z_axisB.\n,_member_set_model_deflection_segments_y_axisB6\n4_member_set_model_design_support_on_member_set_startB4\n2_member_set_model_design_support_on_member_set_endB5\n3_member_set_model_design_supports_on_internal_nodesBE\nC_member_set_model_deflection_segments_defined_length_z_axis_enabledBE\nC_member_set_model_deflection_segments_defined_length_y_axis_enabledB\'\n%_member_set_model_member_tendon_tableB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x18\n\x16_number_of_member_setsB\x14\n\x12_number_of_membersB\x0e\n\x0c_section_idsB\x0f\n\r_total_lengthB\x0f\n\r_total_volumeB\r\n\x0b_total_massB\x1b\n\x19_total_surface_of_coatingB\x1c\n\x1a_total_center_of_gravity_xB\x1c\n\x1a_total_center_of_gravity_yB\x1c\n\x1a_total_center_of_gravity_zB$\n\"_concrete_shear_reinforcement_spanB+\n)_concrete_longitudinal_reinforcement_spanB\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_set_representative.proto\x12\x1f\x64lubal.api.rstab.structure_core\x1a\x1e\x64lubal/api/common/common.proto\x1a dlubal/api/rstab/object_id.proto\"\xad\xe0\r\n\x17MemberSetRepresentative\x12\x1c\n\x0fmember_model_no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12h\n\x11member_model_type\x18\x02 \x01(\x0e\x32H.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelTypeH\x01\x88\x01\x01\x12\x30\n#member_model_activate_load_transfer\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x38\n+member_model_is_deactivated_for_calculation\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x90\x01\n&member_model_section_distribution_type\x18\x05 \x01(\x0e\x32[.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelSectionDistributionTypeH\x04\x88\x01\x01\x12{\n\x1bmember_model_reference_type\x18\x06 \x01(\x0e\x32Q.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelReferenceTypeH\x05\x88\x01\x01\x12\x1a\n\x12member_model_nodes\x18\x07 \x03(\x05\x12$\n\x17member_model_node_start\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\"\n\x15member_model_node_end\x18\t \x01(\x05H\x07\x88\x01\x01\x12+\n\x1emember_model_analytical_length\x18\n \x01(\x01H\x08\x88\x01\x01\x12+\n\x1emember_model_analytical_volume\x18\x0b \x01(\x01H\t\x88\x01\x01\x12)\n\x1cmember_model_analytical_mass\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x37\n*member_model_analytical_surface_of_coating\x18\r \x01(\x01H\x0b\x88\x01\x01\x12S\n)member_model_analytical_center_of_gravity\x18\x0e \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0c\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_x\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_y\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_z\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13member_model_length\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13member_model_volume\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x1e\n\x11member_model_mass\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12,\n\x1fmember_model_surface_of_coating\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12H\n\x1emember_model_center_of_gravity\x18\x16 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x14\x88\x01\x01\x12-\n member_model_center_of_gravity_x\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12-\n member_model_center_of_gravity_y\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12-\n member_model_center_of_gravity_z\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\"\n\x15member_model_position\x18\x1a \x01(\tH\x18\x88\x01\x01\x12(\n\x1bmember_model_position_short\x18\x1b \x01(\tH\x19\x88\x01\x01\x12/\n\"member_model_member_representative\x18\x1c \x01(\x05H\x1a\x88\x01\x01\x12\x36\n)member_model_design_properties_via_member\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\x41\n4member_model_design_properties_via_parent_member_set\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12=\n0member_model_design_properties_parent_member_set\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12?\n2member_model_design_properties_via_building_object\x18 \x01(\x08H\x1e\x88\x01\x01\x12]\n4member_model_design_properties_building_object_owner\x18! \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1f\x88\x01\x01\x12<\n/member_model_design_properties_via_design_strip\x18\" \x01(\x08H \x88\x01\x01\x12>\n1member_model_design_properties_design_strip_owner\x18# \x01(\x05H!\x88\x01\x01\x12!\n\x14member_model_comment\x18$ \x01(\tH\"\x88\x01\x01\x12\x32\n%member_model_is_member_weight_enabled\x18% \x01(\x08H#\x88\x01\x01\x12\'\n\x1amember_model_member_weight\x18& \x01(\x01H$\x88\x01\x01\x12!\n\x19member_model_loaded_nodes\x18\' \x03(\x05\x12#\n\x1bmember_model_excluded_nodes\x18( \x03(\x05\x12s\n\x17member_model_joist_type\x18) \x01(\x0e\x32M.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelJoistTypeH%\x88\x01\x01\x12w\n\x19member_model_joist_series\x18* \x01(\x0e\x32O.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelJoistSeriesH&\x88\x01\x01\x12)\n\x1cmember_model_max_joist_depth\x18+ \x01(\x01H\'\x88\x01\x01\x12\x8f\x01\n&member_model_member_type_rib_alignment\x18, \x01(\x0e\x32Z.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelMemberTypeRibAlignmentH(\x88\x01\x01\x12G\n:member_model_align_local_z_axis_to_local_z_axis_of_surface\x18- \x01(\x08H)\x88\x01\x01\x12\x86\x01\n\x1emember_model_flange_dimensions\x18. \x01(\x0b\x32Y.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsTableH*\x88\x01\x01\x12\x30\n#member_model_synchronize_width_mode\x18/ \x01(\x08H+\x88\x01\x01\x12\x31\n$member_model_relative_ordinates_mode\x18\x30 \x01(\x08H,\x88\x01\x01\x12\x39\n,member_model_member_type_definable_stiffness\x18\x31 \x01(\x05H-\x88\x01\x01\x12\xad\x01\n6member_model_result_beam_integrate_stresses_and_forces\x18\x32 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelResultBeamIntegrateStressesAndForcesH.\x88\x01\x01\x12)\n\x1cmember_model_result_beam_y_z\x18\x33 \x01(\x01H/\x88\x01\x01\x12,\n\x1fmember_model_result_beam_y_plus\x18\x34 \x01(\x01H0\x88\x01\x01\x12,\n\x1fmember_model_result_beam_z_plus\x18\x35 \x01(\x01H1\x88\x01\x01\x12-\n member_model_result_beam_y_minus\x18\x36 \x01(\x01H2\x88\x01\x01\x12-\n member_model_result_beam_z_minus\x18\x37 \x01(\x01H3\x88\x01\x01\x12,\n\x1fmember_model_result_beam_radius\x18\x38 \x01(\x01H4\x88\x01\x01\x12\x31\n)member_model_result_beam_include_surfaces\x18\x39 \x03(\x05\x12:\n-member_model_result_beam_include_all_surfaces\x18: \x01(\x08H5\x88\x01\x01\x12\x36\n.member_model_result_beam_include_surface_cells\x18; \x03(\x05\x12?\n2member_model_result_beam_include_all_surface_cells\x18< \x01(\x08H6\x88\x01\x01\x12/\n\'member_model_result_beam_include_solids\x18= \x03(\x05\x12\x38\n+member_model_result_beam_include_all_solids\x18> \x01(\x08H7\x88\x01\x01\x12\x30\n(member_model_result_beam_include_members\x18? \x03(\x05\x12\x39\n,member_model_result_beam_include_all_members\x18@ \x01(\x08H8\x88\x01\x01\x12\x31\n)member_model_result_beam_exclude_surfaces\x18\x41 \x03(\x05\x12\x36\n.member_model_result_beam_exclude_surface_cells\x18\x42 \x03(\x05\x12/\n\'member_model_result_beam_exclude_solids\x18\x43 \x03(\x05\x12\x30\n(member_model_result_beam_exclude_members\x18\x44 \x03(\x05\x12\xaf\x01\n7member_model_design_strip_integrate_stresses_and_forces\x18\x45 \x01(\x0e\x32i.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDesignStripIntegrateStressesAndForcesH9\x88\x01\x01\x12*\n\x1dmember_model_design_strip_y_z\x18\x46 \x01(\x01H:\x88\x01\x01\x12-\n member_model_design_strip_y_plus\x18G \x01(\x01H;\x88\x01\x01\x12-\n member_model_design_strip_z_plus\x18H \x01(\x01H<\x88\x01\x01\x12.\n!member_model_design_strip_y_minus\x18I \x01(\x01H=\x88\x01\x01\x12.\n!member_model_design_strip_z_minus\x18J \x01(\x01H>\x88\x01\x01\x12-\n member_model_design_strip_radius\x18K \x01(\x01H?\x88\x01\x01\x12\x32\n*member_model_design_strip_include_surfaces\x18L \x03(\x05\x12\xab\x01\n5member_model_shear_wall_integrate_stresses_and_forces\x18M \x01(\x0e\x32g.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelShearWallIntegrateStressesAndForcesH@\x88\x01\x01\x12(\n\x1bmember_model_shear_wall_y_z\x18N \x01(\x01HA\x88\x01\x01\x12+\n\x1emember_model_shear_wall_y_plus\x18O \x01(\x01HB\x88\x01\x01\x12+\n\x1emember_model_shear_wall_z_plus\x18P \x01(\x01HC\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_y_minus\x18Q \x01(\x01HD\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_z_minus\x18R \x01(\x01HE\x88\x01\x01\x12+\n\x1emember_model_shear_wall_radius\x18S \x01(\x01HF\x88\x01\x01\x12\x30\n(member_model_shear_wall_include_surfaces\x18T \x03(\x05\x12\x35\n-member_model_shear_wall_include_surface_cells\x18U \x03(\x05\x12\xa9\x01\n4member_model_deep_beam_integrate_stresses_and_forces\x18V \x01(\x0e\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeepBeamIntegrateStressesAndForcesHG\x88\x01\x01\x12\'\n\x1amember_model_deep_beam_y_z\x18W \x01(\x01HH\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_y_plus\x18X \x01(\x01HI\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_z_plus\x18Y \x01(\x01HJ\x88\x01\x01\x12+\n\x1emember_model_deep_beam_y_minus\x18Z \x01(\x01HK\x88\x01\x01\x12+\n\x1emember_model_deep_beam_z_minus\x18[ \x01(\x01HL\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_radius\x18\\ \x01(\x01HM\x88\x01\x01\x12/\n\'member_model_deep_beam_include_surfaces\x18] \x03(\x05\x12\x34\n,member_model_deep_beam_include_surface_cells\x18^ \x03(\x05\x12\xad\x01\n6member_model_result_line_integrate_stresses_and_forces\x18_ \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelResultLineIntegrateStressesAndForcesHN\x88\x01\x01\x12)\n\x1cmember_model_result_line_y_z\x18` \x01(\x01HO\x88\x01\x01\x12,\n\x1fmember_model_result_line_y_plus\x18\x61 \x01(\x01HP\x88\x01\x01\x12,\n\x1fmember_model_result_line_z_plus\x18\x62 \x01(\x01HQ\x88\x01\x01\x12-\n member_model_result_line_y_minus\x18\x63 \x01(\x01HR\x88\x01\x01\x12-\n member_model_result_line_z_minus\x18\x64 \x01(\x01HS\x88\x01\x01\x12,\n\x1fmember_model_result_line_radius\x18\x65 \x01(\x01HT\x88\x01\x01\x12\x31\n)member_model_result_line_include_surfaces\x18\x66 \x03(\x05\x12:\n-member_model_result_line_include_all_surfaces\x18g \x01(\x08HU\x88\x01\x01\x12\x36\n.member_model_result_line_include_surface_cells\x18h \x03(\x05\x12?\n2member_model_result_line_include_all_surface_cells\x18i \x01(\x08HV\x88\x01\x01\x12/\n\'member_model_result_line_include_solids\x18j \x03(\x05\x12\x38\n+member_model_result_line_include_all_solids\x18k \x01(\x08HW\x88\x01\x01\x12\x30\n(member_model_result_line_include_members\x18l \x03(\x05\x12\x39\n,member_model_result_line_include_all_members\x18m \x01(\x08HX\x88\x01\x01\x12\x31\n)member_model_result_line_exclude_surfaces\x18n \x03(\x05\x12\x36\n.member_model_result_line_exclude_surface_cells\x18o \x03(\x05\x12/\n\'member_model_result_line_exclude_solids\x18p \x03(\x05\x12\x30\n(member_model_result_line_exclude_members\x18q \x03(\x05\x12*\n\x1dmember_model_projected_length\x18r \x01(\x01HY\x88\x01\x01\x12L\n?member_model_section_distance_from_start_is_defined_as_relative\x18s \x01(\x08HZ\x88\x01\x01\x12>\n1member_model_section_distance_from_start_absolute\x18t \x01(\x01H[\x88\x01\x01\x12>\n1member_model_section_distance_from_start_relative\x18u \x01(\x01H\\\x88\x01\x01\x12J\n=member_model_section_distance_from_end_is_defined_as_relative\x18v \x01(\x08H]\x88\x01\x01\x12<\n/member_model_section_distance_from_end_absolute\x18w \x01(\x01H^\x88\x01\x01\x12<\n/member_model_section_distance_from_end_relative\x18x \x01(\x01H_\x88\x01\x01\x12\x81\x01\n\x1emember_model_section_alignment\x18y \x01(\x0e\x32T.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelSectionAlignmentH`\x88\x01\x01\x12}\n\x1cmember_model_grain_alignment\x18z \x01(\x0e\x32R.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelGrainAlignmentHa\x88\x01\x01\x12<\n/member_model_curved_member_is_asymmetric_layout\x18{ \x01(\x08Hb\x88\x01\x01\x12\x36\n)member_model_curved_member_is_cantilevers\x18| \x01(\x08Hc\x88\x01\x01\x12\x99\x01\n+member_model_curved_member_cantilevers_type\x18} \x01(\x0e\x32_.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelCurvedMemberCantileversTypeHd\x88\x01\x01\x12\x94\x01\n(member_model_rotation_specification_type\x18~ \x01(\x0e\x32].dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelRotationSpecificationTypeHe\x88\x01\x01\x12(\n\x1bmember_model_rotation_angle\x18\x7f \x01(\x01Hf\x88\x01\x01\x12-\n\x1fmember_model_rotation_help_node\x18\x80\x01 \x01(\x05Hg\x88\x01\x01\x12\x85\x01\n member_model_rotation_plane_type\x18\x81\x01 \x01(\x0e\x32U.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelRotationPlaneTypeHh\x88\x01\x01\x12%\n\x17member_model_is_rotated\x18\x82\x01 \x01(\x08Hi\x88\x01\x01\x12(\n\x1amember_model_section_start\x18\x83\x01 \x01(\x05Hj\x88\x01\x01\x12&\n\x18member_model_section_end\x18\x84\x01 \x01(\x05Hk\x88\x01\x01\x12+\n\x1dmember_model_section_internal\x18\x85\x01 \x01(\x05Hl\x88\x01\x01\x12,\n\x1emember_model_section_taper_end\x18\x86\x01 \x01(\x05Hm\x88\x01\x01\x12.\n member_model_section_taper_start\x18\x87\x01 \x01(\x05Hn\x88\x01\x01\x12+\n\x1dmember_model_section_material\x18\x88\x01 \x01(\x05Ho\x88\x01\x01\x12\x9b\x01\n,member_model_nodes_on_member_definition_type\x18\x89\x01 \x01(\x0e\x32_.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberDefinitionTypeHp\x88\x01\x01\x12\x97\x01\n\'member_model_nodes_on_member_assignment\x18\x8a\x01 \x01(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentTableHq\x88\x01\x01\x12\x90\x01\n&member_model_nodes_on_member_reference\x18\x8b\x01 \x01(\x0e\x32Z.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberReferenceHr\x88\x01\x01\x12\x8d\x01\n%member_model_nodes_on_member_start_at\x18\x8c\x01 \x01(\x0e\x32X.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberStartAtHs\x88\x01\x01\x12\x39\n+member_model_nodes_on_member_node_distances\x18\x8d\x01 \x01(\tHt\x88\x01\x01\x12-\n\x1fmember_model_member_hinge_start\x18\x8e\x01 \x01(\x05Hu\x88\x01\x01\x12+\n\x1dmember_model_member_hinge_end\x18\x8f\x01 \x01(\x05Hv\x88\x01\x01\x12\x34\n&member_model_member_eccentricity_start\x18\x90\x01 \x01(\x05Hw\x88\x01\x01\x12\x32\n$member_model_member_eccentricity_end\x18\x91\x01 \x01(\x05Hx\x88\x01\x01\x12\"\n\x14member_model_support\x18\x92\x01 \x01(\x05Hy\x88\x01\x01\x12\x36\n(member_model_member_transverse_stiffener\x18\x93\x01 \x01(\x05Hz\x88\x01\x01\x12\x30\n\"member_model_member_diagonal_brace\x18\x94\x01 \x01(\x05H{\x88\x01\x01\x12*\n\x1cmember_model_member_openings\x18\x95\x01 \x01(\x05H|\x88\x01\x01\x12.\n member_model_member_nonlinearity\x18\x96\x01 \x01(\x05H}\x88\x01\x01\x12\x33\n%member_model_is_active_in_compression\x18\x97\x01 \x01(\x08H~\x88\x01\x01\x12;\n-member_model_member_result_intermediate_point\x18\x98\x01 \x01(\x05H\x7f\x88\x01\x01\x12+\n\x1cmember_model_pile_resistance\x18\x99\x01 \x01(\x05H\x80\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_effective_lengths\x18\x9a\x01 \x01(\x05H\x81\x01\x88\x01\x01\x12\x33\n$member_model_steel_effective_lengths\x18\x9b\x01 \x01(\x05H\x82\x01\x88\x01\x01\x12\x34\n%member_model_timber_effective_lengths\x18\x9c\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12\x36\n\'member_model_aluminum_effective_lengths\x18\x9d\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12\xa8\x01\n/member_model_concrete_shear_reinforcement_spans\x18\x9e\x01 \x01(\x0b\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansTableH\x85\x01\x88\x01\x01\x12\xb6\x01\n6member_model_concrete_longitudinal_reinforcement_items\x18\x9f\x01 \x01(\x0b\x32o.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsTableH\x86\x01\x88\x01\x01\x12?\n0member_model_concrete_cover_user_defined_enabled\x18\xa0\x01 \x01(\x08H\x87\x01\x88\x01\x01\x12M\n>member_model_concrete_cover_different_at_section_sides_enabled\x18\xa1\x01 \x01(\x08H\x88\x01\x88\x01\x01\x12*\n\x1bmember_model_concrete_cover\x18\xa2\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12.\n\x1fmember_model_concrete_cover_top\x18\xa3\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12\x31\n\"member_model_concrete_cover_bottom\x18\xa4\x01 \x01(\x01H\x8b\x01\x88\x01\x01\x12/\n member_model_concrete_cover_left\x18\xa5\x01 \x01(\x01H\x8c\x01\x88\x01\x01\x12\x30\n!member_model_concrete_cover_right\x18\xa6\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12(\n\x1fmember_model_concrete_cover_min\x18\xa7\x01 \x03(\x01\x12,\n#member_model_concrete_cover_min_top\x18\xa8\x01 \x03(\x01\x12/\n&member_model_concrete_cover_min_bottom\x18\xa9\x01 \x03(\x01\x12-\n$member_model_concrete_cover_min_left\x18\xaa\x01 \x03(\x01\x12.\n%member_model_concrete_cover_min_right\x18\xab\x01 \x03(\x01\x12/\n member_model_concrete_durability\x18\xac\x01 \x01(\x05H\x8e\x01\x88\x01\x01\x12\x33\n$member_model_concrete_durability_top\x18\xad\x01 \x01(\x05H\x8f\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_durability_bottom\x18\xae\x01 \x01(\x05H\x90\x01\x88\x01\x01\x12\x34\n%member_model_concrete_durability_left\x18\xaf\x01 \x01(\x05H\x91\x01\x88\x01\x01\x12\x35\n&member_model_concrete_durability_right\x18\xb0\x01 \x01(\x05H\x92\x01\x88\x01\x01\x12\x35\n&member_model_steel_boundary_conditions\x18\xb1\x01 \x01(\x05H\x93\x01\x88\x01\x01\x12@\n1member_model_steel_member_local_section_reduction\x18\xb2\x01 \x01(\x05H\x94\x01\x88\x01\x01\x12\x38\n)member_model_steel_member_transverse_weld\x18\xb3\x01 \x01(\x05H\x95\x01\x88\x01\x01\x12\x30\n!member_model_timber_service_class\x18\xb4\x01 \x01(\x05H\x96\x01\x88\x01\x01\x12\x31\n\"member_model_timber_moisture_class\x18\xb5\x01 \x01(\x05H\x97\x01\x88\x01\x01\x12\x35\n&member_model_timber_service_conditions\x18\xb6\x01 \x01(\x05H\x98\x01\x88\x01\x01\x12\x41\n2member_model_timber_member_local_section_reduction\x18\xb7\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x38\n)member_model_aluminum_boundary_conditions\x18\xb8\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x43\n4member_model_aluminum_member_local_section_reduction\x18\xb9\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12;\n,member_model_aluminum_member_transverse_weld\x18\xba\x01 \x01(\x05H\x9c\x01\x88\x01\x01\x12\x39\n*member_model_stress_analysis_configuration\x18\xbb\x01 \x01(\x05H\x9d\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_uls_configuration\x18\xbc\x01 \x01(\x05H\x9e\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_sls_configuration\x18\xbd\x01 \x01(\x05H\x9f\x01\x88\x01\x01\x12\x43\n4member_model_member_aluminum_design_fr_configuration\x18\xbe\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_uls_configuration\x18\xbf\x01 \x01(\x05H\xa1\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_sls_configuration\x18\xc0\x01 \x01(\x05H\xa2\x01\x88\x01\x01\x12\x43\n4member_model_member_concrete_design_fr_configuration\x18\xc1\x01 \x01(\x05H\xa3\x01\x88\x01\x01\x12H\n9member_model_member_concrete_design_seismic_configuration\x18\xc2\x01 \x01(\x05H\xa4\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_uls_configuration\x18\xc3\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_sls_configuration\x18\xc4\x01 \x01(\x05H\xa6\x01\x88\x01\x01\x12@\n1member_model_member_steel_design_fr_configuration\x18\xc5\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12\x45\n6member_model_member_steel_design_seismic_configuration\x18\xc6\x01 \x01(\x05H\xa8\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_uls_configuration\x18\xc7\x01 \x01(\x05H\xa9\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_sls_configuration\x18\xc8\x01 \x01(\x05H\xaa\x01\x88\x01\x01\x12\x41\n2member_model_member_timber_design_fr_configuration\x18\xc9\x01 \x01(\x05H\xab\x01\x88\x01\x01\x12\x44\n5member_model_end_modifications_member_start_extension\x18\xca\x01 \x01(\x01H\xac\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_y\x18\xcb\x01 \x01(\x01H\xad\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_z\x18\xcc\x01 \x01(\x01H\xae\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_end_extension\x18\xcd\x01 \x01(\x01H\xaf\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_y\x18\xce\x01 \x01(\x01H\xb0\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_z\x18\xcf\x01 \x01(\x01H\xb1\x01\x88\x01\x01\x12\x35\n&member_model_has_any_end_modifications\x18\xd0\x01 \x01(\x08H\xb2\x01\x88\x01\x01\x12\x94\x01\n\'member_model_deflection_check_direction\x18\xd1\x01 \x01(\x0e\x32\\.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDirectionH\xb3\x01\x88\x01\x01\x12\xad\x01\n4member_model_deflection_check_displacement_reference\x18\xd2\x01 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDisplacementReferenceH\xb4\x01\x88\x01\x01\x12\x98\x01\n\'member_model_deflection_segments_z_axis\x18\xd3\x01 \x01(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsZAxisTableH\xb5\x01\x88\x01\x01\x12\x98\x01\n\'member_model_deflection_segments_y_axis\x18\xd4\x01 \x01(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsYAxisTableH\xb6\x01\x88\x01\x01\x12:\n+member_model_design_support_on_member_start\x18\xd5\x01 \x01(\x05H\xb7\x01\x88\x01\x01\x12\x38\n)member_model_design_support_on_member_end\x18\xd6\x01 \x01(\x05H\xb8\x01\x88\x01\x01\x12\xa5\x01\n.member_model_design_supports_on_internal_nodes\x18\xd7\x01 \x01(\x0b\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDesignSupportsOnInternalNodesTableH\xb9\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_z_axis_enabled\x18\xd8\x01 \x01(\x08H\xba\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_y_axis_enabled\x18\xd9\x01 \x01(\x08H\xbb\x01\x88\x01\x01\x12.\n\x1fmember_model_member_type_spring\x18\xda\x01 \x01(\x05H\xbc\x01\x88\x01\x01\x12\x35\n&member_model_member_type_damper_spring\x18\xdb\x01 \x01(\x05H\xbd\x01\x88\x01\x01\x12\x42\n3member_model_member_type_damper_damping_coefficient\x18\xdc\x01 \x01(\x01H\xbe\x01\x88\x01\x01\x12\x86\x01\n member_model_member_tendon_table\x18\xdd\x01 \x01(\x0b\x32U.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelMemberTendonTableH\xbf\x01\x88\x01\x01\x12\x8d\x01\n\x1fmember_model_bim_ifc_properties\x18\xde\x01 \x01(\x0b\x32].dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableH\xc0\x01\x88\x01\x01\x12w\n\x18member_model_tendon_type\x18\xdf\x01 \x01(\x0e\x32N.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelTendonTypeH\xc1\x01\x88\x01\x01\x12/\n member_model_tendon_anchor_start\x18\xe0\x01 \x01(\x05H\xc2\x01\x88\x01\x01\x12-\n\x1emember_model_tendon_anchor_end\x18\xe1\x01 \x01(\x05H\xc3\x01\x88\x01\x01\x12H\n9member_model_has_autoconnect_member_master_objects_active\x18\xe2\x01 \x01(\x08H\xc4\x01\x88\x01\x01\x12\x32\n)member_model_tendon_member_master_objects\x18\xe3\x01 \x03(\x05\x12\x36\n-member_model_tendon_member_set_master_objects\x18\xe4\x01 \x03(\x05\x12\x33\n*member_model_tendon_surface_master_objects\x18\xe5\x01 \x03(\x05\x12H\n9member_model_has_autoconnect_surface_master_object_active\x18\xe6\x01 \x01(\x08H\xc5\x01\x88\x01\x01\x12:\n+member_model_anchor_unbonded_tendon_section\x18\xe7\x01 \x01(\x05H\xc6\x01\x88\x01\x01\x12\x9d\x01\n,member_model_anchor_unbonded_tendon_location\x18\xe8\x01 \x01(\x0e\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelAnchorUnbondedTendonLocationH\xc7\x01\x88\x01\x01\x12P\nAmember_model_anchor_grout_body_bond_length_is_defined_as_relative\x18\xe9\x01 \x01(\x08H\xc8\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_relative\x18\xea\x01 \x01(\x01H\xc9\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_absolute\x18\xeb\x01 \x01(\x01H\xca\x01\x88\x01\x01\x12:\n+member_model_anchor_grout_body_bond_section\x18\xec\x01 \x01(\x05H\xcb\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_resistance_type\x18\xed\x01 \x01(\x05H\xcc\x01\x88\x01\x01\x12\x44\n5member_model_wind_simulation_enable_specific_settings\x18\xee\x01 \x01(\x08H\xcd\x01\x88\x01\x01\x12;\n,member_model_wind_simulation_shrink_wrapping\x18\xef\x01 \x01(\x05H\xce\x01\x88\x01\x01\x12\x46\n7member_model_wind_simulation_roughness_and_permeability\x18\xf0\x01 \x01(\x05H\xcf\x01\x88\x01\x01\x12\x44\n5member_model_wind_simulation_exclude_from_wind_tunnel\x18\xf1\x01 \x01(\x08H\xd0\x01\x88\x01\x01\x12\x42\n3member_model_wind_simulation_member_level_of_detail\x18\xf2\x01 \x01(\x05H\xd1\x01\x88\x01\x01\x12Y\nJmember_model_wind_simulation_use_only_external_surface_for_hollow_sections\x18\xf3\x01 \x01(\x08H\xd2\x01\x88\x01\x01\x12(\n\x19member_model_parent_layer\x18\xf4\x01 \x01(\x05H\xd3\x01\x88\x01\x01\x12\x35\n&member_model_is_locked_by_parent_layer\x18\xf5\x01 \x01(\x08H\xd4\x01\x88\x01\x01\x12(\n\x19member_model_is_generated\x18\xf6\x01 \x01(\x08H\xd5\x01\x88\x01\x01\x12\x32\n#member_model_generating_object_info\x18\xf7\x01 \x01(\tH\xd6\x01\x88\x01\x01\x12\"\n\x13member_set_model_no\x18\xf8\x01 \x01(\x05H\xd7\x01\x88\x01\x01\x12\x39\n*member_set_model_user_defined_name_enabled\x18\xf9\x01 \x01(\x08H\xd8\x01\x88\x01\x01\x12$\n\x15member_set_model_name\x18\xfa\x01 \x01(\tH\xd9\x01\x88\x01\x01\x12x\n\x19member_set_model_set_type\x18\xfb\x01 \x01(\x0e\x32N.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelSetTypeH\xda\x01\x88\x01\x01\x12!\n\x18member_set_model_members\x18\xfc\x01 \x03(\x05\x12&\n\x17member_set_model_length\x18\xfd\x01 \x01(\x01H\xdb\x01\x88\x01\x01\x12N\n\"member_set_model_center_of_gravity\x18\xfe\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xdc\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_x\x18\xff\x01 \x01(\x01H\xdd\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_y\x18\x80\x02 \x01(\x01H\xde\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_z\x18\x81\x02 \x01(\x01H\xdf\x01\x88\x01\x01\x12(\n\x19member_set_model_position\x18\x82\x02 \x01(\tH\xe0\x01\x88\x01\x01\x12.\n\x1fmember_set_model_position_short\x18\x83\x02 \x01(\tH\xe1\x01\x88\x01\x01\x12\'\n\x18member_set_model_comment\x18\x84\x02 \x01(\tH\xe2\x01\x88\x01\x01\x12,\n\x1dmember_set_model_parent_layer\x18\x85\x02 \x01(\x05H\xe3\x01\x88\x01\x01\x12\x39\n*member_set_model_is_locked_by_parent_layer\x18\x86\x02 \x01(\x08H\xe4\x01\x88\x01\x01\x12,\n\x1dmember_set_model_is_generated\x18\x87\x02 \x01(\x08H\xe5\x01\x88\x01\x01\x12\x36\n\'member_set_model_generating_object_info\x18\x88\x02 \x01(\tH\xe6\x01\x88\x01\x01\x12;\n,member_set_model_design_properties_activated\x18\x89\x02 \x01(\x08H\xe7\x01\x88\x01\x01\x12&\n\x17member_set_model_volume\x18\x8a\x02 \x01(\x01H\xe8\x01\x88\x01\x01\x12$\n\x15member_set_model_mass\x18\x8b\x02 \x01(\x01H\xe9\x01\x88\x01\x01\x12\x39\n*member_set_model_member_set_representative\x18\x8c\x02 \x01(\x05H\xea\x01\x88\x01\x01\x12?\n0member_set_model_discontinuous_torsional_warping\x18\x8d\x02 \x01(\x08H\xeb\x01\x88\x01\x01\x12\x45\n6member_set_model_design_properties_via_building_object\x18\x8e\x02 \x01(\x08H\xec\x01\x88\x01\x01\x12\x63\n8member_set_model_design_properties_building_model_object\x18\x8f\x02 \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\xed\x01\x88\x01\x01\x12\x42\n3member_set_model_design_properties_via_design_strip\x18\x90\x02 \x01(\x08H\xee\x01\x88\x01\x01\x12>\n/member_set_model_design_properties_design_strip\x18\x91\x02 \x01(\x05H\xef\x01\x88\x01\x01\x12\x37\n(member_set_model_steel_effective_lengths\x18\x92\x02 \x01(\x05H\xf0\x01\x88\x01\x01\x12\x39\n*member_set_model_steel_boundary_conditions\x18\x93\x02 \x01(\x05H\xf1\x01\x88\x01\x01\x12\x45\n6member_set_model_steel_member_local_section_reductions\x18\x94\x02 \x01(\x05H\xf2\x01\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_uls_configuration\x18\x95\x02 \x01(\x05H\xf3\x01\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_sls_configuration\x18\x96\x02 \x01(\x05H\xf4\x01\x88\x01\x01\x12\x44\n5member_set_model_member_steel_design_fr_configuration\x18\x97\x02 \x01(\x05H\xf5\x01\x88\x01\x01\x12I\n:member_set_model_member_steel_design_seismic_configuration\x18\x98\x02 \x01(\x05H\xf6\x01\x88\x01\x01\x12:\n+member_set_model_aluminum_effective_lengths\x18\x99\x02 \x01(\x05H\xf7\x01\x88\x01\x01\x12<\n-member_set_model_aluminum_boundary_conditions\x18\x9a\x02 \x01(\x05H\xf8\x01\x88\x01\x01\x12H\n9member_set_model_aluminum_member_local_section_reductions\x18\x9b\x02 \x01(\x05H\xf9\x01\x88\x01\x01\x12?\n0member_set_model_aluminum_member_transverse_weld\x18\x9c\x02 \x01(\x05H\xfa\x01\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_uls_configuration\x18\x9d\x02 \x01(\x05H\xfb\x01\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_sls_configuration\x18\x9e\x02 \x01(\x05H\xfc\x01\x88\x01\x01\x12G\n8member_set_model_member_aluminum_design_fr_configuration\x18\x9f\x02 \x01(\x05H\xfd\x01\x88\x01\x01\x12\xaf\x01\n3member_set_model_concrete_shear_reinforcement_spans\x18\xa0\x02 \x01(\x0b\x32k.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansTableH\xfe\x01\x88\x01\x01\x12\xbd\x01\n:member_set_model_concrete_longitudinal_reinforcement_items\x18\xa1\x02 \x01(\x0b\x32r.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsTableH\xff\x01\x88\x01\x01\x12p\namember_set_model_member_set_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabled\x18\xa2\x02 \x01(\x08H\x80\x02\x88\x01\x01\x12\x43\n4member_set_model_concrete_cover_user_defined_enabled\x18\xa3\x02 \x01(\x08H\x81\x02\x88\x01\x01\x12Q\nBmember_set_model_concrete_cover_different_at_section_sides_enabled\x18\xa4\x02 \x01(\x08H\x82\x02\x88\x01\x01\x12.\n\x1fmember_set_model_concrete_cover\x18\xa5\x02 \x01(\x01H\x83\x02\x88\x01\x01\x12\x32\n#member_set_model_concrete_cover_top\x18\xa6\x02 \x01(\x01H\x84\x02\x88\x01\x01\x12\x35\n&member_set_model_concrete_cover_bottom\x18\xa7\x02 \x01(\x01H\x85\x02\x88\x01\x01\x12\x33\n$member_set_model_concrete_cover_left\x18\xa8\x02 \x01(\x01H\x86\x02\x88\x01\x01\x12\x34\n%member_set_model_concrete_cover_right\x18\xa9\x02 \x01(\x01H\x87\x02\x88\x01\x01\x12,\n#member_set_model_concrete_cover_min\x18\xaa\x02 \x03(\x01\x12\x30\n\'member_set_model_concrete_cover_min_top\x18\xab\x02 \x03(\x01\x12\x33\n*member_set_model_concrete_cover_min_bottom\x18\xac\x02 \x03(\x01\x12\x31\n(member_set_model_concrete_cover_min_left\x18\xad\x02 \x03(\x01\x12\x32\n)member_set_model_concrete_cover_min_right\x18\xae\x02 \x03(\x01\x12\x33\n$member_set_model_concrete_durability\x18\xaf\x02 \x01(\x05H\x88\x02\x88\x01\x01\x12\x37\n(member_set_model_concrete_durability_top\x18\xb0\x02 \x01(\x05H\x89\x02\x88\x01\x01\x12:\n+member_set_model_concrete_durability_bottom\x18\xb1\x02 \x01(\x05H\x8a\x02\x88\x01\x01\x12\x38\n)member_set_model_concrete_durability_left\x18\xb2\x02 \x01(\x05H\x8b\x02\x88\x01\x01\x12\x39\n*member_set_model_concrete_durability_right\x18\xb3\x02 \x01(\x05H\x8c\x02\x88\x01\x01\x12:\n+member_set_model_concrete_effective_lengths\x18\xb4\x02 \x01(\x05H\x8d\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_uls_configuration\x18\xb5\x02 \x01(\x05H\x8e\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_sls_configuration\x18\xb6\x02 \x01(\x05H\x8f\x02\x88\x01\x01\x12G\n8member_set_model_member_concrete_design_fr_configuration\x18\xb7\x02 \x01(\x05H\x90\x02\x88\x01\x01\x12L\n=member_set_model_member_concrete_design_seismic_configuration\x18\xb8\x02 \x01(\x05H\x91\x02\x88\x01\x01\x12\x38\n)member_set_model_timber_effective_lengths\x18\xb9\x02 \x01(\x05H\x92\x02\x88\x01\x01\x12;\n,member_set_model_service_class_timber_design\x18\xba\x02 \x01(\x05H\x93\x02\x88\x01\x01\x12<\n-member_set_model_moisture_class_timber_design\x18\xbb\x02 \x01(\x05H\x94\x02\x88\x01\x01\x12@\n1member_set_model_service_conditions_timber_design\x18\xbc\x02 \x01(\x05H\x95\x02\x88\x01\x01\x12?\n0member_set_model_timber_local_section_reductions\x18\xbd\x02 \x01(\x05H\x96\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_uls_configuration\x18\xbe\x02 \x01(\x05H\x97\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_sls_configuration\x18\xbf\x02 \x01(\x05H\x98\x02\x88\x01\x01\x12\x45\n6member_set_model_member_timber_design_fr_configuration\x18\xc0\x02 \x01(\x05H\x99\x02\x88\x01\x01\x12\'\n\x18member_set_model_support\x18\xc1\x02 \x01(\x05H\x9a\x02\x88\x01\x01\x12;\n,member_set_model_member_transverse_stiffener\x18\xc2\x02 \x01(\x05H\x9b\x02\x88\x01\x01\x12\x35\n&member_set_model_member_diagonal_brace\x18\xc3\x02 \x01(\x05H\x9c\x02\x88\x01\x01\x12/\n member_set_model_member_openings\x18\xc4\x02 \x01(\x05H\x9d\x02\x88\x01\x01\x12=\n.member_set_model_stress_analysis_configuration\x18\xc5\x02 \x01(\x05H\x9e\x02\x88\x01\x01\x12\x9b\x01\n+member_set_model_deflection_check_direction\x18\xc6\x02 \x01(\x0e\x32_.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDirectionH\x9f\x02\x88\x01\x01\x12\xb4\x01\n8member_set_model_deflection_check_displacement_reference\x18\xc7\x02 \x01(\x0e\x32k.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDisplacementReferenceH\xa0\x02\x88\x01\x01\x12\x9f\x01\n+member_set_model_deflection_segments_z_axis\x18\xc8\x02 \x01(\x0b\x32\x63.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsZAxisTableH\xa1\x02\x88\x01\x01\x12\x9f\x01\n+member_set_model_deflection_segments_y_axis\x18\xc9\x02 \x01(\x0b\x32\x63.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsYAxisTableH\xa2\x02\x88\x01\x01\x12\x42\n3member_set_model_design_support_on_member_set_start\x18\xca\x02 \x01(\x05H\xa3\x02\x88\x01\x01\x12@\n1member_set_model_design_support_on_member_set_end\x18\xcb\x02 \x01(\x05H\xa4\x02\x88\x01\x01\x12\xac\x01\n2member_set_model_design_supports_on_internal_nodes\x18\xcc\x02 \x01(\x0b\x32i.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDesignSupportsOnInternalNodesTableH\xa5\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_z_axis_enabled\x18\xcd\x02 \x01(\x08H\xa6\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_y_axis_enabled\x18\xce\x02 \x01(\x08H\xa7\x02\x88\x01\x01\x12\x8d\x01\n$member_set_model_member_tendon_table\x18\xcf\x02 \x01(\x0b\x32X.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelMemberTendonTableH\xa8\x02\x88\x01\x01\x12\x11\n\x02no\x18\xd0\x02 \x01(\x05H\xa9\x02\x88\x01\x01\x12(\n\x19user_defined_name_enabled\x18\xd1\x02 \x01(\x08H\xaa\x02\x88\x01\x01\x12\x13\n\x04name\x18\xd2\x02 \x01(\tH\xab\x02\x88\x01\x01\x12\x14\n\x0bmember_sets\x18\xd3\x02 \x03(\x05\x12\x16\n\x07\x63omment\x18\xd4\x02 \x01(\tH\xac\x02\x88\x01\x01\x12$\n\x15number_of_member_sets\x18\xd5\x02 \x01(\x05H\xad\x02\x88\x01\x01\x12 \n\x11number_of_members\x18\xd6\x02 \x01(\x05H\xae\x02\x88\x01\x01\x12\x1a\n\x0bsection_ids\x18\xd7\x02 \x01(\tH\xaf\x02\x88\x01\x01\x12\x1b\n\x0ctotal_length\x18\xd8\x02 \x01(\x01H\xb0\x02\x88\x01\x01\x12\x1b\n\x0ctotal_volume\x18\xd9\x02 \x01(\x01H\xb1\x02\x88\x01\x01\x12\x19\n\ntotal_mass\x18\xda\x02 \x01(\x01H\xb2\x02\x88\x01\x01\x12\'\n\x18total_surface_of_coating\x18\xdb\x02 \x01(\x01H\xb3\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_x\x18\xdc\x02 \x01(\x01H\xb4\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_y\x18\xdd\x02 \x01(\x01H\xb5\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_z\x18\xde\x02 \x01(\x01H\xb6\x02\x88\x01\x01\x12\x8e\x01\n!concrete_shear_reinforcement_span\x18\xdf\x02 \x01(\x0b\x32\\.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanTableH\xb7\x02\x88\x01\x01\x12\x9c\x01\n(concrete_longitudinal_reinforcement_span\x18\xe0\x02 \x01(\x0b\x32\x63.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanTableH\xb8\x02\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xe1\x02 \x01(\tH\xb9\x02\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xe2\x02 \x01(\tH\xba\x02\x88\x01\x01\x1a\x89\x01\n MemberModelFlangeDimensionsTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow\x1a\xed\r\n\x1eMemberModelFlangeDimensionsRow\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\xa4\x01\n reference_length_definition_type\x18\x05 \x01(\x0e\x32u.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.ReferenceLengthDefinitionTypeH\x04\x88\x01\x01\x12\x1d\n\x10reference_length\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x91\x01\n\x16reference_length_width\x18\x07 \x01(\x0e\x32l.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.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\x12\x92\x01\n\x16\x64istribution_linearity\x18\x0e \x01(\x0e\x32m.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.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\x1a\x97\x01\n\'MemberModelNodesOnMemberAssignmentTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentRow\x1a\xb2\x03\n%MemberModelNodesOnMemberAssignmentRow\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\x80\x01\n\treference\x18\x04 \x01(\x0e\x32h.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentRow.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\xa7\x01\n/MemberModelConcreteShearReinforcementSpansTable\x12t\n\x04rows\x18\x01 \x03(\x0b\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow\x1a\xe8O\n-MemberModelConcreteShearReinforcementSpansRow\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\x12\x8d\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32r.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xa9\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x7f.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xad\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xad\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xac\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xac\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xb2\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\x9a\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32x.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.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\xb5\x01\n6MemberModelConcreteLongitudinalReinforcementItemsTable\x12{\n\x04rows\x18\x01 \x03(\x0b\x32m.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow\x1a\xbf\xf1\x02\n4MemberModelConcreteLongitudinalReinforcementItemsRow\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\x12\x90\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32w.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd0\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x95\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd3\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd3\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc2\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xcd\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe4\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x9e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe7\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xe7\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd6\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xea\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa1\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xed\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xed\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xdc\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe3\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x9e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xe6\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe6\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xd5\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc2\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x8e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc5\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x8f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc5\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x8f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb4\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc6\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xc9\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x91\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xc9\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x91\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb8\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8b\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb1\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb4\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x87\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xbb\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xaa\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xc0\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xbd\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8b\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xcd\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xc9\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xb3\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\xaf\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.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\x1a\x97\x01\n\'MemberModelDeflectionSegmentsZAxisTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsZAxisRow\x1a\xfb\x01\n%MemberModelDeflectionSegmentsZAxisRow\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\x97\x01\n\'MemberModelDeflectionSegmentsYAxisTable\x12l\n\x04rows\x18\x01 \x03(\x0b\x32^.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsYAxisRow\x1a\xfb\x01\n%MemberModelDeflectionSegmentsYAxisRow\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\xa3\x01\n-MemberModelDesignSupportsOnInternalNodesTable\x12r\n\x04rows\x18\x01 \x03(\x0b\x32\x64.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelDesignSupportsOnInternalNodesRow\x1a\xbb\x01\n+MemberModelDesignSupportsOnInternalNodesRow\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\x86\x01\n\x1cMemberModelMemberTendonTable\x12\x66\n\x04rows\x18\x01 \x03(\x0b\x32X.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelMemberTendonTableRow\x1a\x91\x01\n\x1fMemberModelMemberTendonTableRow\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\x1a\x96\x01\n$MemberModelBimIfcPropertiesTreeTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRow\x1a\xed\x01\n\'MemberModelBimIfcPropertiesTreeTableRow\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\x12n\n\x04rows\x18\x04 \x03(\x0b\x32`.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRowB\x06\n\x04_keyB\x07\n\x05_nameB\x08\n\x06_value\x1a\xad\x01\n2MemberSetModelConcreteShearReinforcementSpansTable\x12w\n\x04rows\x18\x01 \x03(\x0b\x32i.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow\x1a\x84P\n0MemberSetModelConcreteShearReinforcementSpansRow\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\x12\x90\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32u.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xad\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xb0\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xb0\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xaf\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xaf\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xb5\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\x9d\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32{.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.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\xbb\x01\n9MemberSetModelConcreteLongitudinalReinforcementItemsTable\x12~\n\x04rows\x18\x01 \x03(\x0b\x32p.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow\x1a\xae\xf2\x02\n7MemberSetModelConcreteLongitudinalReinforcementItemsRow\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\x12\x93\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd3\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x98\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd6\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd6\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x99\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc5\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd0\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xe7\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\xa1\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xea\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xea\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd9\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x9c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xed\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa4\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xf0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa5\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xf0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa5\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xdf\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xe6\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\xa1\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xe9\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe9\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\xa2\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xd8\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x9c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc5\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x91\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc8\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc8\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb7\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x8c\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc9\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xcc\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x94\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xcc\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x94\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xbb\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb4\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb7\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xbe\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x8d\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xad\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xc3\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8f\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xc0\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8e\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xd0\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x95\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xcc\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb6\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\xb2\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x87\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.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\x1a\x9d\x01\n*MemberSetModelDeflectionSegmentsZAxisTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsZAxisRow\x1a\xfe\x01\n(MemberSetModelDeflectionSegmentsZAxisRow\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\x9d\x01\n*MemberSetModelDeflectionSegmentsYAxisTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsYAxisRow\x1a\xfe\x01\n(MemberSetModelDeflectionSegmentsYAxisRow\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\xa9\x01\n0MemberSetModelDesignSupportsOnInternalNodesTable\x12u\n\x04rows\x18\x01 \x03(\x0b\x32g.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelDesignSupportsOnInternalNodesRow\x1a\xbe\x01\n.MemberSetModelDesignSupportsOnInternalNodesRow\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\x8c\x01\n\x1fMemberSetModelMemberTendonTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rstab.structure_core.MemberSetRepresentative.MemberSetModelMemberTendonTableRow\x1a\x94\x01\n\"MemberSetModelMemberTendonTableRow\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\x1a\x8f\x01\n#ConcreteShearReinforcementSpanTable\x12h\n\x04rows\x18\x01 \x03(\x0b\x32Z.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow\x1a\xf7N\n!ConcreteShearReinforcementSpanRow\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\x12\x81\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32\x66.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9d\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32s.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\xa0\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32t.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xa0\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32t.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9f\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32v.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9f\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32t.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\xa5\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32w.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x8e\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32l.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.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\x9d\x01\n*ConcreteLongitudinalReinforcementSpanTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow\x1a\xfa\xed\x02\n(ConcreteLongitudinalReinforcementSpanRow\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\x12\x84\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32k.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc4\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x89\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc7\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xc7\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x8a\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb6\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc1\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x87\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xd8\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xdb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xdb\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xca\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x8d\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xde\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\x95\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xe1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xe1\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\x96\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xd0\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x90\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xd7\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x92\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xda\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xda\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x93\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xc9\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x8d\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb6\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x82\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb9\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xb9\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x83\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa7\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32}.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xba\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xbd\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xbd\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x85\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xab\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x7f.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa4\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32z.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa7\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32{.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xae\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32~.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\x9d\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32v.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xb4\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x80\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xb0\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x7f.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xc1\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xbd\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x84\x01.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa6\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32z.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\xa2\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32x.dlubal.api.rstab.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.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\"\x85\x05\n\x0fMemberModelType\x12\x1d\n\x19MEMBER_MODEL_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16MEMBER_MODEL_TYPE_BEAM\x10\x01\x12\x1e\n\x1aMEMBER_MODEL_TYPE_BUCKLING\x10\x08\x12\x1b\n\x17MEMBER_MODEL_TYPE_CABLE\x10\t\x12&\n\"MEMBER_MODEL_TYPE_CABLE_ON_PULLEYS\x10\n\x12!\n\x1dMEMBER_MODEL_TYPE_COMPRESSION\x10\x07\x12*\n&MEMBER_MODEL_TYPE_COUPLING_HINGE_HINGE\x10\x18\x12*\n&MEMBER_MODEL_TYPE_COUPLING_HINGE_RIGID\x10\x17\x12*\n&MEMBER_MODEL_TYPE_COUPLING_RIGID_HINGE\x10\x16\x12*\n&MEMBER_MODEL_TYPE_COUPLING_RIGID_RIGID\x10\x15\x12\x1c\n\x18MEMBER_MODEL_TYPE_DAMPER\x10\x1a\x12)\n%MEMBER_MODEL_TYPE_DEFINABLE_STIFFNESS\x10\x14\x12\x1b\n\x17MEMBER_MODEL_TYPE_JOIST\x10\x10\x12\x1b\n\x17MEMBER_MODEL_TYPE_RIGID\x10\x02\x12\x1c\n\x18MEMBER_MODEL_TYPE_SPRING\x10\x19\x12\x1d\n\x19MEMBER_MODEL_TYPE_TENSION\x10\x06\x12\x1b\n\x17MEMBER_MODEL_TYPE_TRUSS\x10\x04\x12\"\n\x1eMEMBER_MODEL_TYPE_TRUSS_ONLY_N\x10\x05\"\xd5\t\n\"MemberModelSectionDistributionType\x12\x32\n.MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_UNIFORM\x10\x00\x12\x31\n-MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_CURVED\x10\x07\x12;\n7MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_FISH_BEAM_LINEAR\x10\x0e\x12>\n:MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_FISH_BEAM_PARABOLIC\x10\r\x12\x31\n-MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_LINEAR\x10\x01\x12/\n+MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_NONE\x10\x05\x12?\n;MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_OFFSET_AT_BOTH_SIDES\x10\x08\x12\x42\n>MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_OFFSET_AT_END_OF_MEMBER\x10\n\x12\x44\n@MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_OFFSET_AT_START_OF_MEMBER\x10\t\x12U\nQMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_CONSTANT_HEIGHT\x10\x0b\x12U\nQMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_PITCHED_CAMBERED_BEAM_WITH_VARIABLE_HEIGHT\x10\x0c\x12\x31\n-MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_SADDLE\x10\x06\x12K\nGMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_BOTH_SIDES\x10\x0f\x12N\nJMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_END_OF_MEMBER\x10\x11\x12P\nLMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AND_OFFSET_AT_START_OF_MEMBER\x10\x10\x12@\n<MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AT_BOTH_SIDES\x10\x02\x12\x43\n?MEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AT_END_OF_MEMBER\x10\x04\x12\x45\nAMEMBER_MODEL_SECTION_DISTRIBUTION_TYPE_TAPERED_AT_START_OF_MEMBER\x10\x03\"\xa9\x01\n\x18MemberModelReferenceType\x12!\n\x1dMEMBER_MODEL_REFERENCE_TYPE_L\x10\x00\x12\"\n\x1eMEMBER_MODEL_REFERENCE_TYPE_XY\x10\x01\x12\"\n\x1eMEMBER_MODEL_REFERENCE_TYPE_XZ\x10\x02\x12\"\n\x1eMEMBER_MODEL_REFERENCE_TYPE_YZ\x10\x03\"r\n\x14MemberModelJoistType\x12#\n\x1fMEMBER_MODEL_JOIST_TYPE_UNKNOWN\x10\x00\x12\x35\n1MEMBER_MODEL_JOIST_TYPE_STEEL_JOIST_INSTITUTE_SJI\x10\x01\"\x9b\x07\n\x16MemberModelJoistSeries\x12%\n!MEMBER_MODEL_JOIST_SERIES_UNKNOWN\x10\x00\x12\x35\n1MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_ASD_IMPERIAL\x10\x0e\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_ASD_METRIC\x10\x11\x12\x36\n2MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_LRFD_IMPERIAL\x10\x03\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_DLH_SERIES_LRFD_METRIC\x10\n\x12\x35\n1MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_ASD_IMPERIAL\x10\x08\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_ASD_METRIC\x10\t\x12\x36\n2MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_LRFD_IMPERIAL\x10\x0b\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_KCS_SERIES_LRFD_METRIC\x10\x07\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_K_SERIES_ASD_IMPERIAL\x10\x04\x12\x31\n-MEMBER_MODEL_JOIST_SERIES_K_SERIES_ASD_METRIC\x10\x06\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_K_SERIES_LRFD_IMPERIAL\x10\x01\x12\x32\n.MEMBER_MODEL_JOIST_SERIES_K_SERIES_LRFD_METRIC\x10\x05\x12\x34\n0MEMBER_MODEL_JOIST_SERIES_LH_SERIES_ASD_IMPERIAL\x10\x10\x12\x32\n.MEMBER_MODEL_JOIST_SERIES_LH_SERIES_ASD_METRIC\x10\x0f\x12\x35\n1MEMBER_MODEL_JOIST_SERIES_LH_SERIES_LRFD_IMPERIAL\x10\x02\x12\x33\n/MEMBER_MODEL_JOIST_SERIES_LH_SERIES_LRFD_METRIC\x10\r\"\xa6\x02\n!MemberModelMemberTypeRibAlignment\x12=\n9MEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_NEGATIVE\x10\x00\x12\x32\n.MEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_CENTRIC\x10\x01\x12=\n9MEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_ON_Z_SIDE_POSITIVE\x10\x02\x12O\nKMEMBER_MODEL_MEMBER_TYPE_RIB_ALIGNMENT_USER_DEFINED_VIA_MEMBER_ECCENTRICITY\x10\x03\"\xfb\x02\n/MemberModelResultBeamIntegrateStressesAndForces\x12R\nNMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12V\nRMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12P\nLMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12J\nFMEMBER_MODEL_RESULT_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\x80\x03\n0MemberModelDesignStripIntegrateStressesAndForces\x12S\nOMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12W\nSMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12Q\nMMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12K\nGMEMBER_MODEL_DESIGN_STRIP_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xf6\x02\n.MemberModelShearWallIntegrateStressesAndForces\x12Q\nMMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12U\nQMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12O\nKMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12I\nEMEMBER_MODEL_SHEAR_WALL_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xf1\x02\n-MemberModelDeepBeamIntegrateStressesAndForces\x12P\nLMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12T\nPMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12N\nJMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12H\nDMEMBER_MODEL_DEEP_BEAM_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\xfb\x02\n/MemberModelResultLineIntegrateStressesAndForces\x12R\nNMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_QUADRATIC\x10\x00\x12V\nRMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_FROM_LISTED_INCLUDE_OBJECTS\x10\x03\x12P\nLMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CUBOID_GENERAL\x10\x01\x12J\nFMEMBER_MODEL_RESULT_LINE_INTEGRATE_STRESSES_AND_FORCES_WITHIN_CYLINDER\x10\x02\"\x9c\x01\n\x1bMemberModelSectionAlignment\x12&\n\"MEMBER_MODEL_SECTION_ALIGNMENT_TOP\x10\x00\x12)\n%MEMBER_MODEL_SECTION_ALIGNMENT_BOTTOM\x10\x02\x12*\n&MEMBER_MODEL_SECTION_ALIGNMENT_CENTRIC\x10\x01\"\x94\x01\n\x19MemberModelGrainAlignment\x12$\n MEMBER_MODEL_GRAIN_ALIGNMENT_TOP\x10\x00\x12\'\n#MEMBER_MODEL_GRAIN_ALIGNMENT_BOTTOM\x10\x02\x12(\n$MEMBER_MODEL_GRAIN_ALIGNMENT_CENTRIC\x10\x01\"\x8d\x02\n&MemberModelCurvedMemberCantileversType\x12:\n6MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_HORIZONTAL\x10\x00\x12\x36\n2MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_OFFSET\x10\x03\x12\x38\n4MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_PARALLEL\x10\x01\x12\x35\n1MEMBER_MODEL_CURVED_MEMBER_CANTILEVERS_TYPE_TAPER\x10\x02\"\x93\x01\n$MemberModelRotationSpecificationType\x12\x35\n1MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x34\n0MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"\x8e\x01\n\x1cMemberModelRotationPlaneType\x12\x36\n2MEMBER_MODEL_ROTATION_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12\x36\n2MEMBER_MODEL_ROTATION_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"\x99\x01\n&MemberModelNodesOnMemberDefinitionType\x12\x36\n2MEMBER_MODEL_NODES_ON_MEMBER_DEFINITION_TYPE_TABLE\x10\x00\x12\x37\n3MEMBER_MODEL_NODES_ON_MEMBER_DEFINITION_TYPE_STRING\x10\x01\"\xde\x01\n!MemberModelNodesOnMemberReference\x12,\n(MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_L\x10\x00\x12-\n)MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_XY\x10\x01\x12-\n)MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_XZ\x10\x02\x12-\n)MEMBER_MODEL_NODES_ON_MEMBER_REFERENCE_YZ\x10\x03\"\x8f\x01\n\x1fMemberModelNodesOnMemberStartAt\x12\x36\n2MEMBER_MODEL_NODES_ON_MEMBER_START_AT_MEMBER_START\x10\x00\x12\x34\n0MEMBER_MODEL_NODES_ON_MEMBER_START_AT_MEMBER_END\x10\x01\"\xe7\x03\n#MemberModelDeflectionCheckDirection\x12\x38\n4MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z\x10\x00\x12\x42\n>MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Y\x10\x05\x12\x42\n>MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z\x10\x04\x12H\nDMEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z_AND_Y\x10\x06\x12\x38\n4MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Y\x10\x01\x12>\n:MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z_AND_Y\x10\x02\x12:\n6MEMBER_MODEL_DEFLECTION_CHECK_DIRECTION_RESULTING_AXIS\x10\x03\"\xd6\x01\n/MemberModelDeflectionCheckDisplacementReference\x12N\nJMEMBER_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_SEGMENT_ENDS\x10\x00\x12S\nOMEMBER_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_UNDEFORMED_SYSTEM\x10\x01\"\xd6\x01\n\x15MemberModelTendonType\x12*\n&MEMBER_MODEL_TENDON_TYPE_REINFORCEMENT\x10\x00\x12\x31\n-MEMBER_MODEL_TENDON_TYPE_POSTTENSIONED_BONDED\x10\x01\x12\x33\n/MEMBER_MODEL_TENDON_TYPE_POSTTENSIONED_UNBONDED\x10\x02\x12)\n%MEMBER_MODEL_TENDON_TYPE_PRETENSIONED\x10\x03\"\x9b\x01\n\'MemberModelAnchorUnbondedTendonLocation\x12\x38\n4MEMBER_MODEL_ANCHOR_UNBONDED_TENDON_LOCATION_START_I\x10\x00\x12\x36\n2MEMBER_MODEL_ANCHOR_UNBONDED_TENDON_LOCATION_END_J\x10\x01\"f\n\x15MemberSetModelSetType\x12(\n$MEMBER_SET_MODEL_SET_TYPE_CONTINUOUS\x10\x00\x12#\n\x1fMEMBER_SET_MODEL_SET_TYPE_GROUP\x10\x01\"\x86\x04\n&MemberSetModelDeflectionCheckDirection\x12<\n8MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z\x10\x00\x12\x46\nBMEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Y\x10\x05\x12\x46\nBMEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z\x10\x04\x12L\nHMEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_AUXILIARY_LOCAL_AXIS_Z_AND_Y\x10\x06\x12<\n8MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Y\x10\x01\x12\x42\n>MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_LOCAL_AXIS_Z_AND_Y\x10\x02\x12>\n:MEMBER_SET_MODEL_DEFLECTION_CHECK_DIRECTION_RESULTING_AXIS\x10\x03\"\xe1\x01\n2MemberSetModelDeflectionCheckDisplacementReference\x12R\nNMEMBER_SET_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_SEGMENT_ENDS\x10\x00\x12W\nSMEMBER_SET_MODEL_DEFLECTION_CHECK_DISPLACEMENT_REFERENCE_DEFORMED_UNDEFORMED_SYSTEM\x10\x01\x42\x12\n\x10_member_model_noB\x14\n\x12_member_model_typeB&\n$_member_model_activate_load_transferB.\n,_member_model_is_deactivated_for_calculationB)\n\'_member_model_section_distribution_typeB\x1e\n\x1c_member_model_reference_typeB\x1a\n\x18_member_model_node_startB\x18\n\x16_member_model_node_endB!\n\x1f_member_model_analytical_lengthB!\n\x1f_member_model_analytical_volumeB\x1f\n\x1d_member_model_analytical_massB-\n+_member_model_analytical_surface_of_coatingB,\n*_member_model_analytical_center_of_gravityB.\n,_member_model_analytical_center_of_gravity_xB.\n,_member_model_analytical_center_of_gravity_yB.\n,_member_model_analytical_center_of_gravity_zB\x16\n\x14_member_model_lengthB\x16\n\x14_member_model_volumeB\x14\n\x12_member_model_massB\"\n _member_model_surface_of_coatingB!\n\x1f_member_model_center_of_gravityB#\n!_member_model_center_of_gravity_xB#\n!_member_model_center_of_gravity_yB#\n!_member_model_center_of_gravity_zB\x18\n\x16_member_model_positionB\x1e\n\x1c_member_model_position_shortB%\n#_member_model_member_representativeB,\n*_member_model_design_properties_via_memberB7\n5_member_model_design_properties_via_parent_member_setB3\n1_member_model_design_properties_parent_member_setB5\n3_member_model_design_properties_via_building_objectB7\n5_member_model_design_properties_building_object_ownerB2\n0_member_model_design_properties_via_design_stripB4\n2_member_model_design_properties_design_strip_ownerB\x17\n\x15_member_model_commentB(\n&_member_model_is_member_weight_enabledB\x1d\n\x1b_member_model_member_weightB\x1a\n\x18_member_model_joist_typeB\x1c\n\x1a_member_model_joist_seriesB\x1f\n\x1d_member_model_max_joist_depthB)\n\'_member_model_member_type_rib_alignmentB=\n;_member_model_align_local_z_axis_to_local_z_axis_of_surfaceB!\n\x1f_member_model_flange_dimensionsB&\n$_member_model_synchronize_width_modeB\'\n%_member_model_relative_ordinates_modeB/\n-_member_model_member_type_definable_stiffnessB9\n7_member_model_result_beam_integrate_stresses_and_forcesB\x1f\n\x1d_member_model_result_beam_y_zB\"\n _member_model_result_beam_y_plusB\"\n _member_model_result_beam_z_plusB#\n!_member_model_result_beam_y_minusB#\n!_member_model_result_beam_z_minusB\"\n _member_model_result_beam_radiusB0\n._member_model_result_beam_include_all_surfacesB5\n3_member_model_result_beam_include_all_surface_cellsB.\n,_member_model_result_beam_include_all_solidsB/\n-_member_model_result_beam_include_all_membersB:\n8_member_model_design_strip_integrate_stresses_and_forcesB \n\x1e_member_model_design_strip_y_zB#\n!_member_model_design_strip_y_plusB#\n!_member_model_design_strip_z_plusB$\n\"_member_model_design_strip_y_minusB$\n\"_member_model_design_strip_z_minusB#\n!_member_model_design_strip_radiusB8\n6_member_model_shear_wall_integrate_stresses_and_forcesB\x1e\n\x1c_member_model_shear_wall_y_zB!\n\x1f_member_model_shear_wall_y_plusB!\n\x1f_member_model_shear_wall_z_plusB\"\n _member_model_shear_wall_y_minusB\"\n _member_model_shear_wall_z_minusB!\n\x1f_member_model_shear_wall_radiusB7\n5_member_model_deep_beam_integrate_stresses_and_forcesB\x1d\n\x1b_member_model_deep_beam_y_zB \n\x1e_member_model_deep_beam_y_plusB \n\x1e_member_model_deep_beam_z_plusB!\n\x1f_member_model_deep_beam_y_minusB!\n\x1f_member_model_deep_beam_z_minusB \n\x1e_member_model_deep_beam_radiusB9\n7_member_model_result_line_integrate_stresses_and_forcesB\x1f\n\x1d_member_model_result_line_y_zB\"\n _member_model_result_line_y_plusB\"\n _member_model_result_line_z_plusB#\n!_member_model_result_line_y_minusB#\n!_member_model_result_line_z_minusB\"\n _member_model_result_line_radiusB0\n._member_model_result_line_include_all_surfacesB5\n3_member_model_result_line_include_all_surface_cellsB.\n,_member_model_result_line_include_all_solidsB/\n-_member_model_result_line_include_all_membersB \n\x1e_member_model_projected_lengthBB\n@_member_model_section_distance_from_start_is_defined_as_relativeB4\n2_member_model_section_distance_from_start_absoluteB4\n2_member_model_section_distance_from_start_relativeB@\n>_member_model_section_distance_from_end_is_defined_as_relativeB2\n0_member_model_section_distance_from_end_absoluteB2\n0_member_model_section_distance_from_end_relativeB!\n\x1f_member_model_section_alignmentB\x1f\n\x1d_member_model_grain_alignmentB2\n0_member_model_curved_member_is_asymmetric_layoutB,\n*_member_model_curved_member_is_cantileversB.\n,_member_model_curved_member_cantilevers_typeB+\n)_member_model_rotation_specification_typeB\x1e\n\x1c_member_model_rotation_angleB\"\n _member_model_rotation_help_nodeB#\n!_member_model_rotation_plane_typeB\x1a\n\x18_member_model_is_rotatedB\x1d\n\x1b_member_model_section_startB\x1b\n\x19_member_model_section_endB \n\x1e_member_model_section_internalB!\n\x1f_member_model_section_taper_endB#\n!_member_model_section_taper_startB \n\x1e_member_model_section_materialB/\n-_member_model_nodes_on_member_definition_typeB*\n(_member_model_nodes_on_member_assignmentB)\n\'_member_model_nodes_on_member_referenceB(\n&_member_model_nodes_on_member_start_atB.\n,_member_model_nodes_on_member_node_distancesB\"\n _member_model_member_hinge_startB \n\x1e_member_model_member_hinge_endB)\n\'_member_model_member_eccentricity_startB\'\n%_member_model_member_eccentricity_endB\x17\n\x15_member_model_supportB+\n)_member_model_member_transverse_stiffenerB%\n#_member_model_member_diagonal_braceB\x1f\n\x1d_member_model_member_openingsB#\n!_member_model_member_nonlinearityB(\n&_member_model_is_active_in_compressionB0\n._member_model_member_result_intermediate_pointB\x1f\n\x1d_member_model_pile_resistanceB*\n(_member_model_concrete_effective_lengthsB\'\n%_member_model_steel_effective_lengthsB(\n&_member_model_timber_effective_lengthsB*\n(_member_model_aluminum_effective_lengthsB2\n0_member_model_concrete_shear_reinforcement_spansB9\n7_member_model_concrete_longitudinal_reinforcement_itemsB3\n1_member_model_concrete_cover_user_defined_enabledBA\n?_member_model_concrete_cover_different_at_section_sides_enabledB\x1e\n\x1c_member_model_concrete_coverB\"\n _member_model_concrete_cover_topB%\n#_member_model_concrete_cover_bottomB#\n!_member_model_concrete_cover_leftB$\n\"_member_model_concrete_cover_rightB#\n!_member_model_concrete_durabilityB\'\n%_member_model_concrete_durability_topB*\n(_member_model_concrete_durability_bottomB(\n&_member_model_concrete_durability_leftB)\n\'_member_model_concrete_durability_rightB)\n\'_member_model_steel_boundary_conditionsB4\n2_member_model_steel_member_local_section_reductionB,\n*_member_model_steel_member_transverse_weldB$\n\"_member_model_timber_service_classB%\n#_member_model_timber_moisture_classB)\n\'_member_model_timber_service_conditionsB5\n3_member_model_timber_member_local_section_reductionB,\n*_member_model_aluminum_boundary_conditionsB7\n5_member_model_aluminum_member_local_section_reductionB/\n-_member_model_aluminum_member_transverse_weldB-\n+_member_model_stress_analysis_configurationB8\n6_member_model_member_aluminum_design_uls_configurationB8\n6_member_model_member_aluminum_design_sls_configurationB7\n5_member_model_member_aluminum_design_fr_configurationB8\n6_member_model_member_concrete_design_uls_configurationB8\n6_member_model_member_concrete_design_sls_configurationB7\n5_member_model_member_concrete_design_fr_configurationB<\n:_member_model_member_concrete_design_seismic_configurationB5\n3_member_model_member_steel_design_uls_configurationB5\n3_member_model_member_steel_design_sls_configurationB4\n2_member_model_member_steel_design_fr_configurationB9\n7_member_model_member_steel_design_seismic_configurationB6\n4_member_model_member_timber_design_uls_configurationB6\n4_member_model_member_timber_design_sls_configurationB5\n3_member_model_member_timber_design_fr_configurationB8\n6_member_model_end_modifications_member_start_extensionB6\n4_member_model_end_modifications_member_start_slope_yB6\n4_member_model_end_modifications_member_start_slope_zB6\n4_member_model_end_modifications_member_end_extensionB4\n2_member_model_end_modifications_member_end_slope_yB4\n2_member_model_end_modifications_member_end_slope_zB)\n\'_member_model_has_any_end_modificationsB*\n(_member_model_deflection_check_directionB7\n5_member_model_deflection_check_displacement_referenceB*\n(_member_model_deflection_segments_z_axisB*\n(_member_model_deflection_segments_y_axisB.\n,_member_model_design_support_on_member_startB,\n*_member_model_design_support_on_member_endB1\n/_member_model_design_supports_on_internal_nodesBA\n?_member_model_deflection_segments_defined_length_z_axis_enabledBA\n?_member_model_deflection_segments_defined_length_y_axis_enabledB\"\n _member_model_member_type_springB)\n\'_member_model_member_type_damper_springB6\n4_member_model_member_type_damper_damping_coefficientB#\n!_member_model_member_tendon_tableB\"\n _member_model_bim_ifc_propertiesB\x1b\n\x19_member_model_tendon_typeB#\n!_member_model_tendon_anchor_startB!\n\x1f_member_model_tendon_anchor_endB<\n:_member_model_has_autoconnect_member_master_objects_activeB<\n:_member_model_has_autoconnect_surface_master_object_activeB.\n,_member_model_anchor_unbonded_tendon_sectionB/\n-_member_model_anchor_unbonded_tendon_locationBD\nB_member_model_anchor_grout_body_bond_length_is_defined_as_relativeB6\n4_member_model_anchor_grout_body_bond_length_relativeB6\n4_member_model_anchor_grout_body_bond_length_absoluteB.\n,_member_model_anchor_grout_body_bond_sectionB6\n4_member_model_anchor_grout_body_bond_resistance_typeB8\n6_member_model_wind_simulation_enable_specific_settingsB/\n-_member_model_wind_simulation_shrink_wrappingB:\n8_member_model_wind_simulation_roughness_and_permeabilityB8\n6_member_model_wind_simulation_exclude_from_wind_tunnelB6\n4_member_model_wind_simulation_member_level_of_detailBM\nK_member_model_wind_simulation_use_only_external_surface_for_hollow_sectionsB\x1c\n\x1a_member_model_parent_layerB)\n\'_member_model_is_locked_by_parent_layerB\x1c\n\x1a_member_model_is_generatedB&\n$_member_model_generating_object_infoB\x16\n\x14_member_set_model_noB-\n+_member_set_model_user_defined_name_enabledB\x18\n\x16_member_set_model_nameB\x1c\n\x1a_member_set_model_set_typeB\x1a\n\x18_member_set_model_lengthB%\n#_member_set_model_center_of_gravityB\'\n%_member_set_model_center_of_gravity_xB\'\n%_member_set_model_center_of_gravity_yB\'\n%_member_set_model_center_of_gravity_zB\x1c\n\x1a_member_set_model_positionB\"\n _member_set_model_position_shortB\x1b\n\x19_member_set_model_commentB \n\x1e_member_set_model_parent_layerB-\n+_member_set_model_is_locked_by_parent_layerB \n\x1e_member_set_model_is_generatedB*\n(_member_set_model_generating_object_infoB/\n-_member_set_model_design_properties_activatedB\x1a\n\x18_member_set_model_volumeB\x18\n\x16_member_set_model_massB-\n+_member_set_model_member_set_representativeB3\n1_member_set_model_discontinuous_torsional_warpingB9\n7_member_set_model_design_properties_via_building_objectB;\n9_member_set_model_design_properties_building_model_objectB6\n4_member_set_model_design_properties_via_design_stripB2\n0_member_set_model_design_properties_design_stripB+\n)_member_set_model_steel_effective_lengthsB-\n+_member_set_model_steel_boundary_conditionsB9\n7_member_set_model_steel_member_local_section_reductionsB9\n7_member_set_model_member_steel_design_uls_configurationB9\n7_member_set_model_member_steel_design_sls_configurationB8\n6_member_set_model_member_steel_design_fr_configurationB=\n;_member_set_model_member_steel_design_seismic_configurationB.\n,_member_set_model_aluminum_effective_lengthsB0\n._member_set_model_aluminum_boundary_conditionsB<\n:_member_set_model_aluminum_member_local_section_reductionsB3\n1_member_set_model_aluminum_member_transverse_weldB<\n:_member_set_model_member_aluminum_design_uls_configurationB<\n:_member_set_model_member_aluminum_design_sls_configurationB;\n9_member_set_model_member_aluminum_design_fr_configurationB6\n4_member_set_model_concrete_shear_reinforcement_spansB=\n;_member_set_model_concrete_longitudinal_reinforcement_itemsBd\nb_member_set_model_member_set_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabledB7\n5_member_set_model_concrete_cover_user_defined_enabledBE\nC_member_set_model_concrete_cover_different_at_section_sides_enabledB\"\n _member_set_model_concrete_coverB&\n$_member_set_model_concrete_cover_topB)\n\'_member_set_model_concrete_cover_bottomB\'\n%_member_set_model_concrete_cover_leftB(\n&_member_set_model_concrete_cover_rightB\'\n%_member_set_model_concrete_durabilityB+\n)_member_set_model_concrete_durability_topB.\n,_member_set_model_concrete_durability_bottomB,\n*_member_set_model_concrete_durability_leftB-\n+_member_set_model_concrete_durability_rightB.\n,_member_set_model_concrete_effective_lengthsB<\n:_member_set_model_member_concrete_design_uls_configurationB<\n:_member_set_model_member_concrete_design_sls_configurationB;\n9_member_set_model_member_concrete_design_fr_configurationB@\n>_member_set_model_member_concrete_design_seismic_configurationB,\n*_member_set_model_timber_effective_lengthsB/\n-_member_set_model_service_class_timber_designB0\n._member_set_model_moisture_class_timber_designB4\n2_member_set_model_service_conditions_timber_designB3\n1_member_set_model_timber_local_section_reductionsB:\n8_member_set_model_member_timber_design_uls_configurationB:\n8_member_set_model_member_timber_design_sls_configurationB9\n7_member_set_model_member_timber_design_fr_configurationB\x1b\n\x19_member_set_model_supportB/\n-_member_set_model_member_transverse_stiffenerB)\n\'_member_set_model_member_diagonal_braceB#\n!_member_set_model_member_openingsB1\n/_member_set_model_stress_analysis_configurationB.\n,_member_set_model_deflection_check_directionB;\n9_member_set_model_deflection_check_displacement_referenceB.\n,_member_set_model_deflection_segments_z_axisB.\n,_member_set_model_deflection_segments_y_axisB6\n4_member_set_model_design_support_on_member_set_startB4\n2_member_set_model_design_support_on_member_set_endB5\n3_member_set_model_design_supports_on_internal_nodesBE\nC_member_set_model_deflection_segments_defined_length_z_axis_enabledBE\nC_member_set_model_deflection_segments_defined_length_y_axis_enabledB\'\n%_member_set_model_member_tendon_tableB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x18\n\x16_number_of_member_setsB\x14\n\x12_number_of_membersB\x0e\n\x0c_section_idsB\x0f\n\r_total_lengthB\x0f\n\r_total_volumeB\r\n\x0b_total_massB\x1b\n\x19_total_surface_of_coatingB\x1c\n\x1a_total_center_of_gravity_xB\x1c\n\x1a_total_center_of_gravity_yB\x1c\n\x1a_total_center_of_gravity_zB$\n\"_concrete_shear_reinforcement_spanB+\n)_concrete_longitudinal_reinforcement_spanB\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,397 +34,397 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.structure_
34
34
  if not _descriptor._USE_C_DESCRIPTORS:
35
35
  DESCRIPTOR._loaded_options = None
36
36
  _globals['_MEMBERSETREPRESENTATIVE']._serialized_start=168
37
- _globals['_MEMBERSETREPRESENTATIVE']._serialized_end=224701
38
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_start=23466
39
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_end=23603
40
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_start=23606
41
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_end=25379
42
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_start=24452
43
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_end=24705
44
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_start=24708
45
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_end=24864
46
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_start=24867
47
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_end=25051
48
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_start=25382
49
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_end=25533
50
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_start=25536
51
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_end=25970
52
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_start=25816
53
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_end=25898
54
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=25973
55
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=26140
56
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=26143
57
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=36359
58
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=30493
59
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=30954
60
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=30957
61
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=32017
62
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=32019
63
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=32089
64
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=32091
65
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=32161
66
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=32164
67
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=33331
68
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33334
69
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33532
70
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33534
71
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=33656
72
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=33659
73
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=33936
74
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=36362
75
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=36543
76
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=36547
77
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=83842
78
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=52662
79
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=52813
80
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=52816
81
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=54307
82
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=54309
83
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=54410
84
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=54412
85
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=54513
86
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=54516
87
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=55898
88
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=55900
89
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=55995
90
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=55998
91
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=57784
92
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=57786
93
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=57907
94
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=57909
95
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=58030
96
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=58033
97
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=59710
98
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=59713
99
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=61580
100
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=61582
101
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=61709
102
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=61711
103
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=61838
104
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=61841
105
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=63599
106
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=63602
107
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=65362
108
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=65364
109
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=65484
110
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=65486
111
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=65606
112
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=65609
113
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=67260
114
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=67263
115
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=68565
116
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=68567
117
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=68654
118
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=68656
119
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=68743
120
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=68746
121
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=69939
122
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=69942
123
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=71298
124
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=71300
125
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=71391
126
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=71393
127
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=71484
128
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=71487
129
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=72734
130
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=72736
131
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=72803
132
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33334
133
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33532
134
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33534
135
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=33656
136
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=73131
137
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=73324
138
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=73327
139
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=73578
140
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=73581
141
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=74062
142
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=74065
143
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=74634
144
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=74637
145
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=75186
146
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=75189
147
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=75558
148
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=75561
149
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=75914
150
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=83845
151
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=83996
152
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=83999
153
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=84250
154
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=84253
155
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=84404
156
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=84407
157
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=84658
158
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=84661
159
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=84824
160
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=84827
161
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=85014
162
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_start=85017
163
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_end=85151
164
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_start=85154
165
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_end=85299
166
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_start=85302
167
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_end=85452
168
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_start=85455
169
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_end=85692
170
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=85695
171
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=85868
172
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=85871
173
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=96115
174
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=30493
175
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=30954
176
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=30957
177
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=32017
178
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=32019
179
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=32089
180
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=32091
181
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=32161
182
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=32164
183
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=33331
184
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33334
185
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33532
186
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33534
187
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=33656
188
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=33659
189
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=33936
190
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=96118
191
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=96305
192
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=96309
193
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=143715
194
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=52662
195
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=52813
196
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=52816
197
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=54307
198
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=54309
199
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=54410
200
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=54412
201
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=54513
202
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=54516
203
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=55898
204
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=55900
205
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=55995
206
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=55998
207
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=57784
208
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=57786
209
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=57907
210
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=57909
211
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=58030
212
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=58033
213
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=59710
214
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=59713
215
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=61580
216
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=61582
217
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=61709
218
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=61711
219
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=61838
220
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=61841
221
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=63599
222
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=63602
223
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=65362
224
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=65364
225
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=65484
226
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=65486
227
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=65606
228
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=65609
229
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=67260
230
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=67263
231
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=68565
232
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=68567
233
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=68654
234
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=68656
235
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=68743
236
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=68746
237
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=69939
238
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=69942
239
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=71298
240
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=71300
241
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=71391
242
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=71393
243
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=71484
244
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=71487
245
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=72734
246
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=72736
247
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=72803
248
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33334
249
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33532
250
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33534
251
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=33656
252
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=73131
253
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=73324
254
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=73327
255
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=73578
256
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=73581
257
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=74062
258
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=74065
259
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=74634
260
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=74637
261
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=75186
262
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=75189
263
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=75558
264
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=75561
265
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=75914
266
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=143718
267
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=143875
268
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=143878
269
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=144132
270
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=144135
271
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=144292
272
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=144295
273
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=144549
274
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=144552
275
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=144721
276
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=144724
277
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=144914
278
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_start=144917
279
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_end=145057
280
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_start=145060
281
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_end=145208
282
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_start=145211
283
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_end=145354
284
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_start=145357
285
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_end=155460
286
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_start=30493
287
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_end=30954
288
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_start=30957
289
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_end=32017
290
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=32019
291
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=32089
292
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=32091
293
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=32161
294
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=32164
295
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=33331
296
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33334
297
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33532
298
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33534
299
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=33656
300
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_start=33659
301
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_end=33936
302
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_start=155463
303
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_end=155620
304
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_start=155624
305
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_end=202466
306
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_start=52662
307
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_end=52813
308
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=52816
309
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=54307
310
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=54309
311
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=54410
312
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=54412
313
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=54513
314
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=54516
315
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=55898
316
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=55900
317
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=55995
318
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=55998
319
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=57784
320
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=57786
321
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=57907
322
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=57909
323
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=58030
324
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=58033
325
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=59710
326
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=59713
327
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=61580
328
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=61582
329
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=61709
330
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=61711
331
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=61838
332
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=61841
333
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=63599
334
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=63602
335
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=65362
336
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=65364
337
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=65484
338
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=65486
339
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=65606
340
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=65609
341
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=67260
342
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=67263
343
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=68565
344
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=68567
345
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=68654
346
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=68656
347
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=68743
348
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=68746
349
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=69939
350
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=69942
351
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=71298
352
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=71300
353
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=71391
354
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=71393
355
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=71484
356
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=71487
357
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=72734
358
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_start=72736
359
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_end=72803
360
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33334
361
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33532
362
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33534
363
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=33656
364
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_start=73131
365
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_end=73324
366
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=73327
367
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=73578
368
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=73581
369
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=74062
370
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=74065
371
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=74634
372
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=74637
373
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=75186
374
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=75189
375
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=75558
376
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_start=75561
377
- _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_end=75914
378
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_start=202469
379
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_end=203114
380
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_start=203117
381
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_end=204354
382
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_start=204357
383
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_end=204526
384
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_start=204528
385
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_end=204642
386
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_start=204645
387
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_end=205568
388
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_start=205571
389
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_end=205865
390
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=205868
391
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=206247
392
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_start=206250
393
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_end=206634
394
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_start=206637
395
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_end=207011
396
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=207014
397
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=207383
398
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_start=207386
399
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_end=207765
400
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_start=207768
401
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_end=207924
402
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_start=207927
403
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_end=208075
404
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_start=208078
405
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_end=208347
406
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_start=208350
407
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_end=208497
408
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_start=208500
409
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_end=208642
410
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_start=208645
411
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_end=208798
412
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_start=208801
413
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_end=209023
414
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_start=209026
415
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_end=209169
416
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_start=209172
417
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_end=209659
418
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=209662
419
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=209876
420
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_start=209879
421
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_end=210093
422
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_start=210096
423
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_end=210251
424
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_start=210253
425
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_end=210355
426
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_start=210358
427
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_end=210876
428
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=210879
429
- _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=211104
37
+ _globals['_MEMBERSETREPRESENTATIVE']._serialized_end=225493
38
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_start=23898
39
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_end=24035
40
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_start=24038
41
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_end=25811
42
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_start=24884
43
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_end=25137
44
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_start=25140
45
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_end=25296
46
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_start=25299
47
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_end=25483
48
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_start=25814
49
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_end=25965
50
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_start=25968
51
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_end=26402
52
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_start=26248
53
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_end=26330
54
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=26405
55
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=26572
56
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=26575
57
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=36791
58
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=30925
59
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=31386
60
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=31389
61
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=32449
62
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=32451
63
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=32521
64
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=32523
65
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=32593
66
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=32596
67
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=33763
68
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33766
69
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33964
70
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33966
71
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=34088
72
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=34091
73
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=34368
74
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=36794
75
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=36975
76
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=36979
77
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=84274
78
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=53094
79
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=53245
80
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=53248
81
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=54739
82
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=54741
83
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=54842
84
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=54844
85
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=54945
86
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=54948
87
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=56330
88
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=56332
89
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=56427
90
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=56430
91
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=58216
92
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=58218
93
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=58339
94
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=58341
95
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=58462
96
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=58465
97
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=60142
98
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=60145
99
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=62012
100
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=62014
101
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=62141
102
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=62143
103
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=62270
104
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=62273
105
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=64031
106
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=64034
107
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=65794
108
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=65796
109
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=65916
110
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=65918
111
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=66038
112
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=66041
113
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=67692
114
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=67695
115
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=68997
116
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=68999
117
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=69086
118
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=69088
119
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=69175
120
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=69178
121
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=70371
122
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=70374
123
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=71730
124
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=71732
125
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=71823
126
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=71825
127
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=71916
128
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=71919
129
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=73166
130
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=73168
131
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=73235
132
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33766
133
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33964
134
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33966
135
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=34088
136
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=73563
137
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=73756
138
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=73759
139
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=74010
140
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=74013
141
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=74494
142
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=74497
143
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=75066
144
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=75069
145
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=75618
146
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=75621
147
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=75990
148
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=75993
149
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=76346
150
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=84277
151
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=84428
152
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=84431
153
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=84682
154
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=84685
155
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=84836
156
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=84839
157
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=85090
158
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=85093
159
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=85256
160
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=85259
161
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=85446
162
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_start=85449
163
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_end=85583
164
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_start=85586
165
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_end=85731
166
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_start=85734
167
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_end=85884
168
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_start=85887
169
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_end=86124
170
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=86127
171
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=86300
172
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=86303
173
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=96547
174
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=30925
175
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=31386
176
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=31389
177
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=32449
178
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=32451
179
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=32521
180
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=32523
181
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=32593
182
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=32596
183
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=33763
184
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33766
185
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33964
186
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33966
187
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=34088
188
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=34091
189
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=34368
190
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=96550
191
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=96737
192
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=96741
193
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=144147
194
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=53094
195
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=53245
196
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=53248
197
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=54739
198
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=54741
199
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=54842
200
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=54844
201
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=54945
202
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=54948
203
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=56330
204
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=56332
205
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=56427
206
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=56430
207
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=58216
208
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=58218
209
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=58339
210
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=58341
211
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=58462
212
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=58465
213
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=60142
214
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=60145
215
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=62012
216
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=62014
217
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=62141
218
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=62143
219
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=62270
220
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=62273
221
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=64031
222
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=64034
223
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=65794
224
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=65796
225
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=65916
226
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=65918
227
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=66038
228
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=66041
229
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=67692
230
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=67695
231
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=68997
232
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=68999
233
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=69086
234
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=69088
235
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=69175
236
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=69178
237
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=70371
238
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=70374
239
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=71730
240
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=71732
241
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=71823
242
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=71825
243
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=71916
244
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=71919
245
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=73166
246
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=73168
247
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=73235
248
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33766
249
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33964
250
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33966
251
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=34088
252
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=73563
253
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=73756
254
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=73759
255
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=74010
256
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=74013
257
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=74494
258
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=74497
259
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=75066
260
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=75069
261
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=75618
262
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=75621
263
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=75990
264
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=75993
265
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=76346
266
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=144150
267
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=144307
268
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=144310
269
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=144564
270
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=144567
271
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=144724
272
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=144727
273
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=144981
274
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=144984
275
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=145153
276
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=145156
277
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=145346
278
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_start=145349
279
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_end=145489
280
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_start=145492
281
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_end=145640
282
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_start=145643
283
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_end=145786
284
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_start=145789
285
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_end=155892
286
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_start=30925
287
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_end=31386
288
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_start=31389
289
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_end=32449
290
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=32451
291
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=32521
292
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=32523
293
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=32593
294
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=32596
295
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=33763
296
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33766
297
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33964
298
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33966
299
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=34088
300
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_start=34091
301
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_end=34368
302
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_start=155895
303
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_end=156052
304
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_start=156056
305
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_end=202898
306
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_start=53094
307
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_end=53245
308
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=53248
309
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=54739
310
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=54741
311
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=54842
312
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=54844
313
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=54945
314
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=54948
315
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=56330
316
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=56332
317
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=56427
318
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=56430
319
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=58216
320
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=58218
321
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=58339
322
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=58341
323
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=58462
324
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=58465
325
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=60142
326
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=60145
327
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=62012
328
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=62014
329
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=62141
330
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=62143
331
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=62270
332
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=62273
333
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=64031
334
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=64034
335
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=65794
336
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=65796
337
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=65916
338
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=65918
339
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=66038
340
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=66041
341
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=67692
342
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=67695
343
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=68997
344
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=68999
345
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=69086
346
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=69088
347
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=69175
348
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=69178
349
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=70371
350
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=70374
351
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=71730
352
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=71732
353
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=71823
354
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=71825
355
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=71916
356
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=71919
357
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=73166
358
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_start=73168
359
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_end=73235
360
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=33766
361
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=33964
362
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=33966
363
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=34088
364
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_start=73563
365
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_end=73756
366
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=73759
367
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=74010
368
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=74013
369
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=74494
370
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=74497
371
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=75066
372
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=75069
373
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=75618
374
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=75621
375
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=75990
376
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_start=75993
377
+ _globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_end=76346
378
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_start=202901
379
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_end=203546
380
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_start=203549
381
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_end=204786
382
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_start=204789
383
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_end=204958
384
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_start=204960
385
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_end=205074
386
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_start=205077
387
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_end=206000
388
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_start=206003
389
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_end=206297
390
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=206300
391
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=206679
392
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_start=206682
393
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_end=207066
394
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_start=207069
395
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_end=207443
396
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=207446
397
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=207815
398
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_start=207818
399
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_end=208197
400
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_start=208200
401
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_end=208356
402
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_start=208359
403
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_end=208507
404
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_start=208510
405
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_end=208779
406
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_start=208782
407
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_end=208929
408
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_start=208932
409
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_end=209074
410
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_start=209077
411
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_end=209230
412
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_start=209233
413
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_end=209455
414
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_start=209458
415
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_end=209601
416
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_start=209604
417
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_end=210091
418
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=210094
419
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=210308
420
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_start=210311
421
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_end=210525
422
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_start=210528
423
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_end=210683
424
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_start=210685
425
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_end=210787
426
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_start=210790
427
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_end=211308
428
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=211311
429
+ _globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=211536
430
430
  # @@protoc_insertion_point(module_scope)