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.
- dlubal/api/rfem/__init__.py +1 -0
- dlubal/api/rfem/application.py +17 -17
- dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
- dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
- dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
- dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
- dlubal/api/rfem/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +4 -0
- dlubal/api/rfem/structure_core/line_pb2.py +17 -17
- dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
- dlubal/api/rfem/structure_core/member_pb2.py +190 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +286 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +404 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +14 -2
- dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
- dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
- dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
- dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
- dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
- dlubal/api/rsection/application.py +16 -0
- dlubal/api/rstab/__init__.py +1 -0
- dlubal/api/rstab/application.py +17 -17
- dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rstab/object_type_pb2.py +2 -2
- dlubal/api/rstab/object_type_pb2.pyi +4 -0
- dlubal/api/rstab/structure_core/member_pb2.py +178 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +14 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +274 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +14 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +394 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +14 -2
- dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/RECORD +61 -51
- examples/rfem/import_from_ifc.py +3 -3
- examples/rstab/import_from_ifc.py +1 -1
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/WHEEL +0 -0
- {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.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>dlubal/api/rfem/structure_core/member_set_representative.proto\x12\x1e\x64lubal.api.rfem.structure_core\x1a\x1e\x64lubal/api/common/common.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\"\x91\xf6\r\n\x17MemberSetRepresentative\x12\x1c\n\x0fmember_model_no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12g\n\x11member_model_type\x18\x02 \x01(\x0e\x32G.dlubal.api.rfem.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\x1e\n\x11member_model_line\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12p\n\x16member_model_line_type\x18\x06 \x01(\x0e\x32K.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelLineTypeH\x05\x88\x01\x01\x12\x8f\x01\n&member_model_section_distribution_type\x18\x07 \x01(\x0e\x32Z.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelSectionDistributionTypeH\x06\x88\x01\x01\x12z\n\x1bmember_model_reference_type\x18\x08 \x01(\x0e\x32P.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelReferenceTypeH\x07\x88\x01\x01\x12\x1a\n\x12member_model_nodes\x18\t \x03(\x05\x12$\n\x17member_model_node_start\x18\n \x01(\x05H\x08\x88\x01\x01\x12\"\n\x15member_model_node_end\x18\x0b \x01(\x05H\t\x88\x01\x01\x12+\n\x1emember_model_analytical_length\x18\x0c \x01(\x01H\n\x88\x01\x01\x12+\n\x1emember_model_analytical_volume\x18\r \x01(\x01H\x0b\x88\x01\x01\x12)\n\x1cmember_model_analytical_mass\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x37\n*member_model_analytical_surface_of_coating\x18\x0f \x01(\x01H\r\x88\x01\x01\x12S\n)member_model_analytical_center_of_gravity\x18\x10 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0e\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_x\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_y\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_z\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13member_model_length\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13member_model_volume\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1e\n\x11member_model_mass\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12,\n\x1fmember_model_surface_of_coating\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12H\n\x1emember_model_center_of_gravity\x18\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x16\x88\x01\x01\x12-\n member_model_center_of_gravity_x\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12-\n member_model_center_of_gravity_y\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12-\n member_model_center_of_gravity_z\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\"\n\x15member_model_position\x18\x1c \x01(\tH\x1a\x88\x01\x01\x12(\n\x1bmember_model_position_short\x18\x1d \x01(\tH\x1b\x88\x01\x01\x12/\n\"member_model_member_representative\x18\x1e \x01(\x05H\x1c\x88\x01\x01\x12\x36\n)member_model_design_properties_via_member\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12\x41\n4member_model_design_properties_via_parent_member_set\x18 \x01(\x08H\x1e\x88\x01\x01\x12=\n0member_model_design_properties_parent_member_set\x18! \x01(\x05H\x1f\x88\x01\x01\x12?\n2member_model_design_properties_via_building_object\x18\" \x01(\x08H \x88\x01\x01\x12\\\n4member_model_design_properties_building_object_owner\x18# \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH!\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\x12r\n\x17member_model_joist_type\x18+ \x01(\x0e\x32L.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelJoistTypeH\'\x88\x01\x01\x12v\n\x19member_model_joist_series\x18, \x01(\x0e\x32N.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelJoistSeriesH(\x88\x01\x01\x12)\n\x1cmember_model_max_joist_depth\x18- \x01(\x01H)\x88\x01\x01\x12\x8e\x01\n&member_model_member_type_rib_alignment\x18. \x01(\x0e\x32Y.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelMemberTypeRibAlignmentH*\x88\x01\x01\x12\x32\n%member_model_member_rib_first_surface\x18/ \x01(\x05H+\x88\x01\x01\x12\x33\n&member_model_member_rib_second_surface\x18\x30 \x01(\x05H,\x88\x01\x01\x12\x42\n5member_model_member_rib_surface_assignment_autodetect\x18\x31 \x01(\x08H-\x88\x01\x01\x12G\n:member_model_align_local_z_axis_to_local_z_axis_of_surface\x18\x32 \x01(\x08H.\x88\x01\x01\x12G\n:member_model_member_rib_shear_joint_between_web_and_flange\x18\x33 \x01(\x08H/\x88\x01\x01\x12\xb1\x01\n8member_model_member_rib_surface_roughness_classification\x18\x34 \x01(\x0e\x32j.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelMemberRibSurfaceRoughnessClassificationH0\x88\x01\x01\x12=\n0member_model_member_rib_reduction_of_joint_width\x18\x35 \x01(\x01H1\x88\x01\x01\x12\x85\x01\n\x1emember_model_flange_dimensions\x18\x36 \x01(\x0b\x32X.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsTableH2\x88\x01\x01\x12\x30\n#member_model_synchronize_width_mode\x18\x37 \x01(\x08H3\x88\x01\x01\x12\x31\n$member_model_relative_ordinates_mode\x18\x38 \x01(\x08H4\x88\x01\x01\x12\x66\nYmember_model_member_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabled\x18\x39 \x01(\x08H5\x88\x01\x01\x12\x39\n,member_model_member_type_definable_stiffness\x18: \x01(\x05H6\x88\x01\x01\x12\xac\x01\n6member_model_result_beam_integrate_stresses_and_forces\x18; \x01(\x0e\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelResultBeamIntegrateStressesAndForcesH7\x88\x01\x01\x12)\n\x1cmember_model_result_beam_y_z\x18< \x01(\x01H8\x88\x01\x01\x12,\n\x1fmember_model_result_beam_y_plus\x18= \x01(\x01H9\x88\x01\x01\x12,\n\x1fmember_model_result_beam_z_plus\x18> \x01(\x01H:\x88\x01\x01\x12-\n member_model_result_beam_y_minus\x18? \x01(\x01H;\x88\x01\x01\x12-\n member_model_result_beam_z_minus\x18@ \x01(\x01H<\x88\x01\x01\x12,\n\x1fmember_model_result_beam_radius\x18\x41 \x01(\x01H=\x88\x01\x01\x12\x31\n)member_model_result_beam_include_surfaces\x18\x42 \x03(\x05\x12:\n-member_model_result_beam_include_all_surfaces\x18\x43 \x01(\x08H>\x88\x01\x01\x12\x36\n.member_model_result_beam_include_surface_cells\x18\x44 \x03(\x05\x12?\n2member_model_result_beam_include_all_surface_cells\x18\x45 \x01(\x08H?\x88\x01\x01\x12/\n\'member_model_result_beam_include_solids\x18\x46 \x03(\x05\x12\x38\n+member_model_result_beam_include_all_solids\x18G \x01(\x08H@\x88\x01\x01\x12\x30\n(member_model_result_beam_include_members\x18H \x03(\x05\x12\x39\n,member_model_result_beam_include_all_members\x18I \x01(\x08HA\x88\x01\x01\x12\x31\n)member_model_result_beam_exclude_surfaces\x18J \x03(\x05\x12\x36\n.member_model_result_beam_exclude_surface_cells\x18K \x03(\x05\x12/\n\'member_model_result_beam_exclude_solids\x18L \x03(\x05\x12\x30\n(member_model_result_beam_exclude_members\x18M \x03(\x05\x12\xae\x01\n7member_model_design_strip_integrate_stresses_and_forces\x18N \x01(\x0e\x32h.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDesignStripIntegrateStressesAndForcesHB\x88\x01\x01\x12*\n\x1dmember_model_design_strip_y_z\x18O \x01(\x01HC\x88\x01\x01\x12-\n member_model_design_strip_y_plus\x18P \x01(\x01HD\x88\x01\x01\x12-\n member_model_design_strip_z_plus\x18Q \x01(\x01HE\x88\x01\x01\x12.\n!member_model_design_strip_y_minus\x18R \x01(\x01HF\x88\x01\x01\x12.\n!member_model_design_strip_z_minus\x18S \x01(\x01HG\x88\x01\x01\x12-\n member_model_design_strip_radius\x18T \x01(\x01HH\x88\x01\x01\x12\x32\n*member_model_design_strip_include_surfaces\x18U \x03(\x05\x12\xaa\x01\n5member_model_shear_wall_integrate_stresses_and_forces\x18V \x01(\x0e\x32\x66.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelShearWallIntegrateStressesAndForcesHI\x88\x01\x01\x12(\n\x1bmember_model_shear_wall_y_z\x18W \x01(\x01HJ\x88\x01\x01\x12+\n\x1emember_model_shear_wall_y_plus\x18X \x01(\x01HK\x88\x01\x01\x12+\n\x1emember_model_shear_wall_z_plus\x18Y \x01(\x01HL\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_y_minus\x18Z \x01(\x01HM\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_z_minus\x18[ \x01(\x01HN\x88\x01\x01\x12+\n\x1emember_model_shear_wall_radius\x18\\ \x01(\x01HO\x88\x01\x01\x12\x30\n(member_model_shear_wall_include_surfaces\x18] \x03(\x05\x12\x35\n-member_model_shear_wall_include_surface_cells\x18^ \x03(\x05\x12\xa8\x01\n4member_model_deep_beam_integrate_stresses_and_forces\x18_ \x01(\x0e\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeepBeamIntegrateStressesAndForcesHP\x88\x01\x01\x12\'\n\x1amember_model_deep_beam_y_z\x18` \x01(\x01HQ\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_y_plus\x18\x61 \x01(\x01HR\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_z_plus\x18\x62 \x01(\x01HS\x88\x01\x01\x12+\n\x1emember_model_deep_beam_y_minus\x18\x63 \x01(\x01HT\x88\x01\x01\x12+\n\x1emember_model_deep_beam_z_minus\x18\x64 \x01(\x01HU\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_radius\x18\x65 \x01(\x01HV\x88\x01\x01\x12/\n\'member_model_deep_beam_include_surfaces\x18\x66 \x03(\x05\x12\x34\n,member_model_deep_beam_include_surface_cells\x18g \x03(\x05\x12\xac\x01\n6member_model_result_line_integrate_stresses_and_forces\x18h \x01(\x0e\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelResultLineIntegrateStressesAndForcesHW\x88\x01\x01\x12)\n\x1cmember_model_result_line_y_z\x18i \x01(\x01HX\x88\x01\x01\x12,\n\x1fmember_model_result_line_y_plus\x18j \x01(\x01HY\x88\x01\x01\x12,\n\x1fmember_model_result_line_z_plus\x18k \x01(\x01HZ\x88\x01\x01\x12-\n member_model_result_line_y_minus\x18l \x01(\x01H[\x88\x01\x01\x12-\n member_model_result_line_z_minus\x18m \x01(\x01H\\\x88\x01\x01\x12,\n\x1fmember_model_result_line_radius\x18n \x01(\x01H]\x88\x01\x01\x12\x31\n)member_model_result_line_include_surfaces\x18o \x03(\x05\x12:\n-member_model_result_line_include_all_surfaces\x18p \x01(\x08H^\x88\x01\x01\x12\x36\n.member_model_result_line_include_surface_cells\x18q \x03(\x05\x12?\n2member_model_result_line_include_all_surface_cells\x18r \x01(\x08H_\x88\x01\x01\x12/\n\'member_model_result_line_include_solids\x18s \x03(\x05\x12\x38\n+member_model_result_line_include_all_solids\x18t \x01(\x08H`\x88\x01\x01\x12\x30\n(member_model_result_line_include_members\x18u \x03(\x05\x12\x39\n,member_model_result_line_include_all_members\x18v \x01(\x08Ha\x88\x01\x01\x12\x31\n)member_model_result_line_exclude_surfaces\x18w \x03(\x05\x12\x36\n.member_model_result_line_exclude_surface_cells\x18x \x03(\x05\x12/\n\'member_model_result_line_exclude_solids\x18y \x03(\x05\x12\x30\n(member_model_result_line_exclude_members\x18z \x03(\x05\x12*\n\x1dmember_model_projected_length\x18{ \x01(\x01Hb\x88\x01\x01\x12L\n?member_model_section_distance_from_start_is_defined_as_relative\x18| \x01(\x08Hc\x88\x01\x01\x12>\n1member_model_section_distance_from_start_absolute\x18} \x01(\x01Hd\x88\x01\x01\x12>\n1member_model_section_distance_from_start_relative\x18~ \x01(\x01He\x88\x01\x01\x12J\n=member_model_section_distance_from_end_is_defined_as_relative\x18\x7f \x01(\x08Hf\x88\x01\x01\x12=\n/member_model_section_distance_from_end_absolute\x18\x80\x01 \x01(\x01Hg\x88\x01\x01\x12=\n/member_model_section_distance_from_end_relative\x18\x81\x01 \x01(\x01Hh\x88\x01\x01\x12\x81\x01\n\x1emember_model_section_alignment\x18\x82\x01 \x01(\x0e\x32S.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelSectionAlignmentHi\x88\x01\x01\x12}\n\x1cmember_model_grain_alignment\x18\x83\x01 \x01(\x0e\x32Q.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelGrainAlignmentHj\x88\x01\x01\x12$\n\x16member_model_is_curved\x18\x84\x01 \x01(\x08Hk\x88\x01\x01\x12=\n/member_model_curved_member_is_asymmetric_layout\x18\x85\x01 \x01(\x08Hl\x88\x01\x01\x12\x37\n)member_model_curved_member_is_cantilevers\x18\x86\x01 \x01(\x08Hm\x88\x01\x01\x12\x99\x01\n+member_model_curved_member_cantilevers_type\x18\x87\x01 \x01(\x0e\x32^.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberCantileversTypeHn\x88\x01\x01\x12I\n;member_model_curved_member_is_capped_with_loose_ridge_wedge\x18\x88\x01 \x01(\x08Ho\x88\x01\x01\x12\x97\x01\n%member_model_curved_member_parameters\x18\x89\x01 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberParametersTreeTableHp\x88\x01\x01\x12\x94\x01\n(member_model_rotation_specification_type\x18\x8a\x01 \x01(\x0e\x32\\.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelRotationSpecificationTypeHq\x88\x01\x01\x12)\n\x1bmember_model_rotation_angle\x18\x8b\x01 \x01(\x01Hr\x88\x01\x01\x12-\n\x1fmember_model_rotation_help_node\x18\x8c\x01 \x01(\x05Hs\x88\x01\x01\x12\x84\x01\n member_model_rotation_plane_type\x18\x8d\x01 \x01(\x0e\x32T.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelRotationPlaneTypeHt\x88\x01\x01\x12+\n\x1dmember_model_rotation_surface\x18\x8e\x01 \x01(\x05Hu\x88\x01\x01\x12\x93\x01\n(member_model_rotation_surface_plane_type\x18\x8f\x01 \x01(\x0e\x32[.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelRotationSurfacePlaneTypeHv\x88\x01\x01\x12%\n\x17member_model_is_rotated\x18\x90\x01 \x01(\x08Hw\x88\x01\x01\x12(\n\x1amember_model_section_start\x18\x91\x01 \x01(\x05Hx\x88\x01\x01\x12&\n\x18member_model_section_end\x18\x92\x01 \x01(\x05Hy\x88\x01\x01\x12+\n\x1dmember_model_section_internal\x18\x93\x01 \x01(\x05Hz\x88\x01\x01\x12,\n\x1emember_model_section_taper_end\x18\x94\x01 \x01(\x05H{\x88\x01\x01\x12.\n member_model_section_taper_start\x18\x95\x01 \x01(\x05H|\x88\x01\x01\x12+\n\x1dmember_model_section_material\x18\x96\x01 \x01(\x05H}\x88\x01\x01\x12\x9a\x01\n,member_model_nodes_on_member_definition_type\x18\x97\x01 \x01(\x0e\x32^.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberDefinitionTypeH~\x88\x01\x01\x12\x96\x01\n\'member_model_nodes_on_member_assignment\x18\x98\x01 \x01(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentTableH\x7f\x88\x01\x01\x12\x90\x01\n&member_model_nodes_on_member_reference\x18\x99\x01 \x01(\x0e\x32Y.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberReferenceH\x80\x01\x88\x01\x01\x12\x8d\x01\n%member_model_nodes_on_member_start_at\x18\x9a\x01 \x01(\x0e\x32W.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberStartAtH\x81\x01\x88\x01\x01\x12:\n+member_model_nodes_on_member_node_distances\x18\x9b\x01 \x01(\tH\x82\x01\x88\x01\x01\x12.\n\x1fmember_model_member_hinge_start\x18\x9c\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12,\n\x1dmember_model_member_hinge_end\x18\x9d\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12\x35\n&member_model_member_eccentricity_start\x18\x9e\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12\x33\n$member_model_member_eccentricity_end\x18\x9f\x01 \x01(\x05H\x86\x01\x88\x01\x01\x12#\n\x14member_model_support\x18\xa0\x01 \x01(\x05H\x87\x01\x88\x01\x01\x12\x37\n(member_model_member_transverse_stiffener\x18\xa1\x01 \x01(\x05H\x88\x01\x88\x01\x01\x12\x31\n\"member_model_member_diagonal_brace\x18\xa2\x01 \x01(\x05H\x89\x01\x88\x01\x01\x12+\n\x1cmember_model_member_openings\x18\xa3\x01 \x01(\x05H\x8a\x01\x88\x01\x01\x12/\n member_model_member_nonlinearity\x18\xa4\x01 \x01(\x05H\x8b\x01\x88\x01\x01\x12\x34\n%member_model_is_active_in_compression\x18\xa5\x01 \x01(\x08H\x8c\x01\x88\x01\x01\x12<\n-member_model_member_result_intermediate_point\x18\xa6\x01 \x01(\x05H\x8d\x01\x88\x01\x01\x12+\n\x1cmember_model_pile_resistance\x18\xa7\x01 \x01(\x05H\x8e\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_effective_lengths\x18\xa8\x01 \x01(\x05H\x8f\x01\x88\x01\x01\x12\x33\n$member_model_steel_effective_lengths\x18\xa9\x01 \x01(\x05H\x90\x01\x88\x01\x01\x12\x34\n%member_model_timber_effective_lengths\x18\xaa\x01 \x01(\x05H\x91\x01\x88\x01\x01\x12\x36\n\'member_model_aluminum_effective_lengths\x18\xab\x01 \x01(\x05H\x92\x01\x88\x01\x01\x12\xa7\x01\n/member_model_concrete_shear_reinforcement_spans\x18\xac\x01 \x01(\x0b\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansTableH\x93\x01\x88\x01\x01\x12\xb5\x01\n6member_model_concrete_longitudinal_reinforcement_items\x18\xad\x01 \x01(\x0b\x32n.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsTableH\x94\x01\x88\x01\x01\x12?\n0member_model_concrete_cover_user_defined_enabled\x18\xae\x01 \x01(\x08H\x95\x01\x88\x01\x01\x12M\n>member_model_concrete_cover_different_at_section_sides_enabled\x18\xaf\x01 \x01(\x08H\x96\x01\x88\x01\x01\x12*\n\x1bmember_model_concrete_cover\x18\xb0\x01 \x01(\x01H\x97\x01\x88\x01\x01\x12.\n\x1fmember_model_concrete_cover_top\x18\xb1\x01 \x01(\x01H\x98\x01\x88\x01\x01\x12\x31\n\"member_model_concrete_cover_bottom\x18\xb2\x01 \x01(\x01H\x99\x01\x88\x01\x01\x12/\n member_model_concrete_cover_left\x18\xb3\x01 \x01(\x01H\x9a\x01\x88\x01\x01\x12\x30\n!member_model_concrete_cover_right\x18\xb4\x01 \x01(\x01H\x9b\x01\x88\x01\x01\x12(\n\x1fmember_model_concrete_cover_min\x18\xb5\x01 \x03(\x01\x12,\n#member_model_concrete_cover_min_top\x18\xb6\x01 \x03(\x01\x12/\n&member_model_concrete_cover_min_bottom\x18\xb7\x01 \x03(\x01\x12-\n$member_model_concrete_cover_min_left\x18\xb8\x01 \x03(\x01\x12.\n%member_model_concrete_cover_min_right\x18\xb9\x01 \x03(\x01\x12/\n member_model_concrete_durability\x18\xba\x01 \x01(\x05H\x9c\x01\x88\x01\x01\x12\x33\n$member_model_concrete_durability_top\x18\xbb\x01 \x01(\x05H\x9d\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_durability_bottom\x18\xbc\x01 \x01(\x05H\x9e\x01\x88\x01\x01\x12\x34\n%member_model_concrete_durability_left\x18\xbd\x01 \x01(\x05H\x9f\x01\x88\x01\x01\x12\x35\n&member_model_concrete_durability_right\x18\xbe\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12\x35\n&member_model_steel_boundary_conditions\x18\xbf\x01 \x01(\x05H\xa1\x01\x88\x01\x01\x12@\n1member_model_steel_member_local_section_reduction\x18\xc0\x01 \x01(\x05H\xa2\x01\x88\x01\x01\x12\x38\n)member_model_steel_member_transverse_weld\x18\xc1\x01 \x01(\x05H\xa3\x01\x88\x01\x01\x12\x30\n!member_model_timber_service_class\x18\xc2\x01 \x01(\x05H\xa4\x01\x88\x01\x01\x12\x31\n\"member_model_timber_moisture_class\x18\xc3\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12\x35\n&member_model_timber_service_conditions\x18\xc4\x01 \x01(\x05H\xa6\x01\x88\x01\x01\x12\x41\n2member_model_timber_member_local_section_reduction\x18\xc5\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12\x38\n)member_model_aluminum_boundary_conditions\x18\xc6\x01 \x01(\x05H\xa8\x01\x88\x01\x01\x12\x43\n4member_model_aluminum_member_local_section_reduction\x18\xc7\x01 \x01(\x05H\xa9\x01\x88\x01\x01\x12;\n,member_model_aluminum_member_transverse_weld\x18\xc8\x01 \x01(\x05H\xaa\x01\x88\x01\x01\x12\x39\n*member_model_stress_analysis_configuration\x18\xc9\x01 \x01(\x05H\xab\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_uls_configuration\x18\xca\x01 \x01(\x05H\xac\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_sls_configuration\x18\xcb\x01 \x01(\x05H\xad\x01\x88\x01\x01\x12\x43\n4member_model_member_aluminum_design_fr_configuration\x18\xcc\x01 \x01(\x05H\xae\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_uls_configuration\x18\xcd\x01 \x01(\x05H\xaf\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_sls_configuration\x18\xce\x01 \x01(\x05H\xb0\x01\x88\x01\x01\x12\x43\n4member_model_member_concrete_design_fr_configuration\x18\xcf\x01 \x01(\x05H\xb1\x01\x88\x01\x01\x12H\n9member_model_member_concrete_design_seismic_configuration\x18\xd0\x01 \x01(\x05H\xb2\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_uls_configuration\x18\xd1\x01 \x01(\x05H\xb3\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_sls_configuration\x18\xd2\x01 \x01(\x05H\xb4\x01\x88\x01\x01\x12@\n1member_model_member_steel_design_fr_configuration\x18\xd3\x01 \x01(\x05H\xb5\x01\x88\x01\x01\x12\x45\n6member_model_member_steel_design_seismic_configuration\x18\xd4\x01 \x01(\x05H\xb6\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_uls_configuration\x18\xd5\x01 \x01(\x05H\xb7\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_sls_configuration\x18\xd6\x01 \x01(\x05H\xb8\x01\x88\x01\x01\x12\x41\n2member_model_member_timber_design_fr_configuration\x18\xd7\x01 \x01(\x05H\xb9\x01\x88\x01\x01\x12\x44\n5member_model_end_modifications_member_start_extension\x18\xd8\x01 \x01(\x01H\xba\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_y\x18\xd9\x01 \x01(\x01H\xbb\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_z\x18\xda\x01 \x01(\x01H\xbc\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_end_extension\x18\xdb\x01 \x01(\x01H\xbd\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_y\x18\xdc\x01 \x01(\x01H\xbe\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_z\x18\xdd\x01 \x01(\x01H\xbf\x01\x88\x01\x01\x12\x35\n&member_model_has_any_end_modifications\x18\xde\x01 \x01(\x08H\xc0\x01\x88\x01\x01\x12\x93\x01\n\'member_model_deflection_check_direction\x18\xdf\x01 \x01(\x0e\x32[.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDirectionH\xc1\x01\x88\x01\x01\x12\xac\x01\n4member_model_deflection_check_displacement_reference\x18\xe0\x01 \x01(\x0e\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDisplacementReferenceH\xc2\x01\x88\x01\x01\x12\x97\x01\n\'member_model_deflection_segments_z_axis\x18\xe1\x01 \x01(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsZAxisTableH\xc3\x01\x88\x01\x01\x12\x97\x01\n\'member_model_deflection_segments_y_axis\x18\xe2\x01 \x01(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsYAxisTableH\xc4\x01\x88\x01\x01\x12:\n+member_model_design_support_on_member_start\x18\xe3\x01 \x01(\x05H\xc5\x01\x88\x01\x01\x12\x38\n)member_model_design_support_on_member_end\x18\xe4\x01 \x01(\x05H\xc6\x01\x88\x01\x01\x12\xa4\x01\n.member_model_design_supports_on_internal_nodes\x18\xe5\x01 \x01(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDesignSupportsOnInternalNodesTableH\xc7\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_z_axis_enabled\x18\xe6\x01 \x01(\x08H\xc8\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_y_axis_enabled\x18\xe7\x01 \x01(\x08H\xc9\x01\x88\x01\x01\x12.\n\x1fmember_model_member_type_spring\x18\xe8\x01 \x01(\x05H\xca\x01\x88\x01\x01\x12\x35\n&member_model_member_type_damper_spring\x18\xe9\x01 \x01(\x05H\xcb\x01\x88\x01\x01\x12\x42\n3member_model_member_type_damper_damping_coefficient\x18\xea\x01 \x01(\x01H\xcc\x01\x88\x01\x01\x12\x85\x01\n member_model_member_tendon_table\x18\xeb\x01 \x01(\x0b\x32T.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelMemberTendonTableH\xcd\x01\x88\x01\x01\x12\x8c\x01\n\x1fmember_model_bim_ifc_properties\x18\xec\x01 \x01(\x0b\x32\\.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableH\xce\x01\x88\x01\x01\x12v\n\x18member_model_tendon_type\x18\xed\x01 \x01(\x0e\x32M.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelTendonTypeH\xcf\x01\x88\x01\x01\x12/\n member_model_tendon_anchor_start\x18\xee\x01 \x01(\x05H\xd0\x01\x88\x01\x01\x12-\n\x1emember_model_tendon_anchor_end\x18\xef\x01 \x01(\x05H\xd1\x01\x88\x01\x01\x12H\n9member_model_has_autoconnect_member_master_objects_active\x18\xf0\x01 \x01(\x08H\xd2\x01\x88\x01\x01\x12\x32\n)member_model_tendon_member_master_objects\x18\xf1\x01 \x03(\x05\x12\x36\n-member_model_tendon_member_set_master_objects\x18\xf2\x01 \x03(\x05\x12\x33\n*member_model_tendon_surface_master_objects\x18\xf3\x01 \x03(\x05\x12H\n9member_model_has_autoconnect_surface_master_object_active\x18\xf4\x01 \x01(\x08H\xd3\x01\x88\x01\x01\x12:\n+member_model_anchor_unbonded_tendon_section\x18\xf5\x01 \x01(\x05H\xd4\x01\x88\x01\x01\x12\x9c\x01\n,member_model_anchor_unbonded_tendon_location\x18\xf6\x01 \x01(\x0e\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelAnchorUnbondedTendonLocationH\xd5\x01\x88\x01\x01\x12P\nAmember_model_anchor_grout_body_bond_length_is_defined_as_relative\x18\xf7\x01 \x01(\x08H\xd6\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_relative\x18\xf8\x01 \x01(\x01H\xd7\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_absolute\x18\xf9\x01 \x01(\x01H\xd8\x01\x88\x01\x01\x12:\n+member_model_anchor_grout_body_bond_section\x18\xfa\x01 \x01(\x05H\xd9\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_resistance_type\x18\xfb\x01 \x01(\x05H\xda\x01\x88\x01\x01\x12(\n\x19member_model_parent_layer\x18\xfc\x01 \x01(\x05H\xdb\x01\x88\x01\x01\x12\x35\n&member_model_is_locked_by_parent_layer\x18\xfd\x01 \x01(\x08H\xdc\x01\x88\x01\x01\x12(\n\x19member_model_is_generated\x18\xfe\x01 \x01(\x08H\xdd\x01\x88\x01\x01\x12\x32\n#member_model_generating_object_info\x18\xff\x01 \x01(\tH\xde\x01\x88\x01\x01\x12\"\n\x13member_set_model_no\x18\x80\x02 \x01(\x05H\xdf\x01\x88\x01\x01\x12\x39\n*member_set_model_user_defined_name_enabled\x18\x81\x02 \x01(\x08H\xe0\x01\x88\x01\x01\x12$\n\x15member_set_model_name\x18\x82\x02 \x01(\tH\xe1\x01\x88\x01\x01\x12w\n\x19member_set_model_set_type\x18\x83\x02 \x01(\x0e\x32M.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelSetTypeH\xe2\x01\x88\x01\x01\x12!\n\x18member_set_model_members\x18\x84\x02 \x03(\x05\x12&\n\x17member_set_model_length\x18\x85\x02 \x01(\x01H\xe3\x01\x88\x01\x01\x12N\n\"member_set_model_center_of_gravity\x18\x86\x02 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xe4\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_x\x18\x87\x02 \x01(\x01H\xe5\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_y\x18\x88\x02 \x01(\x01H\xe6\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_z\x18\x89\x02 \x01(\x01H\xe7\x01\x88\x01\x01\x12(\n\x19member_set_model_position\x18\x8a\x02 \x01(\tH\xe8\x01\x88\x01\x01\x12.\n\x1fmember_set_model_position_short\x18\x8b\x02 \x01(\tH\xe9\x01\x88\x01\x01\x12\'\n\x18member_set_model_comment\x18\x8c\x02 \x01(\tH\xea\x01\x88\x01\x01\x12,\n\x1dmember_set_model_parent_layer\x18\x8d\x02 \x01(\x05H\xeb\x01\x88\x01\x01\x12\x39\n*member_set_model_is_locked_by_parent_layer\x18\x8e\x02 \x01(\x08H\xec\x01\x88\x01\x01\x12,\n\x1dmember_set_model_is_generated\x18\x8f\x02 \x01(\x08H\xed\x01\x88\x01\x01\x12\x36\n\'member_set_model_generating_object_info\x18\x90\x02 \x01(\tH\xee\x01\x88\x01\x01\x12;\n,member_set_model_design_properties_activated\x18\x91\x02 \x01(\x08H\xef\x01\x88\x01\x01\x12&\n\x17member_set_model_volume\x18\x92\x02 \x01(\x01H\xf0\x01\x88\x01\x01\x12$\n\x15member_set_model_mass\x18\x93\x02 \x01(\x01H\xf1\x01\x88\x01\x01\x12\x39\n*member_set_model_member_set_representative\x18\x94\x02 \x01(\x05H\xf2\x01\x88\x01\x01\x12?\n0member_set_model_discontinuous_torsional_warping\x18\x95\x02 \x01(\x08H\xf3\x01\x88\x01\x01\x12\x45\n6member_set_model_design_properties_via_building_object\x18\x96\x02 \x01(\x08H\xf4\x01\x88\x01\x01\x12\x62\n8member_set_model_design_properties_building_model_object\x18\x97\x02 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\xf5\x01\x88\x01\x01\x12\x42\n3member_set_model_design_properties_via_design_strip\x18\x98\x02 \x01(\x08H\xf6\x01\x88\x01\x01\x12>\n/member_set_model_design_properties_design_strip\x18\x99\x02 \x01(\x05H\xf7\x01\x88\x01\x01\x12\x37\n(member_set_model_steel_effective_lengths\x18\x9a\x02 \x01(\x05H\xf8\x01\x88\x01\x01\x12\x39\n*member_set_model_steel_boundary_conditions\x18\x9b\x02 \x01(\x05H\xf9\x01\x88\x01\x01\x12\x45\n6member_set_model_steel_member_local_section_reductions\x18\x9c\x02 \x01(\x05H\xfa\x01\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_uls_configuration\x18\x9d\x02 \x01(\x05H\xfb\x01\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_sls_configuration\x18\x9e\x02 \x01(\x05H\xfc\x01\x88\x01\x01\x12\x44\n5member_set_model_member_steel_design_fr_configuration\x18\x9f\x02 \x01(\x05H\xfd\x01\x88\x01\x01\x12I\n:member_set_model_member_steel_design_seismic_configuration\x18\xa0\x02 \x01(\x05H\xfe\x01\x88\x01\x01\x12:\n+member_set_model_aluminum_effective_lengths\x18\xa1\x02 \x01(\x05H\xff\x01\x88\x01\x01\x12<\n-member_set_model_aluminum_boundary_conditions\x18\xa2\x02 \x01(\x05H\x80\x02\x88\x01\x01\x12H\n9member_set_model_aluminum_member_local_section_reductions\x18\xa3\x02 \x01(\x05H\x81\x02\x88\x01\x01\x12?\n0member_set_model_aluminum_member_transverse_weld\x18\xa4\x02 \x01(\x05H\x82\x02\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_uls_configuration\x18\xa5\x02 \x01(\x05H\x83\x02\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_sls_configuration\x18\xa6\x02 \x01(\x05H\x84\x02\x88\x01\x01\x12G\n8member_set_model_member_aluminum_design_fr_configuration\x18\xa7\x02 \x01(\x05H\x85\x02\x88\x01\x01\x12\xae\x01\n3member_set_model_concrete_shear_reinforcement_spans\x18\xa8\x02 \x01(\x0b\x32j.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansTableH\x86\x02\x88\x01\x01\x12\xbc\x01\n:member_set_model_concrete_longitudinal_reinforcement_items\x18\xa9\x02 \x01(\x0b\x32q.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsTableH\x87\x02\x88\x01\x01\x12p\namember_set_model_member_set_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabled\x18\xaa\x02 \x01(\x08H\x88\x02\x88\x01\x01\x12\x43\n4member_set_model_concrete_cover_user_defined_enabled\x18\xab\x02 \x01(\x08H\x89\x02\x88\x01\x01\x12Q\nBmember_set_model_concrete_cover_different_at_section_sides_enabled\x18\xac\x02 \x01(\x08H\x8a\x02\x88\x01\x01\x12.\n\x1fmember_set_model_concrete_cover\x18\xad\x02 \x01(\x01H\x8b\x02\x88\x01\x01\x12\x32\n#member_set_model_concrete_cover_top\x18\xae\x02 \x01(\x01H\x8c\x02\x88\x01\x01\x12\x35\n&member_set_model_concrete_cover_bottom\x18\xaf\x02 \x01(\x01H\x8d\x02\x88\x01\x01\x12\x33\n$member_set_model_concrete_cover_left\x18\xb0\x02 \x01(\x01H\x8e\x02\x88\x01\x01\x12\x34\n%member_set_model_concrete_cover_right\x18\xb1\x02 \x01(\x01H\x8f\x02\x88\x01\x01\x12,\n#member_set_model_concrete_cover_min\x18\xb2\x02 \x03(\x01\x12\x30\n\'member_set_model_concrete_cover_min_top\x18\xb3\x02 \x03(\x01\x12\x33\n*member_set_model_concrete_cover_min_bottom\x18\xb4\x02 \x03(\x01\x12\x31\n(member_set_model_concrete_cover_min_left\x18\xb5\x02 \x03(\x01\x12\x32\n)member_set_model_concrete_cover_min_right\x18\xb6\x02 \x03(\x01\x12\x33\n$member_set_model_concrete_durability\x18\xb7\x02 \x01(\x05H\x90\x02\x88\x01\x01\x12\x37\n(member_set_model_concrete_durability_top\x18\xb8\x02 \x01(\x05H\x91\x02\x88\x01\x01\x12:\n+member_set_model_concrete_durability_bottom\x18\xb9\x02 \x01(\x05H\x92\x02\x88\x01\x01\x12\x38\n)member_set_model_concrete_durability_left\x18\xba\x02 \x01(\x05H\x93\x02\x88\x01\x01\x12\x39\n*member_set_model_concrete_durability_right\x18\xbb\x02 \x01(\x05H\x94\x02\x88\x01\x01\x12:\n+member_set_model_concrete_effective_lengths\x18\xbc\x02 \x01(\x05H\x95\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_uls_configuration\x18\xbd\x02 \x01(\x05H\x96\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_sls_configuration\x18\xbe\x02 \x01(\x05H\x97\x02\x88\x01\x01\x12G\n8member_set_model_member_concrete_design_fr_configuration\x18\xbf\x02 \x01(\x05H\x98\x02\x88\x01\x01\x12L\n=member_set_model_member_concrete_design_seismic_configuration\x18\xc0\x02 \x01(\x05H\x99\x02\x88\x01\x01\x12\x38\n)member_set_model_timber_effective_lengths\x18\xc1\x02 \x01(\x05H\x9a\x02\x88\x01\x01\x12;\n,member_set_model_service_class_timber_design\x18\xc2\x02 \x01(\x05H\x9b\x02\x88\x01\x01\x12<\n-member_set_model_moisture_class_timber_design\x18\xc3\x02 \x01(\x05H\x9c\x02\x88\x01\x01\x12@\n1member_set_model_service_conditions_timber_design\x18\xc4\x02 \x01(\x05H\x9d\x02\x88\x01\x01\x12?\n0member_set_model_timber_local_section_reductions\x18\xc5\x02 \x01(\x05H\x9e\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_uls_configuration\x18\xc6\x02 \x01(\x05H\x9f\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_sls_configuration\x18\xc7\x02 \x01(\x05H\xa0\x02\x88\x01\x01\x12\x45\n6member_set_model_member_timber_design_fr_configuration\x18\xc8\x02 \x01(\x05H\xa1\x02\x88\x01\x01\x12\'\n\x18member_set_model_support\x18\xc9\x02 \x01(\x05H\xa2\x02\x88\x01\x01\x12;\n,member_set_model_member_transverse_stiffener\x18\xca\x02 \x01(\x05H\xa3\x02\x88\x01\x01\x12\x35\n&member_set_model_member_diagonal_brace\x18\xcb\x02 \x01(\x05H\xa4\x02\x88\x01\x01\x12/\n member_set_model_member_openings\x18\xcc\x02 \x01(\x05H\xa5\x02\x88\x01\x01\x12=\n.member_set_model_stress_analysis_configuration\x18\xcd\x02 \x01(\x05H\xa6\x02\x88\x01\x01\x12\x9a\x01\n+member_set_model_deflection_check_direction\x18\xce\x02 \x01(\x0e\x32^.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDirectionH\xa7\x02\x88\x01\x01\x12\xb3\x01\n8member_set_model_deflection_check_displacement_reference\x18\xcf\x02 \x01(\x0e\x32j.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDisplacementReferenceH\xa8\x02\x88\x01\x01\x12\x9e\x01\n+member_set_model_deflection_segments_z_axis\x18\xd0\x02 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsZAxisTableH\xa9\x02\x88\x01\x01\x12\x9e\x01\n+member_set_model_deflection_segments_y_axis\x18\xd1\x02 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsYAxisTableH\xaa\x02\x88\x01\x01\x12\x42\n3member_set_model_design_support_on_member_set_start\x18\xd2\x02 \x01(\x05H\xab\x02\x88\x01\x01\x12@\n1member_set_model_design_support_on_member_set_end\x18\xd3\x02 \x01(\x05H\xac\x02\x88\x01\x01\x12\xab\x01\n2member_set_model_design_supports_on_internal_nodes\x18\xd4\x02 \x01(\x0b\x32h.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDesignSupportsOnInternalNodesTableH\xad\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_z_axis_enabled\x18\xd5\x02 \x01(\x08H\xae\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_y_axis_enabled\x18\xd6\x02 \x01(\x08H\xaf\x02\x88\x01\x01\x12\x8c\x01\n$member_set_model_member_tendon_table\x18\xd7\x02 \x01(\x0b\x32W.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelMemberTendonTableH\xb0\x02\x88\x01\x01\x12\x11\n\x02no\x18\xd8\x02 \x01(\x05H\xb1\x02\x88\x01\x01\x12(\n\x19user_defined_name_enabled\x18\xd9\x02 \x01(\x08H\xb2\x02\x88\x01\x01\x12\x13\n\x04name\x18\xda\x02 \x01(\tH\xb3\x02\x88\x01\x01\x12\x14\n\x0bmember_sets\x18\xdb\x02 \x03(\x05\x12\x16\n\x07\x63omment\x18\xdc\x02 \x01(\tH\xb4\x02\x88\x01\x01\x12$\n\x15number_of_member_sets\x18\xdd\x02 \x01(\x05H\xb5\x02\x88\x01\x01\x12 \n\x11number_of_members\x18\xde\x02 \x01(\x05H\xb6\x02\x88\x01\x01\x12\x1a\n\x0bsection_ids\x18\xdf\x02 \x01(\tH\xb7\x02\x88\x01\x01\x12\x1b\n\x0ctotal_length\x18\xe0\x02 \x01(\x01H\xb8\x02\x88\x01\x01\x12\x1b\n\x0ctotal_volume\x18\xe1\x02 \x01(\x01H\xb9\x02\x88\x01\x01\x12\x19\n\ntotal_mass\x18\xe2\x02 \x01(\x01H\xba\x02\x88\x01\x01\x12\'\n\x18total_surface_of_coating\x18\xe3\x02 \x01(\x01H\xbb\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_x\x18\xe4\x02 \x01(\x01H\xbc\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_y\x18\xe5\x02 \x01(\x01H\xbd\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_z\x18\xe6\x02 \x01(\x01H\xbe\x02\x88\x01\x01\x12\x8d\x01\n!concrete_shear_reinforcement_span\x18\xe7\x02 \x01(\x0b\x32[.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanTableH\xbf\x02\x88\x01\x01\x12\x9b\x01\n(concrete_longitudinal_reinforcement_span\x18\xe8\x02 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanTableH\xc0\x02\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xe9\x02 \x01(\tH\xc1\x02\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xea\x02 \x01(\tH\xc2\x02\x88\x01\x01\x1a\x88\x01\n MemberModelFlangeDimensionsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow\x1a\xea\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\xa3\x01\n reference_length_definition_type\x18\x05 \x01(\x0e\x32t.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.ReferenceLengthDefinitionTypeH\x04\x88\x01\x01\x12\x1d\n\x10reference_length\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x90\x01\n\x16reference_length_width\x18\x07 \x01(\x0e\x32k.dlubal.api.rfem.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\x91\x01\n\x16\x64istribution_linearity\x18\x0e \x01(\x0e\x32l.dlubal.api.rfem.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\xa1\x01\n*MemberModelCurvedMemberParametersTreeTable\x12s\n\x04rows\x18\x01 \x03(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberParametersTreeTableRow\x1a\xd6\x02\n-MemberModelCurvedMemberParametersTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x12\n\x05value\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12s\n\x04rows\x18\x07 \x03(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unitB\x07\n\x05_note\x1a\x96\x01\n\'MemberModelNodesOnMemberAssignmentTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentRow\x1a\xb0\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\x7f\n\treference\x18\x04 \x01(\x0e\x32g.dlubal.api.rfem.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\xa6\x01\n/MemberModelConcreteShearReinforcementSpansTable\x12s\n\x04rows\x18\x01 \x03(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow\x1a\xddO\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\x8c\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32q.dlubal.api.rfem.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\xa8\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32~.dlubal.api.rfem.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\xab\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x7f.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xab\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x7f.dlubal.api.rfem.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\xab\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x81\x01.dlubal.api.rfem.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\xaa\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x7f.dlubal.api.rfem.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\xb1\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\x99\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32w.dlubal.api.rfem.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\xb4\x01\n6MemberModelConcreteLongitudinalReinforcementItemsTable\x12z\n\x04rows\x18\x01 \x03(\x0b\x32l.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow\x1a\x9b\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\x8f\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32v.dlubal.api.rfem.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\xcf\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x94\x01.dlubal.api.rfem.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\xd2\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x95\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd2\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x95\x01.dlubal.api.rfem.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\xc1\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xcc\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xe3\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x9d\x01.dlubal.api.rfem.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\xe6\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xe6\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.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\xd5\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x98\x01.dlubal.api.rfem.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\xe9\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa0\x01.dlubal.api.rfem.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\xec\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xec\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.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\xdb\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9b\x01.dlubal.api.rfem.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\xe2\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x9d\x01.dlubal.api.rfem.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\xe5\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe5\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.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\xd4\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x98\x01.dlubal.api.rfem.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\xc1\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x8d\x01.dlubal.api.rfem.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\xc4\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x8e\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc4\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x8e\x01.dlubal.api.rfem.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\xb3\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x88\x01.dlubal.api.rfem.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\xc5\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xc8\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x90\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xc8\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x90\x01.dlubal.api.rfem.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\xb7\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8a\x01.dlubal.api.rfem.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\xb0\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x85\x01.dlubal.api.rfem.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\xb3\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rfem.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\xba\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.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\xa9\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x81\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xbf\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8b\x01.dlubal.api.rfem.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\xbc\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8a\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xcc\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x91\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xc8\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xb2\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x85\x01.dlubal.api.rfem.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\xae\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x83\x01.dlubal.api.rfem.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\x96\x01\n\'MemberModelDeflectionSegmentsZAxisTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.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\x96\x01\n\'MemberModelDeflectionSegmentsYAxisTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.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\xa2\x01\n-MemberModelDesignSupportsOnInternalNodesTable\x12q\n\x04rows\x18\x01 \x03(\x0b\x32\x63.dlubal.api.rfem.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\x85\x01\n\x1cMemberModelMemberTendonTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rfem.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\x95\x01\n$MemberModelBimIfcPropertiesTreeTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRow\x1a\xec\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\x12m\n\x04rows\x18\x04 \x03(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRowB\x06\n\x04_keyB\x07\n\x05_nameB\x08\n\x06_value\x1a\xac\x01\n2MemberSetModelConcreteShearReinforcementSpansTable\x12v\n\x04rows\x18\x01 \x03(\x0b\x32h.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow\x1a\xfcO\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\x8f\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32t.dlubal.api.rfem.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\xac\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x81\x01.dlubal.api.rfem.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\xaf\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x82\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xaf\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\xae\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x84\x01.dlubal.api.rfem.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\xae\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\xb4\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x85\x01.dlubal.api.rfem.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\x9c\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32z.dlubal.api.rfem.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\xba\x01\n9MemberSetModelConcreteLongitudinalReinforcementItemsTable\x12}\n\x04rows\x18\x01 \x03(\x0b\x32o.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow\x1a\x8a\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\x92\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32y.dlubal.api.rfem.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\xd2\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x97\x01.dlubal.api.rfem.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\xd5\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x98\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd5\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x98\x01.dlubal.api.rfem.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\xc4\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x92\x01.dlubal.api.rfem.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\xcf\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x95\x01.dlubal.api.rfem.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\xe6\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\xa0\x01.dlubal.api.rfem.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\xe9\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xe9\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.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\xd8\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x9b\x01.dlubal.api.rfem.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\xec\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa3\x01.dlubal.api.rfem.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\xef\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa4\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xef\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa4\x01.dlubal.api.rfem.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\xde\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9e\x01.dlubal.api.rfem.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\xe5\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\xa0\x01.dlubal.api.rfem.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\xe8\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe8\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.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\xd7\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x9b\x01.dlubal.api.rfem.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\xc4\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x90\x01.dlubal.api.rfem.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\xc7\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x91\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc7\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x91\x01.dlubal.api.rfem.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\xb6\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x8b\x01.dlubal.api.rfem.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\xc8\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xcb\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x93\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xcb\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x93\x01.dlubal.api.rfem.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\xba\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8d\x01.dlubal.api.rfem.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\xb3\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x88\x01.dlubal.api.rfem.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\xb6\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.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\xbd\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x8c\x01.dlubal.api.rfem.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\xac\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x84\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xc2\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8e\x01.dlubal.api.rfem.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\xbf\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8d\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xcf\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x94\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xcb\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xb5\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x88\x01.dlubal.api.rfem.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\xb1\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rfem.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\x9c\x01\n*MemberSetModelDeflectionSegmentsZAxisTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.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\x9c\x01\n*MemberSetModelDeflectionSegmentsYAxisTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.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\xa8\x01\n0MemberSetModelDesignSupportsOnInternalNodesTable\x12t\n\x04rows\x18\x01 \x03(\x0b\x32\x66.dlubal.api.rfem.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\x8b\x01\n\x1fMemberSetModelMemberTendonTable\x12h\n\x04rows\x18\x01 \x03(\x0b\x32Z.dlubal.api.rfem.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\x8e\x01\n#ConcreteShearReinforcementSpanTable\x12g\n\x04rows\x18\x01 \x03(\x0b\x32Y.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow\x1a\xefN\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\x80\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32\x65.dlubal.api.rfem.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\x9c\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32r.dlubal.api.rfem.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\x9f\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32s.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x9f\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32s.dlubal.api.rfem.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\x9e\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32u.dlubal.api.rfem.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\x9e\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32s.dlubal.api.rfem.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\xa4\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32v.dlubal.api.rfem.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\x8d\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32k.dlubal.api.rfem.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\x9c\x01\n*ConcreteLongitudinalReinforcementSpanTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow\x1a\xd5\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\x83\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32j.dlubal.api.rfem.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\xc3\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x88\x01.dlubal.api.rfem.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\xc6\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xc6\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.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\xb5\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x83\x01.dlubal.api.rfem.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\xc0\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x86\x01.dlubal.api.rfem.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\xd7\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x91\x01.dlubal.api.rfem.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\xda\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x92\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xda\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xc9\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x8c\x01.dlubal.api.rfem.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\xdd\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\x94\x01.dlubal.api.rfem.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\xe0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\x95\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xe0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\x95\x01.dlubal.api.rfem.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\xcf\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xd6\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x91\x01.dlubal.api.rfem.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\xd9\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x92\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xd9\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xc8\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x8c\x01.dlubal.api.rfem.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\xb5\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x81\x01.dlubal.api.rfem.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\xb8\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x82\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xb8\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\xa6\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32|.dlubal.api.rfem.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\xb9\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x83\x01.dlubal.api.rfem.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\xbc\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x84\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xbc\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x84\x01.dlubal.api.rfem.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\xaa\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32~.dlubal.api.rfem.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\xa3\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32y.dlubal.api.rfem.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\xa6\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32z.dlubal.api.rfem.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\xad\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32}.dlubal.api.rfem.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\x9c\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32u.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xb2\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x7f.dlubal.api.rfem.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\xaf\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32~.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xc0\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x85\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xbc\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x83\x01.dlubal.api.rfem.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\xa5\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32y.dlubal.api.rfem.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\xa1\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32w.dlubal.api.rfem.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\"\xca\x07\n\x0fMemberModelType\x12\x1d\n\x19MEMBER_MODEL_TYPE_UNKNOWN\x10\x00\x12\x1c\n\x18MEMBER_MODEL_TYPE_ANCHOR\x10\x12\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\x1f\n\x1bMEMBER_MODEL_TYPE_DEEP_BEAM\x10\x0e\x12)\n%MEMBER_MODEL_TYPE_DEFINABLE_STIFFNESS\x10\x14\x12\"\n\x1eMEMBER_MODEL_TYPE_DESIGN_STRIP\x10\x0c\x12\x1b\n\x17MEMBER_MODEL_TYPE_JOIST\x10\x10\x12\x1a\n\x16MEMBER_MODEL_TYPE_PILE\x10\x11\x12!\n\x1dMEMBER_MODEL_TYPE_RESULT_BEAM\x10\x0b\x12!\n\x1dMEMBER_MODEL_TYPE_RESULT_LINE\x10\x0f\x12\x19\n\x15MEMBER_MODEL_TYPE_RIB\x10\x03\x12\x1b\n\x17MEMBER_MODEL_TYPE_RIGID\x10\x02\x12 \n\x1cMEMBER_MODEL_TYPE_SHEAR_WALL\x10\r\x12\x1c\n\x18MEMBER_MODEL_TYPE_SPRING\x10\x19\x12#\n\x1fMEMBER_MODEL_TYPE_SURFACE_MODEL\x10\x13\x12\x1c\n\x18MEMBER_MODEL_TYPE_TENDON\x10\x1b\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\"\xb4\x03\n\x13MemberModelLineType\x12\"\n\x1eMEMBER_MODEL_LINE_TYPE_UNKNOWN\x10\x00\x12\x1e\n\x1aMEMBER_MODEL_LINE_TYPE_ARC\x10\x02\x12!\n\x1dMEMBER_MODEL_LINE_TYPE_CIRCLE\x10\x03\x12*\n&MEMBER_MODEL_LINE_TYPE_CUT_VIA_SECTION\x10\t\x12,\n(MEMBER_MODEL_LINE_TYPE_CUT_VIA_TWO_LINES\x10\n\x12\"\n\x1eMEMBER_MODEL_LINE_TYPE_ELLIPSE\x10\x05\x12)\n%MEMBER_MODEL_LINE_TYPE_ELLIPTICAL_ARC\x10\x04\x12 \n\x1cMEMBER_MODEL_LINE_TYPE_NURBS\x10\x08\x12#\n\x1fMEMBER_MODEL_LINE_TYPE_PARABOLA\x10\x06\x12#\n\x1fMEMBER_MODEL_LINE_TYPE_POLYLINE\x10\x01\x12!\n\x1dMEMBER_MODEL_LINE_TYPE_SPLINE\x10\x07\"\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\"\xce\x02\n2MemberModelMemberRibSurfaceRoughnessClassification\x12\x45\nAMEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_INDENTED\x10\x00\x12\x42\n>MEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_ROUGH\x10\x01\x12\x43\n?MEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_SMOOTH\x10\x02\x12H\nDMEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_VERY_SMOOTH\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\"\xfe\x01\n$MemberModelRotationSpecificationType\x12\x35\n1MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x33\n/MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\x34\n0MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\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\"\xa5\x01\n#MemberModelRotationSurfacePlaneType\x12>\n:MEMBER_MODEL_ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12>\n:MEMBER_MODEL_ROTATION_SURFACE_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\x14\n\x12_member_model_lineB\x19\n\x17_member_model_line_typeB)\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_member_rib_first_surfaceB)\n\'_member_model_member_rib_second_surfaceB8\n6_member_model_member_rib_surface_assignment_autodetectB=\n;_member_model_align_local_z_axis_to_local_z_axis_of_surfaceB=\n;_member_model_member_rib_shear_joint_between_web_and_flangeB;\n9_member_model_member_rib_surface_roughness_classificationB3\n1_member_model_member_rib_reduction_of_joint_widthB!\n\x1f_member_model_flange_dimensionsB&\n$_member_model_synchronize_width_modeB\'\n%_member_model_relative_ordinates_modeB\\\nZ_member_model_member_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabledB/\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_alignmentB\x19\n\x17_member_model_is_curvedB2\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_curved_member_is_capped_with_loose_ridge_wedgeB(\n&_member_model_curved_member_parametersB+\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 \n\x1e_member_model_rotation_surfaceB+\n)_member_model_rotation_surface_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/rfem/structure_core/member_set_representative.proto\x12\x1e\x64lubal.api.rfem.structure_core\x1a\x1e\x64lubal/api/common/common.proto\x1a\x1f\x64lubal/api/rfem/object_id.proto\"\xa9\xfc\r\n\x17MemberSetRepresentative\x12\x1c\n\x0fmember_model_no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12g\n\x11member_model_type\x18\x02 \x01(\x0e\x32G.dlubal.api.rfem.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\x1e\n\x11member_model_line\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12p\n\x16member_model_line_type\x18\x06 \x01(\x0e\x32K.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelLineTypeH\x05\x88\x01\x01\x12\x8f\x01\n&member_model_section_distribution_type\x18\x07 \x01(\x0e\x32Z.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelSectionDistributionTypeH\x06\x88\x01\x01\x12z\n\x1bmember_model_reference_type\x18\x08 \x01(\x0e\x32P.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelReferenceTypeH\x07\x88\x01\x01\x12\x1a\n\x12member_model_nodes\x18\t \x03(\x05\x12$\n\x17member_model_node_start\x18\n \x01(\x05H\x08\x88\x01\x01\x12\"\n\x15member_model_node_end\x18\x0b \x01(\x05H\t\x88\x01\x01\x12+\n\x1emember_model_analytical_length\x18\x0c \x01(\x01H\n\x88\x01\x01\x12+\n\x1emember_model_analytical_volume\x18\r \x01(\x01H\x0b\x88\x01\x01\x12)\n\x1cmember_model_analytical_mass\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x37\n*member_model_analytical_surface_of_coating\x18\x0f \x01(\x01H\r\x88\x01\x01\x12S\n)member_model_analytical_center_of_gravity\x18\x10 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x0e\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_x\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_y\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x38\n+member_model_analytical_center_of_gravity_z\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13member_model_length\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13member_model_volume\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1e\n\x11member_model_mass\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12,\n\x1fmember_model_surface_of_coating\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12H\n\x1emember_model_center_of_gravity\x18\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x16\x88\x01\x01\x12-\n member_model_center_of_gravity_x\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12-\n member_model_center_of_gravity_y\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12-\n member_model_center_of_gravity_z\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\"\n\x15member_model_position\x18\x1c \x01(\tH\x1a\x88\x01\x01\x12(\n\x1bmember_model_position_short\x18\x1d \x01(\tH\x1b\x88\x01\x01\x12/\n\"member_model_member_representative\x18\x1e \x01(\x05H\x1c\x88\x01\x01\x12\x36\n)member_model_design_properties_via_member\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12\x41\n4member_model_design_properties_via_parent_member_set\x18 \x01(\x08H\x1e\x88\x01\x01\x12=\n0member_model_design_properties_parent_member_set\x18! \x01(\x05H\x1f\x88\x01\x01\x12?\n2member_model_design_properties_via_building_object\x18\" \x01(\x08H \x88\x01\x01\x12\\\n4member_model_design_properties_building_object_owner\x18# \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH!\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\x12r\n\x17member_model_joist_type\x18+ \x01(\x0e\x32L.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelJoistTypeH\'\x88\x01\x01\x12v\n\x19member_model_joist_series\x18, \x01(\x0e\x32N.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelJoistSeriesH(\x88\x01\x01\x12)\n\x1cmember_model_max_joist_depth\x18- \x01(\x01H)\x88\x01\x01\x12\x8e\x01\n&member_model_member_type_rib_alignment\x18. \x01(\x0e\x32Y.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelMemberTypeRibAlignmentH*\x88\x01\x01\x12\x32\n%member_model_member_rib_first_surface\x18/ \x01(\x05H+\x88\x01\x01\x12\x33\n&member_model_member_rib_second_surface\x18\x30 \x01(\x05H,\x88\x01\x01\x12\x42\n5member_model_member_rib_surface_assignment_autodetect\x18\x31 \x01(\x08H-\x88\x01\x01\x12G\n:member_model_align_local_z_axis_to_local_z_axis_of_surface\x18\x32 \x01(\x08H.\x88\x01\x01\x12G\n:member_model_member_rib_shear_joint_between_web_and_flange\x18\x33 \x01(\x08H/\x88\x01\x01\x12\xb1\x01\n8member_model_member_rib_surface_roughness_classification\x18\x34 \x01(\x0e\x32j.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelMemberRibSurfaceRoughnessClassificationH0\x88\x01\x01\x12=\n0member_model_member_rib_reduction_of_joint_width\x18\x35 \x01(\x01H1\x88\x01\x01\x12\x85\x01\n\x1emember_model_flange_dimensions\x18\x36 \x01(\x0b\x32X.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsTableH2\x88\x01\x01\x12\x30\n#member_model_synchronize_width_mode\x18\x37 \x01(\x08H3\x88\x01\x01\x12\x31\n$member_model_relative_ordinates_mode\x18\x38 \x01(\x08H4\x88\x01\x01\x12\x66\nYmember_model_member_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabled\x18\x39 \x01(\x08H5\x88\x01\x01\x12\x39\n,member_model_member_type_definable_stiffness\x18: \x01(\x05H6\x88\x01\x01\x12\xac\x01\n6member_model_result_beam_integrate_stresses_and_forces\x18; \x01(\x0e\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelResultBeamIntegrateStressesAndForcesH7\x88\x01\x01\x12)\n\x1cmember_model_result_beam_y_z\x18< \x01(\x01H8\x88\x01\x01\x12,\n\x1fmember_model_result_beam_y_plus\x18= \x01(\x01H9\x88\x01\x01\x12,\n\x1fmember_model_result_beam_z_plus\x18> \x01(\x01H:\x88\x01\x01\x12-\n member_model_result_beam_y_minus\x18? \x01(\x01H;\x88\x01\x01\x12-\n member_model_result_beam_z_minus\x18@ \x01(\x01H<\x88\x01\x01\x12,\n\x1fmember_model_result_beam_radius\x18\x41 \x01(\x01H=\x88\x01\x01\x12\x31\n)member_model_result_beam_include_surfaces\x18\x42 \x03(\x05\x12:\n-member_model_result_beam_include_all_surfaces\x18\x43 \x01(\x08H>\x88\x01\x01\x12\x36\n.member_model_result_beam_include_surface_cells\x18\x44 \x03(\x05\x12?\n2member_model_result_beam_include_all_surface_cells\x18\x45 \x01(\x08H?\x88\x01\x01\x12/\n\'member_model_result_beam_include_solids\x18\x46 \x03(\x05\x12\x38\n+member_model_result_beam_include_all_solids\x18G \x01(\x08H@\x88\x01\x01\x12\x30\n(member_model_result_beam_include_members\x18H \x03(\x05\x12\x39\n,member_model_result_beam_include_all_members\x18I \x01(\x08HA\x88\x01\x01\x12\x31\n)member_model_result_beam_exclude_surfaces\x18J \x03(\x05\x12\x36\n.member_model_result_beam_exclude_surface_cells\x18K \x03(\x05\x12/\n\'member_model_result_beam_exclude_solids\x18L \x03(\x05\x12\x30\n(member_model_result_beam_exclude_members\x18M \x03(\x05\x12\xae\x01\n7member_model_design_strip_integrate_stresses_and_forces\x18N \x01(\x0e\x32h.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDesignStripIntegrateStressesAndForcesHB\x88\x01\x01\x12*\n\x1dmember_model_design_strip_y_z\x18O \x01(\x01HC\x88\x01\x01\x12-\n member_model_design_strip_y_plus\x18P \x01(\x01HD\x88\x01\x01\x12-\n member_model_design_strip_z_plus\x18Q \x01(\x01HE\x88\x01\x01\x12.\n!member_model_design_strip_y_minus\x18R \x01(\x01HF\x88\x01\x01\x12.\n!member_model_design_strip_z_minus\x18S \x01(\x01HG\x88\x01\x01\x12-\n member_model_design_strip_radius\x18T \x01(\x01HH\x88\x01\x01\x12\x32\n*member_model_design_strip_include_surfaces\x18U \x03(\x05\x12\xaa\x01\n5member_model_shear_wall_integrate_stresses_and_forces\x18V \x01(\x0e\x32\x66.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelShearWallIntegrateStressesAndForcesHI\x88\x01\x01\x12(\n\x1bmember_model_shear_wall_y_z\x18W \x01(\x01HJ\x88\x01\x01\x12+\n\x1emember_model_shear_wall_y_plus\x18X \x01(\x01HK\x88\x01\x01\x12+\n\x1emember_model_shear_wall_z_plus\x18Y \x01(\x01HL\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_y_minus\x18Z \x01(\x01HM\x88\x01\x01\x12,\n\x1fmember_model_shear_wall_z_minus\x18[ \x01(\x01HN\x88\x01\x01\x12+\n\x1emember_model_shear_wall_radius\x18\\ \x01(\x01HO\x88\x01\x01\x12\x30\n(member_model_shear_wall_include_surfaces\x18] \x03(\x05\x12\x35\n-member_model_shear_wall_include_surface_cells\x18^ \x03(\x05\x12\xa8\x01\n4member_model_deep_beam_integrate_stresses_and_forces\x18_ \x01(\x0e\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeepBeamIntegrateStressesAndForcesHP\x88\x01\x01\x12\'\n\x1amember_model_deep_beam_y_z\x18` \x01(\x01HQ\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_y_plus\x18\x61 \x01(\x01HR\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_z_plus\x18\x62 \x01(\x01HS\x88\x01\x01\x12+\n\x1emember_model_deep_beam_y_minus\x18\x63 \x01(\x01HT\x88\x01\x01\x12+\n\x1emember_model_deep_beam_z_minus\x18\x64 \x01(\x01HU\x88\x01\x01\x12*\n\x1dmember_model_deep_beam_radius\x18\x65 \x01(\x01HV\x88\x01\x01\x12/\n\'member_model_deep_beam_include_surfaces\x18\x66 \x03(\x05\x12\x34\n,member_model_deep_beam_include_surface_cells\x18g \x03(\x05\x12\xac\x01\n6member_model_result_line_integrate_stresses_and_forces\x18h \x01(\x0e\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelResultLineIntegrateStressesAndForcesHW\x88\x01\x01\x12)\n\x1cmember_model_result_line_y_z\x18i \x01(\x01HX\x88\x01\x01\x12,\n\x1fmember_model_result_line_y_plus\x18j \x01(\x01HY\x88\x01\x01\x12,\n\x1fmember_model_result_line_z_plus\x18k \x01(\x01HZ\x88\x01\x01\x12-\n member_model_result_line_y_minus\x18l \x01(\x01H[\x88\x01\x01\x12-\n member_model_result_line_z_minus\x18m \x01(\x01H\\\x88\x01\x01\x12,\n\x1fmember_model_result_line_radius\x18n \x01(\x01H]\x88\x01\x01\x12\x31\n)member_model_result_line_include_surfaces\x18o \x03(\x05\x12:\n-member_model_result_line_include_all_surfaces\x18p \x01(\x08H^\x88\x01\x01\x12\x36\n.member_model_result_line_include_surface_cells\x18q \x03(\x05\x12?\n2member_model_result_line_include_all_surface_cells\x18r \x01(\x08H_\x88\x01\x01\x12/\n\'member_model_result_line_include_solids\x18s \x03(\x05\x12\x38\n+member_model_result_line_include_all_solids\x18t \x01(\x08H`\x88\x01\x01\x12\x30\n(member_model_result_line_include_members\x18u \x03(\x05\x12\x39\n,member_model_result_line_include_all_members\x18v \x01(\x08Ha\x88\x01\x01\x12\x31\n)member_model_result_line_exclude_surfaces\x18w \x03(\x05\x12\x36\n.member_model_result_line_exclude_surface_cells\x18x \x03(\x05\x12/\n\'member_model_result_line_exclude_solids\x18y \x03(\x05\x12\x30\n(member_model_result_line_exclude_members\x18z \x03(\x05\x12*\n\x1dmember_model_projected_length\x18{ \x01(\x01Hb\x88\x01\x01\x12L\n?member_model_section_distance_from_start_is_defined_as_relative\x18| \x01(\x08Hc\x88\x01\x01\x12>\n1member_model_section_distance_from_start_absolute\x18} \x01(\x01Hd\x88\x01\x01\x12>\n1member_model_section_distance_from_start_relative\x18~ \x01(\x01He\x88\x01\x01\x12J\n=member_model_section_distance_from_end_is_defined_as_relative\x18\x7f \x01(\x08Hf\x88\x01\x01\x12=\n/member_model_section_distance_from_end_absolute\x18\x80\x01 \x01(\x01Hg\x88\x01\x01\x12=\n/member_model_section_distance_from_end_relative\x18\x81\x01 \x01(\x01Hh\x88\x01\x01\x12\x81\x01\n\x1emember_model_section_alignment\x18\x82\x01 \x01(\x0e\x32S.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelSectionAlignmentHi\x88\x01\x01\x12}\n\x1cmember_model_grain_alignment\x18\x83\x01 \x01(\x0e\x32Q.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelGrainAlignmentHj\x88\x01\x01\x12$\n\x16member_model_is_curved\x18\x84\x01 \x01(\x08Hk\x88\x01\x01\x12=\n/member_model_curved_member_is_asymmetric_layout\x18\x85\x01 \x01(\x08Hl\x88\x01\x01\x12\x37\n)member_model_curved_member_is_cantilevers\x18\x86\x01 \x01(\x08Hm\x88\x01\x01\x12\x99\x01\n+member_model_curved_member_cantilevers_type\x18\x87\x01 \x01(\x0e\x32^.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberCantileversTypeHn\x88\x01\x01\x12I\n;member_model_curved_member_is_capped_with_loose_ridge_wedge\x18\x88\x01 \x01(\x08Ho\x88\x01\x01\x12\x97\x01\n%member_model_curved_member_parameters\x18\x89\x01 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberParametersTreeTableHp\x88\x01\x01\x12\x94\x01\n(member_model_rotation_specification_type\x18\x8a\x01 \x01(\x0e\x32\\.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelRotationSpecificationTypeHq\x88\x01\x01\x12)\n\x1bmember_model_rotation_angle\x18\x8b\x01 \x01(\x01Hr\x88\x01\x01\x12-\n\x1fmember_model_rotation_help_node\x18\x8c\x01 \x01(\x05Hs\x88\x01\x01\x12\x84\x01\n member_model_rotation_plane_type\x18\x8d\x01 \x01(\x0e\x32T.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelRotationPlaneTypeHt\x88\x01\x01\x12+\n\x1dmember_model_rotation_surface\x18\x8e\x01 \x01(\x05Hu\x88\x01\x01\x12\x93\x01\n(member_model_rotation_surface_plane_type\x18\x8f\x01 \x01(\x0e\x32[.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelRotationSurfacePlaneTypeHv\x88\x01\x01\x12%\n\x17member_model_is_rotated\x18\x90\x01 \x01(\x08Hw\x88\x01\x01\x12(\n\x1amember_model_section_start\x18\x91\x01 \x01(\x05Hx\x88\x01\x01\x12&\n\x18member_model_section_end\x18\x92\x01 \x01(\x05Hy\x88\x01\x01\x12+\n\x1dmember_model_section_internal\x18\x93\x01 \x01(\x05Hz\x88\x01\x01\x12,\n\x1emember_model_section_taper_end\x18\x94\x01 \x01(\x05H{\x88\x01\x01\x12.\n member_model_section_taper_start\x18\x95\x01 \x01(\x05H|\x88\x01\x01\x12+\n\x1dmember_model_section_material\x18\x96\x01 \x01(\x05H}\x88\x01\x01\x12\x9a\x01\n,member_model_nodes_on_member_definition_type\x18\x97\x01 \x01(\x0e\x32^.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberDefinitionTypeH~\x88\x01\x01\x12\x96\x01\n\'member_model_nodes_on_member_assignment\x18\x98\x01 \x01(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentTableH\x7f\x88\x01\x01\x12\x90\x01\n&member_model_nodes_on_member_reference\x18\x99\x01 \x01(\x0e\x32Y.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberReferenceH\x80\x01\x88\x01\x01\x12\x8d\x01\n%member_model_nodes_on_member_start_at\x18\x9a\x01 \x01(\x0e\x32W.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberStartAtH\x81\x01\x88\x01\x01\x12:\n+member_model_nodes_on_member_node_distances\x18\x9b\x01 \x01(\tH\x82\x01\x88\x01\x01\x12.\n\x1fmember_model_member_hinge_start\x18\x9c\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12,\n\x1dmember_model_member_hinge_end\x18\x9d\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12\x35\n&member_model_member_eccentricity_start\x18\x9e\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12\x33\n$member_model_member_eccentricity_end\x18\x9f\x01 \x01(\x05H\x86\x01\x88\x01\x01\x12#\n\x14member_model_support\x18\xa0\x01 \x01(\x05H\x87\x01\x88\x01\x01\x12\x37\n(member_model_member_transverse_stiffener\x18\xa1\x01 \x01(\x05H\x88\x01\x88\x01\x01\x12\x31\n\"member_model_member_diagonal_brace\x18\xa2\x01 \x01(\x05H\x89\x01\x88\x01\x01\x12+\n\x1cmember_model_member_openings\x18\xa3\x01 \x01(\x05H\x8a\x01\x88\x01\x01\x12/\n member_model_member_nonlinearity\x18\xa4\x01 \x01(\x05H\x8b\x01\x88\x01\x01\x12\x34\n%member_model_is_active_in_compression\x18\xa5\x01 \x01(\x08H\x8c\x01\x88\x01\x01\x12<\n-member_model_member_result_intermediate_point\x18\xa6\x01 \x01(\x05H\x8d\x01\x88\x01\x01\x12+\n\x1cmember_model_pile_resistance\x18\xa7\x01 \x01(\x05H\x8e\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_effective_lengths\x18\xa8\x01 \x01(\x05H\x8f\x01\x88\x01\x01\x12\x33\n$member_model_steel_effective_lengths\x18\xa9\x01 \x01(\x05H\x90\x01\x88\x01\x01\x12\x34\n%member_model_timber_effective_lengths\x18\xaa\x01 \x01(\x05H\x91\x01\x88\x01\x01\x12\x36\n\'member_model_aluminum_effective_lengths\x18\xab\x01 \x01(\x05H\x92\x01\x88\x01\x01\x12\xa7\x01\n/member_model_concrete_shear_reinforcement_spans\x18\xac\x01 \x01(\x0b\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansTableH\x93\x01\x88\x01\x01\x12\xb5\x01\n6member_model_concrete_longitudinal_reinforcement_items\x18\xad\x01 \x01(\x0b\x32n.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsTableH\x94\x01\x88\x01\x01\x12?\n0member_model_concrete_cover_user_defined_enabled\x18\xae\x01 \x01(\x08H\x95\x01\x88\x01\x01\x12M\n>member_model_concrete_cover_different_at_section_sides_enabled\x18\xaf\x01 \x01(\x08H\x96\x01\x88\x01\x01\x12*\n\x1bmember_model_concrete_cover\x18\xb0\x01 \x01(\x01H\x97\x01\x88\x01\x01\x12.\n\x1fmember_model_concrete_cover_top\x18\xb1\x01 \x01(\x01H\x98\x01\x88\x01\x01\x12\x31\n\"member_model_concrete_cover_bottom\x18\xb2\x01 \x01(\x01H\x99\x01\x88\x01\x01\x12/\n member_model_concrete_cover_left\x18\xb3\x01 \x01(\x01H\x9a\x01\x88\x01\x01\x12\x30\n!member_model_concrete_cover_right\x18\xb4\x01 \x01(\x01H\x9b\x01\x88\x01\x01\x12(\n\x1fmember_model_concrete_cover_min\x18\xb5\x01 \x03(\x01\x12,\n#member_model_concrete_cover_min_top\x18\xb6\x01 \x03(\x01\x12/\n&member_model_concrete_cover_min_bottom\x18\xb7\x01 \x03(\x01\x12-\n$member_model_concrete_cover_min_left\x18\xb8\x01 \x03(\x01\x12.\n%member_model_concrete_cover_min_right\x18\xb9\x01 \x03(\x01\x12/\n member_model_concrete_durability\x18\xba\x01 \x01(\x05H\x9c\x01\x88\x01\x01\x12\x33\n$member_model_concrete_durability_top\x18\xbb\x01 \x01(\x05H\x9d\x01\x88\x01\x01\x12\x36\n\'member_model_concrete_durability_bottom\x18\xbc\x01 \x01(\x05H\x9e\x01\x88\x01\x01\x12\x34\n%member_model_concrete_durability_left\x18\xbd\x01 \x01(\x05H\x9f\x01\x88\x01\x01\x12\x35\n&member_model_concrete_durability_right\x18\xbe\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12\x35\n&member_model_steel_boundary_conditions\x18\xbf\x01 \x01(\x05H\xa1\x01\x88\x01\x01\x12@\n1member_model_steel_member_local_section_reduction\x18\xc0\x01 \x01(\x05H\xa2\x01\x88\x01\x01\x12\x38\n)member_model_steel_member_transverse_weld\x18\xc1\x01 \x01(\x05H\xa3\x01\x88\x01\x01\x12\x30\n!member_model_timber_service_class\x18\xc2\x01 \x01(\x05H\xa4\x01\x88\x01\x01\x12\x31\n\"member_model_timber_moisture_class\x18\xc3\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12\x35\n&member_model_timber_service_conditions\x18\xc4\x01 \x01(\x05H\xa6\x01\x88\x01\x01\x12\x41\n2member_model_timber_member_local_section_reduction\x18\xc5\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12\x38\n)member_model_aluminum_boundary_conditions\x18\xc6\x01 \x01(\x05H\xa8\x01\x88\x01\x01\x12\x43\n4member_model_aluminum_member_local_section_reduction\x18\xc7\x01 \x01(\x05H\xa9\x01\x88\x01\x01\x12;\n,member_model_aluminum_member_transverse_weld\x18\xc8\x01 \x01(\x05H\xaa\x01\x88\x01\x01\x12\x39\n*member_model_stress_analysis_configuration\x18\xc9\x01 \x01(\x05H\xab\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_uls_configuration\x18\xca\x01 \x01(\x05H\xac\x01\x88\x01\x01\x12\x44\n5member_model_member_aluminum_design_sls_configuration\x18\xcb\x01 \x01(\x05H\xad\x01\x88\x01\x01\x12\x43\n4member_model_member_aluminum_design_fr_configuration\x18\xcc\x01 \x01(\x05H\xae\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_uls_configuration\x18\xcd\x01 \x01(\x05H\xaf\x01\x88\x01\x01\x12\x44\n5member_model_member_concrete_design_sls_configuration\x18\xce\x01 \x01(\x05H\xb0\x01\x88\x01\x01\x12\x43\n4member_model_member_concrete_design_fr_configuration\x18\xcf\x01 \x01(\x05H\xb1\x01\x88\x01\x01\x12H\n9member_model_member_concrete_design_seismic_configuration\x18\xd0\x01 \x01(\x05H\xb2\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_uls_configuration\x18\xd1\x01 \x01(\x05H\xb3\x01\x88\x01\x01\x12\x41\n2member_model_member_steel_design_sls_configuration\x18\xd2\x01 \x01(\x05H\xb4\x01\x88\x01\x01\x12@\n1member_model_member_steel_design_fr_configuration\x18\xd3\x01 \x01(\x05H\xb5\x01\x88\x01\x01\x12\x45\n6member_model_member_steel_design_seismic_configuration\x18\xd4\x01 \x01(\x05H\xb6\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_uls_configuration\x18\xd5\x01 \x01(\x05H\xb7\x01\x88\x01\x01\x12\x42\n3member_model_member_timber_design_sls_configuration\x18\xd6\x01 \x01(\x05H\xb8\x01\x88\x01\x01\x12\x41\n2member_model_member_timber_design_fr_configuration\x18\xd7\x01 \x01(\x05H\xb9\x01\x88\x01\x01\x12\x44\n5member_model_end_modifications_member_start_extension\x18\xd8\x01 \x01(\x01H\xba\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_y\x18\xd9\x01 \x01(\x01H\xbb\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_start_slope_z\x18\xda\x01 \x01(\x01H\xbc\x01\x88\x01\x01\x12\x42\n3member_model_end_modifications_member_end_extension\x18\xdb\x01 \x01(\x01H\xbd\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_y\x18\xdc\x01 \x01(\x01H\xbe\x01\x88\x01\x01\x12@\n1member_model_end_modifications_member_end_slope_z\x18\xdd\x01 \x01(\x01H\xbf\x01\x88\x01\x01\x12\x35\n&member_model_has_any_end_modifications\x18\xde\x01 \x01(\x08H\xc0\x01\x88\x01\x01\x12\x93\x01\n\'member_model_deflection_check_direction\x18\xdf\x01 \x01(\x0e\x32[.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDirectionH\xc1\x01\x88\x01\x01\x12\xac\x01\n4member_model_deflection_check_displacement_reference\x18\xe0\x01 \x01(\x0e\x32g.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionCheckDisplacementReferenceH\xc2\x01\x88\x01\x01\x12\x97\x01\n\'member_model_deflection_segments_z_axis\x18\xe1\x01 \x01(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsZAxisTableH\xc3\x01\x88\x01\x01\x12\x97\x01\n\'member_model_deflection_segments_y_axis\x18\xe2\x01 \x01(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDeflectionSegmentsYAxisTableH\xc4\x01\x88\x01\x01\x12:\n+member_model_design_support_on_member_start\x18\xe3\x01 \x01(\x05H\xc5\x01\x88\x01\x01\x12\x38\n)member_model_design_support_on_member_end\x18\xe4\x01 \x01(\x05H\xc6\x01\x88\x01\x01\x12\xa4\x01\n.member_model_design_supports_on_internal_nodes\x18\xe5\x01 \x01(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelDesignSupportsOnInternalNodesTableH\xc7\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_z_axis_enabled\x18\xe6\x01 \x01(\x08H\xc8\x01\x88\x01\x01\x12M\n>member_model_deflection_segments_defined_length_y_axis_enabled\x18\xe7\x01 \x01(\x08H\xc9\x01\x88\x01\x01\x12.\n\x1fmember_model_member_type_spring\x18\xe8\x01 \x01(\x05H\xca\x01\x88\x01\x01\x12\x35\n&member_model_member_type_damper_spring\x18\xe9\x01 \x01(\x05H\xcb\x01\x88\x01\x01\x12\x42\n3member_model_member_type_damper_damping_coefficient\x18\xea\x01 \x01(\x01H\xcc\x01\x88\x01\x01\x12\x85\x01\n member_model_member_tendon_table\x18\xeb\x01 \x01(\x0b\x32T.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelMemberTendonTableH\xcd\x01\x88\x01\x01\x12\x8c\x01\n\x1fmember_model_bim_ifc_properties\x18\xec\x01 \x01(\x0b\x32\\.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableH\xce\x01\x88\x01\x01\x12v\n\x18member_model_tendon_type\x18\xed\x01 \x01(\x0e\x32M.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelTendonTypeH\xcf\x01\x88\x01\x01\x12/\n member_model_tendon_anchor_start\x18\xee\x01 \x01(\x05H\xd0\x01\x88\x01\x01\x12-\n\x1emember_model_tendon_anchor_end\x18\xef\x01 \x01(\x05H\xd1\x01\x88\x01\x01\x12H\n9member_model_has_autoconnect_member_master_objects_active\x18\xf0\x01 \x01(\x08H\xd2\x01\x88\x01\x01\x12\x32\n)member_model_tendon_member_master_objects\x18\xf1\x01 \x03(\x05\x12\x36\n-member_model_tendon_member_set_master_objects\x18\xf2\x01 \x03(\x05\x12\x33\n*member_model_tendon_surface_master_objects\x18\xf3\x01 \x03(\x05\x12H\n9member_model_has_autoconnect_surface_master_object_active\x18\xf4\x01 \x01(\x08H\xd3\x01\x88\x01\x01\x12:\n+member_model_anchor_unbonded_tendon_section\x18\xf5\x01 \x01(\x05H\xd4\x01\x88\x01\x01\x12\x9c\x01\n,member_model_anchor_unbonded_tendon_location\x18\xf6\x01 \x01(\x0e\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelAnchorUnbondedTendonLocationH\xd5\x01\x88\x01\x01\x12P\nAmember_model_anchor_grout_body_bond_length_is_defined_as_relative\x18\xf7\x01 \x01(\x08H\xd6\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_relative\x18\xf8\x01 \x01(\x01H\xd7\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_length_absolute\x18\xf9\x01 \x01(\x01H\xd8\x01\x88\x01\x01\x12:\n+member_model_anchor_grout_body_bond_section\x18\xfa\x01 \x01(\x05H\xd9\x01\x88\x01\x01\x12\x42\n3member_model_anchor_grout_body_bond_resistance_type\x18\xfb\x01 \x01(\x05H\xda\x01\x88\x01\x01\x12\x44\n5member_model_wind_simulation_enable_specific_settings\x18\xfc\x01 \x01(\x08H\xdb\x01\x88\x01\x01\x12;\n,member_model_wind_simulation_shrink_wrapping\x18\xfd\x01 \x01(\x05H\xdc\x01\x88\x01\x01\x12\x46\n7member_model_wind_simulation_roughness_and_permeability\x18\xfe\x01 \x01(\x05H\xdd\x01\x88\x01\x01\x12\x44\n5member_model_wind_simulation_exclude_from_wind_tunnel\x18\xff\x01 \x01(\x08H\xde\x01\x88\x01\x01\x12\x42\n3member_model_wind_simulation_member_level_of_detail\x18\x80\x02 \x01(\x05H\xdf\x01\x88\x01\x01\x12Y\nJmember_model_wind_simulation_use_only_external_surface_for_hollow_sections\x18\x81\x02 \x01(\x08H\xe0\x01\x88\x01\x01\x12(\n\x19member_model_parent_layer\x18\x82\x02 \x01(\x05H\xe1\x01\x88\x01\x01\x12\x35\n&member_model_is_locked_by_parent_layer\x18\x83\x02 \x01(\x08H\xe2\x01\x88\x01\x01\x12(\n\x19member_model_is_generated\x18\x84\x02 \x01(\x08H\xe3\x01\x88\x01\x01\x12\x32\n#member_model_generating_object_info\x18\x85\x02 \x01(\tH\xe4\x01\x88\x01\x01\x12\"\n\x13member_set_model_no\x18\x86\x02 \x01(\x05H\xe5\x01\x88\x01\x01\x12\x39\n*member_set_model_user_defined_name_enabled\x18\x87\x02 \x01(\x08H\xe6\x01\x88\x01\x01\x12$\n\x15member_set_model_name\x18\x88\x02 \x01(\tH\xe7\x01\x88\x01\x01\x12w\n\x19member_set_model_set_type\x18\x89\x02 \x01(\x0e\x32M.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelSetTypeH\xe8\x01\x88\x01\x01\x12!\n\x18member_set_model_members\x18\x8a\x02 \x03(\x05\x12&\n\x17member_set_model_length\x18\x8b\x02 \x01(\x01H\xe9\x01\x88\x01\x01\x12N\n\"member_set_model_center_of_gravity\x18\x8c\x02 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xea\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_x\x18\x8d\x02 \x01(\x01H\xeb\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_y\x18\x8e\x02 \x01(\x01H\xec\x01\x88\x01\x01\x12\x33\n$member_set_model_center_of_gravity_z\x18\x8f\x02 \x01(\x01H\xed\x01\x88\x01\x01\x12(\n\x19member_set_model_position\x18\x90\x02 \x01(\tH\xee\x01\x88\x01\x01\x12.\n\x1fmember_set_model_position_short\x18\x91\x02 \x01(\tH\xef\x01\x88\x01\x01\x12\'\n\x18member_set_model_comment\x18\x92\x02 \x01(\tH\xf0\x01\x88\x01\x01\x12,\n\x1dmember_set_model_parent_layer\x18\x93\x02 \x01(\x05H\xf1\x01\x88\x01\x01\x12\x39\n*member_set_model_is_locked_by_parent_layer\x18\x94\x02 \x01(\x08H\xf2\x01\x88\x01\x01\x12,\n\x1dmember_set_model_is_generated\x18\x95\x02 \x01(\x08H\xf3\x01\x88\x01\x01\x12\x36\n\'member_set_model_generating_object_info\x18\x96\x02 \x01(\tH\xf4\x01\x88\x01\x01\x12;\n,member_set_model_design_properties_activated\x18\x97\x02 \x01(\x08H\xf5\x01\x88\x01\x01\x12&\n\x17member_set_model_volume\x18\x98\x02 \x01(\x01H\xf6\x01\x88\x01\x01\x12$\n\x15member_set_model_mass\x18\x99\x02 \x01(\x01H\xf7\x01\x88\x01\x01\x12\x39\n*member_set_model_member_set_representative\x18\x9a\x02 \x01(\x05H\xf8\x01\x88\x01\x01\x12?\n0member_set_model_discontinuous_torsional_warping\x18\x9b\x02 \x01(\x08H\xf9\x01\x88\x01\x01\x12\x45\n6member_set_model_design_properties_via_building_object\x18\x9c\x02 \x01(\x08H\xfa\x01\x88\x01\x01\x12\x62\n8member_set_model_design_properties_building_model_object\x18\x9d\x02 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\xfb\x01\x88\x01\x01\x12\x42\n3member_set_model_design_properties_via_design_strip\x18\x9e\x02 \x01(\x08H\xfc\x01\x88\x01\x01\x12>\n/member_set_model_design_properties_design_strip\x18\x9f\x02 \x01(\x05H\xfd\x01\x88\x01\x01\x12\x37\n(member_set_model_steel_effective_lengths\x18\xa0\x02 \x01(\x05H\xfe\x01\x88\x01\x01\x12\x39\n*member_set_model_steel_boundary_conditions\x18\xa1\x02 \x01(\x05H\xff\x01\x88\x01\x01\x12\x45\n6member_set_model_steel_member_local_section_reductions\x18\xa2\x02 \x01(\x05H\x80\x02\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_uls_configuration\x18\xa3\x02 \x01(\x05H\x81\x02\x88\x01\x01\x12\x45\n6member_set_model_member_steel_design_sls_configuration\x18\xa4\x02 \x01(\x05H\x82\x02\x88\x01\x01\x12\x44\n5member_set_model_member_steel_design_fr_configuration\x18\xa5\x02 \x01(\x05H\x83\x02\x88\x01\x01\x12I\n:member_set_model_member_steel_design_seismic_configuration\x18\xa6\x02 \x01(\x05H\x84\x02\x88\x01\x01\x12:\n+member_set_model_aluminum_effective_lengths\x18\xa7\x02 \x01(\x05H\x85\x02\x88\x01\x01\x12<\n-member_set_model_aluminum_boundary_conditions\x18\xa8\x02 \x01(\x05H\x86\x02\x88\x01\x01\x12H\n9member_set_model_aluminum_member_local_section_reductions\x18\xa9\x02 \x01(\x05H\x87\x02\x88\x01\x01\x12?\n0member_set_model_aluminum_member_transverse_weld\x18\xaa\x02 \x01(\x05H\x88\x02\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_uls_configuration\x18\xab\x02 \x01(\x05H\x89\x02\x88\x01\x01\x12H\n9member_set_model_member_aluminum_design_sls_configuration\x18\xac\x02 \x01(\x05H\x8a\x02\x88\x01\x01\x12G\n8member_set_model_member_aluminum_design_fr_configuration\x18\xad\x02 \x01(\x05H\x8b\x02\x88\x01\x01\x12\xae\x01\n3member_set_model_concrete_shear_reinforcement_spans\x18\xae\x02 \x01(\x0b\x32j.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansTableH\x8c\x02\x88\x01\x01\x12\xbc\x01\n:member_set_model_concrete_longitudinal_reinforcement_items\x18\xaf\x02 \x01(\x0b\x32q.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsTableH\x8d\x02\x88\x01\x01\x12p\namember_set_model_member_set_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabled\x18\xb0\x02 \x01(\x08H\x8e\x02\x88\x01\x01\x12\x43\n4member_set_model_concrete_cover_user_defined_enabled\x18\xb1\x02 \x01(\x08H\x8f\x02\x88\x01\x01\x12Q\nBmember_set_model_concrete_cover_different_at_section_sides_enabled\x18\xb2\x02 \x01(\x08H\x90\x02\x88\x01\x01\x12.\n\x1fmember_set_model_concrete_cover\x18\xb3\x02 \x01(\x01H\x91\x02\x88\x01\x01\x12\x32\n#member_set_model_concrete_cover_top\x18\xb4\x02 \x01(\x01H\x92\x02\x88\x01\x01\x12\x35\n&member_set_model_concrete_cover_bottom\x18\xb5\x02 \x01(\x01H\x93\x02\x88\x01\x01\x12\x33\n$member_set_model_concrete_cover_left\x18\xb6\x02 \x01(\x01H\x94\x02\x88\x01\x01\x12\x34\n%member_set_model_concrete_cover_right\x18\xb7\x02 \x01(\x01H\x95\x02\x88\x01\x01\x12,\n#member_set_model_concrete_cover_min\x18\xb8\x02 \x03(\x01\x12\x30\n\'member_set_model_concrete_cover_min_top\x18\xb9\x02 \x03(\x01\x12\x33\n*member_set_model_concrete_cover_min_bottom\x18\xba\x02 \x03(\x01\x12\x31\n(member_set_model_concrete_cover_min_left\x18\xbb\x02 \x03(\x01\x12\x32\n)member_set_model_concrete_cover_min_right\x18\xbc\x02 \x03(\x01\x12\x33\n$member_set_model_concrete_durability\x18\xbd\x02 \x01(\x05H\x96\x02\x88\x01\x01\x12\x37\n(member_set_model_concrete_durability_top\x18\xbe\x02 \x01(\x05H\x97\x02\x88\x01\x01\x12:\n+member_set_model_concrete_durability_bottom\x18\xbf\x02 \x01(\x05H\x98\x02\x88\x01\x01\x12\x38\n)member_set_model_concrete_durability_left\x18\xc0\x02 \x01(\x05H\x99\x02\x88\x01\x01\x12\x39\n*member_set_model_concrete_durability_right\x18\xc1\x02 \x01(\x05H\x9a\x02\x88\x01\x01\x12:\n+member_set_model_concrete_effective_lengths\x18\xc2\x02 \x01(\x05H\x9b\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_uls_configuration\x18\xc3\x02 \x01(\x05H\x9c\x02\x88\x01\x01\x12H\n9member_set_model_member_concrete_design_sls_configuration\x18\xc4\x02 \x01(\x05H\x9d\x02\x88\x01\x01\x12G\n8member_set_model_member_concrete_design_fr_configuration\x18\xc5\x02 \x01(\x05H\x9e\x02\x88\x01\x01\x12L\n=member_set_model_member_concrete_design_seismic_configuration\x18\xc6\x02 \x01(\x05H\x9f\x02\x88\x01\x01\x12\x38\n)member_set_model_timber_effective_lengths\x18\xc7\x02 \x01(\x05H\xa0\x02\x88\x01\x01\x12;\n,member_set_model_service_class_timber_design\x18\xc8\x02 \x01(\x05H\xa1\x02\x88\x01\x01\x12<\n-member_set_model_moisture_class_timber_design\x18\xc9\x02 \x01(\x05H\xa2\x02\x88\x01\x01\x12@\n1member_set_model_service_conditions_timber_design\x18\xca\x02 \x01(\x05H\xa3\x02\x88\x01\x01\x12?\n0member_set_model_timber_local_section_reductions\x18\xcb\x02 \x01(\x05H\xa4\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_uls_configuration\x18\xcc\x02 \x01(\x05H\xa5\x02\x88\x01\x01\x12\x46\n7member_set_model_member_timber_design_sls_configuration\x18\xcd\x02 \x01(\x05H\xa6\x02\x88\x01\x01\x12\x45\n6member_set_model_member_timber_design_fr_configuration\x18\xce\x02 \x01(\x05H\xa7\x02\x88\x01\x01\x12\'\n\x18member_set_model_support\x18\xcf\x02 \x01(\x05H\xa8\x02\x88\x01\x01\x12;\n,member_set_model_member_transverse_stiffener\x18\xd0\x02 \x01(\x05H\xa9\x02\x88\x01\x01\x12\x35\n&member_set_model_member_diagonal_brace\x18\xd1\x02 \x01(\x05H\xaa\x02\x88\x01\x01\x12/\n member_set_model_member_openings\x18\xd2\x02 \x01(\x05H\xab\x02\x88\x01\x01\x12=\n.member_set_model_stress_analysis_configuration\x18\xd3\x02 \x01(\x05H\xac\x02\x88\x01\x01\x12\x9a\x01\n+member_set_model_deflection_check_direction\x18\xd4\x02 \x01(\x0e\x32^.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDirectionH\xad\x02\x88\x01\x01\x12\xb3\x01\n8member_set_model_deflection_check_displacement_reference\x18\xd5\x02 \x01(\x0e\x32j.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionCheckDisplacementReferenceH\xae\x02\x88\x01\x01\x12\x9e\x01\n+member_set_model_deflection_segments_z_axis\x18\xd6\x02 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsZAxisTableH\xaf\x02\x88\x01\x01\x12\x9e\x01\n+member_set_model_deflection_segments_y_axis\x18\xd7\x02 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDeflectionSegmentsYAxisTableH\xb0\x02\x88\x01\x01\x12\x42\n3member_set_model_design_support_on_member_set_start\x18\xd8\x02 \x01(\x05H\xb1\x02\x88\x01\x01\x12@\n1member_set_model_design_support_on_member_set_end\x18\xd9\x02 \x01(\x05H\xb2\x02\x88\x01\x01\x12\xab\x01\n2member_set_model_design_supports_on_internal_nodes\x18\xda\x02 \x01(\x0b\x32h.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelDesignSupportsOnInternalNodesTableH\xb3\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_z_axis_enabled\x18\xdb\x02 \x01(\x08H\xb4\x02\x88\x01\x01\x12Q\nBmember_set_model_deflection_segments_defined_length_y_axis_enabled\x18\xdc\x02 \x01(\x08H\xb5\x02\x88\x01\x01\x12\x8c\x01\n$member_set_model_member_tendon_table\x18\xdd\x02 \x01(\x0b\x32W.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelMemberTendonTableH\xb6\x02\x88\x01\x01\x12\x11\n\x02no\x18\xde\x02 \x01(\x05H\xb7\x02\x88\x01\x01\x12(\n\x19user_defined_name_enabled\x18\xdf\x02 \x01(\x08H\xb8\x02\x88\x01\x01\x12\x13\n\x04name\x18\xe0\x02 \x01(\tH\xb9\x02\x88\x01\x01\x12\x14\n\x0bmember_sets\x18\xe1\x02 \x03(\x05\x12\x16\n\x07\x63omment\x18\xe2\x02 \x01(\tH\xba\x02\x88\x01\x01\x12$\n\x15number_of_member_sets\x18\xe3\x02 \x01(\x05H\xbb\x02\x88\x01\x01\x12 \n\x11number_of_members\x18\xe4\x02 \x01(\x05H\xbc\x02\x88\x01\x01\x12\x1a\n\x0bsection_ids\x18\xe5\x02 \x01(\tH\xbd\x02\x88\x01\x01\x12\x1b\n\x0ctotal_length\x18\xe6\x02 \x01(\x01H\xbe\x02\x88\x01\x01\x12\x1b\n\x0ctotal_volume\x18\xe7\x02 \x01(\x01H\xbf\x02\x88\x01\x01\x12\x19\n\ntotal_mass\x18\xe8\x02 \x01(\x01H\xc0\x02\x88\x01\x01\x12\'\n\x18total_surface_of_coating\x18\xe9\x02 \x01(\x01H\xc1\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_x\x18\xea\x02 \x01(\x01H\xc2\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_y\x18\xeb\x02 \x01(\x01H\xc3\x02\x88\x01\x01\x12(\n\x19total_center_of_gravity_z\x18\xec\x02 \x01(\x01H\xc4\x02\x88\x01\x01\x12\x8d\x01\n!concrete_shear_reinforcement_span\x18\xed\x02 \x01(\x0b\x32[.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanTableH\xc5\x02\x88\x01\x01\x12\x9b\x01\n(concrete_longitudinal_reinforcement_span\x18\xee\x02 \x01(\x0b\x32\x62.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanTableH\xc6\x02\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xef\x02 \x01(\tH\xc7\x02\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xf0\x02 \x01(\tH\xc8\x02\x88\x01\x01\x1a\x88\x01\n MemberModelFlangeDimensionsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow\x1a\xea\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\xa3\x01\n reference_length_definition_type\x18\x05 \x01(\x0e\x32t.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelFlangeDimensionsRow.ReferenceLengthDefinitionTypeH\x04\x88\x01\x01\x12\x1d\n\x10reference_length\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x90\x01\n\x16reference_length_width\x18\x07 \x01(\x0e\x32k.dlubal.api.rfem.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\x91\x01\n\x16\x64istribution_linearity\x18\x0e \x01(\x0e\x32l.dlubal.api.rfem.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\xa1\x01\n*MemberModelCurvedMemberParametersTreeTable\x12s\n\x04rows\x18\x01 \x03(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberParametersTreeTableRow\x1a\xd6\x02\n-MemberModelCurvedMemberParametersTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x12\n\x05value\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12s\n\x04rows\x18\x07 \x03(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelCurvedMemberParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unitB\x07\n\x05_note\x1a\x96\x01\n\'MemberModelNodesOnMemberAssignmentTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelNodesOnMemberAssignmentRow\x1a\xb0\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\x7f\n\treference\x18\x04 \x01(\x0e\x32g.dlubal.api.rfem.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\xa6\x01\n/MemberModelConcreteShearReinforcementSpansTable\x12s\n\x04rows\x18\x01 \x03(\x0b\x32\x65.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow\x1a\xddO\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\x8c\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32q.dlubal.api.rfem.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\xa8\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32~.dlubal.api.rfem.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\xab\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x7f.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xab\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x7f.dlubal.api.rfem.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\xab\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x81\x01.dlubal.api.rfem.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\xaa\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x7f.dlubal.api.rfem.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\xb1\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\x99\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32w.dlubal.api.rfem.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\xb4\x01\n6MemberModelConcreteLongitudinalReinforcementItemsTable\x12z\n\x04rows\x18\x01 \x03(\x0b\x32l.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow\x1a\x9b\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\x8f\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32v.dlubal.api.rfem.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\xcf\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x94\x01.dlubal.api.rfem.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\xd2\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x95\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd2\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x95\x01.dlubal.api.rfem.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\xc1\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xcc\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xe3\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x9d\x01.dlubal.api.rfem.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\xe6\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xe6\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.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\xd5\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x98\x01.dlubal.api.rfem.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\xe9\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa0\x01.dlubal.api.rfem.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\xec\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xec\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.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\xdb\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9b\x01.dlubal.api.rfem.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\xe2\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x9d\x01.dlubal.api.rfem.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\xe5\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe5\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x9e\x01.dlubal.api.rfem.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\xd4\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x98\x01.dlubal.api.rfem.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\xc1\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x8d\x01.dlubal.api.rfem.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\xc4\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x8e\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc4\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x8e\x01.dlubal.api.rfem.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\xb3\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x88\x01.dlubal.api.rfem.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\xc5\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xc8\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x90\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xc8\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x90\x01.dlubal.api.rfem.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\xb7\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8a\x01.dlubal.api.rfem.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\xb0\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x85\x01.dlubal.api.rfem.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\xb3\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rfem.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\xba\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.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\xa9\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x81\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xbf\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8b\x01.dlubal.api.rfem.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\xbc\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8a\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xcc\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x91\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xc8\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xb2\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x85\x01.dlubal.api.rfem.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\xae\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x83\x01.dlubal.api.rfem.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\x96\x01\n\'MemberModelDeflectionSegmentsZAxisTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.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\x96\x01\n\'MemberModelDeflectionSegmentsYAxisTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.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\xa2\x01\n-MemberModelDesignSupportsOnInternalNodesTable\x12q\n\x04rows\x18\x01 \x03(\x0b\x32\x63.dlubal.api.rfem.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\x85\x01\n\x1cMemberModelMemberTendonTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rfem.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\x95\x01\n$MemberModelBimIfcPropertiesTreeTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRow\x1a\xec\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\x12m\n\x04rows\x18\x04 \x03(\x0b\x32_.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberModelBimIfcPropertiesTreeTableRowB\x06\n\x04_keyB\x07\n\x05_nameB\x08\n\x06_value\x1a\xac\x01\n2MemberSetModelConcreteShearReinforcementSpansTable\x12v\n\x04rows\x18\x01 \x03(\x0b\x32h.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow\x1a\xfcO\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\x8f\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32t.dlubal.api.rfem.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\xac\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32\x81\x01.dlubal.api.rfem.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\xaf\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32\x82\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteShearReinforcementSpansRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\xaf\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\xae\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32\x84\x01.dlubal.api.rfem.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\xae\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\xb4\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32\x85\x01.dlubal.api.rfem.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\x9c\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32z.dlubal.api.rfem.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\xba\x01\n9MemberSetModelConcreteLongitudinalReinforcementItemsTable\x12}\n\x04rows\x18\x01 \x03(\x0b\x32o.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow\x1a\x8a\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\x92\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32y.dlubal.api.rfem.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\xd2\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x97\x01.dlubal.api.rfem.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\xd5\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x98\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xd5\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x98\x01.dlubal.api.rfem.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\xc4\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x92\x01.dlubal.api.rfem.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\xcf\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x95\x01.dlubal.api.rfem.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\xe6\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\xa0\x01.dlubal.api.rfem.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\xe9\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xe9\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.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\xd8\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x9b\x01.dlubal.api.rfem.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\xec\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\xa3\x01.dlubal.api.rfem.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\xef\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\xa4\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xef\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\xa4\x01.dlubal.api.rfem.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\xde\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x9e\x01.dlubal.api.rfem.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\xe5\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\xa0\x01.dlubal.api.rfem.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\xe8\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xe8\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\xa1\x01.dlubal.api.rfem.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\xd7\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x9b\x01.dlubal.api.rfem.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\xc4\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x90\x01.dlubal.api.rfem.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\xc7\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x91\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xc7\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x91\x01.dlubal.api.rfem.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\xb6\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32\x8b\x01.dlubal.api.rfem.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\xc8\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xcb\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x93\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xcb\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x93\x01.dlubal.api.rfem.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\xba\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32\x8d\x01.dlubal.api.rfem.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\xb3\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32\x88\x01.dlubal.api.rfem.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\xb6\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.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\xbd\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32\x8c\x01.dlubal.api.rfem.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\xac\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32\x84\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xc2\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x8e\x01.dlubal.api.rfem.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\xbf\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32\x8d\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xcf\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x94\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.MemberSetModelConcreteLongitudinalReinforcementItemsRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xcb\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xb5\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32\x88\x01.dlubal.api.rfem.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\xb1\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32\x86\x01.dlubal.api.rfem.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\x9c\x01\n*MemberSetModelDeflectionSegmentsZAxisTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.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\x9c\x01\n*MemberSetModelDeflectionSegmentsYAxisTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.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\xa8\x01\n0MemberSetModelDesignSupportsOnInternalNodesTable\x12t\n\x04rows\x18\x01 \x03(\x0b\x32\x66.dlubal.api.rfem.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\x8b\x01\n\x1fMemberSetModelMemberTendonTable\x12h\n\x04rows\x18\x01 \x03(\x0b\x32Z.dlubal.api.rfem.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\x8e\x01\n#ConcreteShearReinforcementSpanTable\x12g\n\x04rows\x18\x01 \x03(\x0b\x32Y.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow\x1a\xefN\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\x80\x01\n\x0cstirrup_type\x18\x04 \x01(\x0e\x32\x65.dlubal.api.rfem.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\x9c\x01\n\x1bstirrup_bar_size_calculated\x18\x08 \x01(\x0e\x32r.dlubal.api.rfem.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\x9f\x01\n\x1dstirrup_bar_size_auto_minimum\x18\x0c \x01(\x0e\x32s.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteShearReinforcementSpanRow.StirrupBarSizeAutoMinimumH\x0b\x88\x01\x01\x12*\n\x1dstirrup_diameter_auto_minimum\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x9f\x01\n\x1dstirrup_bar_size_auto_maximum\x18\x0e \x01(\x0e\x32s.dlubal.api.rfem.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\x9e\x01\n\x1fstirrup_diameter_auto_bar_sizes\x18\x11 \x03(\x0e\x32u.dlubal.api.rfem.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\x9e\x01\n\x1cspan_position_reference_type\x18& \x01(\x0e\x32s.dlubal.api.rfem.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\xa4\x01\n\x1fspan_position_definition_format\x18* \x01(\x0e\x32v.dlubal.api.rfem.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\x8d\x01\n\x13stirrup_layout_rule\x18@ \x01(\x0e\x32k.dlubal.api.rfem.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\x9c\x01\n*ConcreteLongitudinalReinforcementSpanTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow\x1a\xd5\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\x83\x01\n\nrebar_type\x18\x04 \x01(\x0e\x32j.dlubal.api.rfem.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\xc3\x01\n+bar_size_designation_symmetrical_calculated\x18- \x01(\x0e\x32\x88\x01.dlubal.api.rfem.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\xc6\x01\n-bar_size_designation_symmetrical_auto_minimum\x18\x31 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSymmetricalAutoMinimumH0\x88\x01\x01\x12\x32\n%bar_diameter_symmetrical_auto_minimum\x18\x32 \x01(\x01H1\x88\x01\x01\x12\xc6\x01\n-bar_size_designation_symmetrical_auto_maximum\x18\x33 \x01(\x0e\x32\x89\x01.dlubal.api.rfem.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\xb5\x01\n\'bar_diameter_symmetrical_auto_bar_sizes\x18\x36 \x03(\x0e\x32\x83\x01.dlubal.api.rfem.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\xc0\x01\n*bar_size_designation_unsymmetrical_at_side\x18\x39 \x01(\x0e\x32\x86\x01.dlubal.api.rfem.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\xd7\x01\n6bar_size_designation_unsymmetrical_top_side_calculated\x18< \x01(\x0e\x32\x91\x01.dlubal.api.rfem.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\xda\x01\n8bar_size_designation_unsymmetrical_top_side_auto_minimum\x18@ \x01(\x0e\x32\x92\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalTopSideAutoMinimumH=\x88\x01\x01\x12=\n0bar_diameter_unsymmetrical_top_side_auto_minimum\x18\x41 \x01(\x01H>\x88\x01\x01\x12\xda\x01\n8bar_size_designation_unsymmetrical_top_side_auto_maximum\x18\x42 \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xc9\x01\n2bar_diameter_unsymmetrical_top_side_auto_bar_sizes\x18\x45 \x03(\x0e\x32\x8c\x01.dlubal.api.rfem.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\xdd\x01\n9bar_size_designation_unsymmetrical_bottom_side_calculated\x18I \x01(\x0e\x32\x94\x01.dlubal.api.rfem.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\xe0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_minimum\x18M \x01(\x0e\x32\x95\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUnsymmetricalBottomSideAutoMinimumHH\x88\x01\x01\x12@\n3bar_diameter_unsymmetrical_bottom_side_auto_minimum\x18N \x01(\x01HI\x88\x01\x01\x12\xe0\x01\n;bar_size_designation_unsymmetrical_bottom_side_auto_maximum\x18O \x01(\x0e\x32\x95\x01.dlubal.api.rfem.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\xcf\x01\n5bar_diameter_unsymmetrical_bottom_side_auto_bar_sizes\x18R \x03(\x0e\x32\x8f\x01.dlubal.api.rfem.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\xd6\x01\n5bar_size_designation_uniformly_surrounding_calculated\x18V \x01(\x0e\x32\x91\x01.dlubal.api.rfem.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\xd9\x01\n7bar_size_designation_uniformly_surrounding_auto_minimum\x18Z \x01(\x0e\x32\x92\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationUniformlySurroundingAutoMinimumHS\x88\x01\x01\x12<\n/bar_diameter_uniformly_surrounding_auto_minimum\x18[ \x01(\x01HT\x88\x01\x01\x12\xd9\x01\n7bar_size_designation_uniformly_surrounding_auto_maximum\x18\\ \x01(\x0e\x32\x92\x01.dlubal.api.rfem.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\xc8\x01\n1bar_diameter_uniformly_surrounding_auto_bar_sizes\x18_ \x03(\x0e\x32\x8c\x01.dlubal.api.rfem.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\xb5\x01\n$bar_size_designation_line_calculated\x18\x63 \x01(\x0e\x32\x81\x01.dlubal.api.rfem.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\xb8\x01\n&bar_size_designation_line_auto_minimum\x18g \x01(\x0e\x32\x82\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationLineAutoMinimumH^\x88\x01\x01\x12+\n\x1e\x62\x61r_diameter_line_auto_minimum\x18h \x01(\x01H_\x88\x01\x01\x12\xb8\x01\n&bar_size_designation_line_auto_maximum\x18i \x01(\x0e\x32\x82\x01.dlubal.api.rfem.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\xa6\x01\n bar_diameter_line_auto_bar_sizes\x18l \x03(\x0e\x32|.dlubal.api.rfem.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\xb9\x01\n&bar_size_designation_single_calculated\x18p \x01(\x0e\x32\x83\x01.dlubal.api.rfem.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\xbc\x01\n(bar_size_designation_single_auto_minimum\x18t \x01(\x0e\x32\x84\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.BarSizeDesignationSingleAutoMinimumHi\x88\x01\x01\x12-\n bar_diameter_single_auto_minimum\x18u \x01(\x01Hj\x88\x01\x01\x12\xbc\x01\n(bar_size_designation_single_auto_maximum\x18v \x01(\x0e\x32\x84\x01.dlubal.api.rfem.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\xaa\x01\n\"bar_diameter_single_auto_bar_sizes\x18y \x03(\x0e\x32~.dlubal.api.rfem.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\xa3\x01\n\x1b\x62\x61r_size_designation_corner\x18| \x01(\x0e\x32y.dlubal.api.rfem.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\xa6\x01\n\x1cspan_position_reference_type\x18\x89\x01 \x01(\x0e\x32z.dlubal.api.rfem.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\xad\x01\n\x1fspan_position_definition_format\x18\x8d\x01 \x01(\x0e\x32}.dlubal.api.rfem.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\x9c\x01\n\x16\x61\x64\x64itional_offset_type\x18\xa3\x01 \x01(\x0e\x32u.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetTypeH\x96\x01\x88\x01\x01\x12\xb2\x01\n\"additional_offset_type_single_line\x18\xa4\x01 \x01(\x0e\x32\x7f.dlubal.api.rfem.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\xaf\x01\n additional_offset_reference_type\x18\xaa\x01 \x01(\x0e\x32~.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeH\x9d\x01\x88\x01\x01\x12\xc0\x01\n)additional_offset_reference_type_at_start\x18\xab\x01 \x01(\x0e\x32\x85\x01.dlubal.api.rfem.structure_core.MemberSetRepresentative.ConcreteLongitudinalReinforcementSpanRow.AdditionalOffsetReferenceTypeAtStartH\x9e\x01\x88\x01\x01\x12\xbc\x01\n\'additional_offset_reference_type_at_end\x18\xac\x01 \x01(\x0e\x32\x83\x01.dlubal.api.rfem.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\xa5\x01\n\x1b\x61nchorage_start_anchor_type\x18\xb3\x01 \x01(\x0e\x32y.dlubal.api.rfem.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\xa1\x01\n\x19\x61nchorage_end_anchor_type\x18\xb6\x01 \x01(\x0e\x32w.dlubal.api.rfem.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\"\xca\x07\n\x0fMemberModelType\x12\x1d\n\x19MEMBER_MODEL_TYPE_UNKNOWN\x10\x00\x12\x1c\n\x18MEMBER_MODEL_TYPE_ANCHOR\x10\x12\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\x1f\n\x1bMEMBER_MODEL_TYPE_DEEP_BEAM\x10\x0e\x12)\n%MEMBER_MODEL_TYPE_DEFINABLE_STIFFNESS\x10\x14\x12\"\n\x1eMEMBER_MODEL_TYPE_DESIGN_STRIP\x10\x0c\x12\x1b\n\x17MEMBER_MODEL_TYPE_JOIST\x10\x10\x12\x1a\n\x16MEMBER_MODEL_TYPE_PILE\x10\x11\x12!\n\x1dMEMBER_MODEL_TYPE_RESULT_BEAM\x10\x0b\x12!\n\x1dMEMBER_MODEL_TYPE_RESULT_LINE\x10\x0f\x12\x19\n\x15MEMBER_MODEL_TYPE_RIB\x10\x03\x12\x1b\n\x17MEMBER_MODEL_TYPE_RIGID\x10\x02\x12 \n\x1cMEMBER_MODEL_TYPE_SHEAR_WALL\x10\r\x12\x1c\n\x18MEMBER_MODEL_TYPE_SPRING\x10\x19\x12#\n\x1fMEMBER_MODEL_TYPE_SURFACE_MODEL\x10\x13\x12\x1c\n\x18MEMBER_MODEL_TYPE_TENDON\x10\x1b\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\"\xb4\x03\n\x13MemberModelLineType\x12\"\n\x1eMEMBER_MODEL_LINE_TYPE_UNKNOWN\x10\x00\x12\x1e\n\x1aMEMBER_MODEL_LINE_TYPE_ARC\x10\x02\x12!\n\x1dMEMBER_MODEL_LINE_TYPE_CIRCLE\x10\x03\x12*\n&MEMBER_MODEL_LINE_TYPE_CUT_VIA_SECTION\x10\t\x12,\n(MEMBER_MODEL_LINE_TYPE_CUT_VIA_TWO_LINES\x10\n\x12\"\n\x1eMEMBER_MODEL_LINE_TYPE_ELLIPSE\x10\x05\x12)\n%MEMBER_MODEL_LINE_TYPE_ELLIPTICAL_ARC\x10\x04\x12 \n\x1cMEMBER_MODEL_LINE_TYPE_NURBS\x10\x08\x12#\n\x1fMEMBER_MODEL_LINE_TYPE_PARABOLA\x10\x06\x12#\n\x1fMEMBER_MODEL_LINE_TYPE_POLYLINE\x10\x01\x12!\n\x1dMEMBER_MODEL_LINE_TYPE_SPLINE\x10\x07\"\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\"\xce\x02\n2MemberModelMemberRibSurfaceRoughnessClassification\x12\x45\nAMEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_INDENTED\x10\x00\x12\x42\n>MEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_ROUGH\x10\x01\x12\x43\n?MEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_SMOOTH\x10\x02\x12H\nDMEMBER_MODEL_MEMBER_RIB_SURFACE_ROUGHNESS_CLASSIFICATION_VERY_SMOOTH\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\"\xfe\x01\n$MemberModelRotationSpecificationType\x12\x35\n1MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x33\n/MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\x34\n0MEMBER_MODEL_ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\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\"\xa5\x01\n#MemberModelRotationSurfacePlaneType\x12>\n:MEMBER_MODEL_ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12>\n:MEMBER_MODEL_ROTATION_SURFACE_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\x14\n\x12_member_model_lineB\x19\n\x17_member_model_line_typeB)\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_member_rib_first_surfaceB)\n\'_member_model_member_rib_second_surfaceB8\n6_member_model_member_rib_surface_assignment_autodetectB=\n;_member_model_align_local_z_axis_to_local_z_axis_of_surfaceB=\n;_member_model_member_rib_shear_joint_between_web_and_flangeB;\n9_member_model_member_rib_surface_roughness_classificationB3\n1_member_model_member_rib_reduction_of_joint_widthB!\n\x1f_member_model_flange_dimensionsB&\n$_member_model_synchronize_width_modeB\'\n%_member_model_relative_ordinates_modeB\\\nZ_member_model_member_rib_generating_longitudinal_reinforcement_items_from_surfaces_enabledB/\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_alignmentB\x19\n\x17_member_model_is_curvedB2\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_curved_member_is_capped_with_loose_ridge_wedgeB(\n&_member_model_curved_member_parametersB+\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 \n\x1e_member_model_rotation_surfaceB+\n)_member_model_rotation_surface_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,407 +34,407 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.structure_c
|
|
|
34
34
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
35
|
DESCRIPTOR._loaded_options = None
|
|
36
36
|
_globals['_MEMBERSETREPRESENTATIVE']._serialized_start=165
|
|
37
|
-
_globals['_MEMBERSETREPRESENTATIVE']._serialized_end=
|
|
38
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_start=
|
|
39
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_end=
|
|
40
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_start=
|
|
41
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_end=
|
|
42
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_start=
|
|
43
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_end=
|
|
44
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_start=
|
|
45
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_end=
|
|
46
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_start=
|
|
47
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_end=
|
|
48
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLE']._serialized_start=
|
|
49
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLE']._serialized_end=
|
|
50
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLEROW']._serialized_start=
|
|
51
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLEROW']._serialized_end=
|
|
52
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_start=
|
|
53
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_end=
|
|
54
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_start=
|
|
55
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_end=
|
|
56
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_start=
|
|
57
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_end=
|
|
58
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=
|
|
59
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=
|
|
60
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=
|
|
61
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=
|
|
62
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=
|
|
63
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=
|
|
64
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=
|
|
65
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=
|
|
66
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=
|
|
67
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=
|
|
68
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=
|
|
69
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=
|
|
70
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=
|
|
71
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=
|
|
72
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=
|
|
73
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=
|
|
74
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=
|
|
75
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=
|
|
76
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=
|
|
77
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=
|
|
78
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=
|
|
79
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=
|
|
80
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=
|
|
81
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=
|
|
82
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=
|
|
83
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=
|
|
84
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=
|
|
85
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=
|
|
86
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=
|
|
87
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=
|
|
88
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=
|
|
89
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=
|
|
90
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=
|
|
91
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=
|
|
92
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=
|
|
93
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=
|
|
94
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=
|
|
95
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=
|
|
96
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=
|
|
97
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=
|
|
98
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=
|
|
99
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=
|
|
100
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=
|
|
101
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=
|
|
102
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=
|
|
103
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=
|
|
104
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=
|
|
105
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=
|
|
106
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=
|
|
107
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=
|
|
108
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=
|
|
109
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=
|
|
110
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=
|
|
111
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=
|
|
112
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=
|
|
113
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=
|
|
114
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=
|
|
115
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=
|
|
116
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=
|
|
117
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=
|
|
118
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=
|
|
119
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=
|
|
120
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=
|
|
121
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=
|
|
122
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=
|
|
123
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=
|
|
124
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=
|
|
125
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=
|
|
126
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=
|
|
127
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=
|
|
128
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=
|
|
129
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=
|
|
130
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=
|
|
131
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=
|
|
132
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=
|
|
133
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=
|
|
134
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=
|
|
135
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=
|
|
136
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=
|
|
137
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=
|
|
138
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=
|
|
139
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=
|
|
140
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=
|
|
141
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=
|
|
142
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=
|
|
143
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=
|
|
144
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=
|
|
145
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=
|
|
146
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=
|
|
147
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=
|
|
148
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=
|
|
149
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=
|
|
150
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=
|
|
151
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=
|
|
152
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=
|
|
153
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=
|
|
154
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=
|
|
155
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=
|
|
156
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=
|
|
157
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=
|
|
158
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=
|
|
159
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=
|
|
160
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=
|
|
161
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=
|
|
162
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=
|
|
163
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=
|
|
164
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=
|
|
165
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=
|
|
166
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_start=
|
|
167
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_end=
|
|
168
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_start=
|
|
169
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_end=
|
|
170
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_start=
|
|
171
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_end=
|
|
172
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_start=
|
|
173
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_end=
|
|
174
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=
|
|
175
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=
|
|
176
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=
|
|
177
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=
|
|
178
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=
|
|
179
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=
|
|
180
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=
|
|
181
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=
|
|
182
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=
|
|
183
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=
|
|
184
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=
|
|
185
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=
|
|
186
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=
|
|
187
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=
|
|
188
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=
|
|
189
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=
|
|
190
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=
|
|
191
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=
|
|
192
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=
|
|
193
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=
|
|
194
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=
|
|
195
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=
|
|
196
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=
|
|
197
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=
|
|
198
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=
|
|
199
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=
|
|
200
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=
|
|
201
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=
|
|
202
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=
|
|
203
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=
|
|
204
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=
|
|
205
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=
|
|
206
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=
|
|
207
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=
|
|
208
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=
|
|
209
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=
|
|
210
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=
|
|
211
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=
|
|
212
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=
|
|
213
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=
|
|
214
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=
|
|
215
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=
|
|
216
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=
|
|
217
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=
|
|
218
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=
|
|
219
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=
|
|
220
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=
|
|
221
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=
|
|
222
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=
|
|
223
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=
|
|
224
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=
|
|
225
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=
|
|
226
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=
|
|
227
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=
|
|
228
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=
|
|
229
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=
|
|
230
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=
|
|
231
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=
|
|
232
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=
|
|
233
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=
|
|
234
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=
|
|
235
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=
|
|
236
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=
|
|
237
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=
|
|
238
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=
|
|
239
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=
|
|
240
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=
|
|
241
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=
|
|
242
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=
|
|
243
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=
|
|
244
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=
|
|
245
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=
|
|
246
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=
|
|
247
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=
|
|
248
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=
|
|
249
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=
|
|
250
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=
|
|
251
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=
|
|
252
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=
|
|
253
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=
|
|
254
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=
|
|
255
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=
|
|
256
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=
|
|
257
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=
|
|
258
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=
|
|
259
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=
|
|
260
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=
|
|
261
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=
|
|
262
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=
|
|
263
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=
|
|
264
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=
|
|
265
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=
|
|
266
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=
|
|
267
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=
|
|
268
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=
|
|
269
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=
|
|
270
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=
|
|
271
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=
|
|
272
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=
|
|
273
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=
|
|
274
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=
|
|
275
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=
|
|
276
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=
|
|
277
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=
|
|
278
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=
|
|
279
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=
|
|
280
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=
|
|
281
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=
|
|
282
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_start=
|
|
283
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_end=
|
|
284
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_start=
|
|
285
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_end=
|
|
286
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_start=
|
|
287
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_end=
|
|
288
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_start=
|
|
289
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_end=
|
|
290
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_start=
|
|
291
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_end=
|
|
292
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_start=
|
|
293
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_end=
|
|
294
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=
|
|
295
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=
|
|
296
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=
|
|
297
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=
|
|
298
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=
|
|
299
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=
|
|
300
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=
|
|
301
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=
|
|
302
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=
|
|
303
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=
|
|
304
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_start=
|
|
305
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_end=
|
|
306
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_start=
|
|
307
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_end=
|
|
308
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_start=
|
|
309
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_end=
|
|
310
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_start=
|
|
311
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_end=
|
|
312
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=
|
|
313
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=
|
|
314
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=
|
|
315
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=
|
|
316
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=
|
|
317
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=
|
|
318
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=
|
|
319
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=
|
|
320
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=
|
|
321
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=
|
|
322
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=
|
|
323
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=
|
|
324
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=
|
|
325
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=
|
|
326
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=
|
|
327
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=
|
|
328
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=
|
|
329
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=
|
|
330
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=
|
|
331
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=
|
|
332
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=
|
|
333
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=
|
|
334
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=
|
|
335
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=
|
|
336
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=
|
|
337
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=
|
|
338
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=
|
|
339
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=
|
|
340
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=
|
|
341
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=
|
|
342
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=
|
|
343
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=
|
|
344
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=
|
|
345
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=
|
|
346
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=
|
|
347
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=
|
|
348
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=
|
|
349
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=
|
|
350
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=
|
|
351
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=
|
|
352
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=
|
|
353
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=
|
|
354
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=
|
|
355
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=
|
|
356
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=
|
|
357
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=
|
|
358
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=
|
|
359
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=
|
|
360
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=
|
|
361
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=
|
|
362
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_start=
|
|
363
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_end=
|
|
364
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=
|
|
365
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=
|
|
366
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=
|
|
367
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=
|
|
368
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_start=
|
|
369
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_end=
|
|
370
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=
|
|
371
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=
|
|
372
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=
|
|
373
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=
|
|
374
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=
|
|
375
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=
|
|
376
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=
|
|
377
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=
|
|
378
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=
|
|
379
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=
|
|
380
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_start=
|
|
381
|
-
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_end=
|
|
382
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_start=
|
|
383
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_end=
|
|
384
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELLINETYPE']._serialized_start=
|
|
385
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELLINETYPE']._serialized_end=
|
|
386
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_start=
|
|
387
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_end=
|
|
388
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_start=
|
|
389
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_end=
|
|
390
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_start=
|
|
391
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_end=
|
|
392
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_start=
|
|
393
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_end=
|
|
394
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_start=
|
|
395
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_end=
|
|
396
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERRIBSURFACEROUGHNESSCLASSIFICATION']._serialized_start=
|
|
397
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERRIBSURFACEROUGHNESSCLASSIFICATION']._serialized_end=
|
|
398
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=
|
|
399
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=
|
|
400
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_start=
|
|
401
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_end=
|
|
402
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_start=
|
|
403
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_end=
|
|
404
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=
|
|
405
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=
|
|
406
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_start=
|
|
407
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_end=
|
|
408
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_start=
|
|
409
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_end=
|
|
410
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_start=
|
|
411
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_end=
|
|
412
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_start=
|
|
413
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_end=
|
|
414
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_start=
|
|
415
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_end=
|
|
416
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_start=
|
|
417
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_end=
|
|
418
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSURFACEPLANETYPE']._serialized_start=
|
|
419
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSURFACEPLANETYPE']._serialized_end=
|
|
420
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_start=
|
|
421
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_end=
|
|
422
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_start=
|
|
423
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_end=
|
|
424
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_start=
|
|
425
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_end=
|
|
426
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_start=
|
|
427
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_end=
|
|
428
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=
|
|
429
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=
|
|
430
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_start=
|
|
431
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_end=
|
|
432
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_start=
|
|
433
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_end=
|
|
434
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_start=
|
|
435
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_end=
|
|
436
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_start=
|
|
437
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_end=
|
|
438
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=
|
|
439
|
-
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=
|
|
37
|
+
_globals['_MEMBERSETREPRESENTATIVE']._serialized_end=229070
|
|
38
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_start=25074
|
|
39
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSTABLE']._serialized_end=25210
|
|
40
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_start=25213
|
|
41
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW']._serialized_end=26983
|
|
42
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_start=26056
|
|
43
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHDEFINITIONTYPE']._serialized_end=26309
|
|
44
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_start=26312
|
|
45
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_REFERENCELENGTHWIDTH']._serialized_end=26468
|
|
46
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_start=26471
|
|
47
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELFLANGEDIMENSIONSROW_DISTRIBUTIONLINEARITY']._serialized_end=26655
|
|
48
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLE']._serialized_start=26986
|
|
49
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLE']._serialized_end=27147
|
|
50
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLEROW']._serialized_start=27150
|
|
51
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERPARAMETERSTREETABLEROW']._serialized_end=27492
|
|
52
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_start=27495
|
|
53
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTTABLE']._serialized_end=27645
|
|
54
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_start=27648
|
|
55
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW']._serialized_end=28080
|
|
56
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_start=27926
|
|
57
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERASSIGNMENTROW_REFERENCE']._serialized_end=28008
|
|
58
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=28083
|
|
59
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=28249
|
|
60
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=28252
|
|
61
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=38457
|
|
62
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=32591
|
|
63
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=33052
|
|
64
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=33055
|
|
65
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=34115
|
|
66
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=34117
|
|
67
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=34187
|
|
68
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=34189
|
|
69
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=34259
|
|
70
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=34262
|
|
71
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=35429
|
|
72
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=35432
|
|
73
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=35630
|
|
74
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=35632
|
|
75
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=35754
|
|
76
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=35757
|
|
77
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=36034
|
|
78
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=38460
|
|
79
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=38640
|
|
80
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=38644
|
|
81
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=85903
|
|
82
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=54723
|
|
83
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=54874
|
|
84
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=54877
|
|
85
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=56368
|
|
86
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=56370
|
|
87
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=56471
|
|
88
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=56473
|
|
89
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=56574
|
|
90
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=56577
|
|
91
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=57959
|
|
92
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=57961
|
|
93
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=58056
|
|
94
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=58059
|
|
95
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=59845
|
|
96
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=59847
|
|
97
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=59968
|
|
98
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=59970
|
|
99
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=60091
|
|
100
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=60094
|
|
101
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=61771
|
|
102
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=61774
|
|
103
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=63641
|
|
104
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=63643
|
|
105
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=63770
|
|
106
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=63772
|
|
107
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=63899
|
|
108
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=63902
|
|
109
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=65660
|
|
110
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=65663
|
|
111
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=67423
|
|
112
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=67425
|
|
113
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=67545
|
|
114
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=67547
|
|
115
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=67667
|
|
116
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=67670
|
|
117
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=69321
|
|
118
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=69324
|
|
119
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=70626
|
|
120
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=70628
|
|
121
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=70715
|
|
122
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=70717
|
|
123
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=70804
|
|
124
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=70807
|
|
125
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=72000
|
|
126
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=72003
|
|
127
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=73359
|
|
128
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=73361
|
|
129
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=73452
|
|
130
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=73454
|
|
131
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=73545
|
|
132
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=73548
|
|
133
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=74795
|
|
134
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=74797
|
|
135
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=74864
|
|
136
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=35432
|
|
137
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=35630
|
|
138
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=35632
|
|
139
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=35754
|
|
140
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=75192
|
|
141
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=75385
|
|
142
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=75388
|
|
143
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=75639
|
|
144
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=75642
|
|
145
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=76123
|
|
146
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=76126
|
|
147
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=76695
|
|
148
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=76698
|
|
149
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=77247
|
|
150
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=77250
|
|
151
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=77619
|
|
152
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=77622
|
|
153
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=77975
|
|
154
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=85906
|
|
155
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=86056
|
|
156
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=86059
|
|
157
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=86310
|
|
158
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=86313
|
|
159
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=86463
|
|
160
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=86466
|
|
161
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=86717
|
|
162
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=86720
|
|
163
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=86882
|
|
164
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=86885
|
|
165
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=87072
|
|
166
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_start=87075
|
|
167
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLE']._serialized_end=87208
|
|
168
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_start=87211
|
|
169
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTENDONTABLEROW']._serialized_end=87356
|
|
170
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_start=87359
|
|
171
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLE']._serialized_end=87508
|
|
172
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_start=87511
|
|
173
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELBIMIFCPROPERTIESTREETABLEROW']._serialized_end=87747
|
|
174
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_start=87750
|
|
175
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSTABLE']._serialized_end=87922
|
|
176
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_start=87925
|
|
177
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW']._serialized_end=98161
|
|
178
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_start=32591
|
|
179
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPTYPE']._serialized_end=33052
|
|
180
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_start=33055
|
|
181
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZECALCULATED']._serialized_end=34115
|
|
182
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=34117
|
|
183
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=34187
|
|
184
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=34189
|
|
185
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=34259
|
|
186
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=34262
|
|
187
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=35429
|
|
188
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=35432
|
|
189
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=35630
|
|
190
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=35632
|
|
191
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=35754
|
|
192
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_start=35757
|
|
193
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETESHEARREINFORCEMENTSPANSROW_STIRRUPLAYOUTRULE']._serialized_end=36034
|
|
194
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_start=98164
|
|
195
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSTABLE']._serialized_end=98350
|
|
196
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_start=98354
|
|
197
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW']._serialized_end=145724
|
|
198
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_start=54723
|
|
199
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_REBARTYPE']._serialized_end=54874
|
|
200
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=54877
|
|
201
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=56368
|
|
202
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=56370
|
|
203
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=56471
|
|
204
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=56473
|
|
205
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=56574
|
|
206
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=56577
|
|
207
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=57959
|
|
208
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=57961
|
|
209
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=58056
|
|
210
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=58059
|
|
211
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=59845
|
|
212
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=59847
|
|
213
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=59968
|
|
214
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=59970
|
|
215
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=60091
|
|
216
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=60094
|
|
217
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=61771
|
|
218
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=61774
|
|
219
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=63641
|
|
220
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=63643
|
|
221
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=63770
|
|
222
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=63772
|
|
223
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=63899
|
|
224
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=63902
|
|
225
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=65660
|
|
226
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=65663
|
|
227
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=67423
|
|
228
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=67425
|
|
229
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=67545
|
|
230
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=67547
|
|
231
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=67667
|
|
232
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=67670
|
|
233
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=69321
|
|
234
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=69324
|
|
235
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=70626
|
|
236
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=70628
|
|
237
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=70715
|
|
238
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=70717
|
|
239
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=70804
|
|
240
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=70807
|
|
241
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=72000
|
|
242
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=72003
|
|
243
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=73359
|
|
244
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=73361
|
|
245
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=73452
|
|
246
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=73454
|
|
247
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=73545
|
|
248
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=73548
|
|
249
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=74795
|
|
250
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_start=74797
|
|
251
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_BARSIZEDESIGNATIONCORNER']._serialized_end=74864
|
|
252
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_start=35432
|
|
253
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONREFERENCETYPE']._serialized_end=35630
|
|
254
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=35632
|
|
255
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=35754
|
|
256
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_start=75192
|
|
257
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPE']._serialized_end=75385
|
|
258
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=75388
|
|
259
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=75639
|
|
260
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=75642
|
|
261
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=76123
|
|
262
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=76126
|
|
263
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=76695
|
|
264
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=76698
|
|
265
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=77247
|
|
266
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=77250
|
|
267
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=77619
|
|
268
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_start=77622
|
|
269
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELCONCRETELONGITUDINALREINFORCEMENTITEMSROW_ANCHORAGEENDANCHORTYPE']._serialized_end=77975
|
|
270
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_start=145727
|
|
271
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISTABLE']._serialized_end=145883
|
|
272
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_start=145886
|
|
273
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSZAXISROW']._serialized_end=146140
|
|
274
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_start=146143
|
|
275
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISTABLE']._serialized_end=146299
|
|
276
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_start=146302
|
|
277
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONSEGMENTSYAXISROW']._serialized_end=146556
|
|
278
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_start=146559
|
|
279
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESTABLE']._serialized_end=146727
|
|
280
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_start=146730
|
|
281
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDESIGNSUPPORTSONINTERNALNODESROW']._serialized_end=146920
|
|
282
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_start=146923
|
|
283
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLE']._serialized_end=147062
|
|
284
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_start=147065
|
|
285
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELMEMBERTENDONTABLEROW']._serialized_end=147213
|
|
286
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_start=147216
|
|
287
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANTABLE']._serialized_end=147358
|
|
288
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_start=147361
|
|
289
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW']._serialized_end=157456
|
|
290
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_start=32591
|
|
291
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPTYPE']._serialized_end=33052
|
|
292
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_start=33055
|
|
293
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZECALCULATED']._serialized_end=34115
|
|
294
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_start=34117
|
|
295
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMINIMUM']._serialized_end=34187
|
|
296
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_start=34189
|
|
297
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPBARSIZEAUTOMAXIMUM']._serialized_end=34259
|
|
298
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_start=34262
|
|
299
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPDIAMETERAUTOBARSIZES']._serialized_end=35429
|
|
300
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=35432
|
|
301
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=35630
|
|
302
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=35632
|
|
303
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=35754
|
|
304
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_start=35757
|
|
305
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETESHEARREINFORCEMENTSPANROW_STIRRUPLAYOUTRULE']._serialized_end=36034
|
|
306
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_start=157459
|
|
307
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANTABLE']._serialized_end=157615
|
|
308
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_start=157619
|
|
309
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW']._serialized_end=204424
|
|
310
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_start=54723
|
|
311
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_REBARTYPE']._serialized_end=54874
|
|
312
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_start=54877
|
|
313
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALCALCULATED']._serialized_end=56368
|
|
314
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_start=56370
|
|
315
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMINIMUM']._serialized_end=56471
|
|
316
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_start=56473
|
|
317
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSYMMETRICALAUTOMAXIMUM']._serialized_end=56574
|
|
318
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_start=56577
|
|
319
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSYMMETRICALAUTOBARSIZES']._serialized_end=57959
|
|
320
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_start=57961
|
|
321
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALATSIDE']._serialized_end=58056
|
|
322
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_start=58059
|
|
323
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDECALCULATED']._serialized_end=59845
|
|
324
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_start=59847
|
|
325
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMINIMUM']._serialized_end=59968
|
|
326
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_start=59970
|
|
327
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALTOPSIDEAUTOMAXIMUM']._serialized_end=60091
|
|
328
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_start=60094
|
|
329
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALTOPSIDEAUTOBARSIZES']._serialized_end=61771
|
|
330
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_start=61774
|
|
331
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDECALCULATED']._serialized_end=63641
|
|
332
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_start=63643
|
|
333
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMINIMUM']._serialized_end=63770
|
|
334
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_start=63772
|
|
335
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNSYMMETRICALBOTTOMSIDEAUTOMAXIMUM']._serialized_end=63899
|
|
336
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_start=63902
|
|
337
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNSYMMETRICALBOTTOMSIDEAUTOBARSIZES']._serialized_end=65660
|
|
338
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_start=65663
|
|
339
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGCALCULATED']._serialized_end=67423
|
|
340
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_start=67425
|
|
341
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMINIMUM']._serialized_end=67545
|
|
342
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_start=67547
|
|
343
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONUNIFORMLYSURROUNDINGAUTOMAXIMUM']._serialized_end=67667
|
|
344
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_start=67670
|
|
345
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERUNIFORMLYSURROUNDINGAUTOBARSIZES']._serialized_end=69321
|
|
346
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_start=69324
|
|
347
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINECALCULATED']._serialized_end=70626
|
|
348
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_start=70628
|
|
349
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMINIMUM']._serialized_end=70715
|
|
350
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_start=70717
|
|
351
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONLINEAUTOMAXIMUM']._serialized_end=70804
|
|
352
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_start=70807
|
|
353
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERLINEAUTOBARSIZES']._serialized_end=72000
|
|
354
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_start=72003
|
|
355
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLECALCULATED']._serialized_end=73359
|
|
356
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_start=73361
|
|
357
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMINIMUM']._serialized_end=73452
|
|
358
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_start=73454
|
|
359
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONSINGLEAUTOMAXIMUM']._serialized_end=73545
|
|
360
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_start=73548
|
|
361
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARDIAMETERSINGLEAUTOBARSIZES']._serialized_end=74795
|
|
362
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_start=74797
|
|
363
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_BARSIZEDESIGNATIONCORNER']._serialized_end=74864
|
|
364
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_start=35432
|
|
365
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONREFERENCETYPE']._serialized_end=35630
|
|
366
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_start=35632
|
|
367
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_SPANPOSITIONDEFINITIONFORMAT']._serialized_end=35754
|
|
368
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_start=75192
|
|
369
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPE']._serialized_end=75385
|
|
370
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_start=75388
|
|
371
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETTYPESINGLELINE']._serialized_end=75639
|
|
372
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_start=75642
|
|
373
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPE']._serialized_end=76123
|
|
374
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_start=76126
|
|
375
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATSTART']._serialized_end=76695
|
|
376
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_start=76698
|
|
377
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ADDITIONALOFFSETREFERENCETYPEATEND']._serialized_end=77247
|
|
378
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_start=77250
|
|
379
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGESTARTANCHORTYPE']._serialized_end=77619
|
|
380
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_start=77622
|
|
381
|
+
_globals['_MEMBERSETREPRESENTATIVE_CONCRETELONGITUDINALREINFORCEMENTSPANROW_ANCHORAGEENDANCHORTYPE']._serialized_end=77975
|
|
382
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_start=204427
|
|
383
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTYPE']._serialized_end=205397
|
|
384
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELLINETYPE']._serialized_start=205400
|
|
385
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELLINETYPE']._serialized_end=205836
|
|
386
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_start=205839
|
|
387
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONDISTRIBUTIONTYPE']._serialized_end=207076
|
|
388
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_start=207079
|
|
389
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELREFERENCETYPE']._serialized_end=207248
|
|
390
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_start=207250
|
|
391
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTTYPE']._serialized_end=207364
|
|
392
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_start=207367
|
|
393
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELJOISTSERIES']._serialized_end=208290
|
|
394
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_start=208293
|
|
395
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERTYPERIBALIGNMENT']._serialized_end=208587
|
|
396
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERRIBSURFACEROUGHNESSCLASSIFICATION']._serialized_start=208590
|
|
397
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELMEMBERRIBSURFACEROUGHNESSCLASSIFICATION']._serialized_end=208924
|
|
398
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=208927
|
|
399
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=209306
|
|
400
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_start=209309
|
|
401
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDESIGNSTRIPINTEGRATESTRESSESANDFORCES']._serialized_end=209693
|
|
402
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_start=209696
|
|
403
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSHEARWALLINTEGRATESTRESSESANDFORCES']._serialized_end=210070
|
|
404
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_start=210073
|
|
405
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEEPBEAMINTEGRATESTRESSESANDFORCES']._serialized_end=210442
|
|
406
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_start=210445
|
|
407
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELRESULTLINEINTEGRATESTRESSESANDFORCES']._serialized_end=210824
|
|
408
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_start=210827
|
|
409
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELSECTIONALIGNMENT']._serialized_end=210983
|
|
410
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_start=210986
|
|
411
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELGRAINALIGNMENT']._serialized_end=211134
|
|
412
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_start=211137
|
|
413
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELCURVEDMEMBERCANTILEVERSTYPE']._serialized_end=211406
|
|
414
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_start=211409
|
|
415
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSPECIFICATIONTYPE']._serialized_end=211663
|
|
416
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_start=211666
|
|
417
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONPLANETYPE']._serialized_end=211808
|
|
418
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSURFACEPLANETYPE']._serialized_start=211811
|
|
419
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELROTATIONSURFACEPLANETYPE']._serialized_end=211976
|
|
420
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_start=211979
|
|
421
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERDEFINITIONTYPE']._serialized_end=212132
|
|
422
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_start=212135
|
|
423
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERREFERENCE']._serialized_end=212357
|
|
424
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_start=212360
|
|
425
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELNODESONMEMBERSTARTAT']._serialized_end=212503
|
|
426
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_start=212506
|
|
427
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDIRECTION']._serialized_end=212993
|
|
428
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=212996
|
|
429
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=213210
|
|
430
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_start=213213
|
|
431
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELTENDONTYPE']._serialized_end=213427
|
|
432
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_start=213430
|
|
433
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERMODELANCHORUNBONDEDTENDONLOCATION']._serialized_end=213585
|
|
434
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_start=213587
|
|
435
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELSETTYPE']._serialized_end=213689
|
|
436
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_start=213692
|
|
437
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDIRECTION']._serialized_end=214210
|
|
438
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_start=214213
|
|
439
|
+
_globals['_MEMBERSETREPRESENTATIVE_MEMBERSETMODELDEFLECTIONCHECKDISPLACEMENTREFERENCE']._serialized_end=214438
|
|
440
440
|
# @@protoc_insertion_point(module_scope)
|