dlubal.api 2.12.2__py3-none-any.whl → 2.12.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- dlubal/api/rfem/__init__.py +7 -6
- dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
- dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/base_data_pb2.py +69 -69
- dlubal/api/rfem/base_data_pb2.pyi +8 -2
- dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +79 -0
- dlubal/api/rfem/digital_twins/__init__.py +1 -0
- dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
- dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
- dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
- dlubal/api/rfem/loads/line_load_pb2.py +21 -21
- dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
- dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/member_load_pb2.py +41 -41
- dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
- dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
- dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
- dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
- dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
- dlubal/api/rfem/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +4 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
- dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
- dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
- dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
- dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/structure_core/member_pb2.py +192 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -2
- dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
- dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
- dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
- dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
- dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
- dlubal/api/rstab/__init__.py +6 -5
- dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
- dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/base_data_pb2.py +53 -53
- dlubal/api/rstab/base_data_pb2.pyi +8 -2
- dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
- dlubal/api/rstab/digital_twins/__init__.py +1 -0
- dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
- dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
- dlubal/api/rstab/loads/member_load_pb2.py +41 -41
- dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
- dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
- dlubal/api/rstab/loads/member_set_load_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/reinforcement/__init__.py +1 -0
- dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/structure_core/member_pb2.py +180 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +8 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -2
- dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
- dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
- dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
- dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +151 -139
- examples/rfem/column.py +1 -1
- examples/rstab/column.py +7 -7
- dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
- dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
- dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
- dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
- dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
- dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
- dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map
|
|
|
7
7
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
8
|
|
|
9
9
|
class SurfaceReinforcement(_message.Message):
|
|
10
|
-
__slots__ = ("no", "location_type", "user_defined_name_enabled", "name", "surfaces", "material", "
|
|
10
|
+
__slots__ = ("no", "location_type", "user_defined_name_enabled", "name", "surfaces", "material", "definition_type", "rebar_size", "rebar_size_calculated", "rebar_diameter", "rebar_diameter_calculated", "rebar_diameter_auto_enabled", "rebar_size_auto_minimum", "rebar_diameter_auto_minimum", "rebar_size_auto_maximum", "rebar_diameter_auto_maximum", "rebar_diameter_auto_diameters_enabled", "rebar_diameter_auto_sizes", "rebar_diameter_auto_diameters", "rebar_diameter_auto_priority", "rebar_spacing", "rebar_spacing_calculated", "rebar_spacing_auto_enabled", "rebar_spacing_auto_minimum", "rebar_spacing_auto_maximum", "rebar_spacing_auto_increment", "rebar_spacing_auto_priority", "stirrup_size", "stirrup_size_calculated", "stirrup_diameter", "stirrup_diameter_calculated", "stirrup_diameter_auto_enabled", "stirrup_size_auto_minimum", "stirrup_diameter_auto_minimum", "stirrup_size_auto_maximum", "stirrup_diameter_auto_maximum", "stirrup_diameter_auto_diameters_enabled", "stirrup_diameter_auto_sizes", "stirrup_diameter_auto_diameters", "stirrup_diameter_auto_priority", "stirrup_spacing", "stirrup_spacing_calculated", "stirrup_spacing_auto_enabled", "stirrup_spacing_auto_minimum", "stirrup_spacing_auto_maximum", "stirrup_spacing_auto_increment", "stirrup_spacing_auto_priority", "orthogonal_rebar_size", "orthogonal_rebar_size_calculated", "orthogonal_rebar_diameter", "orthogonal_rebar_diameter_calculated", "orthogonal_rebar_diameter_auto_enabled", "orthogonal_rebar_size_auto_minimum", "orthogonal_rebar_diameter_auto_minimum", "orthogonal_rebar_size_auto_maximum", "orthogonal_rebar_diameter_auto_maximum", "orthogonal_rebar_diameter_auto_diameters_enabled", "orthogonal_rebar_diameter_auto_sizes", "orthogonal_rebar_diameter_auto_diameters", "orthogonal_rebar_diameter_auto_priority", "orthogonal_rebar_spacing", "orthogonal_rebar_spacing_calculated", "orthogonal_rebar_spacing_auto_enabled", "orthogonal_rebar_spacing_auto_minimum", "orthogonal_rebar_spacing_auto_maximum", "orthogonal_rebar_spacing_auto_increment", "orthogonal_rebar_spacing_auto_priority", "mesh_product_range", "mesh_shape", "mesh_name", "not_covered_first_rebar_size", "not_covered_first_rebar_diameter", "not_covered_second_rebar_size", "not_covered_second_rebar_diameter", "alignment_top_enabled", "alignment_bottom_enabled", "additional_offset_to_concrete_cover_top", "additional_offset_to_concrete_cover_bottom", "reinforcement_direction_type", "design_reinforcement_direction", "first_direction_point_1", "first_direction_point_2", "second_direction_point_1", "second_direction_point_2", "projection_coordinate_system", "projection_plane", "reinforcement_area_as1", "reinforcement_area_as2", "reinforcement_area_as1_top", "reinforcement_area_as1_bottom", "reinforcement_area_as2_top", "reinforcement_area_as2_bottom", "reinforcement_area_as_i", "reinforcement_area_as_i_plus_90", "reinforcement_area_as_i_top", "reinforcement_area_as_i_bottom", "reinforcement_area_as_i_plus_90_top", "reinforcement_area_as_i_plus_90_bottom", "stirrup_reinforcement_area_asw", "acting_region_from", "acting_region_to", "location_rectangle_type", "location_first_x", "location_first_y", "location_second_x", "location_second_y", "location_center_x", "location_center_y", "location_center_side_a", "location_center_side_b", "location_rotation", "location_radius", "polygon_points", "comment", "is_generated", "generating_object_info", "id_for_export_import", "metadata_for_export_import")
|
|
11
11
|
class LocationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
12
|
__slots__ = ()
|
|
13
13
|
LOCATION_TYPE_UNKNOWN: _ClassVar[SurfaceReinforcement.LocationType]
|
|
@@ -20,14 +20,18 @@ class SurfaceReinforcement(_message.Message):
|
|
|
20
20
|
LOCATION_TYPE_FREE_POLYGON: SurfaceReinforcement.LocationType
|
|
21
21
|
LOCATION_TYPE_FREE_RECTANGULAR: SurfaceReinforcement.LocationType
|
|
22
22
|
LOCATION_TYPE_ON_SURFACE: SurfaceReinforcement.LocationType
|
|
23
|
-
class
|
|
23
|
+
class DefinitionType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
24
24
|
__slots__ = ()
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
DEFINITION_TYPE_MESH: _ClassVar[SurfaceReinforcement.DefinitionType]
|
|
26
|
+
DEFINITION_TYPE_REBAR_1_LAYER: _ClassVar[SurfaceReinforcement.DefinitionType]
|
|
27
|
+
DEFINITION_TYPE_REBAR_2_LAYERS: _ClassVar[SurfaceReinforcement.DefinitionType]
|
|
28
|
+
DEFINITION_TYPE_REBAR_NOT_COVERED_REQUIRED_REINFORCEMENT: _ClassVar[SurfaceReinforcement.DefinitionType]
|
|
29
|
+
DEFINITION_TYPE_STIRRUPS: _ClassVar[SurfaceReinforcement.DefinitionType]
|
|
30
|
+
DEFINITION_TYPE_MESH: SurfaceReinforcement.DefinitionType
|
|
31
|
+
DEFINITION_TYPE_REBAR_1_LAYER: SurfaceReinforcement.DefinitionType
|
|
32
|
+
DEFINITION_TYPE_REBAR_2_LAYERS: SurfaceReinforcement.DefinitionType
|
|
33
|
+
DEFINITION_TYPE_REBAR_NOT_COVERED_REQUIRED_REINFORCEMENT: SurfaceReinforcement.DefinitionType
|
|
34
|
+
DEFINITION_TYPE_STIRRUPS: SurfaceReinforcement.DefinitionType
|
|
31
35
|
class RebarSizeCalculated(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
32
36
|
__slots__ = ()
|
|
33
37
|
REBAR_SIZE_CALCULATED_UNKNOWN: _ClassVar[SurfaceReinforcement.RebarSizeCalculated]
|
|
@@ -260,122 +264,122 @@ class SurfaceReinforcement(_message.Message):
|
|
|
260
264
|
STIRRUP_DIAMETER_AUTO_SIZES_CSA_35: SurfaceReinforcement.StirrupDiameterAutoSizes
|
|
261
265
|
STIRRUP_DIAMETER_AUTO_SIZES_CSA_45: SurfaceReinforcement.StirrupDiameterAutoSizes
|
|
262
266
|
STIRRUP_DIAMETER_AUTO_SIZES_CSA_55: SurfaceReinforcement.StirrupDiameterAutoSizes
|
|
263
|
-
class
|
|
267
|
+
class OrthogonalRebarSizeCalculated(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
264
268
|
__slots__ = ()
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
class
|
|
269
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_UNKNOWN: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
270
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_1: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
271
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_10: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
272
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_11: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
273
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_12: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
274
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_14: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
275
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_16: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
276
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_18: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
277
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_1p5: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
278
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_2: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
279
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_2p5: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
280
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_3: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
281
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_4: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
282
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_5: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
283
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_6: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
284
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_7: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
285
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_8: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
286
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_9: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
287
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_10: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
288
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_15: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
289
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_20: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
290
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_25: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
291
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_30: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
292
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_35: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
293
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_45: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
294
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_55: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeCalculated]
|
|
295
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_UNKNOWN: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
296
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_1: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
297
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_10: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
298
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_11: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
299
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_12: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
300
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_14: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
301
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_16: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
302
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_18: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
303
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_1p5: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
304
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_2: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
305
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_2p5: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
306
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_3: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
307
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_4: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
308
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_5: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
309
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_6: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
310
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_7: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
311
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_8: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
312
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_ACI_9: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
313
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_10: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
314
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_15: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
315
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_20: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
316
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_25: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
317
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_30: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
318
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_35: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
319
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_45: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
320
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_CSA_55: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
321
|
+
class OrthogonalRebarSizeAutoMinimum(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
318
322
|
__slots__ = ()
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
class
|
|
323
|
+
ORTHOGONAL_REBAR_SIZE_AUTO_MINIMUM_UNKNOWN: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeAutoMinimum]
|
|
324
|
+
ORTHOGONAL_REBAR_SIZE_AUTO_MINIMUM_UNKNOWN: SurfaceReinforcement.OrthogonalRebarSizeAutoMinimum
|
|
325
|
+
class OrthogonalRebarSizeAutoMaximum(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
322
326
|
__slots__ = ()
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
class
|
|
327
|
+
ORTHOGONAL_REBAR_SIZE_AUTO_MAXIMUM_UNKNOWN: _ClassVar[SurfaceReinforcement.OrthogonalRebarSizeAutoMaximum]
|
|
328
|
+
ORTHOGONAL_REBAR_SIZE_AUTO_MAXIMUM_UNKNOWN: SurfaceReinforcement.OrthogonalRebarSizeAutoMaximum
|
|
329
|
+
class OrthogonalRebarDiameterAutoSizes(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
326
330
|
__slots__ = ()
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
331
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_UNKNOWN: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
332
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_1: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
333
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_10: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
334
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_11: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
335
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_12: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
336
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_14: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
337
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_16: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
338
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_18: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
339
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_1p5: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
340
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_2: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
341
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_2p5: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
342
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_3: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
343
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_4: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
344
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_5: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
345
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_6: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
346
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_7: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
347
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_8: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
348
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_9: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
349
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_10: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
350
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_15: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
351
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_20: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
352
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_25: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
353
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_30: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
354
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_35: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
355
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_45: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
356
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_55: _ClassVar[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
357
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_UNKNOWN: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
358
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_1: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
359
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_10: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
360
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_11: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
361
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_12: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
362
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_14: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
363
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_16: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
364
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_18: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
365
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_1p5: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
366
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_2: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
367
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_2p5: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
368
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_3: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
369
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_4: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
370
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_5: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
371
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_6: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
372
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_7: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
373
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_8: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
374
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_ACI_9: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
375
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_10: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
376
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_15: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
377
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_20: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
378
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_25: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
379
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_30: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
380
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_35: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
381
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_45: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
382
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_CSA_55: SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes
|
|
379
383
|
class MeshProductRange(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
380
384
|
__slots__ = ()
|
|
381
385
|
MESH_PRODUCT_RANGE_UNKNOWN: _ClassVar[SurfaceReinforcement.MeshProductRange]
|
|
@@ -448,6 +452,14 @@ class SurfaceReinforcement(_message.Message):
|
|
|
448
452
|
MESH_SHAPE_MESHSHAPE_ST: SurfaceReinforcement.MeshShape
|
|
449
453
|
MESH_SHAPE_MESHSHAPE_W_MESH: SurfaceReinforcement.MeshShape
|
|
450
454
|
MESH_SHAPE_MESHSHAPE_Z_MESH: SurfaceReinforcement.MeshShape
|
|
455
|
+
class NotCoveredFirstRebarSize(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
456
|
+
__slots__ = ()
|
|
457
|
+
NOT_COVERED_FIRST_REBAR_SIZE_UNKNOWN: _ClassVar[SurfaceReinforcement.NotCoveredFirstRebarSize]
|
|
458
|
+
NOT_COVERED_FIRST_REBAR_SIZE_UNKNOWN: SurfaceReinforcement.NotCoveredFirstRebarSize
|
|
459
|
+
class NotCoveredSecondRebarSize(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
460
|
+
__slots__ = ()
|
|
461
|
+
NOT_COVERED_SECOND_REBAR_SIZE_UNKNOWN: _ClassVar[SurfaceReinforcement.NotCoveredSecondRebarSize]
|
|
462
|
+
NOT_COVERED_SECOND_REBAR_SIZE_UNKNOWN: SurfaceReinforcement.NotCoveredSecondRebarSize
|
|
451
463
|
class ReinforcementDirectionType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
452
464
|
__slots__ = ()
|
|
453
465
|
REINFORCEMENT_DIRECTION_TYPE_IN_DESIGN_REINFORCEMENT_DIRECTION: _ClassVar[SurfaceReinforcement.ReinforcementDirectionType]
|
|
@@ -498,7 +510,7 @@ class SurfaceReinforcement(_message.Message):
|
|
|
498
510
|
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
499
511
|
SURFACES_FIELD_NUMBER: _ClassVar[int]
|
|
500
512
|
MATERIAL_FIELD_NUMBER: _ClassVar[int]
|
|
501
|
-
|
|
513
|
+
DEFINITION_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
502
514
|
REBAR_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
503
515
|
REBAR_SIZE_CALCULATED_FIELD_NUMBER: _ClassVar[int]
|
|
504
516
|
REBAR_DIAMETER_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -539,30 +551,33 @@ class SurfaceReinforcement(_message.Message):
|
|
|
539
551
|
STIRRUP_SPACING_AUTO_MAXIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
540
552
|
STIRRUP_SPACING_AUTO_INCREMENT_FIELD_NUMBER: _ClassVar[int]
|
|
541
553
|
STIRRUP_SPACING_AUTO_PRIORITY_FIELD_NUMBER: _ClassVar[int]
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
ADDITIONAL_REBAR_SPACING_AUTO_PRIORITY_FIELD_NUMBER: _ClassVar[int]
|
|
554
|
+
ORTHOGONAL_REBAR_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
555
|
+
ORTHOGONAL_REBAR_SIZE_CALCULATED_FIELD_NUMBER: _ClassVar[int]
|
|
556
|
+
ORTHOGONAL_REBAR_DIAMETER_FIELD_NUMBER: _ClassVar[int]
|
|
557
|
+
ORTHOGONAL_REBAR_DIAMETER_CALCULATED_FIELD_NUMBER: _ClassVar[int]
|
|
558
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
559
|
+
ORTHOGONAL_REBAR_SIZE_AUTO_MINIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
560
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_MINIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
561
|
+
ORTHOGONAL_REBAR_SIZE_AUTO_MAXIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
562
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_MAXIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
563
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_DIAMETERS_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
564
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_SIZES_FIELD_NUMBER: _ClassVar[int]
|
|
565
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_DIAMETERS_FIELD_NUMBER: _ClassVar[int]
|
|
566
|
+
ORTHOGONAL_REBAR_DIAMETER_AUTO_PRIORITY_FIELD_NUMBER: _ClassVar[int]
|
|
567
|
+
ORTHOGONAL_REBAR_SPACING_FIELD_NUMBER: _ClassVar[int]
|
|
568
|
+
ORTHOGONAL_REBAR_SPACING_CALCULATED_FIELD_NUMBER: _ClassVar[int]
|
|
569
|
+
ORTHOGONAL_REBAR_SPACING_AUTO_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
570
|
+
ORTHOGONAL_REBAR_SPACING_AUTO_MINIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
571
|
+
ORTHOGONAL_REBAR_SPACING_AUTO_MAXIMUM_FIELD_NUMBER: _ClassVar[int]
|
|
572
|
+
ORTHOGONAL_REBAR_SPACING_AUTO_INCREMENT_FIELD_NUMBER: _ClassVar[int]
|
|
573
|
+
ORTHOGONAL_REBAR_SPACING_AUTO_PRIORITY_FIELD_NUMBER: _ClassVar[int]
|
|
563
574
|
MESH_PRODUCT_RANGE_FIELD_NUMBER: _ClassVar[int]
|
|
564
575
|
MESH_SHAPE_FIELD_NUMBER: _ClassVar[int]
|
|
565
576
|
MESH_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
577
|
+
NOT_COVERED_FIRST_REBAR_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
578
|
+
NOT_COVERED_FIRST_REBAR_DIAMETER_FIELD_NUMBER: _ClassVar[int]
|
|
579
|
+
NOT_COVERED_SECOND_REBAR_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
580
|
+
NOT_COVERED_SECOND_REBAR_DIAMETER_FIELD_NUMBER: _ClassVar[int]
|
|
566
581
|
ALIGNMENT_TOP_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
567
582
|
ALIGNMENT_BOTTOM_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
|
568
583
|
ADDITIONAL_OFFSET_TO_CONCRETE_COVER_TOP_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -613,7 +628,7 @@ class SurfaceReinforcement(_message.Message):
|
|
|
613
628
|
name: str
|
|
614
629
|
surfaces: _containers.RepeatedScalarFieldContainer[int]
|
|
615
630
|
material: int
|
|
616
|
-
|
|
631
|
+
definition_type: SurfaceReinforcement.DefinitionType
|
|
617
632
|
rebar_size: float
|
|
618
633
|
rebar_size_calculated: SurfaceReinforcement.RebarSizeCalculated
|
|
619
634
|
rebar_diameter: float
|
|
@@ -654,30 +669,33 @@ class SurfaceReinforcement(_message.Message):
|
|
|
654
669
|
stirrup_spacing_auto_maximum: float
|
|
655
670
|
stirrup_spacing_auto_increment: float
|
|
656
671
|
stirrup_spacing_auto_priority: int
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
additional_rebar_spacing_auto_priority: int
|
|
672
|
+
orthogonal_rebar_size: float
|
|
673
|
+
orthogonal_rebar_size_calculated: SurfaceReinforcement.OrthogonalRebarSizeCalculated
|
|
674
|
+
orthogonal_rebar_diameter: float
|
|
675
|
+
orthogonal_rebar_diameter_calculated: float
|
|
676
|
+
orthogonal_rebar_diameter_auto_enabled: bool
|
|
677
|
+
orthogonal_rebar_size_auto_minimum: SurfaceReinforcement.OrthogonalRebarSizeAutoMinimum
|
|
678
|
+
orthogonal_rebar_diameter_auto_minimum: float
|
|
679
|
+
orthogonal_rebar_size_auto_maximum: SurfaceReinforcement.OrthogonalRebarSizeAutoMaximum
|
|
680
|
+
orthogonal_rebar_diameter_auto_maximum: float
|
|
681
|
+
orthogonal_rebar_diameter_auto_diameters_enabled: bool
|
|
682
|
+
orthogonal_rebar_diameter_auto_sizes: _containers.RepeatedScalarFieldContainer[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes]
|
|
683
|
+
orthogonal_rebar_diameter_auto_diameters: _containers.RepeatedScalarFieldContainer[float]
|
|
684
|
+
orthogonal_rebar_diameter_auto_priority: int
|
|
685
|
+
orthogonal_rebar_spacing: float
|
|
686
|
+
orthogonal_rebar_spacing_calculated: float
|
|
687
|
+
orthogonal_rebar_spacing_auto_enabled: bool
|
|
688
|
+
orthogonal_rebar_spacing_auto_minimum: float
|
|
689
|
+
orthogonal_rebar_spacing_auto_maximum: float
|
|
690
|
+
orthogonal_rebar_spacing_auto_increment: float
|
|
691
|
+
orthogonal_rebar_spacing_auto_priority: int
|
|
678
692
|
mesh_product_range: SurfaceReinforcement.MeshProductRange
|
|
679
693
|
mesh_shape: SurfaceReinforcement.MeshShape
|
|
680
694
|
mesh_name: str
|
|
695
|
+
not_covered_first_rebar_size: SurfaceReinforcement.NotCoveredFirstRebarSize
|
|
696
|
+
not_covered_first_rebar_diameter: float
|
|
697
|
+
not_covered_second_rebar_size: SurfaceReinforcement.NotCoveredSecondRebarSize
|
|
698
|
+
not_covered_second_rebar_diameter: float
|
|
681
699
|
alignment_top_enabled: bool
|
|
682
700
|
alignment_bottom_enabled: bool
|
|
683
701
|
additional_offset_to_concrete_cover_top: float
|
|
@@ -722,4 +740,4 @@ class SurfaceReinforcement(_message.Message):
|
|
|
722
740
|
generating_object_info: str
|
|
723
741
|
id_for_export_import: str
|
|
724
742
|
metadata_for_export_import: str
|
|
725
|
-
def __init__(self, no: _Optional[int] = ..., location_type: _Optional[_Union[SurfaceReinforcement.LocationType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., surfaces: _Optional[_Iterable[int]] = ..., material: _Optional[int] = ...,
|
|
743
|
+
def __init__(self, no: _Optional[int] = ..., location_type: _Optional[_Union[SurfaceReinforcement.LocationType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., surfaces: _Optional[_Iterable[int]] = ..., material: _Optional[int] = ..., definition_type: _Optional[_Union[SurfaceReinforcement.DefinitionType, str]] = ..., rebar_size: _Optional[float] = ..., rebar_size_calculated: _Optional[_Union[SurfaceReinforcement.RebarSizeCalculated, str]] = ..., rebar_diameter: _Optional[float] = ..., rebar_diameter_calculated: _Optional[float] = ..., rebar_diameter_auto_enabled: bool = ..., rebar_size_auto_minimum: _Optional[_Union[SurfaceReinforcement.RebarSizeAutoMinimum, str]] = ..., rebar_diameter_auto_minimum: _Optional[float] = ..., rebar_size_auto_maximum: _Optional[_Union[SurfaceReinforcement.RebarSizeAutoMaximum, str]] = ..., rebar_diameter_auto_maximum: _Optional[float] = ..., rebar_diameter_auto_diameters_enabled: bool = ..., rebar_diameter_auto_sizes: _Optional[_Iterable[_Union[SurfaceReinforcement.RebarDiameterAutoSizes, str]]] = ..., rebar_diameter_auto_diameters: _Optional[_Iterable[float]] = ..., rebar_diameter_auto_priority: _Optional[int] = ..., rebar_spacing: _Optional[float] = ..., rebar_spacing_calculated: _Optional[float] = ..., rebar_spacing_auto_enabled: bool = ..., rebar_spacing_auto_minimum: _Optional[float] = ..., rebar_spacing_auto_maximum: _Optional[float] = ..., rebar_spacing_auto_increment: _Optional[float] = ..., rebar_spacing_auto_priority: _Optional[int] = ..., stirrup_size: _Optional[float] = ..., stirrup_size_calculated: _Optional[_Union[SurfaceReinforcement.StirrupSizeCalculated, str]] = ..., stirrup_diameter: _Optional[float] = ..., stirrup_diameter_calculated: _Optional[float] = ..., stirrup_diameter_auto_enabled: bool = ..., stirrup_size_auto_minimum: _Optional[_Union[SurfaceReinforcement.StirrupSizeAutoMinimum, str]] = ..., stirrup_diameter_auto_minimum: _Optional[float] = ..., stirrup_size_auto_maximum: _Optional[_Union[SurfaceReinforcement.StirrupSizeAutoMaximum, str]] = ..., stirrup_diameter_auto_maximum: _Optional[float] = ..., stirrup_diameter_auto_diameters_enabled: bool = ..., stirrup_diameter_auto_sizes: _Optional[_Iterable[_Union[SurfaceReinforcement.StirrupDiameterAutoSizes, str]]] = ..., stirrup_diameter_auto_diameters: _Optional[_Iterable[float]] = ..., stirrup_diameter_auto_priority: _Optional[int] = ..., stirrup_spacing: _Optional[float] = ..., stirrup_spacing_calculated: _Optional[float] = ..., stirrup_spacing_auto_enabled: bool = ..., stirrup_spacing_auto_minimum: _Optional[float] = ..., stirrup_spacing_auto_maximum: _Optional[float] = ..., stirrup_spacing_auto_increment: _Optional[float] = ..., stirrup_spacing_auto_priority: _Optional[int] = ..., orthogonal_rebar_size: _Optional[float] = ..., orthogonal_rebar_size_calculated: _Optional[_Union[SurfaceReinforcement.OrthogonalRebarSizeCalculated, str]] = ..., orthogonal_rebar_diameter: _Optional[float] = ..., orthogonal_rebar_diameter_calculated: _Optional[float] = ..., orthogonal_rebar_diameter_auto_enabled: bool = ..., orthogonal_rebar_size_auto_minimum: _Optional[_Union[SurfaceReinforcement.OrthogonalRebarSizeAutoMinimum, str]] = ..., orthogonal_rebar_diameter_auto_minimum: _Optional[float] = ..., orthogonal_rebar_size_auto_maximum: _Optional[_Union[SurfaceReinforcement.OrthogonalRebarSizeAutoMaximum, str]] = ..., orthogonal_rebar_diameter_auto_maximum: _Optional[float] = ..., orthogonal_rebar_diameter_auto_diameters_enabled: bool = ..., orthogonal_rebar_diameter_auto_sizes: _Optional[_Iterable[_Union[SurfaceReinforcement.OrthogonalRebarDiameterAutoSizes, str]]] = ..., orthogonal_rebar_diameter_auto_diameters: _Optional[_Iterable[float]] = ..., orthogonal_rebar_diameter_auto_priority: _Optional[int] = ..., orthogonal_rebar_spacing: _Optional[float] = ..., orthogonal_rebar_spacing_calculated: _Optional[float] = ..., orthogonal_rebar_spacing_auto_enabled: bool = ..., orthogonal_rebar_spacing_auto_minimum: _Optional[float] = ..., orthogonal_rebar_spacing_auto_maximum: _Optional[float] = ..., orthogonal_rebar_spacing_auto_increment: _Optional[float] = ..., orthogonal_rebar_spacing_auto_priority: _Optional[int] = ..., mesh_product_range: _Optional[_Union[SurfaceReinforcement.MeshProductRange, str]] = ..., mesh_shape: _Optional[_Union[SurfaceReinforcement.MeshShape, str]] = ..., mesh_name: _Optional[str] = ..., not_covered_first_rebar_size: _Optional[_Union[SurfaceReinforcement.NotCoveredFirstRebarSize, str]] = ..., not_covered_first_rebar_diameter: _Optional[float] = ..., not_covered_second_rebar_size: _Optional[_Union[SurfaceReinforcement.NotCoveredSecondRebarSize, str]] = ..., not_covered_second_rebar_diameter: _Optional[float] = ..., alignment_top_enabled: bool = ..., alignment_bottom_enabled: bool = ..., additional_offset_to_concrete_cover_top: _Optional[float] = ..., additional_offset_to_concrete_cover_bottom: _Optional[float] = ..., reinforcement_direction_type: _Optional[_Union[SurfaceReinforcement.ReinforcementDirectionType, str]] = ..., design_reinforcement_direction: _Optional[_Union[SurfaceReinforcement.DesignReinforcementDirection, str]] = ..., first_direction_point_1: _Optional[float] = ..., first_direction_point_2: _Optional[float] = ..., second_direction_point_1: _Optional[float] = ..., second_direction_point_2: _Optional[float] = ..., projection_coordinate_system: _Optional[int] = ..., projection_plane: _Optional[_Union[SurfaceReinforcement.ProjectionPlane, str]] = ..., reinforcement_area_as1: _Optional[float] = ..., reinforcement_area_as2: _Optional[float] = ..., reinforcement_area_as1_top: _Optional[float] = ..., reinforcement_area_as1_bottom: _Optional[float] = ..., reinforcement_area_as2_top: _Optional[float] = ..., reinforcement_area_as2_bottom: _Optional[float] = ..., reinforcement_area_as_i: _Optional[float] = ..., reinforcement_area_as_i_plus_90: _Optional[float] = ..., reinforcement_area_as_i_top: _Optional[float] = ..., reinforcement_area_as_i_bottom: _Optional[float] = ..., reinforcement_area_as_i_plus_90_top: _Optional[float] = ..., reinforcement_area_as_i_plus_90_bottom: _Optional[float] = ..., stirrup_reinforcement_area_asw: _Optional[float] = ..., acting_region_from: _Optional[float] = ..., acting_region_to: _Optional[float] = ..., location_rectangle_type: _Optional[_Union[SurfaceReinforcement.LocationRectangleType, str]] = ..., location_first_x: _Optional[float] = ..., location_first_y: _Optional[float] = ..., location_second_x: _Optional[float] = ..., location_second_y: _Optional[float] = ..., location_center_x: _Optional[float] = ..., location_center_y: _Optional[float] = ..., location_center_side_a: _Optional[float] = ..., location_center_side_b: _Optional[float] = ..., location_rotation: _Optional[float] = ..., location_radius: _Optional[float] = ..., polygon_points: _Optional[_Union[SurfaceReinforcement.PolygonPointsTable, _Mapping]] = ..., comment: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/steel_design/steel_boundary_conditions.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dlubal/api/rfem/steel_design/steel_boundary_conditions.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<dlubal/api/rfem/steel_design/steel_boundary_conditions.proto\x12\x1c\x64lubal.api.rfem.steel_design\x1a\x1e\x64lubal/api/common/common.proto\"\x82#\n\x17SteelBoundaryConditions\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x62\n\x0f\x64\x65\x66inition_type\x18\x02 \x01(\x0e\x32\x44.dlubal.api.rfem.steel_design.SteelBoundaryConditions.DefinitionTypeH\x01\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x03 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x02\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x0f\n\x07members\x18\x07 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x08 \x03(\x05\x12\x12\n\ndeep_beams\x18\t \x03(\x05\x12\x13\n\x0bshear_walls\x18\n \x03(\x05\x12\x65\n\x0enodal_supports\x18\x0b \x01(\x0b\x32H.dlubal.api.rfem.steel_design.SteelBoundaryConditions.NodalSupportsTableH\x06\x88\x01\x01\x12\x63\n\rmember_hinges\x18\x0c \x01(\x0b\x32G.dlubal.api.rfem.steel_design.SteelBoundaryConditions.MemberHingesTableH\x07\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\r \x01(\x08H\x08\x88\x01\x01\x12*\n\x1d\x64ifferent_properties_supports\x18\x0e \x01(\x08H\t\x88\x01\x01\x12(\n\x1b\x64ifferent_properties_hinges\x18\x0f \x01(\x08H\n\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x10 \x01(\x08H\x0b\x88\x01\x01\x12#\n\x16generating_object_info\x18\x11 \x01(\tH\x0c\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x12 \x01(\tH\r\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x13 \x01(\tH\x0e\x88\x01\x01\x1aj\n\x12NodalSupportsTable\x12T\n\x04rows\x18\x01 \x03(\x0b\x32\x46.dlubal.api.rfem.steel_design.SteelBoundaryConditions.NodalSupportsRow\x1a\xc3\x10\n\x10NodalSupportsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0bnode_seq_no\x18\x03 \x01(\tH\x02\x88\x01\x01\x12m\n\x0csupport_type\x18\x04 \x01(\x0e\x32R.dlubal.api.rfem.steel_design.SteelBoundaryConditions.NodalSupportsRow.SupportTypeH\x03\x88\x01\x01\x12\x19\n\x0csupport_in_x\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0csupport_in_y\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1e\n\x11restraint_about_x\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11restraint_about_y\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11restraint_about_z\x18\n \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11restraint_warping\x18\x0b \x01(\x08H\n\x88\x01\x01\x12\x15\n\x08rotation\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1d\n\x10rotation_about_x\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1d\n\x10rotation_about_y\x18\x0e \x01(\x01H\r\x88\x01\x01\x12\x1d\n\x10rotation_about_z\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13support_spring_in_x\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13support_spring_in_z\x18\x12 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18restraint_spring_about_y\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12z\n\x13\x65\x63\x63\x65ntricity_type_z\x18\x17 \x01(\x0e\x32X.dlubal.api.rfem.steel_design.SteelBoundaryConditions.NodalSupportsRow.EccentricityTypeZH\x16\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_x\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_y\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_z\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12\r\n\x05nodes\x18\x1b \x03(\x05\"\xc3\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x07\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Y_AND_TORSION\x10\x03\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Y_AND_TORSION_AND_WARPING\x10\x06\x12\'\n#SUPPORT_TYPE_FIXED_IN_Y_AND_WARPING\x10\x04\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\x08\x12\x18\n\x14SUPPORT_TYPE_TORSION\x10\x02\x12$\n SUPPORT_TYPE_TORSION_AND_WARPING\x10\x05\"\xef\x01\n\x11\x45\x63\x63\x65ntricityTypeZ\x12.\n*ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_NONE\x10\x00\x12\x39\n5ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12\x39\n5ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12\x34\n0ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_USER_VALUE\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_node_seq_noB\x0f\n\r_support_typeB\x0f\n\r_support_in_xB\x0f\n\r_support_in_yB\x0f\n\r_support_in_zB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_yB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warpingB\x0b\n\t_rotationB\x13\n\x11_rotation_about_xB\x13\n\x11_rotation_about_yB\x13\n\x11_rotation_about_zB\x16\n\x14_support_spring_in_xB\x16\n\x14_support_spring_in_yB\x16\n\x14_support_spring_in_zB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_yB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x16\n\x14_eccentricity_type_zB\x11\n\x0f_eccentricity_xB\x11\n\x0f_eccentricity_yB\x11\n\x0f_eccentricity_z\x1ah\n\x11MemberHingesTable\x12S\n\x04rows\x18\x01 \x03(\x0b\x32\x45.dlubal.api.rfem.steel_design.SteelBoundaryConditions.MemberHingesRow\x1a\x86\x07\n\x0fMemberHingesRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0bnode_seq_no\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0crelease_in_x\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x19\n\x0crelease_in_y\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0crelease_in_z\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x1c\n\x0frelease_about_x\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1c\n\x0frelease_about_y\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1c\n\x0frelease_about_z\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1c\n\x0frelease_warping\x18\n \x01(\x08H\t\x88\x01\x01\x12 \n\x13release_spring_in_x\x18\x0b \x01(\x01H\n\x88\x01\x01\x12 \n\x13release_spring_in_y\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13release_spring_in_z\x18\r \x01(\x01H\x0c\x88\x01\x01\x12#\n\x16release_spring_about_x\x18\x0e \x01(\x01H\r\x88\x01\x01\x12#\n\x16release_spring_about_y\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12#\n\x16release_spring_about_z\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12#\n\x16release_spring_warping\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12\r\n\x05nodes\x18\x12 \x03(\x05\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_node_seq_noB\x0f\n\r_release_in_xB\x0f\n\r_release_in_yB\x0f\n\r_release_in_zB\x12\n\x10_release_about_xB\x12\n\x10_release_about_yB\x12\n\x10_release_about_zB\x12\n\x10_release_warpingB\x16\n\x14_release_spring_in_xB\x16\n\x14_release_spring_in_yB\x16\n\x14_release_spring_in_zB\x19\n\x17_release_spring_about_xB\x19\n\x17_release_spring_about_yB\x19\n\x17_release_spring_about_zB\x19\n\x17_release_spring_warping\"E\n\x0e\x44\x65\x66initionType\x12\x1b\n\x17\x44\x45\x46INITION_TYPE_UNKNOWN\x10\x00\x12\x16\n\x12\x44\x45\x46INITION_TYPE_2D\x10\x01\x42\x05\n\x03_noB\x12\n\x10_definition_typeB\x14\n\x12_coordinate_systemB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x11\n\x0f_nodal_supportsB\x10\n\x0e_member_hingesB\x15\n\x13_intermediate_nodesB \n\x1e_different_properties_supportsB\x1e\n\x1c_different_properties_hingesB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.steel_design.steel_boundary_conditions_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_STEELBOUNDARYCONDITIONS']._serialized_start=127
|
|
36
|
+
_globals['_STEELBOUNDARYCONDITIONS']._serialized_end=4609
|
|
37
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_start=977
|
|
38
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_end=1083
|
|
39
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_start=1086
|
|
40
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_end=3201
|
|
41
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=2096
|
|
42
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=2419
|
|
43
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_start=2422
|
|
44
|
+
_globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_end=2661
|
|
45
|
+
_globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_start=3203
|
|
46
|
+
_globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_end=3307
|
|
47
|
+
_globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_start=3310
|
|
48
|
+
_globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_end=4212
|
|
49
|
+
_globals['_STEELBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_start=4214
|
|
50
|
+
_globals['_STEELBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_end=4283
|
|
51
|
+
# @@protoc_insertion_point(module_scope)
|