dlubal.api 2.12.2__py3-none-any.whl → 2.12.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- 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 +12 -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 +75 -0
- dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
- 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/global_parameters/global_parameter_pb2.py +1 -1
- 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/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +36 -2
- 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/material_pb2.py +114 -110
- dlubal/api/rfem/structure_core/material_pb2.pyi +22 -2
- 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/rsection/global_parameters/global_parameter_pb2.py +1 -1
- dlubal/api/rsection/structure_core/material_pb2.py +80 -76
- dlubal/api/rsection/structure_core/material_pb2.pyi +22 -2
- 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 +12 -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/rstab/concrete_foundations/single_foundation_pb2.py +75 -0
- dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
- 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/global_parameters/global_parameter_pb2.py +1 -1
- 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/material_pb2.py +82 -78
- dlubal/api/rstab/structure_core/material_pb2.pyi +22 -2
- 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.4.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/RECORD +160 -148
- 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_foundations/single_foundation_pb2.py +0 -79
- 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_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}/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_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.4.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/top_level.txt +0 -0
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rfem/types_for_timber_design/timber_service_conditions.proto
|
|
5
|
-
# Protobuf Python Version: 5.28.1
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
28,
|
|
16
|
-
1,
|
|
17
|
-
'',
|
|
18
|
-
'dlubal/api/rfem/types_for_timber_design/timber_service_conditions.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGdlubal/api/rfem/types_for_timber_design/timber_service_conditions.proto\x12\'dlubal.api.rfem.types_for_timber_design\"\xec\x13\n\x17TimberServiceConditions\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12\x10\n\x08surfaces\x18\x06 \x03(\x05\x12\x14\n\x0csurface_sets\x18\x07 \x03(\x05\x12\x12\n\ndeep_beams\x18\x08 \x03(\x05\x12\x13\n\x0bshear_walls\x18\t \x03(\x05\x12 \n\x13\x61ssigned_to_objects\x18\n \x01(\tH\x03\x88\x01\x01\x12\x82\x01\n\x1amoisture_service_condition\x18\x0b \x01(\x0e\x32Y.dlubal.api.rfem.types_for_timber_design.TimberServiceConditions.MoistureServiceConditionH\x04\x88\x01\x01\x12\x62\n\ttreatment\x18\x0c \x01(\x0e\x32J.dlubal.api.rfem.types_for_timber_design.TimberServiceConditions.TreatmentH\x05\x88\x01\x01\x12\x66\n\x0btemperature\x18\r \x01(\x0e\x32L.dlubal.api.rfem.types_for_timber_design.TimberServiceConditions.TemperatureH\x06\x88\x01\x01\x12 \n\x13outdoor_environment\x18\x0e \x01(\x08H\x07\x88\x01\x01\x12\x32\n%long_term_high_temperature_of_surface\x18\x0f \x01(\x08H\x08\x88\x01\x01\x12,\n\x1fpermanent_load_design_situation\x18\x10 \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11timber_structures\x18\x11 \x01(\x08H\n\x88\x01\x01\x12\x33\n&short_term_construction_or_maintenance\x18\x12 \x01(\x08H\x0b\x88\x01\x01\x12(\n\x1btimber_is_point_impregnated\x18\x13 \x01(\x08H\x0c\x88\x01\x01\x12$\n\x17member_pressure_treated\x18\x14 \x01(\x08H\r\x88\x01\x01\x12)\n\x1c\x65quilibrium_moisture_content\x18\x15 \x01(\x01H\x0e\x88\x01\x01\x12%\n\x18user_defined_temperature\x18\x16 \x01(\x01H\x0f\x88\x01\x01\x12=\n0impregnation_with_flame_retardant_under_pressure\x18\x17 \x01(\x08H\x10\x88\x01\x01\x12\x1f\n\x12pressure_treatment\x18\x18 \x01(\x08H\x11\x88\x01\x01\x12\x1e\n\x11recombined_timber\x18\x19 \x01(\x08H\x12\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x1a \x01(\tH\x13\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x1b \x01(\tH\x14\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1c \x01(\tH\x15\x88\x01\x01\"\xaf\x02\n\x18MoistureServiceCondition\x12&\n\"MOISTURE_SERVICE_CONDITION_UNKNOWN\x10\x00\x12\"\n\x1eMOISTURE_SERVICE_CONDITION_DRY\x10\x01\x12$\n MOISTURE_SERVICE_CONDITION_MOIST\x10\x03\x12)\n%MOISTURE_SERVICE_CONDITION_RATHER_DRY\x10\x05\x12)\n%MOISTURE_SERVICE_CONDITION_RATHER_WET\x10\x06\x12\'\n#MOISTURE_SERVICE_CONDITION_VERY_DRY\x10\x04\x12\"\n\x1eMOISTURE_SERVICE_CONDITION_WET\x10\x02\"p\n\tTreatment\x12\x15\n\x11TREATMENT_UNKNOWN\x10\x00\x12\x1c\n\x18TREATMENT_FIRE_RETARDANT\x10\x03\x12\x12\n\x0eTREATMENT_NONE\x10\x01\x12\x1a\n\x16TREATMENT_PRESERVATIVE\x10\x02\"\xcf\x02\n\x0bTemperature\x12\x17\n\x13TEMPERATURE_UNKNOWN\x10\x00\x12\x1b\n\x17TEMPERATURE_EQUAL_TO_50\x10\x06\x12!\n\x1dTEMPERATURE_LESS_OR_EQUAL_100\x10\x01\x12 \n\x1cTEMPERATURE_LESS_OR_EQUAL_35\x10\x04\x12\x1d\n\x19TEMPERATURE_RANGE_100_125\x10\x02\x12\x1d\n\x19TEMPERATURE_RANGE_125_150\x10\x03\x12\x1b\n\x17TEMPERATURE_RANGE_35_50\x10\x05\x12\"\n\x1eTEMPERATURE_TEMPERATURE_ZONE_1\x10\x07\x12\"\n\x1eTEMPERATURE_TEMPERATURE_ZONE_2\x10\x08\x12\"\n\x1eTEMPERATURE_TEMPERATURE_ZONE_3\x10\tB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x16\n\x14_assigned_to_objectsB\x1d\n\x1b_moisture_service_conditionB\x0c\n\n_treatmentB\x0e\n\x0c_temperatureB\x16\n\x14_outdoor_environmentB(\n&_long_term_high_temperature_of_surfaceB\"\n _permanent_load_design_situationB\x14\n\x12_timber_structuresB)\n\'_short_term_construction_or_maintenanceB\x1e\n\x1c_timber_is_point_impregnatedB\x1a\n\x18_member_pressure_treatedB\x1f\n\x1d_equilibrium_moisture_contentB\x1b\n\x19_user_defined_temperatureB3\n1_impregnation_with_flame_retardant_under_pressureB\x15\n\x13_pressure_treatmentB\x14\n\x12_recombined_timberB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
-
|
|
29
|
-
_globals = globals()
|
|
30
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_timber_design.timber_service_conditions_pb2', _globals)
|
|
32
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
-
DESCRIPTOR._loaded_options = None
|
|
34
|
-
_globals['_TIMBERSERVICECONDITIONS']._serialized_start=117
|
|
35
|
-
_globals['_TIMBERSERVICECONDITIONS']._serialized_end=2657
|
|
36
|
-
_globals['_TIMBERSERVICECONDITIONS_MOISTURESERVICECONDITION']._serialized_start=1316
|
|
37
|
-
_globals['_TIMBERSERVICECONDITIONS_MOISTURESERVICECONDITION']._serialized_end=1619
|
|
38
|
-
_globals['_TIMBERSERVICECONDITIONS_TREATMENT']._serialized_start=1621
|
|
39
|
-
_globals['_TIMBERSERVICECONDITIONS_TREATMENT']._serialized_end=1733
|
|
40
|
-
_globals['_TIMBERSERVICECONDITIONS_TEMPERATURE']._serialized_start=1736
|
|
41
|
-
_globals['_TIMBERSERVICECONDITIONS_TEMPERATURE']._serialized_end=2071
|
|
42
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rstab/types_for_aluminum_design/aluminum_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/rstab/types_for_aluminum_design/aluminum_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'\nMdlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions.proto\x12*dlubal.api.rstab.types_for_aluminum_design\x1a\x1e\x64lubal/api/common/common.proto\"\xd4#\n\x1a\x41luminumBoundaryConditions\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12s\n\x0f\x64\x65\x66inition_type\x18\x02 \x01(\x0e\x32U.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.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\x12v\n\x0enodal_supports\x18\t \x01(\x0b\x32Y.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.NodalSupportsTableH\x06\x88\x01\x01\x12t\n\rmember_hinges\x18\n \x01(\x0b\x32X.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.MemberHingesTableH\x07\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\x0b \x01(\x08H\x08\x88\x01\x01\x12*\n\x1d\x64ifferent_properties_supports\x18\x0c \x01(\x08H\t\x88\x01\x01\x12(\n\x1b\x64ifferent_properties_hinges\x18\r \x01(\x08H\n\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0e \x01(\x08H\x0b\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0f \x01(\tH\x0c\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x10 \x01(\tH\r\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x11 \x01(\tH\x0e\x88\x01\x01\x1a{\n\x12NodalSupportsTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.NodalSupportsRow\x1a\xe6\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\x12~\n\x0csupport_type\x18\x04 \x01(\x0e\x32\x63.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.NodalSupportsRow.SupportTypeH\x03\x88\x01\x01\x12\x19\n\x0csupport_in_x\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0csupport_in_y\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1e\n\x11restraint_about_x\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11restraint_about_y\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11restraint_about_z\x18\n \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11restraint_warping\x18\x0b \x01(\x08H\n\x88\x01\x01\x12\x15\n\x08rotation\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1d\n\x10rotation_about_x\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1d\n\x10rotation_about_y\x18\x0e \x01(\x01H\r\x88\x01\x01\x12\x1d\n\x10rotation_about_z\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13support_spring_in_x\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13support_spring_in_z\x18\x12 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18restraint_spring_about_y\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12\x8b\x01\n\x13\x65\x63\x63\x65ntricity_type_z\x18\x17 \x01(\x0e\x32i.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.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\x1ay\n\x11MemberHingesTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rstab.types_for_aluminum_design.AluminumBoundaryConditions.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.rstab.types_for_aluminum_design.aluminum_boundary_conditions_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
DESCRIPTOR._loaded_options = None
|
|
35
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS']._serialized_start=158
|
|
36
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS']._serialized_end=4722
|
|
37
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_start=1021
|
|
38
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_end=1144
|
|
39
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_start=1147
|
|
40
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_end=3297
|
|
41
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=2192
|
|
42
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=2515
|
|
43
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_start=2518
|
|
44
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_end=2757
|
|
45
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_start=3299
|
|
46
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_end=3420
|
|
47
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_start=3423
|
|
48
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_end=4325
|
|
49
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_start=4327
|
|
50
|
-
_globals['_ALUMINUMBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_end=4396
|
|
51
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths.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/rstab/types_for_aluminum_design/aluminum_effective_lengths.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from dlubal.api.rstab import object_id_pb2 as dlubal_dot_api_dot_rstab_dot_object__id__pb2
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nKdlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths.proto\x12*dlubal.api.rstab.types_for_aluminum_design\x1a dlubal/api/rstab/object_id.proto\"\xd4U\n\x18\x41luminumEffectiveLengths\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x0f\n\x07members\x18\x05 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x06 \x03(\x05\x12&\n\x19\x66lexural_buckling_about_y\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12&\n\x19\x66lexural_buckling_about_z\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12\x1f\n\x12torsional_buckling\x18\t \x01(\x08H\x06\x88\x01\x01\x12\'\n\x1alateral_torsional_buckling\x18\n \x01(\x08H\x07\x88\x01\x01\x12\x85\x01\n\x1a\x62uckling_factor_value_type\x18\x0b \x01(\x0e\x32\\.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.BucklingFactorValueTypeH\x08\x88\x01\x01\x12#\n\x16principal_section_axes\x18\x0c \x01(\x08H\t\x88\x01\x01\x12#\n\x16geometric_section_axes\x18\r \x01(\x08H\n\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0e \x01(\x08H\x0b\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0f \x01(\tH\x0c\x88\x01\x01\x12t\n\x0enodal_supports\x18\x10 \x01(\x0b\x32W.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsTableH\r\x88\x01\x01\x12g\n\x07\x66\x61\x63tors\x18\x11 \x01(\x0b\x32Q.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.FactorsTableH\x0e\x88\x01\x01\x12g\n\x07lengths\x18\x12 \x01(\x0b\x32Q.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.LengthsTableH\x0f\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\x13 \x01(\x08H\x10\x88\x01\x01\x12!\n\x14\x64ifferent_properties\x18\x14 \x01(\x08H\x11\x88\x01\x01\x12(\n\x1b\x66\x61\x63tors_definition_absolute\x18\x15 \x01(\x08H\x12\x88\x01\x01\x12\x33\n&import_from_stability_analysis_enabled\x18\x16 \x01(\x08H\x13\x88\x01\x01\x12>\n1stability_import_data_factors_definition_absolute\x18\x17 \x01(\x08H\x14\x88\x01\x01\x12+\n\x1estability_import_data_member_y\x18\x18 \x01(\x05H\x15\x88\x01\x01\x12H\n\x1fstability_import_data_loading_y\x18\x19 \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x16\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_y\x18\x1a \x01(\x05H\x17\x88\x01\x01\x12+\n\x1estability_import_data_member_z\x18\x1b \x01(\x05H\x18\x88\x01\x01\x12H\n\x1fstability_import_data_loading_z\x18\x1c \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x19\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_z\x18\x1d \x01(\x05H\x1a\x88\x01\x01\x12\x90\x01\n\x1dstability_import_data_factors\x18\x1e \x01(\x0b\x32\x64.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.StabilityImportDataFactorsTableH\x1b\x88\x01\x01\x12\x90\x01\n\x1dstability_import_data_lengths\x18\x1f \x01(\x0b\x32\x64.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.StabilityImportDataLengthsTableH\x1c\x88\x01\x01\x12\x31\n$stability_import_data_user_defined_y\x18 \x01(\x08H\x1d\x88\x01\x01\x12\x31\n$stability_import_data_user_defined_z\x18! \x01(\x08H\x1e\x88\x01\x01\x12\x82\x01\n\x18\x64\x65termination_mcr_europe\x18\" \x01(\x0e\x32[.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationMcrEuropeH\x1f\x88\x01\x01\x12z\n\x14\x64\x65termination_me_adm\x18# \x01(\x0e\x32W.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationMeAdmH \x88\x01\x01\x12z\n\x14\x64\x65termination_cb_adm\x18$ \x01(\x0e\x32W.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationCbAdmH!\x88\x01\x01\x12\x1a\n\rcb_factor_adm\x18% \x01(\x01H\"\x88\x01\x01\x12\x90\x01\n determination_cb_member_type_adm\x18& \x01(\x0e\x32\x61.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationCbMemberTypeAdmH#\x88\x01\x01\x12~\n\x16\x64\x65termination_mcr_gb50\x18\' \x01(\x0e\x32Y.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationMcrGb50H$\x88\x01\x01\x12\x82\x01\n\x18\x64\x65termination_me_csas157\x18( \x01(\x0e\x32[.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationMeCsas157H%\x88\x01\x01\x12\x88\x01\n\x1b\x64\x65termination_omega_csas157\x18) \x01(\x0e\x32^.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.DeterminationOmegaCsas157H&\x88\x01\x01\x12!\n\x14omega_factor_csas157\x18* \x01(\x01H\'\x88\x01\x01\x12i\n\x0bmember_type\x18+ \x01(\x0e\x32O.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.MemberTypeH(\x88\x01\x01\x12n\n\x0emember_type_yy\x18, \x01(\x0e\x32Q.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.MemberTypeYyH)\x88\x01\x01\x12n\n\x0emember_type_zz\x18- \x01(\x0e\x32Q.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.MemberTypeZzH*\x88\x01\x01\x12!\n\x14id_for_export_import\x18. \x01(\tH+\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18/ \x01(\tH,\x88\x01\x01\x1ay\n\x12NodalSupportsTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow\x1a\xbb\x13\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|\n\x0csupport_type\x18\x03 \x01(\x0e\x32\x61.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x86\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32\x66.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12{\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32`.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x85\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32\x65.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x85\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32\x65.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x86\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32\x66.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.NodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1am\n\x0c\x46\x61\x63torsTable\x12]\n\x04rows\x18\x01 \x03(\x0b\x32O.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.FactorsRow\x1a\x8e\x05\n\nFactorsRow\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 \n\x13\x66lexural_buckling_u\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_v\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1f\n\x12torsional_buckling\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1alateral_torsional_buckling\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12+\n\x1elateral_torsional_buckling_top\x18\t \x01(\x01H\x08\x88\x01\x01\x12.\n!lateral_torsional_buckling_bottom\x18\n \x01(\x01H\t\x88\x01\x01\x12\x1c\n\x0f\x63ritical_moment\x18\x0b \x01(\x01H\n\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_uB\x16\n\x14_flexural_buckling_vB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x15\n\x13_torsional_bucklingB\x1d\n\x1b_lateral_torsional_bucklingB!\n\x1f_lateral_torsional_buckling_topB$\n\"_lateral_torsional_buckling_bottomB\x12\n\x10_critical_moment\x1am\n\x0cLengthsTable\x12]\n\x04rows\x18\x01 \x03(\x0b\x32O.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.LengthsRow\x1a\x8e\x05\n\nLengthsRow\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 \n\x13\x66lexural_buckling_u\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_v\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1f\n\x12torsional_buckling\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1alateral_torsional_buckling\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12+\n\x1elateral_torsional_buckling_top\x18\t \x01(\x01H\x08\x88\x01\x01\x12.\n!lateral_torsional_buckling_bottom\x18\n \x01(\x01H\t\x88\x01\x01\x12\x1c\n\x0f\x63ritical_moment\x18\x0b \x01(\x01H\n\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_uB\x16\n\x14_flexural_buckling_vB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x15\n\x13_torsional_bucklingB\x1d\n\x1b_lateral_torsional_bucklingB!\n\x1f_lateral_torsional_buckling_topB$\n\"_lateral_torsional_buckling_bottomB\x12\n\x10_critical_moment\x1a\x93\x01\n\x1fStabilityImportDataFactorsTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.StabilityImportDataFactorsRow\x1a\xc9\x02\n\x1dStabilityImportDataFactorsRow\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 \n\x13\x66lexural_buckling_u\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_v\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_uB\x16\n\x14_flexural_buckling_vB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_z\x1a\x93\x01\n\x1fStabilityImportDataLengthsTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rstab.types_for_aluminum_design.AluminumEffectiveLengths.StabilityImportDataLengthsRow\x1a\xc9\x02\n\x1dStabilityImportDataLengthsRow\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 \n\x13\x66lexural_buckling_u\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_v\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_uB\x16\n\x14_flexural_buckling_vB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_z\"q\n\x17\x42ucklingFactorValueType\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_THEORETICAL\x10\x00\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_RECOMMENDED\x10\x01\"l\n\x16\x44\x65terminationMcrEurope\x12\'\n#DETERMINATION_MCR_EUROPE_EIGENVALUE\x10\x00\x12)\n%DETERMINATION_MCR_EUROPE_USER_DEFINED\x10\x01\"\x92\x01\n\x12\x44\x65terminationMeAdm\x12*\n&DETERMINATION_ME_ADM_EIGENVALUE_METHOD\x10\x00\x12)\n%DETERMINATION_ME_ADM_ACC_TO_CHAPTER_F\x10\x02\x12%\n!DETERMINATION_ME_ADM_USER_DEFINED\x10\x01\"\x96\x01\n\x12\x44\x65terminationCbAdm\x12$\n DETERMINATION_CB_ADM_BASIC_VALUE\x10\x00\x12\x33\n/DETERMINATION_CB_ADM_AUTOMATICALLY_ACC_TO_F_4_1\x10\x01\x12%\n!DETERMINATION_CB_ADM_USER_DEFINED\x10\x02\"z\n\x1c\x44\x65terminationCbMemberTypeAdm\x12)\n%DETERMINATION_CB_MEMBER_TYPE_ADM_BEAM\x10\x00\x12/\n+DETERMINATION_CB_MEMBER_TYPE_ADM_CANTILEVER\x10\x01\"m\n\x14\x44\x65terminationMcrGb50\x12,\n(DETERMINATION_MCR_GB50_EIGENVALUE_METHOD\x10\x00\x12\'\n#DETERMINATION_MCR_GB50_USER_DEFINED\x10\x01\"\xa5\x01\n\x16\x44\x65terminationMeCsas157\x12.\n*DETERMINATION_ME_CSAS157_EIGENVALUE_METHOD\x10\x00\x12\x30\n,DETERMINATION_ME_CSAS157_ACC_TO_CHAPTER_11_3\x10\x02\x12)\n%DETERMINATION_ME_CSAS157_USER_DEFINED\x10\x01\"\xb3\x01\n\x19\x44\x65terminationOmegaCsas157\x12+\n\'DETERMINATION_OMEGA_CSAS157_BASIC_VALUE\x10\x00\x12;\n7DETERMINATION_OMEGA_CSAS157_AUTOMATICALLY_ACC_TO_11_3_1\x10\x01\x12,\n(DETERMINATION_OMEGA_CSAS157_USER_DEFINED\x10\x02\">\n\nMemberType\x12\x14\n\x10MEMBER_TYPE_BEAM\x10\x00\x12\x1a\n\x16MEMBER_TYPE_CANTILEVER\x10\x01\"F\n\x0cMemberTypeYy\x12\x17\n\x13MEMBER_TYPE_YY_BEAM\x10\x00\x12\x1d\n\x19MEMBER_TYPE_YY_CANTILEVER\x10\x01\"F\n\x0cMemberTypeZz\x12\x17\n\x13MEMBER_TYPE_ZZ_BEAM\x10\x00\x12\x1d\n\x19MEMBER_TYPE_ZZ_CANTILEVER\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x1c\n\x1a_flexural_buckling_about_yB\x1c\n\x1a_flexural_buckling_about_zB\x15\n\x13_torsional_bucklingB\x1d\n\x1b_lateral_torsional_bucklingB\x1d\n\x1b_buckling_factor_value_typeB\x19\n\x17_principal_section_axesB\x19\n\x17_geometric_section_axesB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x11\n\x0f_nodal_supportsB\n\n\x08_factorsB\n\n\x08_lengthsB\x15\n\x13_intermediate_nodesB\x17\n\x15_different_propertiesB\x1e\n\x1c_factors_definition_absoluteB)\n\'_import_from_stability_analysis_enabledB4\n2_stability_import_data_factors_definition_absoluteB!\n\x1f_stability_import_data_member_yB\"\n _stability_import_data_loading_yB&\n$_stability_import_data_mode_number_yB!\n\x1f_stability_import_data_member_zB\"\n _stability_import_data_loading_zB&\n$_stability_import_data_mode_number_zB \n\x1e_stability_import_data_factorsB \n\x1e_stability_import_data_lengthsB\'\n%_stability_import_data_user_defined_yB\'\n%_stability_import_data_user_defined_zB\x1b\n\x19_determination_mcr_europeB\x17\n\x15_determination_me_admB\x17\n\x15_determination_cb_admB\x10\n\x0e_cb_factor_admB#\n!_determination_cb_member_type_admB\x19\n\x17_determination_mcr_gb50B\x1b\n\x19_determination_me_csas157B\x1e\n\x1c_determination_omega_csas157B\x17\n\x15_omega_factor_csas157B\x0e\n\x0c_member_typeB\x11\n\x0f_member_type_yyB\x11\n\x0f_member_type_zzB\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.rstab.types_for_aluminum_design.aluminum_effective_lengths_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
DESCRIPTOR._loaded_options = None
|
|
35
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS']._serialized_start=158
|
|
36
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS']._serialized_end=11122
|
|
37
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_start=3437
|
|
38
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_end=3558
|
|
39
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_start=3561
|
|
40
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_end=6052
|
|
41
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4645
|
|
42
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=5026
|
|
43
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=5029
|
|
44
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5187
|
|
45
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_start=5189
|
|
46
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_end=5314
|
|
47
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5317
|
|
48
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5462
|
|
49
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5465
|
|
50
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5610
|
|
51
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5613
|
|
52
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5759
|
|
53
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_FACTORSTABLE']._serialized_start=6054
|
|
54
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_FACTORSTABLE']._serialized_end=6163
|
|
55
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_FACTORSROW']._serialized_start=6166
|
|
56
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_FACTORSROW']._serialized_end=6820
|
|
57
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_start=6822
|
|
58
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_end=6931
|
|
59
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_LENGTHSROW']._serialized_start=6934
|
|
60
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_LENGTHSROW']._serialized_end=7588
|
|
61
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_start=7591
|
|
62
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_end=7738
|
|
63
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_start=7741
|
|
64
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_end=8070
|
|
65
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_start=8073
|
|
66
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_end=8220
|
|
67
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_start=8223
|
|
68
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_end=8552
|
|
69
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_start=8554
|
|
70
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_end=8667
|
|
71
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMCREUROPE']._serialized_start=8669
|
|
72
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMCREUROPE']._serialized_end=8777
|
|
73
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMEADM']._serialized_start=8780
|
|
74
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMEADM']._serialized_end=8926
|
|
75
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONCBADM']._serialized_start=8929
|
|
76
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONCBADM']._serialized_end=9079
|
|
77
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONCBMEMBERTYPEADM']._serialized_start=9081
|
|
78
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONCBMEMBERTYPEADM']._serialized_end=9203
|
|
79
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMCRGB50']._serialized_start=9205
|
|
80
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMCRGB50']._serialized_end=9314
|
|
81
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMECSAS157']._serialized_start=9317
|
|
82
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONMECSAS157']._serialized_end=9482
|
|
83
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONOMEGACSAS157']._serialized_start=9485
|
|
84
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_DETERMINATIONOMEGACSAS157']._serialized_end=9664
|
|
85
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_MEMBERTYPE']._serialized_start=9666
|
|
86
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_MEMBERTYPE']._serialized_end=9728
|
|
87
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_MEMBERTYPEYY']._serialized_start=9730
|
|
88
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_MEMBERTYPEYY']._serialized_end=9800
|
|
89
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_MEMBERTYPEZZ']._serialized_start=9802
|
|
90
|
-
_globals['_ALUMINUMEFFECTIVELENGTHS_MEMBERTYPEZZ']._serialized_end=9872
|
|
91
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction.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/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction.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'\nXdlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction.proto\x12*dlubal.api.rstab.types_for_aluminum_design\x1a\x1e\x64lubal/api/common/common.proto\"\xd6+\n#AluminumMemberLocalSectionReduction\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12x\n\ncomponents\x18\x06 \x01(\x0b\x32_.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberLocalSectionReduction.ComponentsTableH\x03\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12#\n\x16generating_object_info\x18\x08 \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\t \x01(\tH\x06\x88\x01\x01\x12!\n\x14id_for_export_import\x18\n \x01(\tH\x07\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0b \x01(\tH\x08\x88\x01\x01\x1a~\n\x0f\x43omponentsTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rstab.types_for_aluminum_design.AluminumMemberLocalSectionReduction.ComponentsRow\x1a\xf3%\n\rComponentsRow\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\x88\x01\n\x0ereduction_type\x18\x03 \x01(\x0e\x32k.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberLocalSectionReduction.ComponentsRow.ReductionTypeH\x02\x88\x01\x01\x12\x15\n\x08position\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08multiple\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1c\n\x0fmultiple_number\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12\xa8\x01\n\x1fmultiple_offset_definition_type\x18\x08 \x01(\x0e\x32z.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberLocalSectionReduction.ComponentsRow.MultipleOffsetDefinitionTypeH\x07\x88\x01\x01\x12\x1c\n\x0fmultiple_offset\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x9b\x01\n\x18\x66\x61stener_definition_type\x18\n \x01(\x0e\x32t.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberLocalSectionReduction.ComponentsRow.FastenerDefinitionTypeH\t\x88\x01\x01\x12\x1a\n\rarea_csa_s157\x18\x0b \x01(\tH\n\x88\x01\x01\x12\x31\n\ngross_area\x18\x0c \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x0b\x88\x01\x01\x12\x1b\n\x0ereduction_area\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\"\n\x15reduction_area_factor\x18\x0e \x01(\x01H\r\x88\x01\x01\x12/\n\x08net_area\x18\x0f \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x0e\x88\x01\x01\x12,\n\x1f\x65lastic_section_modulus_about_y\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12@\n\x19\x65lastic_section_modulus_y\x18\x11 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x10\x88\x01\x01\x12\x30\n#elastic_section_modulus_reduction_y\x18\x12 \x01(\x01H\x11\x88\x01\x01\x12\x37\n*elastic_section_modulus_reduction_factor_y\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12\x44\n\x1dnet_elastic_section_modulus_y\x18\x14 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x13\x88\x01\x01\x12,\n\x1fplastic_section_modulus_about_y\x18\x15 \x01(\tH\x14\x88\x01\x01\x12@\n\x19plastic_section_modulus_y\x18\x16 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x15\x88\x01\x01\x12\x30\n#plastic_section_modulus_reduction_y\x18\x17 \x01(\x01H\x16\x88\x01\x01\x12\x37\n*plastic_section_modulus_reduction_factor_y\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12\x44\n\x1dnet_plastic_section_modulus_y\x18\x19 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x18\x88\x01\x01\x12,\n\x1f\x65lastic_section_modulus_about_z\x18\x1a \x01(\tH\x19\x88\x01\x01\x12@\n\x19\x65lastic_section_modulus_z\x18\x1b \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x1a\x88\x01\x01\x12\x30\n#elastic_section_modulus_reduction_z\x18\x1c \x01(\x01H\x1b\x88\x01\x01\x12\x37\n*elastic_section_modulus_reduction_factor_z\x18\x1d \x01(\x01H\x1c\x88\x01\x01\x12\x44\n\x1dnet_elastic_section_modulus_z\x18\x1e \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x1d\x88\x01\x01\x12,\n\x1fplastic_section_modulus_about_z\x18\x1f \x01(\tH\x1e\x88\x01\x01\x12@\n\x19plastic_section_modulus_z\x18 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x1f\x88\x01\x01\x12\x30\n#plastic_section_modulus_reduction_z\x18! \x01(\x01H \x88\x01\x01\x12\x37\n*plastic_section_modulus_reduction_factor_z\x18\" \x01(\x01H!\x88\x01\x01\x12\x44\n\x1dnet_plastic_section_modulus_z\x18# \x01(\x0b\x32\x18.dlubal.api.common.ValueH\"\x88\x01\x01\x12\"\n\x15shear_lag_factor_aisc\x18$ \x01(\x01H#\x88\x01\x01\x12,\n\x1f\x63onsider_shear_lag_effect_is800\x18% \x01(\x08H$\x88\x01\x01\x12)\n\x1creduction_factor_alpha_is800\x18& \x01(\x01H%\x88\x01\x01\x12\x31\n$consider_correction_factor_kt_as4100\x18\' \x01(\x08H&\x88\x01\x01\x12(\n\x1b\x63orrection_factor_kt_as4100\x18( \x01(\x01H\'\x88\x01\x01\x12/\n\"calculate_short_connection_gb50017\x18) \x01(\x08H(\x88\x01\x01\x12.\n!calculate_long_connection_gb50017\x18* \x01(\x08H)\x88\x01\x01\x12*\n\x1d\x63\x61lculate_empty_holes_gb50017\x18+ \x01(\x08H*\x88\x01\x01\x12\x33\n&consider_effective_area_factor_gb50017\x18, \x01(\x08H+\x88\x01\x01\x12\x33\n¶meter_effective_factor_eta_gb50017\x18- \x01(\x01H,\x88\x01\x01\x12*\n\x1d\x63onnection_eccentricity_y_adm\x18. \x01(\x01H-\x88\x01\x01\x12*\n\x1d\x63onnection_eccentricity_z_adm\x18/ \x01(\x01H.\x88\x01\x01\x12\"\n\x15\x63onnection_length_adm\x18\x30 \x01(\x01H/\x88\x01\x01\x12,\n\x1fshear_lag_user_defined_csa_s157\x18\x31 \x01(\x08H0\x88\x01\x01\x12&\n\x19shear_lag_factor_csa_s157\x18\x32 \x01(\x01H1\x88\x01\x01\x12\x31\n$shear_lag_fastener_position_csa_s157\x18\x33 \x01(\x08H2\x88\x01\x01\x12\x37\n*shear_lag_connection_eccentricity_csa_s157\x18\x34 \x01(\x01H3\x88\x01\x01\x12\x34\n\'shear_lag_length_of_connection_csa_s157\x18\x35 \x01(\x01H4\x88\x01\x01\"j\n\rReductionType\x12\x1a\n\x16REDUCTION_TYPE_UNKNOWN\x10\x00\x12=\n9REDUCTION_TYPE_REDUCTION_COMPONENT_TYPE_DESIGN_PARAMETERS\x10\x04\"z\n\x1cMultipleOffsetDefinitionType\x12,\n(MULTIPLE_OFFSET_DEFINITION_TYPE_ABSOLUTE\x10\x00\x12,\n(MULTIPLE_OFFSET_DEFINITION_TYPE_RELATIVE\x10\x01\"f\n\x16\x46\x61stenerDefinitionType\x12%\n!FASTENER_DEFINITION_TYPE_ABSOLUTE\x10\x00\x12%\n!FASTENER_DEFINITION_TYPE_RELATIVE\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x11\n\x0f_reduction_typeB\x0b\n\t_positionB\x0b\n\t_multipleB\x07\n\x05_noteB\x12\n\x10_multiple_numberB\"\n _multiple_offset_definition_typeB\x12\n\x10_multiple_offsetB\x1b\n\x19_fastener_definition_typeB\x10\n\x0e_area_csa_s157B\r\n\x0b_gross_areaB\x11\n\x0f_reduction_areaB\x18\n\x16_reduction_area_factorB\x0b\n\t_net_areaB\"\n _elastic_section_modulus_about_yB\x1c\n\x1a_elastic_section_modulus_yB&\n$_elastic_section_modulus_reduction_yB-\n+_elastic_section_modulus_reduction_factor_yB \n\x1e_net_elastic_section_modulus_yB\"\n _plastic_section_modulus_about_yB\x1c\n\x1a_plastic_section_modulus_yB&\n$_plastic_section_modulus_reduction_yB-\n+_plastic_section_modulus_reduction_factor_yB \n\x1e_net_plastic_section_modulus_yB\"\n _elastic_section_modulus_about_zB\x1c\n\x1a_elastic_section_modulus_zB&\n$_elastic_section_modulus_reduction_zB-\n+_elastic_section_modulus_reduction_factor_zB \n\x1e_net_elastic_section_modulus_zB\"\n _plastic_section_modulus_about_zB\x1c\n\x1a_plastic_section_modulus_zB&\n$_plastic_section_modulus_reduction_zB-\n+_plastic_section_modulus_reduction_factor_zB \n\x1e_net_plastic_section_modulus_zB\x18\n\x16_shear_lag_factor_aiscB\"\n _consider_shear_lag_effect_is800B\x1f\n\x1d_reduction_factor_alpha_is800B\'\n%_consider_correction_factor_kt_as4100B\x1e\n\x1c_correction_factor_kt_as4100B%\n#_calculate_short_connection_gb50017B$\n\"_calculate_long_connection_gb50017B \n\x1e_calculate_empty_holes_gb50017B)\n\'_consider_effective_area_factor_gb50017B)\n\'_parameter_effective_factor_eta_gb50017B \n\x1e_connection_eccentricity_y_admB \n\x1e_connection_eccentricity_z_admB\x18\n\x16_connection_length_admB\"\n _shear_lag_user_defined_csa_s157B\x1c\n\x1a_shear_lag_factor_csa_s157B\'\n%_shear_lag_fastener_position_csa_s157B-\n+_shear_lag_connection_eccentricity_csa_s157B*\n(_shear_lag_length_of_connection_csa_s157B\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\r\n\x0b_componentsB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
|
-
|
|
30
|
-
_globals = globals()
|
|
31
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_aluminum_design.aluminum_member_local_section_reduction_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
DESCRIPTOR._loaded_options = None
|
|
35
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION']._serialized_start=169
|
|
36
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION']._serialized_end=5759
|
|
37
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSTABLE']._serialized_start=606
|
|
38
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSTABLE']._serialized_end=732
|
|
39
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW']._serialized_start=735
|
|
40
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW']._serialized_end=5586
|
|
41
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_REDUCTIONTYPE']._serialized_start=3574
|
|
42
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_REDUCTIONTYPE']._serialized_end=3680
|
|
43
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_start=3682
|
|
44
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_end=3804
|
|
45
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_FASTENERDEFINITIONTYPE']._serialized_start=3806
|
|
46
|
-
_globals['_ALUMINUMMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_FASTENERDEFINITIONTYPE']._serialized_end=3908
|
|
47
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld.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/rstab/types_for_aluminum_design/aluminum_member_transverse_weld.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nPdlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld.proto\x12*dlubal.api.rstab.types_for_aluminum_design\"\xbd\x12\n\x1c\x41luminumMemberTransverseWeld\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12q\n\ncomponents\x18\x06 \x01(\x0b\x32X.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberTransverseWeld.ComponentsTableH\x03\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12#\n\x16generating_object_info\x18\x08 \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\t \x01(\tH\x06\x88\x01\x01\x12!\n\x14id_for_export_import\x18\n \x01(\tH\x07\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0b \x01(\tH\x08\x88\x01\x01\x1aw\n\x0f\x43omponentsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberTransverseWeld.ComponentsRow\x1a\xef\x0c\n\rComponentsRow\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\x12w\n\tweld_type\x18\x03 \x01(\x0e\x32_.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberTransverseWeld.ComponentsRow.WeldTypeH\x02\x88\x01\x01\x12\x15\n\x08position\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08multiple\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1c\n\x0fmultiple_number\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12\xa1\x01\n\x1fmultiple_offset_definition_type\x18\x08 \x01(\x0e\x32s.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberTransverseWeld.ComponentsRow.MultipleOffsetDefinitionTypeH\x07\x88\x01\x01\x12\x1c\n\x0fmultiple_offset\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x11\n\x04size\x18\n \x01(\x01H\t\x88\x01\x01\x12\x83\x01\n\x10method_ec_or_adm\x18\x0b \x01(\x0e\x32\x64.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberTransverseWeld.ComponentsRow.MethodEcOrAdmH\n\x88\x01\x01\x12w\n\tmethod_gb\x18\x0c \x01(\x0e\x32_.dlubal.api.rstab.types_for_aluminum_design.AluminumMemberTransverseWeld.ComponentsRow.MethodGbH\x0b\x88\x01\x01\x12!\n\x14number_of_heat_paths\x18\r \x01(\x05H\x0c\x88\x01\x01\x12;\n.temperature_of_material_between_welding_cycles\x18\x0e \x01(\x01H\r\x88\x01\x01\"\\\n\x08WeldType\x12&\n\"WELD_TYPE_WELD_COMPONENT_TYPE_BUTT\x10\x00\x12(\n$WELD_TYPE_WELD_COMPONENT_TYPE_FILLET\x10\x01\"z\n\x1cMultipleOffsetDefinitionType\x12,\n(MULTIPLE_OFFSET_DEFINITION_TYPE_ABSOLUTE\x10\x00\x12,\n(MULTIPLE_OFFSET_DEFINITION_TYPE_RELATIVE\x10\x01\"a\n\rMethodEcOrAdm\x12\'\n#METHOD_EC_OR_ADM_WELDING_METHOD_TIG\x10\x00\x12\'\n#METHOD_EC_OR_ADM_WELDING_METHOD_MIG\x10\x01\"\xdd\x01\n\x08MethodGb\x12!\n\x1dMETHOD_GB_WELDING_METHOD_SMAW\x10\x00\x12!\n\x1dMETHOD_GB_WELDING_METHOD_FCAW\x10\x01\x12#\n\x1fMETHOD_GB_WELDING_METHOD_FCAW_S\x10\x04\x12!\n\x1dMETHOD_GB_WELDING_METHOD_GMAW\x10\x03\x12!\n\x1dMETHOD_GB_WELDING_METHOD_GTAW\x10\x05\x12 \n\x1cMETHOD_GB_WELDING_METHOD_SAW\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0c\n\n_weld_typeB\x0b\n\t_positionB\x0b\n\t_multipleB\x07\n\x05_noteB\x12\n\x10_multiple_numberB\"\n _multiple_offset_definition_typeB\x12\n\x10_multiple_offsetB\x07\n\x05_sizeB\x13\n\x11_method_ec_or_admB\x0c\n\n_method_gbB\x17\n\x15_number_of_heat_pathsB1\n/_temperature_of_material_between_welding_cyclesB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\r\n\x0b_componentsB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
-
|
|
29
|
-
_globals = globals()
|
|
30
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_aluminum_design.aluminum_member_transverse_weld_pb2', _globals)
|
|
32
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
-
DESCRIPTOR._loaded_options = None
|
|
34
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD']._serialized_start=129
|
|
35
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD']._serialized_end=2494
|
|
36
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSTABLE']._serialized_start=552
|
|
37
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSTABLE']._serialized_end=671
|
|
38
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW']._serialized_start=674
|
|
39
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW']._serialized_end=2321
|
|
40
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_WELDTYPE']._serialized_start=1514
|
|
41
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_WELDTYPE']._serialized_end=1606
|
|
42
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_start=1608
|
|
43
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_end=1730
|
|
44
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODECORADM']._serialized_start=1732
|
|
45
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODECORADM']._serialized_end=1829
|
|
46
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODGB']._serialized_start=1832
|
|
47
|
-
_globals['_ALUMINUMMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODGB']._serialized_end=2053
|
|
48
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rstab/types_for_concrete_design/concrete_durability.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/rstab/types_for_concrete_design/concrete_durability.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDdlubal/api/rstab/types_for_concrete_design/concrete_durability.proto\x12*dlubal.api.rstab.types_for_concrete_design\"\xc2@\n\x12\x43oncreteDurability\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12\x33\n&no_risk_of_corrosion_or_attack_enabled\x18\x06 \x01(\x08H\x03\x88\x01\x01\x12\x85\x01\n\x1eno_risk_of_corrosion_or_attack\x18\x07 \x01(\x0e\x32X.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.NoRiskOfCorrosionOrAttackH\x04\x88\x01\x01\x12\x35\n(corrosion_induced_by_carbonation_enabled\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12\x8b\x01\n corrosion_induced_by_carbonation\x18\t \x01(\x0e\x32\\.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.CorrosionInducedByCarbonationH\x06\x88\x01\x01\x12\x33\n&corrosion_induced_by_chlorides_enabled\x18\n \x01(\x08H\x07\x88\x01\x01\x12\x87\x01\n\x1e\x63orrosion_induced_by_chlorides\x18\x0b \x01(\x0e\x32Z.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.CorrosionInducedByChloridesH\x08\x88\x01\x01\x12\x42\n5corrosion_induced_by_chlorides_from_sea_water_enabled\x18\x0c \x01(\x08H\t\x88\x01\x01\x12\xa2\x01\n-corrosion_induced_by_chlorides_from_sea_water\x18\r \x01(\x0e\x32\x66.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.CorrosionInducedByChloridesFromSeaWaterH\n\x88\x01\x01\x12\'\n\x1a\x66reeze_thaw_attack_enabled\x18\x0e \x01(\x08H\x0b\x88\x01\x01\x12p\n\x12\x66reeze_thaw_attack\x18\x0f \x01(\x0e\x32O.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.FreezeThawAttackH\x0c\x88\x01\x01\x12$\n\x17\x63hemical_attack_enabled\x18\x10 \x01(\x08H\r\x88\x01\x01\x12k\n\x0f\x63hemical_attack\x18\x11 \x01(\x0e\x32M.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.ChemicalAttackH\x0e\x88\x01\x01\x12\x37\n*concrete_corrosion_induced_by_wear_enabled\x18\x12 \x01(\x08H\x0f\x88\x01\x01\x12\x8e\x01\n\"concrete_corrosion_induced_by_wear\x18\x13 \x01(\x0e\x32].dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.ConcreteCorrosionInducedByWearH\x10\x88\x01\x01\x12v\n\x15structural_class_type\x18\x14 \x01(\x0e\x32R.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.StructuralClassTypeH\x11\x88\x01\x01\x12\x84\x01\n\x1cuserdefined_structural_class\x18\x15 \x01(\x0e\x32Y.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.UserdefinedStructuralClassH\x12\x88\x01\x01\x12r\n\x13\x64\x65sign_working_life\x18\x16 \x01(\x0e\x32P.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.DesignWorkingLifeH\x13\x88\x01\x01\x12\x46\n9increase_design_working_life_from_50_to_100_years_enabled\x18\x17 \x01(\x08H\x14\x88\x01\x01\x12S\nFposition_of_reinforcement_not_affected_by_construction_process_enabled\x18\x18 \x01(\x08H\x15\x88\x01\x01\x12:\n-special_quality_control_of_production_enabled\x18\x19 \x01(\x08H\x16\x88\x01\x01\x12\x35\n(nature_of_binder_without_fly_ash_enabled\x18\x1a \x01(\x08H\x17\x88\x01\x01\x12;\n.air_entrainment_of_more_than_4_percent_enabled\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12$\n\x17\x63ompact_coating_enabled\x18\x1c \x01(\x08H\x19\x88\x01\x01\x12$\n\x17\x61\x64\x65quate_cement_enabled\x18\x1d \x01(\x08H\x1a\x88\x01\x01\x12\x99\x01\n(maximum_equivalent_water_to_cement_ratio\x18\x1e \x01(\x0e\x32\x62.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.MaximumEquivalentWaterToCementRatioH\x1b\x88\x01\x01\x12\x33\n&strength_class_of_the_concrete_enabled\x18\x1f \x01(\x08H\x1c\x88\x01\x01\x12\x97\x01\n\'increase_of_minimum_concrete_cover_type\x18 \x01(\x0e\x32\x61.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.IncreaseOfMinimumConcreteCoverTypeH\x1d\x88\x01\x01\x12\x36\n)increase_of_minimum_concrete_cover_factor\x18! \x01(\x01H\x1e\x88\x01\x01\x12$\n\x17stainless_steel_enabled\x18\" \x01(\x08H\x1f\x88\x01\x01\x12t\n\x14stainless_steel_type\x18# \x01(\x0e\x32Q.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.StainlessSteelTypeH \x88\x01\x01\x12#\n\x16stainless_steel_factor\x18$ \x01(\x01H!\x88\x01\x01\x12*\n\x1d\x61\x64\x64itional_protection_enabled\x18% \x01(\x08H\"\x88\x01\x01\x12\x80\x01\n\x1a\x61\x64\x64itional_protection_type\x18& \x01(\x0e\x32W.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.AdditionalProtectionTypeH#\x88\x01\x01\x12)\n\x1c\x61\x64\x64itional_protection_factor\x18\' \x01(\x01H$\x88\x01\x01\x12\x81\x01\n\x1b\x61llowance_of_deviation_type\x18( \x01(\x0e\x32W.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.AllowanceOfDeviationTypeH%\x88\x01\x01\x12\x36\n)userdefined_allowance_of_deviation_factor\x18) \x01(\x01H&\x88\x01\x01\x12,\n\x1frelaxed_quality_control_enabled\x18* \x01(\x08H\'\x88\x01\x01\x12\"\n\x15\x63oncrete_cast_enabled\x18+ \x01(\x08H(\x88\x01\x01\x12g\n\rconcrete_cast\x18, \x01(\x0e\x32K.dlubal.api.rstab.types_for_concrete_design.ConcreteDurability.ConcreteCastH)\x88\x01\x01\x12\x14\n\x07\x63omment\x18- \x01(\tH*\x88\x01\x01\x12\x19\n\x0cis_generated\x18. \x01(\x08H+\x88\x01\x01\x12#\n\x16generating_object_info\x18/ \x01(\tH,\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x30 \x01(\tH-\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x31 \x01(\tH.\x88\x01\x01\"H\n\x19NoRiskOfCorrosionOrAttack\x12+\n\'NO_RISK_OF_CORROSION_OR_ATTACK_VERY_DRY\x10\x00\"\x82\x02\n\x1d\x43orrosionInducedByCarbonation\x12;\n7CORROSION_INDUCED_BY_CARBONATION_DRY_OR_PERMANENTLY_WET\x10\x00\x12\x37\n3CORROSION_INDUCED_BY_CARBONATION_CYCLIC_WET_AND_DRY\x10\x03\x12\x36\n2CORROSION_INDUCED_BY_CARBONATION_MODERATE_HUMIDITY\x10\x02\x12\x33\n/CORROSION_INDUCED_BY_CARBONATION_WET_RARELY_DRY\x10\x01\"\xbd\x01\n\x1b\x43orrosionInducedByChlorides\x12\x34\n0CORROSION_INDUCED_BY_CHLORIDES_MODERATE_HUMIDITY\x10\x00\x12\x35\n1CORROSION_INDUCED_BY_CHLORIDES_CYCLIC_WET_AND_DRY\x10\x02\x12\x31\n-CORROSION_INDUCED_BY_CHLORIDES_WET_RARELY_DRY\x10\x01\"\x8e\x02\n\'CorrosionInducedByChloridesFromSeaWater\x12J\nFCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_EXPOSED_TO_AIRBORNE_SALT\x10\x00\x12G\nCCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_PERMANENTLY_SUBMERGED\x10\x01\x12N\nJCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_TIDAL_SPLASH_AND_SPRAY_ZONES\x10\x02\"\xf8\x01\n\x10\x46reezeThawAttack\x12;\n7FREEZE_THAW_ATTACK_MODERATE_WATER_SATURATION_NO_DEICING\x10\x00\x12\x34\n0FREEZE_THAW_ATTACK_HIGH_WATER_SATURATION_DEICING\x10\x03\x12\x37\n3FREEZE_THAW_ATTACK_HIGH_WATER_SATURATION_NO_DEICING\x10\x02\x12\x38\n4FREEZE_THAW_ATTACK_MODERATE_WATER_SATURATION_DEICING\x10\x01\"\x8b\x01\n\x0e\x43hemicalAttack\x12\'\n#CHEMICAL_ATTACK_SLIGHTLY_AGGRESSIVE\x10\x00\x12%\n!CHEMICAL_ATTACK_HIGHLY_AGGRESSIVE\x10\x02\x12)\n%CHEMICAL_ATTACK_MODERATELY_AGGRESSIVE\x10\x01\"\xb0\x01\n\x1e\x43oncreteCorrosionInducedByWear\x12/\n+CONCRETE_CORROSION_INDUCED_BY_WEAR_MODERATE\x10\x00\x12+\n\'CONCRETE_CORROSION_INDUCED_BY_WEAR_HIGH\x10\x01\x12\x30\n,CONCRETE_CORROSION_INDUCED_BY_WEAR_VERY_HIGH\x10\x02\"\\\n\x13StructuralClassType\x12\"\n\x1eSTRUCTURAL_CLASS_TYPE_STANDARD\x10\x00\x12!\n\x1dSTRUCTURAL_CLASS_TYPE_DEFINED\x10\x01\"\xa4\x02\n\x1aUserdefinedStructuralClass\x12(\n$USERDEFINED_STRUCTURAL_CLASS_UNKNOWN\x10\x00\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S1\x10\x01\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S2\x10\x02\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S3\x10\x03\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S4\x10\x04\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S5\x10\x05\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S6\x10\x06\"\x82\x02\n\x11\x44\x65signWorkingLife\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_50_YEARS\x10\x00\x12!\n\x1d\x44\x45SIGN_WORKING_LIFE_100_YEARS\x10\x02\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_20_YEARS\x10\x06\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_25_YEARS\x10\x04\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_30_YEARS\x10\x05\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_75_YEARS\x10\x03\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_80_YEARS\x10\x01\"\xc5\x03\n#MaximumEquivalentWaterToCementRatio\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_350\x10\x00\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_000\x10\x07\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_400\x10\x01\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_450\x10\x02\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_500\x10\x03\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_550\x10\x04\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_600\x10\x05\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_900\x10\x06\"\x8f\x01\n\"IncreaseOfMinimumConcreteCoverType\x12\x34\n0INCREASE_OF_MINIMUM_CONCRETE_COVER_TYPE_STANDARD\x10\x00\x12\x33\n/INCREASE_OF_MINIMUM_CONCRETE_COVER_TYPE_DEFINED\x10\x01\"Y\n\x12StainlessSteelType\x12!\n\x1dSTAINLESS_STEEL_TYPE_STANDARD\x10\x00\x12 \n\x1cSTAINLESS_STEEL_TYPE_DEFINED\x10\x01\"k\n\x18\x41\x64\x64itionalProtectionType\x12\'\n#ADDITIONAL_PROTECTION_TYPE_STANDARD\x10\x00\x12&\n\"ADDITIONAL_PROTECTION_TYPE_DEFINED\x10\x01\"m\n\x18\x41llowanceOfDeviationType\x12(\n$ALLOWANCE_OF_DEVIATION_TYPE_STANDARD\x10\x00\x12\'\n#ALLOWANCE_OF_DEVIATION_TYPE_DEFINED\x10\x01\"b\n\x0c\x43oncreteCast\x12)\n%CONCRETE_CAST_AGAINST_PREPARED_GROUND\x10\x00\x12\'\n#CONCRETE_CAST_DIRECTLY_AGAINST_SOIL\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB)\n\'_no_risk_of_corrosion_or_attack_enabledB!\n\x1f_no_risk_of_corrosion_or_attackB+\n)_corrosion_induced_by_carbonation_enabledB#\n!_corrosion_induced_by_carbonationB)\n\'_corrosion_induced_by_chlorides_enabledB!\n\x1f_corrosion_induced_by_chloridesB8\n6_corrosion_induced_by_chlorides_from_sea_water_enabledB0\n._corrosion_induced_by_chlorides_from_sea_waterB\x1d\n\x1b_freeze_thaw_attack_enabledB\x15\n\x13_freeze_thaw_attackB\x1a\n\x18_chemical_attack_enabledB\x12\n\x10_chemical_attackB-\n+_concrete_corrosion_induced_by_wear_enabledB%\n#_concrete_corrosion_induced_by_wearB\x18\n\x16_structural_class_typeB\x1f\n\x1d_userdefined_structural_classB\x16\n\x14_design_working_lifeB<\n:_increase_design_working_life_from_50_to_100_years_enabledBI\nG_position_of_reinforcement_not_affected_by_construction_process_enabledB0\n._special_quality_control_of_production_enabledB+\n)_nature_of_binder_without_fly_ash_enabledB1\n/_air_entrainment_of_more_than_4_percent_enabledB\x1a\n\x18_compact_coating_enabledB\x1a\n\x18_adequate_cement_enabledB+\n)_maximum_equivalent_water_to_cement_ratioB)\n\'_strength_class_of_the_concrete_enabledB*\n(_increase_of_minimum_concrete_cover_typeB,\n*_increase_of_minimum_concrete_cover_factorB\x1a\n\x18_stainless_steel_enabledB\x17\n\x15_stainless_steel_typeB\x19\n\x17_stainless_steel_factorB \n\x1e_additional_protection_enabledB\x1d\n\x1b_additional_protection_typeB\x1f\n\x1d_additional_protection_factorB\x1e\n\x1c_allowance_of_deviation_typeB,\n*_userdefined_allowance_of_deviation_factorB\"\n _relaxed_quality_control_enabledB\x18\n\x16_concrete_cast_enabledB\x10\n\x0e_concrete_castB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
-
|
|
29
|
-
_globals = globals()
|
|
30
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_concrete_design.concrete_durability_pb2', _globals)
|
|
32
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
-
DESCRIPTOR._loaded_options = None
|
|
34
|
-
_globals['_CONCRETEDURABILITY']._serialized_start=117
|
|
35
|
-
_globals['_CONCRETEDURABILITY']._serialized_end=8375
|
|
36
|
-
_globals['_CONCRETEDURABILITY_NORISKOFCORROSIONORATTACK']._serialized_start=3714
|
|
37
|
-
_globals['_CONCRETEDURABILITY_NORISKOFCORROSIONORATTACK']._serialized_end=3786
|
|
38
|
-
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCARBONATION']._serialized_start=3789
|
|
39
|
-
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCARBONATION']._serialized_end=4047
|
|
40
|
-
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDES']._serialized_start=4050
|
|
41
|
-
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDES']._serialized_end=4239
|
|
42
|
-
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDESFROMSEAWATER']._serialized_start=4242
|
|
43
|
-
_globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDESFROMSEAWATER']._serialized_end=4512
|
|
44
|
-
_globals['_CONCRETEDURABILITY_FREEZETHAWATTACK']._serialized_start=4515
|
|
45
|
-
_globals['_CONCRETEDURABILITY_FREEZETHAWATTACK']._serialized_end=4763
|
|
46
|
-
_globals['_CONCRETEDURABILITY_CHEMICALATTACK']._serialized_start=4766
|
|
47
|
-
_globals['_CONCRETEDURABILITY_CHEMICALATTACK']._serialized_end=4905
|
|
48
|
-
_globals['_CONCRETEDURABILITY_CONCRETECORROSIONINDUCEDBYWEAR']._serialized_start=4908
|
|
49
|
-
_globals['_CONCRETEDURABILITY_CONCRETECORROSIONINDUCEDBYWEAR']._serialized_end=5084
|
|
50
|
-
_globals['_CONCRETEDURABILITY_STRUCTURALCLASSTYPE']._serialized_start=5086
|
|
51
|
-
_globals['_CONCRETEDURABILITY_STRUCTURALCLASSTYPE']._serialized_end=5178
|
|
52
|
-
_globals['_CONCRETEDURABILITY_USERDEFINEDSTRUCTURALCLASS']._serialized_start=5181
|
|
53
|
-
_globals['_CONCRETEDURABILITY_USERDEFINEDSTRUCTURALCLASS']._serialized_end=5473
|
|
54
|
-
_globals['_CONCRETEDURABILITY_DESIGNWORKINGLIFE']._serialized_start=5476
|
|
55
|
-
_globals['_CONCRETEDURABILITY_DESIGNWORKINGLIFE']._serialized_end=5734
|
|
56
|
-
_globals['_CONCRETEDURABILITY_MAXIMUMEQUIVALENTWATERTOCEMENTRATIO']._serialized_start=5737
|
|
57
|
-
_globals['_CONCRETEDURABILITY_MAXIMUMEQUIVALENTWATERTOCEMENTRATIO']._serialized_end=6190
|
|
58
|
-
_globals['_CONCRETEDURABILITY_INCREASEOFMINIMUMCONCRETECOVERTYPE']._serialized_start=6193
|
|
59
|
-
_globals['_CONCRETEDURABILITY_INCREASEOFMINIMUMCONCRETECOVERTYPE']._serialized_end=6336
|
|
60
|
-
_globals['_CONCRETEDURABILITY_STAINLESSSTEELTYPE']._serialized_start=6338
|
|
61
|
-
_globals['_CONCRETEDURABILITY_STAINLESSSTEELTYPE']._serialized_end=6427
|
|
62
|
-
_globals['_CONCRETEDURABILITY_ADDITIONALPROTECTIONTYPE']._serialized_start=6429
|
|
63
|
-
_globals['_CONCRETEDURABILITY_ADDITIONALPROTECTIONTYPE']._serialized_end=6536
|
|
64
|
-
_globals['_CONCRETEDURABILITY_ALLOWANCEOFDEVIATIONTYPE']._serialized_start=6538
|
|
65
|
-
_globals['_CONCRETEDURABILITY_ALLOWANCEOFDEVIATIONTYPE']._serialized_end=6647
|
|
66
|
-
_globals['_CONCRETEDURABILITY_CONCRETECAST']._serialized_start=6649
|
|
67
|
-
_globals['_CONCRETEDURABILITY_CONCRETECAST']._serialized_end=6747
|
|
68
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths.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/rstab/types_for_concrete_design/concrete_effective_lengths.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from dlubal.api.rstab import object_id_pb2 as dlubal_dot_api_dot_rstab_dot_object__id__pb2
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nKdlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths.proto\x12*dlubal.api.rstab.types_for_concrete_design\x1a dlubal/api/rstab/object_id.proto\"\xd0r\n\x18\x43oncreteEffectiveLengths\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x0f\n\x07members\x18\x05 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x06 \x03(\x05\x12&\n\x19\x66lexural_buckling_about_y\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12&\n\x19\x66lexural_buckling_about_z\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12\'\n\x1alateral_torsional_buckling\x18\t \x01(\x08H\x06\x88\x01\x01\x12\x85\x01\n\x1a\x62uckling_factor_value_type\x18\n \x01(\x0e\x32\\.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.BucklingFactorValueTypeH\x07\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0b \x01(\x08H\x08\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0c \x01(\tH\t\x88\x01\x01\x12t\n\x0enodal_supports\x18\r \x01(\x0b\x32W.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsTableH\n\x88\x01\x01\x12g\n\x07\x66\x61\x63tors\x18\x0e \x01(\x0b\x32Q.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FactorsTableH\x0b\x88\x01\x01\x12g\n\x07lengths\x18\x0f \x01(\x0b\x32Q.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.LengthsTableH\x0c\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\x10 \x01(\x08H\r\x88\x01\x01\x12!\n\x14\x64ifferent_properties\x18\x11 \x01(\x08H\x0e\x88\x01\x01\x12(\n\x1b\x66\x61\x63tors_definition_absolute\x18\x12 \x01(\x08H\x0f\x88\x01\x01\x12\x8a\x01\n\x1a\x66ire_design_nodal_supports\x18\x13 \x01(\x0b\x32\x61.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsTableH\x10\x88\x01\x01\x12}\n\x13\x66ire_design_factors\x18\x14 \x01(\x0b\x32[.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignFactorsTableH\x11\x88\x01\x01\x12}\n\x13\x66ire_design_lengths\x18\x15 \x01(\x0b\x32[.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignLengthsTableH\x12\x88\x01\x01\x12+\n\x1e\x66ire_design_intermediate_nodes\x18\x16 \x01(\x08H\x13\x88\x01\x01\x12-\n fire_design_different_properties\x18\x17 \x01(\x08H\x14\x88\x01\x01\x12\x34\n\'fire_design_factors_definition_absolute\x18\x18 \x01(\x08H\x15\x88\x01\x01\x12\x33\n&fire_design_different_buckling_factors\x18\x19 \x01(\x08H\x16\x88\x01\x01\x12\x33\n&import_from_stability_analysis_enabled\x18\x1a \x01(\x08H\x17\x88\x01\x01\x12>\n1stability_import_data_factors_definition_absolute\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12+\n\x1estability_import_data_member_y\x18\x1c \x01(\x05H\x19\x88\x01\x01\x12H\n\x1fstability_import_data_loading_y\x18\x1d \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1a\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_y\x18\x1e \x01(\x05H\x1b\x88\x01\x01\x12+\n\x1estability_import_data_member_z\x18\x1f \x01(\x05H\x1c\x88\x01\x01\x12H\n\x1fstability_import_data_loading_z\x18 \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1d\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_z\x18! \x01(\x05H\x1e\x88\x01\x01\x12\x90\x01\n\x1dstability_import_data_factors\x18\" \x01(\x0b\x32\x64.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StabilityImportDataFactorsTableH\x1f\x88\x01\x01\x12\x90\x01\n\x1dstability_import_data_lengths\x18# \x01(\x0b\x32\x64.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StabilityImportDataLengthsTableH \x88\x01\x01\x12\x31\n$stability_import_data_user_defined_y\x18$ \x01(\x08H!\x88\x01\x01\x12\x31\n$stability_import_data_user_defined_z\x18% \x01(\x08H\"\x88\x01\x01\x12\x86\x01\n\x1bstructure_type_about_axis_y\x18& \x01(\x0e\x32\\.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StructureTypeAboutAxisYH#\x88\x01\x01\x12\x86\x01\n\x1bstructure_type_about_axis_z\x18\' \x01(\x0e\x32\\.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StructureTypeAboutAxisZH$\x88\x01\x01\x12\x8f\x01\n structure_type_about_axis_y_sp63\x18( \x01(\x0e\x32`.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StructureTypeAboutAxisYSp63H%\x88\x01\x01\x12\x8f\x01\n structure_type_about_axis_z_sp63\x18) \x01(\x0e\x32`.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StructureTypeAboutAxisZSp63H&\x88\x01\x01\x12\x8c\x01\n\x1estructural_scheme_about_axis_y\x18* \x01(\x0e\x32_.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StructuralSchemeAboutAxisYH\'\x88\x01\x01\x12\x8c\x01\n\x1estructural_scheme_about_axis_z\x18+ \x01(\x0e\x32_.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StructuralSchemeAboutAxisZH(\x88\x01\x01\x12!\n\x14id_for_export_import\x18, \x01(\tH)\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18- \x01(\tH*\x88\x01\x01\x1ay\n\x12NodalSupportsTable\x12\x63\n\x04rows\x18\x01 \x03(\x0b\x32U.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow\x1a\xbb\x13\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|\n\x0csupport_type\x18\x03 \x01(\x0e\x32\x61.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x86\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32\x66.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12{\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32`.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x85\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32\x65.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x85\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32\x65.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x86\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32\x66.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.NodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1am\n\x0c\x46\x61\x63torsTable\x12]\n\x04rows\x18\x01 \x03(\x0b\x32O.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FactorsRow\x1a\xea\x03\n\nFactorsRow\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 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1am\n\x0cLengthsTable\x12]\n\x04rows\x18\x01 \x03(\x0b\x32O.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.LengthsRow\x1a\xea\x03\n\nLengthsRow\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 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x8d\x01\n\x1c\x46ireDesignNodalSupportsTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow\x1a\x83\x14\n\x1a\x46ireDesignNodalSupportsRow\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\x86\x01\n\x0csupport_type\x18\x03 \x01(\x0e\x32k.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x90\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32p.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12\x85\x01\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32j.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x8f\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32o.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x8f\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32o.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x90\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32p.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1a\x81\x01\n\x16\x46ireDesignFactorsTable\x12g\n\x04rows\x18\x01 \x03(\x0b\x32Y.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignFactorsRow\x1a\xf4\x03\n\x14\x46ireDesignFactorsRow\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 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x81\x01\n\x16\x46ireDesignLengthsTable\x12g\n\x04rows\x18\x01 \x03(\x0b\x32Y.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.FireDesignLengthsRow\x1a\xf4\x03\n\x14\x46ireDesignLengthsRow\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 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x93\x01\n\x1fStabilityImportDataFactorsTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StabilityImportDataFactorsRow\x1a\xfd\x03\n\x1dStabilityImportDataFactorsRow\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 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x93\x01\n\x1fStabilityImportDataLengthsTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rstab.types_for_concrete_design.ConcreteEffectiveLengths.StabilityImportDataLengthsRow\x1a\xfd\x03\n\x1dStabilityImportDataLengthsRow\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 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\"q\n\x17\x42ucklingFactorValueType\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_THEORETICAL\x10\x00\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_RECOMMENDED\x10\x01\"k\n\x17StructureTypeAboutAxisY\x12(\n$STRUCTURE_TYPE_ABOUT_AXIS_Y_UNBRACED\x10\x00\x12&\n\"STRUCTURE_TYPE_ABOUT_AXIS_Y_BRACED\x10\x01\"k\n\x17StructureTypeAboutAxisZ\x12(\n$STRUCTURE_TYPE_ABOUT_AXIS_Z_UNBRACED\x10\x00\x12&\n\"STRUCTURE_TYPE_ABOUT_AXIS_Z_BRACED\x10\x01\"\xa8\x01\n\x1bStructureTypeAboutAxisYSp63\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_UNBRACED\x10\x00\x12+\n\'STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_BRACED\x10\x01\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_COMBINED\x10\x02\"\xa8\x01\n\x1bStructureTypeAboutAxisZSp63\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_UNBRACED\x10\x00\x12+\n\'STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_BRACED\x10\x01\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_COMBINED\x10\x02\"~\n\x1aStructuralSchemeAboutAxisY\x12-\n)STRUCTURAL_SCHEME_ABOUT_AXIS_Y_DETERMINED\x10\x00\x12\x31\n-STRUCTURAL_SCHEME_ABOUT_AXIS_Y_NON_DETERMINED\x10\x01\"~\n\x1aStructuralSchemeAboutAxisZ\x12-\n)STRUCTURAL_SCHEME_ABOUT_AXIS_Z_DETERMINED\x10\x00\x12\x31\n-STRUCTURAL_SCHEME_ABOUT_AXIS_Z_NON_DETERMINED\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x1c\n\x1a_flexural_buckling_about_yB\x1c\n\x1a_flexural_buckling_about_zB\x1d\n\x1b_lateral_torsional_bucklingB\x1d\n\x1b_buckling_factor_value_typeB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x11\n\x0f_nodal_supportsB\n\n\x08_factorsB\n\n\x08_lengthsB\x15\n\x13_intermediate_nodesB\x17\n\x15_different_propertiesB\x1e\n\x1c_factors_definition_absoluteB\x1d\n\x1b_fire_design_nodal_supportsB\x16\n\x14_fire_design_factorsB\x16\n\x14_fire_design_lengthsB!\n\x1f_fire_design_intermediate_nodesB#\n!_fire_design_different_propertiesB*\n(_fire_design_factors_definition_absoluteB)\n\'_fire_design_different_buckling_factorsB)\n\'_import_from_stability_analysis_enabledB4\n2_stability_import_data_factors_definition_absoluteB!\n\x1f_stability_import_data_member_yB\"\n _stability_import_data_loading_yB&\n$_stability_import_data_mode_number_yB!\n\x1f_stability_import_data_member_zB\"\n _stability_import_data_loading_zB&\n$_stability_import_data_mode_number_zB \n\x1e_stability_import_data_factorsB \n\x1e_stability_import_data_lengthsB\'\n%_stability_import_data_user_defined_yB\'\n%_stability_import_data_user_defined_zB\x1e\n\x1c_structure_type_about_axis_yB\x1e\n\x1c_structure_type_about_axis_zB#\n!_structure_type_about_axis_y_sp63B#\n!_structure_type_about_axis_z_sp63B!\n\x1f_structural_scheme_about_axis_yB!\n\x1f_structural_scheme_about_axis_zB\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.rstab.types_for_concrete_design.concrete_effective_lengths_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
DESCRIPTOR._loaded_options = None
|
|
35
|
-
_globals['_CONCRETEEFFECTIVELENGTHS']._serialized_start=158
|
|
36
|
-
_globals['_CONCRETEEFFECTIVELENGTHS']._serialized_end=14830
|
|
37
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_start=3454
|
|
38
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_end=3575
|
|
39
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_start=3578
|
|
40
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_end=6069
|
|
41
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4662
|
|
42
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=5043
|
|
43
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=5046
|
|
44
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5204
|
|
45
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_start=5206
|
|
46
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_end=5331
|
|
47
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5334
|
|
48
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5479
|
|
49
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5482
|
|
50
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5627
|
|
51
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5630
|
|
52
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5776
|
|
53
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_start=6071
|
|
54
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_end=6180
|
|
55
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_start=6183
|
|
56
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_end=6673
|
|
57
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_start=6675
|
|
58
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_end=6784
|
|
59
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_start=6787
|
|
60
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_end=7277
|
|
61
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_start=7280
|
|
62
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_end=7421
|
|
63
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_start=7424
|
|
64
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_end=9987
|
|
65
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4662
|
|
66
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=5043
|
|
67
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=5046
|
|
68
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5204
|
|
69
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_start=5206
|
|
70
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_end=5331
|
|
71
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5334
|
|
72
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5479
|
|
73
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5482
|
|
74
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5627
|
|
75
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5630
|
|
76
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5776
|
|
77
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_start=9990
|
|
78
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_end=10119
|
|
79
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_start=10122
|
|
80
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_end=10622
|
|
81
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_start=10625
|
|
82
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_end=10754
|
|
83
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_start=10757
|
|
84
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_end=11257
|
|
85
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_start=11260
|
|
86
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_end=11407
|
|
87
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_start=11410
|
|
88
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_end=11919
|
|
89
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_start=11922
|
|
90
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_end=12069
|
|
91
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_start=12072
|
|
92
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_end=12581
|
|
93
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_start=12583
|
|
94
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_end=12696
|
|
95
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_start=12698
|
|
96
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_end=12805
|
|
97
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_start=12807
|
|
98
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_end=12914
|
|
99
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_start=12917
|
|
100
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_end=13085
|
|
101
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_start=13088
|
|
102
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_end=13256
|
|
103
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_start=13258
|
|
104
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_end=13384
|
|
105
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_start=13386
|
|
106
|
-
_globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_end=13512
|
|
107
|
-
# @@protoc_insertion_point(module_scope)
|