dlubal.api 2.12.1__py3-none-any.whl → 2.12.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dlubal.api might be problematic. Click here for more details.
- dlubal/api/rfem/__init__.py +8 -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/application.py +17 -17
- dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rfem/base_data_pb2.py +69 -69
- dlubal/api/rfem/base_data_pb2.pyi +8 -2
- dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +79 -0
- dlubal/api/rfem/digital_twins/__init__.py +1 -0
- dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
- dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
- dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
- dlubal/api/rfem/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/mesh/mesh_settings_pb2.py +7 -11
- dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
- dlubal/api/rfem/object_type_pb2.py +2 -2
- dlubal/api/rfem/object_type_pb2.pyi +8 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
- dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
- dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
- dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
- dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
- dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rfem/structure_core/line_pb2.py +17 -17
- dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
- dlubal/api/rfem/structure_core/member_pb2.py +192 -190
- dlubal/api/rfem/structure_core/member_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +20 -2
- dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
- dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
- dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
- dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
- dlubal/api/rfem/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/rfem/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
- dlubal/api/rsection/application.py +16 -0
- dlubal/api/rstab/__init__.py +7 -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/application.py +17 -17
- dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
- dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
- dlubal/api/rstab/base_data_pb2.py +53 -53
- dlubal/api/rstab/base_data_pb2.pyi +8 -2
- dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
- dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
- dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
- dlubal/api/rstab/digital_twins/__init__.py +1 -0
- dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
- dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
- dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
- dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
- dlubal/api/rstab/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 +8 -0
- dlubal/api/rstab/reinforcement/__init__.py +1 -0
- dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
- dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
- dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
- dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
- dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
- dlubal/api/rstab/structure_core/member_pb2.py +180 -178
- dlubal/api/rstab/structure_core/member_pb2.pyi +20 -2
- dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi +20 -2
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +20 -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/rstab/types_for_wind_simulation/__init__.py +2 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
- dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +190 -168
- examples/rfem/column.py +1 -1
- examples/rfem/import_from_ifc.py +3 -3
- examples/rstab/column.py +7 -7
- examples/rstab/import_from_ifc.py +1 -1
- dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
- dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
- dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
- dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
- dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
- dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
- dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
- dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
- dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
- dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
- dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
- dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
- dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
- dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
- dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
- /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
- {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/steel_design/steel_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/rfem/steel_design/steel_effective_lengths.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from dlubal.api.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:dlubal/api/rfem/steel_design/steel_effective_lengths.proto\x12\x1c\x64lubal.api.rfem.steel_design\x1a\x1f\x64lubal/api/rfem/object_id.proto\"\x82y\n\x15SteelEffectiveLengths\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\x12t\n\x1a\x62uckling_factor_value_type\x18\x0b \x01(\x0e\x32K.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x12\x63\n\x0enodal_supports\x18\x10 \x01(\x0b\x32\x46.dlubal.api.rfem.steel_design.SteelEffectiveLengths.NodalSupportsTableH\r\x88\x01\x01\x12V\n\x07\x66\x61\x63tors\x18\x11 \x01(\x0b\x32@.dlubal.api.rfem.steel_design.SteelEffectiveLengths.FactorsTableH\x0e\x88\x01\x01\x12V\n\x07lengths\x18\x12 \x01(\x0b\x32@.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x12G\n\x1fstability_import_data_loading_y\x18\x19 \x01(\x0b\x32\x19.dlubal.api.rfem.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\x12G\n\x1fstability_import_data_loading_z\x18\x1c \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x19\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_z\x18\x1d \x01(\x05H\x1a\x88\x01\x01\x12\x7f\n\x1dstability_import_data_factors\x18\x1e \x01(\x0b\x32S.dlubal.api.rfem.steel_design.SteelEffectiveLengths.StabilityImportDataFactorsTableH\x1b\x88\x01\x01\x12\x7f\n\x1dstability_import_data_lengths\x18\x1f \x01(\x0b\x32S.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x12q\n\x18\x64\x65termination_mcr_europe\x18\" \x01(\x0e\x32J.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrEuropeH\x1f\x88\x01\x01\x12o\n\x17\x64\x65termination_mcr_is800\x18# \x01(\x0e\x32I.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrIs800H \x88\x01\x01\x12m\n\x16\x64\x65termination_mcr_aisc\x18$ \x01(\x0e\x32H.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrAiscH!\x88\x01\x01\x12m\n\x16\x64\x65termination_mcr_gb50\x18% \x01(\x0e\x32H.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrGb50H\"\x88\x01\x01\x12q\n\x18\x64\x65termination_mcr_sia263\x18& \x01(\x0e\x32J.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrSia263H#\x88\x01\x01\x12s\n\x19\x64\x65termination_mcr_nbr8800\x18\' \x01(\x0e\x32K.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrNbr8800H$\x88\x01\x01\x12k\n\x15\x64\x65termination_cb_aisc\x18( \x01(\x0e\x32G.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationCbAiscH%\x88\x01\x01\x12\x1b\n\x0e\x63\x62_factor_aisc\x18) \x01(\x01H&\x88\x01\x01\x12k\n\x15\x64\x65termination_mcr_csa\x18* \x01(\x0e\x32G.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrCsaH\'\x88\x01\x01\x12i\n\x14\x64\x65termination_cb_csa\x18+ \x01(\x0e\x32\x46.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationCbCsaH(\x88\x01\x01\x12\x1a\n\rcb_factor_csa\x18, \x01(\x01H)\x88\x01\x01\x12m\n\x16\x64\x65termination_mcr_sans\x18- \x01(\x0e\x32H.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrSansH*\x88\x01\x01\x12s\n\x19\x64\x65termination_omega2_sans\x18. \x01(\x0e\x32K.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationOmega2SansH+\x88\x01\x01\x12\x1f\n\x12omega2_factor_sans\x18/ \x01(\x01H,\x88\x01\x01\x12k\n\x15\x64\x65termination_mcr_bs5\x18\x30 \x01(\x0e\x32G.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationMcrBs5H-\x88\x01\x01\x12i\n\x14\x64\x65termination_cb_nbr\x18\x31 \x01(\x0e\x32\x46.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationCbNbrH.\x88\x01\x01\x12\x1a\n\rcb_factor_nbr\x18\x32 \x01(\x01H/\x88\x01\x01\x12\x93\x01\n*moment_modification_restrained_segments_as\x18\x33 \x01(\x0e\x32Z.dlubal.api.rfem.steel_design.SteelEffectiveLengths.MomentModificationRestrainedSegmentsAsH0\x88\x01\x01\x12\x97\x01\n,moment_modification_unrestrained_segments_as\x18\x34 \x01(\x0e\x32\\.dlubal.api.rfem.steel_design.SteelEffectiveLengths.MomentModificationUnrestrainedSegmentsAsH1\x88\x01\x01\x12\x97\x01\n,slenderness_reduction_restrained_segments_as\x18\x35 \x01(\x0e\x32\\.dlubal.api.rfem.steel_design.SteelEffectiveLengths.SlendernessReductionRestrainedSegmentsAsH2\x88\x01\x01\x12\x9b\x01\n.slenderness_reduction_unrestrained_segments_as\x18\x36 \x01(\x0e\x32^.dlubal.api.rfem.steel_design.SteelEffectiveLengths.SlendernessReductionUnrestrainedSegmentsAsH3\x88\x01\x01\x12=\n0modification_factor_alpha_restrained_segments_as\x18\x37 \x01(\x01H4\x88\x01\x01\x12?\n2modification_factor_alpha_unrestrained_segments_as\x18\x38 \x01(\x01H5\x88\x01\x01\x12X\n\x0bmember_type\x18\x39 \x01(\x0e\x32>.dlubal.api.rfem.steel_design.SteelEffectiveLengths.MemberTypeH6\x88\x01\x01\x12]\n\x0emember_type_yy\x18: \x01(\x0e\x32@.dlubal.api.rfem.steel_design.SteelEffectiveLengths.MemberTypeYyH7\x88\x01\x01\x12]\n\x0emember_type_zz\x18; \x01(\x0e\x32@.dlubal.api.rfem.steel_design.SteelEffectiveLengths.MemberTypeZzH8\x88\x01\x01\x12z\n\x1dstandard_of_effective_lengths\x18< \x01(\x0e\x32N.dlubal.api.rfem.steel_design.SteelEffectiveLengths.StandardOfEffectiveLengthsH9\x88\x01\x01\x12\x98\x01\n-determination_of_elastic_critical_stress_aisi\x18= \x01(\x0e\x32\\.dlubal.api.rfem.steel_design.SteelEffectiveLengths.DeterminationOfElasticCriticalStressAisiH:\x88\x01\x01\x12v\n\x1bmodification_factor_cb_aisi\x18> \x01(\x0e\x32L.dlubal.api.rfem.steel_design.SteelEffectiveLengths.ModificationFactorCbAisiH;\x88\x01\x01\x12;\n.modification_factor_cb_aisi_user_defined_value\x18? \x01(\x01H<\x88\x01\x01\x12!\n\x14id_for_export_import\x18@ \x01(\tH=\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x41 \x01(\tH>\x88\x01\x01\x1ah\n\x12NodalSupportsTable\x12R\n\x04rows\x18\x01 \x03(\x0b\x32\x44.dlubal.api.rfem.steel_design.SteelEffectiveLengths.NodalSupportsRow\x1a\xd1\x12\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\x12k\n\x0csupport_type\x18\x03 \x01(\x0e\x32P.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x12u\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32U.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x12j\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32O.dlubal.api.rfem.steel_design.SteelEffectiveLengths.NodalSupportsRow.SupportInYH\n\x88\x01\x01\x12t\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32T.dlubal.api.rfem.steel_design.SteelEffectiveLengths.NodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12t\n\x11restraint_about_z\x18\r \x01(\x0e\x32T.dlubal.api.rfem.steel_design.SteelEffectiveLengths.NodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12u\n\x11restraint_warping\x18\x0e \x01(\x0e\x32U.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x1a\\\n\x0c\x46\x61\x63torsTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.steel_design.SteelEffectiveLengths.FactorsRow\x1a\x8a\x06\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\x0ftwist_restraint\x18\x0b \x01(\x01H\n\x88\x01\x01\x12(\n\x1blateral_torsional_restraint\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1c\n\x0f\x63ritical_moment\x18\r \x01(\x01H\x0c\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_twist_restraintB\x1e\n\x1c_lateral_torsional_restraintB\x12\n\x10_critical_moment\x1a\\\n\x0cLengthsTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x82\x01\n\x1fStabilityImportDataFactorsTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\x82\x01\n\x1fStabilityImportDataLengthsTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.steel_design.SteelEffectiveLengths.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\"i\n\x15\x44\x65terminationMcrIs800\x12&\n\"DETERMINATION_MCR_IS800_EIGENVALUE\x10\x00\x12(\n$DETERMINATION_MCR_IS800_USER_DEFINED\x10\x01\"\x93\x01\n\x14\x44\x65terminationMcrAisc\x12%\n!DETERMINATION_MCR_AISC_EIGENVALUE\x10\x00\x12+\n\'DETERMINATION_MCR_AISC_ACC_TO_CHAPTER_F\x10\x02\x12\'\n#DETERMINATION_MCR_AISC_USER_DEFINED\x10\x01\"\x9b\x01\n\x14\x44\x65terminationMcrGb50\x12,\n(DETERMINATION_MCR_GB50_EIGENVALUE_METHOD\x10\x00\x12,\n(DETERMINATION_MCR_GB50_ANALYTICAL_METHOD\x10\x02\x12\'\n#DETERMINATION_MCR_GB50_USER_DEFINED\x10\x01\"l\n\x16\x44\x65terminationMcrSia263\x12\'\n#DETERMINATION_MCR_SIA263_EIGENVALUE\x10\x00\x12)\n%DETERMINATION_MCR_SIA263_USER_DEFINED\x10\x01\"\x9c\x01\n\x17\x44\x65terminationMcrNbr8800\x12(\n$DETERMINATION_MCR_NBR8800_EIGENVALUE\x10\x00\x12+\n\'DETERMINATION_MCR_NBR8800_ACC_TO_TAB_G1\x10\x02\x12*\n&DETERMINATION_MCR_NBR8800_USER_DEFINED\x10\x01\"\x90\x01\n\x13\x44\x65terminationCbAisc\x12%\n!DETERMINATION_CB_AISC_BASIC_VALUE\x10\x00\x12*\n&DETERMINATION_CB_AISC_ACC_TO_CHAPTER_F\x10\x01\x12&\n\"DETERMINATION_CB_AISC_USER_DEFINED\x10\x02\"\x8c\x01\n\x13\x44\x65terminationMcrCsa\x12$\n DETERMINATION_MCR_CSA_EIGENVALUE\x10\x00\x12\'\n#DETERMINATION_MCR_CSA_ACC_TO_CSAS16\x10\x02\x12&\n\"DETERMINATION_MCR_CSA_USER_DEFINED\x10\x01\"\x8f\x01\n\x12\x44\x65terminationCbCsa\x12$\n DETERMINATION_CB_CSA_BASIC_VALUE\x10\x00\x12,\n(DETERMINATION_CB_CSA_ACC_TO_CHAPTER_13_6\x10\x01\x12%\n!DETERMINATION_CB_CSA_USER_DEFINED\x10\x02\"\x93\x01\n\x14\x44\x65terminationMcrSans\x12%\n!DETERMINATION_MCR_SANS_EIGENVALUE\x10\x00\x12+\n\'DETERMINATION_MCR_SANS_ACC_TO_SANS10162\x10\x02\x12\'\n#DETERMINATION_MCR_SANS_USER_DEFINED\x10\x01\"\xa3\x01\n\x17\x44\x65terminationOmega2Sans\x12)\n%DETERMINATION_OMEGA2_SANS_BASIC_VALUE\x10\x00\x12\x31\n-DETERMINATION_OMEGA2_SANS_ACC_TO_CHAPTER_13_6\x10\x01\x12*\n&DETERMINATION_OMEGA2_SANS_USER_DEFINED\x10\x02\"\x8d\x01\n\x13\x44\x65terminationMcrBs5\x12$\n DETERMINATION_MCR_BS5_EIGENVALUE\x10\x00\x12(\n$DETERMINATION_MCR_BS5_ACC_TO_ANNEX_B\x10\x01\x12&\n\"DETERMINATION_MCR_BS5_USER_DEFINED\x10\x02\"\x87\x01\n\x12\x44\x65terminationCbNbr\x12$\n DETERMINATION_CB_NBR_BASIC_VALUE\x10\x00\x12$\n DETERMINATION_CB_NBR_ACC_TO_5423\x10\x01\x12%\n!DETERMINATION_CB_NBR_USER_DEFINED\x10\x02\"\xe2\x02\n&MomentModificationRestrainedSegmentsAs\x12:\n6MOMENT_MODIFICATION_RESTRAINED_SEGMENTS_AS_BASIC_VALUE\x10\x00\x12=\n9MOMENT_MODIFICATION_RESTRAINED_SEGMENTS_AS_ACC_TO_5611_II\x10\x01\x12>\n:MOMENT_MODIFICATION_RESTRAINED_SEGMENTS_AS_ACC_TO_5611_III\x10\x02\x12@\n<MOMENT_MODIFICATION_RESTRAINED_SEGMENTS_AS_EIGENVALUE_METHOD\x10\x03\x12;\n7MOMENT_MODIFICATION_RESTRAINED_SEGMENTS_AS_USER_DEFINED\x10\x04\"\xe8\x01\n(MomentModificationUnrestrainedSegmentsAs\x12<\n8MOMENT_MODIFICATION_UNRESTRAINED_SEGMENTS_AS_BASIC_VALUE\x10\x00\x12?\n;MOMENT_MODIFICATION_UNRESTRAINED_SEGMENTS_AS_ACC_TO_5611_II\x10\x01\x12=\n9MOMENT_MODIFICATION_UNRESTRAINED_SEGMENTS_AS_USER_DEFINED\x10\x04\"\xac\x01\n(SlendernessReductionRestrainedSegmentsAs\x12<\n8SLENDERNESS_REDUCTION_RESTRAINED_SEGMENTS_AS_ACC_TO_5611\x10\x00\x12\x42\n>SLENDERNESS_REDUCTION_RESTRAINED_SEGMENTS_AS_EIGENVALUE_METHOD\x10\x01\"\xb2\x01\n*SlendernessReductionUnrestrainedSegmentsAs\x12>\n:SLENDERNESS_REDUCTION_UNRESTRAINED_SEGMENTS_AS_ACC_TO_5611\x10\x00\x12\x44\n@SLENDERNESS_REDUCTION_UNRESTRAINED_SEGMENTS_AS_EIGENVALUE_METHOD\x10\x01\">\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\"\xa0\x01\n\x1aStandardOfEffectiveLengths\x12*\n&STANDARD_OF_EFFECTIVE_LENGTHS_AISC_360\x10\x00\x12+\n\'STANDARD_OF_EFFECTIVE_LENGTHS_AISI_S100\x10\x02\x12)\n%STANDARD_OF_EFFECTIVE_LENGTHS_CSA_S16\x10\x01\"\xbb\x01\n(DeterminationOfElasticCriticalStressAisi\x12\x45\nADETERMINATION_OF_ELASTIC_CRITICAL_STRESS_AISI_FINITE_STRIP_METHOD\x10\x00\x12H\nDDETERMINATION_OF_ELASTIC_CRITICAL_STRESS_AISI_ACC_TO_CHAPTERS_E2_F21\x10\x01\"\xb4\x01\n\x18ModificationFactorCbAisi\x12+\n\'MODIFICATION_FACTOR_CB_AISI_BASIC_VALUE\x10\x00\x12=\n9MODIFICATION_FACTOR_CB_AISI_AUTOMATICALLY_ACC_TO_EQ_F2112\x10\x01\x12,\n(MODIFICATION_FACTOR_CB_AISI_USER_DEFINED\x10\x02\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\x1a\n\x18_determination_mcr_is800B\x19\n\x17_determination_mcr_aiscB\x19\n\x17_determination_mcr_gb50B\x1b\n\x19_determination_mcr_sia263B\x1c\n\x1a_determination_mcr_nbr8800B\x18\n\x16_determination_cb_aiscB\x11\n\x0f_cb_factor_aiscB\x18\n\x16_determination_mcr_csaB\x17\n\x15_determination_cb_csaB\x10\n\x0e_cb_factor_csaB\x19\n\x17_determination_mcr_sansB\x1c\n\x1a_determination_omega2_sansB\x15\n\x13_omega2_factor_sansB\x18\n\x16_determination_mcr_bs5B\x17\n\x15_determination_cb_nbrB\x10\n\x0e_cb_factor_nbrB-\n+_moment_modification_restrained_segments_asB/\n-_moment_modification_unrestrained_segments_asB/\n-_slenderness_reduction_restrained_segments_asB1\n/_slenderness_reduction_unrestrained_segments_asB3\n1_modification_factor_alpha_restrained_segments_asB5\n3_modification_factor_alpha_unrestrained_segments_asB\x0e\n\x0c_member_typeB\x11\n\x0f_member_type_yyB\x11\n\x0f_member_type_zzB \n\x1e_standard_of_effective_lengthsB0\n._determination_of_elastic_critical_stress_aisiB\x1e\n\x1c_modification_factor_cb_aisiB1\n/_modification_factor_cb_aisi_user_defined_valueB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.steel_design.steel_effective_lengths_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_STEELEFFECTIVELENGTHS']._serialized_start=126
|
|
36
|
+
_globals['_STEELEFFECTIVELENGTHS']._serialized_end=15616
|
|
37
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_start=5026
|
|
38
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_end=5130
|
|
39
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_start=5133
|
|
40
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_end=7518
|
|
41
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=6111
|
|
42
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=6492
|
|
43
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=6495
|
|
44
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=6653
|
|
45
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_start=6655
|
|
46
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_end=6780
|
|
47
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=6783
|
|
48
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=6928
|
|
49
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=6931
|
|
50
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=7076
|
|
51
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=7079
|
|
52
|
+
_globals['_STEELEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=7225
|
|
53
|
+
_globals['_STEELEFFECTIVELENGTHS_FACTORSTABLE']._serialized_start=7520
|
|
54
|
+
_globals['_STEELEFFECTIVELENGTHS_FACTORSTABLE']._serialized_end=7612
|
|
55
|
+
_globals['_STEELEFFECTIVELENGTHS_FACTORSROW']._serialized_start=7615
|
|
56
|
+
_globals['_STEELEFFECTIVELENGTHS_FACTORSROW']._serialized_end=8393
|
|
57
|
+
_globals['_STEELEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_start=8395
|
|
58
|
+
_globals['_STEELEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_end=8487
|
|
59
|
+
_globals['_STEELEFFECTIVELENGTHS_LENGTHSROW']._serialized_start=8490
|
|
60
|
+
_globals['_STEELEFFECTIVELENGTHS_LENGTHSROW']._serialized_end=9144
|
|
61
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_start=9147
|
|
62
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_end=9277
|
|
63
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_start=9280
|
|
64
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_end=9609
|
|
65
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_start=9612
|
|
66
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_end=9742
|
|
67
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_start=9745
|
|
68
|
+
_globals['_STEELEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_end=10074
|
|
69
|
+
_globals['_STEELEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_start=10076
|
|
70
|
+
_globals['_STEELEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_end=10189
|
|
71
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCREUROPE']._serialized_start=10191
|
|
72
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCREUROPE']._serialized_end=10299
|
|
73
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRIS800']._serialized_start=10301
|
|
74
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRIS800']._serialized_end=10406
|
|
75
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRAISC']._serialized_start=10409
|
|
76
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRAISC']._serialized_end=10556
|
|
77
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRGB50']._serialized_start=10559
|
|
78
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRGB50']._serialized_end=10714
|
|
79
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRSIA263']._serialized_start=10716
|
|
80
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRSIA263']._serialized_end=10824
|
|
81
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRNBR8800']._serialized_start=10827
|
|
82
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRNBR8800']._serialized_end=10983
|
|
83
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONCBAISC']._serialized_start=10986
|
|
84
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONCBAISC']._serialized_end=11130
|
|
85
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRCSA']._serialized_start=11133
|
|
86
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRCSA']._serialized_end=11273
|
|
87
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONCBCSA']._serialized_start=11276
|
|
88
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONCBCSA']._serialized_end=11419
|
|
89
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRSANS']._serialized_start=11422
|
|
90
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRSANS']._serialized_end=11569
|
|
91
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONOMEGA2SANS']._serialized_start=11572
|
|
92
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONOMEGA2SANS']._serialized_end=11735
|
|
93
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRBS5']._serialized_start=11738
|
|
94
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONMCRBS5']._serialized_end=11879
|
|
95
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONCBNBR']._serialized_start=11882
|
|
96
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONCBNBR']._serialized_end=12017
|
|
97
|
+
_globals['_STEELEFFECTIVELENGTHS_MOMENTMODIFICATIONRESTRAINEDSEGMENTSAS']._serialized_start=12020
|
|
98
|
+
_globals['_STEELEFFECTIVELENGTHS_MOMENTMODIFICATIONRESTRAINEDSEGMENTSAS']._serialized_end=12374
|
|
99
|
+
_globals['_STEELEFFECTIVELENGTHS_MOMENTMODIFICATIONUNRESTRAINEDSEGMENTSAS']._serialized_start=12377
|
|
100
|
+
_globals['_STEELEFFECTIVELENGTHS_MOMENTMODIFICATIONUNRESTRAINEDSEGMENTSAS']._serialized_end=12609
|
|
101
|
+
_globals['_STEELEFFECTIVELENGTHS_SLENDERNESSREDUCTIONRESTRAINEDSEGMENTSAS']._serialized_start=12612
|
|
102
|
+
_globals['_STEELEFFECTIVELENGTHS_SLENDERNESSREDUCTIONRESTRAINEDSEGMENTSAS']._serialized_end=12784
|
|
103
|
+
_globals['_STEELEFFECTIVELENGTHS_SLENDERNESSREDUCTIONUNRESTRAINEDSEGMENTSAS']._serialized_start=12787
|
|
104
|
+
_globals['_STEELEFFECTIVELENGTHS_SLENDERNESSREDUCTIONUNRESTRAINEDSEGMENTSAS']._serialized_end=12965
|
|
105
|
+
_globals['_STEELEFFECTIVELENGTHS_MEMBERTYPE']._serialized_start=12967
|
|
106
|
+
_globals['_STEELEFFECTIVELENGTHS_MEMBERTYPE']._serialized_end=13029
|
|
107
|
+
_globals['_STEELEFFECTIVELENGTHS_MEMBERTYPEYY']._serialized_start=13031
|
|
108
|
+
_globals['_STEELEFFECTIVELENGTHS_MEMBERTYPEYY']._serialized_end=13101
|
|
109
|
+
_globals['_STEELEFFECTIVELENGTHS_MEMBERTYPEZZ']._serialized_start=13103
|
|
110
|
+
_globals['_STEELEFFECTIVELENGTHS_MEMBERTYPEZZ']._serialized_end=13173
|
|
111
|
+
_globals['_STEELEFFECTIVELENGTHS_STANDARDOFEFFECTIVELENGTHS']._serialized_start=13176
|
|
112
|
+
_globals['_STEELEFFECTIVELENGTHS_STANDARDOFEFFECTIVELENGTHS']._serialized_end=13336
|
|
113
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONOFELASTICCRITICALSTRESSAISI']._serialized_start=13339
|
|
114
|
+
_globals['_STEELEFFECTIVELENGTHS_DETERMINATIONOFELASTICCRITICALSTRESSAISI']._serialized_end=13526
|
|
115
|
+
_globals['_STEELEFFECTIVELENGTHS_MODIFICATIONFACTORCBAISI']._serialized_start=13529
|
|
116
|
+
_globals['_STEELEFFECTIVELENGTHS_MODIFICATIONFACTORCBAISI']._serialized_end=13709
|
|
117
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/steel_design/steel_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/rfem/steel_design/steel_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'\nGdlubal/api/rfem/steel_design/steel_member_local_section_reduction.proto\x12\x1c\x64lubal.api.rfem.steel_design\x1a\x1e\x64lubal/api/common/common.proto\"\xa6+\n SteelMemberLocalSectionReduction\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\x12\n\ndeep_beams\x18\x06 \x03(\x05\x12\x13\n\x0bshear_walls\x18\x07 \x03(\x05\x12g\n\ncomponents\x18\x08 \x01(\x0b\x32N.dlubal.api.rfem.steel_design.SteelMemberLocalSectionReduction.ComponentsTableH\x03\x88\x01\x01\x12\x19\n\x0cis_generated\x18\t \x01(\x08H\x04\x88\x01\x01\x12#\n\x16generating_object_info\x18\n \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0b \x01(\tH\x06\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0c \x01(\tH\x07\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\r \x01(\tH\x08\x88\x01\x01\x1am\n\x0f\x43omponentsTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.steel_design.SteelMemberLocalSectionReduction.ComponentsRow\x1a\xbf%\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\x0ereduction_type\x18\x03 \x01(\x0e\x32Z.dlubal.api.rfem.steel_design.SteelMemberLocalSectionReduction.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\x97\x01\n\x1fmultiple_offset_definition_type\x18\x08 \x01(\x0e\x32i.dlubal.api.rfem.steel_design.SteelMemberLocalSectionReduction.ComponentsRow.MultipleOffsetDefinitionTypeH\x07\x88\x01\x01\x12\x1c\n\x0fmultiple_offset\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x8a\x01\n\x18\x66\x61stener_definition_type\x18\n \x01(\x0e\x32\x63.dlubal.api.rfem.steel_design.SteelMemberLocalSectionReduction.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.rfem.steel_design.steel_member_local_section_reduction_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
DESCRIPTOR._loaded_options = None
|
|
35
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION']._serialized_start=138
|
|
36
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION']._serialized_end=5680
|
|
37
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSTABLE']._serialized_start=596
|
|
38
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSTABLE']._serialized_end=705
|
|
39
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW']._serialized_start=708
|
|
40
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW']._serialized_end=5507
|
|
41
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_REDUCTIONTYPE']._serialized_start=3495
|
|
42
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_REDUCTIONTYPE']._serialized_end=3601
|
|
43
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_start=3603
|
|
44
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_end=3725
|
|
45
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_FASTENERDEFINITIONTYPE']._serialized_start=3727
|
|
46
|
+
_globals['_STEELMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_FASTENERDEFINITIONTYPE']._serialized_end=3829
|
|
47
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dlubal/api/rfem/steel_design/steel_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/rfem/steel_design/steel_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'\n?dlubal/api/rfem/steel_design/steel_member_transverse_weld.proto\x12\x1c\x64lubal.api.rfem.steel_design\"\xfc\x11\n\x19SteelMemberTransverseWeld\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\x12\n\ndeep_beams\x18\x06 \x03(\x05\x12\x13\n\x0bshear_walls\x18\x07 \x03(\x05\x12`\n\ncomponents\x18\x08 \x01(\x0b\x32G.dlubal.api.rfem.steel_design.SteelMemberTransverseWeld.ComponentsTableH\x03\x88\x01\x01\x12\x19\n\x0cis_generated\x18\t \x01(\x08H\x04\x88\x01\x01\x12#\n\x16generating_object_info\x18\n \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x0b \x01(\tH\x06\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x0c \x01(\tH\x07\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\r \x01(\tH\x08\x88\x01\x01\x1a\x66\n\x0f\x43omponentsTable\x12S\n\x04rows\x18\x01 \x03(\x0b\x32\x45.dlubal.api.rfem.steel_design.SteelMemberTransverseWeld.ComponentsRow\x1a\xaa\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\x12\x66\n\tweld_type\x18\x03 \x01(\x0e\x32N.dlubal.api.rfem.steel_design.SteelMemberTransverseWeld.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\x90\x01\n\x1fmultiple_offset_definition_type\x18\x08 \x01(\x0e\x32\x62.dlubal.api.rfem.steel_design.SteelMemberTransverseWeld.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\x12r\n\x10method_ec_or_adm\x18\x0b \x01(\x0e\x32S.dlubal.api.rfem.steel_design.SteelMemberTransverseWeld.ComponentsRow.MethodEcOrAdmH\n\x88\x01\x01\x12\x66\n\tmethod_gb\x18\x0c \x01(\x0e\x32N.dlubal.api.rfem.steel_design.SteelMemberTransverseWeld.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.rfem.steel_design.steel_member_transverse_weld_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_STEELMEMBERTRANSVERSEWELD']._serialized_start=98
|
|
35
|
+
_globals['_STEELMEMBERTRANSVERSEWELD']._serialized_end=2398
|
|
36
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSTABLE']._serialized_start=542
|
|
37
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSTABLE']._serialized_end=644
|
|
38
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW']._serialized_start=647
|
|
39
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW']._serialized_end=2225
|
|
40
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_WELDTYPE']._serialized_start=1418
|
|
41
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_WELDTYPE']._serialized_end=1510
|
|
42
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_start=1512
|
|
43
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_end=1634
|
|
44
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODECORADM']._serialized_start=1636
|
|
45
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODECORADM']._serialized_end=1733
|
|
46
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODGB']._serialized_start=1736
|
|
47
|
+
_globals['_STEELMEMBERTRANSVERSEWELD_COMPONENTSROW_METHODGB']._serialized_end=1957
|
|
48
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)dlubal/api/rfem/structure_core/line.proto\x12\x1e\x64lubal.api.rfem.structure_core\x1a\x1e\x64lubal/api/common/common.proto\"\xf6\x8e\x01\n\x04Line\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x10\x64\x65\x66inition_nodes\x18\x02 \x03(\x05\x12<\n\x04type\x18\x03 \x01(\x0e\x32).dlubal.api.rfem.structure_core.Line.TypeH\x01\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x06 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x61rc_first_node\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x1c\n\x0f\x61rc_second_node\x18\t \x01(\x05H\x07\x88\x01\x01\x12%\n\x18\x61rc_control_point_object\x18\n \x01(\x05H\x08\x88\x01\x01\x12;\n\x11\x61rc_control_point\x18\x0b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\t\x88\x01\x01\x12 \n\x13\x61rc_control_point_x\x18\x0c \x01(\x01H\n\x88\x01\x01\x12 \n\x13\x61rc_control_point_y\x18\r \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13\x61rc_control_point_z\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x34\n\narc_center\x18\x0f \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\r\x88\x01\x01\x12\x19\n\x0c\x61rc_center_x\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x19\n\x0c\x61rc_center_y\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x19\n\x0c\x61rc_center_z\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x17\n\narc_radius\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x17\n\narc_height\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x16\n\tarc_alpha\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12g\n\x1b\x61rc_alpha_adjustment_target\x18\x16 \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.ArcAlphaAdjustmentTargetH\x14\x88\x01\x01\x12\x37\n\rcircle_center\x18\x17 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x15\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_1\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_2\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_3\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x37\n\rcircle_normal\x18\x1b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x19\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_1\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_2\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_3\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1c\n\x0f\x63ircle_rotation\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x35\n\x0b\x63ircle_node\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x1e\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_1\x18! \x01(\x01H\x1f\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_2\x18\" \x01(\x01H \x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_3\x18# \x01(\x01H!\x88\x01\x01\x12\x1a\n\rcircle_radius\x18$ \x01(\x01H\"\x88\x01\x01\x12&\n\x19\x65lliptical_arc_first_node\x18% \x01(\x05H#\x88\x01\x01\x12\'\n\x1a\x65lliptical_arc_second_node\x18& \x01(\x05H$\x88\x01\x01\x12!\n\x14\x65lliptical_arc_alpha\x18\' \x01(\x01H%\x88\x01\x01\x12 \n\x13\x65lliptical_arc_beta\x18( \x01(\x01H&\x88\x01\x01\x12?\n\x15\x65lliptical_arc_normal\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\'\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_x\x18* \x01(\x01H(\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_y\x18+ \x01(\x01H)\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_z\x18, \x01(\x01H*\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_major_radius\x18- \x01(\x01H+\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_minor_radius\x18. \x01(\x01H,\x88\x01\x01\x12?\n\x15\x65lliptical_arc_center\x18/ \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH-\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_x\x18\x30 \x01(\x01H.\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_y\x18\x31 \x01(\x01H/\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_z\x18\x32 \x01(\x01H0\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_1\x18\x33 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_x\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_y\x18\x35 \x01(\x01H3\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_z\x18\x36 \x01(\x01H4\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_2\x18\x37 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH5\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_z\x18: \x01(\x01H8\x88\x01\x01\x12\x36\n)elliptical_arc_first_control_point_object\x18; \x01(\x05H9\x88\x01\x01\x12L\n\"elliptical_arc_first_control_point\x18< \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH:\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_x\x18= \x01(\x01H;\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_y\x18> \x01(\x01H<\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_z\x18? \x01(\x01H=\x88\x01\x01\x12\x37\n*elliptical_arc_second_control_point_object\x18@ \x01(\x05H>\x88\x01\x01\x12M\n#elliptical_arc_second_control_point\x18\x41 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH?\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_x\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_y\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_z\x18\x44 \x01(\x01HB\x88\x01\x01\x12:\n-elliptical_arc_perimeter_control_point_object\x18\x45 \x01(\x05HC\x88\x01\x01\x12P\n&elliptical_arc_perimeter_control_point\x18\x46 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHD\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_x\x18G \x01(\x01HE\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_y\x18H \x01(\x01HF\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_z\x18I \x01(\x01HG\x88\x01\x01\x12\x1f\n\x12\x65llipse_first_node\x18J \x01(\x05HH\x88\x01\x01\x12 \n\x13\x65llipse_second_node\x18K \x01(\x05HI\x88\x01\x01\x12)\n\x1c\x65llipse_control_point_object\x18L \x01(\x05HJ\x88\x01\x01\x12?\n\x15\x65llipse_control_point\x18M \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHK\x88\x01\x01\x12$\n\x17\x65llipse_control_point_x\x18N \x01(\x01HL\x88\x01\x01\x12$\n\x17\x65llipse_control_point_y\x18O \x01(\x01HM\x88\x01\x01\x12$\n\x17\x65llipse_control_point_z\x18P \x01(\x01HN\x88\x01\x01\x12 \n\x13parabola_first_node\x18Q \x01(\x05HO\x88\x01\x01\x12!\n\x14parabola_second_node\x18R \x01(\x05HP\x88\x01\x01\x12*\n\x1dparabola_control_point_object\x18S \x01(\x05HQ\x88\x01\x01\x12@\n\x16parabola_control_point\x18T \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHR\x88\x01\x01\x12%\n\x18parabola_control_point_x\x18U \x01(\x01HS\x88\x01\x01\x12%\n\x18parabola_control_point_y\x18V \x01(\x01HT\x88\x01\x01\x12%\n\x18parabola_control_point_z\x18W \x01(\x01HU\x88\x01\x01\x12.\n!parabola_focus_directrix_distance\x18X \x01(\x01HV\x88\x01\x01\x12\x1b\n\x0eparabola_alpha\x18Y \x01(\x01HW\x88\x01\x01\x12\x38\n\x0eparabola_focus\x18Z \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHX\x88\x01\x01\x12\x1d\n\x10parabola_focus_x\x18[ \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10parabola_focus_y\x18\\ \x01(\x01HZ\x88\x01\x01\x12\x1d\n\x10parabola_focus_z\x18] \x01(\x01H[\x88\x01\x01\x12\x18\n\x0bnurbs_order\x18^ \x01(\x05H\\\x88\x01\x01\x12y\n\"nurbs_control_points_by_components\x18_ \x01(\x0b\x32H.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsTableH]\x88\x01\x01\x12_\n\x14nurbs_control_points\x18` \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.NurbsControlPointsTableH^\x88\x01\x01\x12N\n\x0bnurbs_knots\x18\x61 \x01(\x0b\x32\x34.dlubal.api.rfem.structure_core.Line.NurbsKnotsTableH_\x88\x01\x01\x12h\n\x1brotation_specification_type\x18\x62 \x01(\x0e\x32>.dlubal.api.rfem.structure_core.Line.RotationSpecificationTypeH`\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18\x63 \x01(\x01Ha\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18\x64 \x01(\x05Hb\x88\x01\x01\x12O\n\x0erotation_plane\x18\x65 \x01(\x0e\x32\x32.dlubal.api.rfem.structure_core.Line.RotationPlaneHc\x88\x01\x01\x12\x17\n\nis_rotated\x18\x66 \x01(\x08Hd\x88\x01\x01\x12\x19\n\x0cparent_layer\x18g \x01(\x05He\x88\x01\x01\x12&\n\x19is_locked_by_parent_layer\x18h \x01(\x08Hf\x88\x01\x01\x12\x19\n\x0cis_generated\x18i \x01(\x08Hg\x88\x01\x01\x12#\n\x16generating_object_info\x18j \x01(\tHh\x88\x01\x01\x12\x13\n\x06member\x18k \x01(\x05Hi\x88\x01\x01\x12\x14\n\x07support\x18l \x01(\x05Hj\x88\x01\x01\x12\x1c\n\x0fmesh_refinement\x18m \x01(\x05Hk\x88\x01\x01\x12_\n\x14line_weld_assignment\x18n \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentTableHl\x88\x01\x01\x12\x1b\n\x0ehas_line_welds\x18o \x01(\x08Hm\x88\x01\x01\x12\x66\n\x18nodes_on_line_assignment\x18p \x01(\x0b\x32?.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentTableHn\x88\x01\x01\x12\x1d\n\x10rotation_surface\x18q \x01(\x05Ho\x88\x01\x01\x12g\n\x1brotation_surface_plane_type\x18r \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.RotationSurfacePlaneTypeHp\x88\x01\x01\x12\x18\n\x0bis_cut_line\x18s \x01(\x08Hq\x88\x01\x01\x12`\n\x18\x63ut_via_section_cut_type\x18t \x01(\x0e\x32\x39.dlubal.api.rfem.structure_core.Line.CutViaSectionCutTypeHr\x88\x01\x01\x12n\n\x1f\x63ut_via_section_definition_type\x18u \x01(\x0e\x32@.dlubal.api.rfem.structure_core.Line.CutViaSectionDefinitionTypeHs\x88\x01\x01\x12,\n$cut_via_section_assigned_to_surfaces\x18v \x03(\x05\x12\"\n\x15\x63ut_via_section_node1\x18w \x01(\x05Ht\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates1\x18x \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHu\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_x\x18y \x01(\x01Hv\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_y\x18z \x01(\x01Hw\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_z\x18{ \x01(\x01Hx\x88\x01\x01\x12\"\n\x15\x63ut_via_section_node2\x18| \x01(\x05Hy\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates2\x18} \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHz\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_x\x18~ \x01(\x01H{\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_y\x18\x7f \x01(\x01H|\x88\x01\x01\x12,\n\x1e\x63ut_via_section_coordinates2_z\x18\x80\x01 \x01(\x01H}\x88\x01\x01\x12#\n\x15\x63ut_via_section_node3\x18\x81\x01 \x01(\x05H~\x88\x01\x01\x12G\n\x1c\x63ut_via_section_coordinates3\x18\x82\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x7f\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_x\x18\x83\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_y\x18\x84\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_z\x18\x85\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12(\n\x19\x63ut_via_section_component\x18\x86\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12+\n\x1c\x63ut_via_two_lines_first_line\x18\x87\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12,\n\x1d\x63ut_via_two_lines_second_line\x18\x88\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12W\nHcut_via_two_lines_first_point_distance_from_start_is_defined_as_relative\x18\x89\x01 \x01(\x08H\x86\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_relative\x18\x8a\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_absolute\x18\x8b\x01 \x01(\x01H\x88\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_relative\x18\x8c\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_absolute\x18\x8d\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12M\n>cut_via_two_lines_second_point_distance_is_defined_as_relative\x18\x8e\x01 \x01(\x08H\x8b\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_relative\x18\x8f\x01 \x01(\x01H\x8c\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_absolute\x18\x90\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_relative\x18\x91\x01 \x01(\x01H\x8e\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_absolute\x18\x92\x01 \x01(\x01H\x8f\x01\x88\x01\x01\x12i\n\x18line_releases_assignment\x18\x93\x01 \x01(\x0b\x32@.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentTableH\x90\x01\x88\x01\x01\x12)\n\x1a\x63ut_line_multi_cut_enabled\x18\x94\x01 \x01(\x08H\x91\x01\x88\x01\x01\x12\x63\n\x18\x63ut_line_generating_type\x18\x95\x01 \x01(\x0e\x32:.dlubal.api.rfem.structure_core.Line.CutLineGeneratingTypeH\x92\x01\x88\x01\x01\x12\x32\n#cut_line_generating_offset_distance\x18\x96\x01 \x01(\x01H\x93\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_absolute\x18\x97\x01 \x01(\x01H\x94\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_relative\x18\x98\x01 \x01(\x01H\x95\x01\x88\x01\x01\x12\x43\n4cut_line_generating_tolerance_is_defined_as_relative\x18\x99\x01 \x01(\x08H\x96\x01\x88\x01\x01\x12\x36\n\'cut_line_generating_preserve_same_angle\x18\x9a\x01 \x01(\x08H\x97\x01\x88\x01\x01\x12r\n cut_line_generating_rotated_type\x18\x9b\x01 \x01(\x0e\x32\x41.dlubal.api.rfem.structure_core.Line.CutLineGeneratingRotatedTypeH\x98\x01\x88\x01\x01\x12-\n\x1e\x63ut_line_generating_guide_line\x18\x9c\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x30\n!cut_line_generating_rotation_line\x18\x9d\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node1\x18\x9e\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates1\x18\x9f\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x9c\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_x\x18\xa0\x01 \x01(\x01H\x9d\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_y\x18\xa1\x01 \x01(\x01H\x9e\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_z\x18\xa2\x01 \x01(\x01H\x9f\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node2\x18\xa3\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates2\x18\xa4\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xa1\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_x\x18\xa5\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_y\x18\xa6\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_z\x18\xa7\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x34\n%cut_line_generating_coordinate_system\x18\xa8\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12x\n#cut_line_generating_definition_axes\x18\xa9\x01 \x01(\x0e\x32\x44.dlubal.api.rfem.structure_core.Line.CutLineGeneratingDefinitionAxesH\xa6\x01\x88\x01\x01\x12\x18\n\tline_link\x18\xaa\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12)\n\x1a\x64\x65sign_properties_via_line\x18\xab\x01 \x01(\x08H\xa8\x01\x88\x01\x01\x12\x34\n%design_properties_via_parent_line_set\x18\xac\x01 \x01(\x08H\xa9\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xad\x01 \x01(\tH\xaa\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xae\x01 \x01(\tH\xab\x01\x88\x01\x01\x1a{\n#NurbsControlPointsByComponentsTable\x12T\n\x04rows\x18\x01 \x03(\x0b\x32\x46.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsRow\x1a\xb3\x02\n!NurbsControlPointsByComponentsRow\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\x13global_coordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13global_coordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13global_coordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x13\n\x06weight\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_global_coordinate_xB\x16\n\x14_global_coordinate_yB\x16\n\x14_global_coordinate_zB\t\n\x07_weight\x1a\x63\n\x17NurbsControlPointsTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.NurbsControlPointsRow\x1a\xb3\x02\n\x15NurbsControlPointsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1a\n\rcontrol_point\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12<\n\x12global_coordinates\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x0e\n\x06weight\x18\x06 \x01(\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_control_pointB\x15\n\x13_global_coordinatesB\x0e\n\x0c_coordinates\x1aS\n\x0fNurbsKnotsTable\x12@\n\x04rows\x18\x01 \x03(\x0b\x32\x32.dlubal.api.rfem.structure_core.Line.NurbsKnotsRow\x1ay\n\rNurbsKnotsRow\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\x17\n\nknot_value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\r\n\x0b_knot_value\x1a\x63\n\x17LineWeldAssignmentTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentRow\x1a\xe1\x01\n\x15LineWeldAssignmentRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04weld\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x15\n\x08surface1\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x15\n\x08surface2\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x15\n\x08surface3\x18\x06 \x01(\x05H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_weldB\x0b\n\t_surface1B\x0b\n\t_surface2B\x0b\n\t_surface3\x1ai\n\x1aNodesOnLineAssignmentTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow\x1a\x83\x03\n\x18NodesOnLineAssignmentRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04node\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12_\n\treference\x18\x04 \x01(\x0e\x32G.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow.ReferenceH\x03\x88\x01\x01\x12\x16\n\tfromStart\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x66romEnd\x18\x06 \x01(\x01H\x05\x88\x01\x01\"R\n\tReference\x12\x0f\n\x0bREFERENCE_L\x10\x00\x12\x10\n\x0cREFERENCE_XY\x10\x01\x12\x10\n\x0cREFERENCE_XZ\x10\x02\x12\x10\n\x0cREFERENCE_YZ\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x0c\n\n_referenceB\x0c\n\n_fromStartB\n\n\x08_fromEnd\x1ak\n\x1bLineReleasesAssignmentTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow\x1a\x9a\x04\n\x19LineReleasesAssignmentRow\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\x1f\n\x12\x61ssigned_object_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x13\n\x06\x61\x63tive\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x17\n\nrelease_no\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12m\n\x10release_location\x18\x06 \x01(\x0e\x32N.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow.ReleaseLocationH\x05\x88\x01\x01\x12\x1d\n\x10released_objects\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x1e\n\x11generated_objects\x18\x08 \x01(\tH\x07\x88\x01\x01\"M\n\x0fReleaseLocation\x12\x1b\n\x17RELEASE_LOCATION_ORIGIN\x10\x00\x12\x1d\n\x19RELEASE_LOCATION_RELEASED\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x15\n\x13_assigned_object_noB\t\n\x07_activeB\r\n\x0b_release_noB\x13\n\x11_release_locationB\x13\n\x11_released_objectsB\x14\n\x12_generated_objects\"\xdf\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0c\n\x08TYPE_ARC\x10\x02\x12\x0f\n\x0bTYPE_CIRCLE\x10\x03\x12\x18\n\x14TYPE_CUT_VIA_SECTION\x10\t\x12\x1a\n\x16TYPE_CUT_VIA_TWO_LINES\x10\n\x12\x10\n\x0cTYPE_ELLIPSE\x10\x05\x12\x17\n\x13TYPE_ELLIPTICAL_ARC\x10\x04\x12\x0e\n\nTYPE_NURBS\x10\x08\x12\x11\n\rTYPE_PARABOLA\x10\x06\x12\x11\n\rTYPE_POLYLINE\x10\x01\x12\x0f\n\x0bTYPE_SPLINE\x10\x07\"\xab\x01\n\x18\x41rcAlphaAdjustmentTarget\x12\x30\n,ARC_ALPHA_ADJUSTMENT_TARGET_BEGINNING_OF_ARC\x10\x00\x12\x31\n-ARC_ALPHA_ADJUSTMENT_TARGET_ARC_CONTROL_POINT\x10\x01\x12*\n&ARC_ALPHA_ADJUSTMENT_TARGET_END_OF_ARC\x10\x02\"\xbf\x01\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12&\n\"ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\'\n#ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"=\n\rRotationPlane\x12\x15\n\x11ROTATION_PLANE_XY\x10\x00\x12\x15\n\x11ROTATION_PLANE_XZ\x10\x01\"\x80\x01\n\x18RotationSurfacePlaneType\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"k\n\x14\x43utViaSectionCutType\x12)\n%CUT_VIA_SECTION_CUT_TYPE_CUT_GEODESIC\x10\x00\x12(\n$CUT_VIA_SECTION_CUT_TYPE_CUT_SECTION\x10\x01\"z\n\x1b\x43utViaSectionDefinitionType\x12,\n(CUT_VIA_SECTION_DEFINITION_TYPE_BY_POINT\x10\x00\x12-\n)CUT_VIA_SECTION_DEFINITION_TYPE_BY_VECTOR\x10\x01\"\x96\x01\n\x15\x43utLineGeneratingType\x12%\n!CUT_LINE_GENERATING_TYPE_PARALLEL\x10\x00\x12\x30\n,CUT_LINE_GENERATING_TYPE_ACCORDING_GUIDELINE\x10\x01\x12$\n CUT_LINE_GENERATING_TYPE_ROTATED\x10\x02\"\xad\x01\n\x1c\x43utLineGeneratingRotatedType\x12.\n*CUT_LINE_GENERATING_ROTATED_TYPE_TWO_NODES\x10\x00\x12)\n%CUT_LINE_GENERATING_ROTATED_TYPE_LINE\x10\x01\x12\x32\n.CUT_LINE_GENERATING_ROTATED_TYPE_NODE_AND_AXIS\x10\x02\"\xfc\x01\n\x1f\x43utLineGeneratingDefinitionAxes\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_U\x10\x00\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_V\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_W\x10\x02\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Y\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Z\x10\x02\x1a\x02\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\t\n\x07_lengthB\x0b\n\t_positionB\x11\n\x0f_position_shortB\n\n\x08_commentB\x11\n\x0f_arc_first_nodeB\x12\n\x10_arc_second_nodeB\x1b\n\x19_arc_control_point_objectB\x14\n\x12_arc_control_pointB\x16\n\x14_arc_control_point_xB\x16\n\x14_arc_control_point_yB\x16\n\x14_arc_control_point_zB\r\n\x0b_arc_centerB\x0f\n\r_arc_center_xB\x0f\n\r_arc_center_yB\x0f\n\r_arc_center_zB\r\n\x0b_arc_radiusB\r\n\x0b_arc_heightB\x0c\n\n_arc_alphaB\x1e\n\x1c_arc_alpha_adjustment_targetB\x10\n\x0e_circle_centerB\x1d\n\x1b_circle_center_coordinate_1B\x1d\n\x1b_circle_center_coordinate_2B\x1d\n\x1b_circle_center_coordinate_3B\x10\n\x0e_circle_normalB\x1d\n\x1b_circle_normal_coordinate_1B\x1d\n\x1b_circle_normal_coordinate_2B\x1d\n\x1b_circle_normal_coordinate_3B\x12\n\x10_circle_rotationB\x0e\n\x0c_circle_nodeB\x1b\n\x19_circle_node_coordinate_1B\x1b\n\x19_circle_node_coordinate_2B\x1b\n\x19_circle_node_coordinate_3B\x10\n\x0e_circle_radiusB\x1c\n\x1a_elliptical_arc_first_nodeB\x1d\n\x1b_elliptical_arc_second_nodeB\x17\n\x15_elliptical_arc_alphaB\x16\n\x14_elliptical_arc_betaB\x18\n\x16_elliptical_arc_normalB\x1a\n\x18_elliptical_arc_normal_xB\x1a\n\x18_elliptical_arc_normal_yB\x1a\n\x18_elliptical_arc_normal_zB\x1e\n\x1c_elliptical_arc_major_radiusB\x1e\n\x1c_elliptical_arc_minor_radiusB\x18\n\x16_elliptical_arc_centerB\x1a\n\x18_elliptical_arc_center_xB\x1a\n\x18_elliptical_arc_center_yB\x1a\n\x18_elliptical_arc_center_zB\x19\n\x17_elliptical_arc_focus_1B\x1b\n\x19_elliptical_arc_focus_1_xB\x1b\n\x19_elliptical_arc_focus_1_yB\x1b\n\x19_elliptical_arc_focus_1_zB\x19\n\x17_elliptical_arc_focus_2B\x1b\n\x19_elliptical_arc_focus_2_xB\x1b\n\x19_elliptical_arc_focus_2_yB\x1b\n\x19_elliptical_arc_focus_2_zB,\n*_elliptical_arc_first_control_point_objectB%\n#_elliptical_arc_first_control_pointB\'\n%_elliptical_arc_first_control_point_xB\'\n%_elliptical_arc_first_control_point_yB\'\n%_elliptical_arc_first_control_point_zB-\n+_elliptical_arc_second_control_point_objectB&\n$_elliptical_arc_second_control_pointB(\n&_elliptical_arc_second_control_point_xB(\n&_elliptical_arc_second_control_point_yB(\n&_elliptical_arc_second_control_point_zB0\n._elliptical_arc_perimeter_control_point_objectB)\n\'_elliptical_arc_perimeter_control_pointB+\n)_elliptical_arc_perimeter_control_point_xB+\n)_elliptical_arc_perimeter_control_point_yB+\n)_elliptical_arc_perimeter_control_point_zB\x15\n\x13_ellipse_first_nodeB\x16\n\x14_ellipse_second_nodeB\x1f\n\x1d_ellipse_control_point_objectB\x18\n\x16_ellipse_control_pointB\x1a\n\x18_ellipse_control_point_xB\x1a\n\x18_ellipse_control_point_yB\x1a\n\x18_ellipse_control_point_zB\x16\n\x14_parabola_first_nodeB\x17\n\x15_parabola_second_nodeB \n\x1e_parabola_control_point_objectB\x19\n\x17_parabola_control_pointB\x1b\n\x19_parabola_control_point_xB\x1b\n\x19_parabola_control_point_yB\x1b\n\x19_parabola_control_point_zB$\n\"_parabola_focus_directrix_distanceB\x11\n\x0f_parabola_alphaB\x11\n\x0f_parabola_focusB\x13\n\x11_parabola_focus_xB\x13\n\x11_parabola_focus_yB\x13\n\x11_parabola_focus_zB\x0e\n\x0c_nurbs_orderB%\n#_nurbs_control_points_by_componentsB\x17\n\x15_nurbs_control_pointsB\x0e\n\x0c_nurbs_knotsB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x11\n\x0f_rotation_planeB\r\n\x0b_is_rotatedB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\t\n\x07_memberB\n\n\x08_supportB\x12\n\x10_mesh_refinementB\x17\n\x15_line_weld_assignmentB\x11\n\x0f_has_line_weldsB\x1b\n\x19_nodes_on_line_assignmentB\x13\n\x11_rotation_surfaceB\x1e\n\x1c_rotation_surface_plane_typeB\x0e\n\x0c_is_cut_lineB\x1b\n\x19_cut_via_section_cut_typeB\"\n _cut_via_section_definition_typeB\x18\n\x16_cut_via_section_node1B\x1f\n\x1d_cut_via_section_coordinates1B!\n\x1f_cut_via_section_coordinates1_xB!\n\x1f_cut_via_section_coordinates1_yB!\n\x1f_cut_via_section_coordinates1_zB\x18\n\x16_cut_via_section_node2B\x1f\n\x1d_cut_via_section_coordinates2B!\n\x1f_cut_via_section_coordinates2_xB!\n\x1f_cut_via_section_coordinates2_yB!\n\x1f_cut_via_section_coordinates2_zB\x18\n\x16_cut_via_section_node3B\x1f\n\x1d_cut_via_section_coordinates3B!\n\x1f_cut_via_section_coordinates3_xB!\n\x1f_cut_via_section_coordinates3_yB!\n\x1f_cut_via_section_coordinates3_zB\x1c\n\x1a_cut_via_section_componentB\x1f\n\x1d_cut_via_two_lines_first_lineB \n\x1e_cut_via_two_lines_second_lineBK\nI_cut_via_two_lines_first_point_distance_from_start_is_defined_as_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_absoluteB;\n9_cut_via_two_lines_first_point_distance_from_end_relativeB;\n9_cut_via_two_lines_first_point_distance_from_end_absoluteBA\n?_cut_via_two_lines_second_point_distance_is_defined_as_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_absoluteB<\n:_cut_via_two_lines_second_point_distance_from_end_relativeB<\n:_cut_via_two_lines_second_point_distance_from_end_absoluteB\x1b\n\x19_line_releases_assignmentB\x1d\n\x1b_cut_line_multi_cut_enabledB\x1b\n\x19_cut_line_generating_typeB&\n$_cut_line_generating_offset_distanceB)\n\'_cut_line_generating_tolerance_absoluteB)\n\'_cut_line_generating_tolerance_relativeB7\n5_cut_line_generating_tolerance_is_defined_as_relativeB*\n(_cut_line_generating_preserve_same_angleB#\n!_cut_line_generating_rotated_typeB!\n\x1f_cut_line_generating_guide_lineB$\n\"_cut_line_generating_rotation_lineB%\n#_cut_line_generating_rotation_node1B#\n!_cut_line_generating_coordinates1B%\n#_cut_line_generating_coordinates1_xB%\n#_cut_line_generating_coordinates1_yB%\n#_cut_line_generating_coordinates1_zB%\n#_cut_line_generating_rotation_node2B#\n!_cut_line_generating_coordinates2B%\n#_cut_line_generating_coordinates2_xB%\n#_cut_line_generating_coordinates2_yB%\n#_cut_line_generating_coordinates2_zB(\n&_cut_line_generating_coordinate_systemB&\n$_cut_line_generating_definition_axesB\x0c\n\n_line_linkB\x1d\n\x1b_design_properties_via_lineB(\n&_design_properties_via_parent_line_setB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)dlubal/api/rfem/structure_core/line.proto\x12\x1e\x64lubal.api.rfem.structure_core\x1a\x1e\x64lubal/api/common/common.proto\"\xaf\x8f\x01\n\x04Line\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x10\x64\x65\x66inition_nodes\x18\x02 \x03(\x05\x12<\n\x04type\x18\x03 \x01(\x0e\x32).dlubal.api.rfem.structure_core.Line.TypeH\x01\x88\x01\x01\x12\x13\n\x06length\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0eposition_short\x18\x06 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x61rc_first_node\x18\x08 \x01(\x05H\x06\x88\x01\x01\x12\x1c\n\x0f\x61rc_second_node\x18\t \x01(\x05H\x07\x88\x01\x01\x12%\n\x18\x61rc_control_point_object\x18\n \x01(\x05H\x08\x88\x01\x01\x12;\n\x11\x61rc_control_point\x18\x0b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\t\x88\x01\x01\x12 \n\x13\x61rc_control_point_x\x18\x0c \x01(\x01H\n\x88\x01\x01\x12 \n\x13\x61rc_control_point_y\x18\r \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13\x61rc_control_point_z\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x34\n\narc_center\x18\x0f \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\r\x88\x01\x01\x12\x19\n\x0c\x61rc_center_x\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x19\n\x0c\x61rc_center_y\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x19\n\x0c\x61rc_center_z\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12\x17\n\narc_radius\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12\x17\n\narc_height\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12\x16\n\tarc_alpha\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12g\n\x1b\x61rc_alpha_adjustment_target\x18\x16 \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.ArcAlphaAdjustmentTargetH\x14\x88\x01\x01\x12\x37\n\rcircle_center\x18\x17 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x15\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_1\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_2\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\'\n\x1a\x63ircle_center_coordinate_3\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x37\n\rcircle_normal\x18\x1b \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x19\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_1\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_2\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\'\n\x1a\x63ircle_normal_coordinate_3\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x1c\n\x0f\x63ircle_rotation\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x35\n\x0b\x63ircle_node\x18 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x1e\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_1\x18! \x01(\x01H\x1f\x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_2\x18\" \x01(\x01H \x88\x01\x01\x12%\n\x18\x63ircle_node_coordinate_3\x18# \x01(\x01H!\x88\x01\x01\x12\x1a\n\rcircle_radius\x18$ \x01(\x01H\"\x88\x01\x01\x12&\n\x19\x65lliptical_arc_first_node\x18% \x01(\x05H#\x88\x01\x01\x12\'\n\x1a\x65lliptical_arc_second_node\x18& \x01(\x05H$\x88\x01\x01\x12!\n\x14\x65lliptical_arc_alpha\x18\' \x01(\x01H%\x88\x01\x01\x12 \n\x13\x65lliptical_arc_beta\x18( \x01(\x01H&\x88\x01\x01\x12?\n\x15\x65lliptical_arc_normal\x18) \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\'\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_x\x18* \x01(\x01H(\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_y\x18+ \x01(\x01H)\x88\x01\x01\x12$\n\x17\x65lliptical_arc_normal_z\x18, \x01(\x01H*\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_major_radius\x18- \x01(\x01H+\x88\x01\x01\x12(\n\x1b\x65lliptical_arc_minor_radius\x18. \x01(\x01H,\x88\x01\x01\x12?\n\x15\x65lliptical_arc_center\x18/ \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH-\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_x\x18\x30 \x01(\x01H.\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_y\x18\x31 \x01(\x01H/\x88\x01\x01\x12$\n\x17\x65lliptical_arc_center_z\x18\x32 \x01(\x01H0\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_1\x18\x33 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH1\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_x\x18\x34 \x01(\x01H2\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_y\x18\x35 \x01(\x01H3\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_1_z\x18\x36 \x01(\x01H4\x88\x01\x01\x12@\n\x16\x65lliptical_arc_focus_2\x18\x37 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH5\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12%\n\x18\x65lliptical_arc_focus_2_z\x18: \x01(\x01H8\x88\x01\x01\x12\x36\n)elliptical_arc_first_control_point_object\x18; \x01(\x05H9\x88\x01\x01\x12L\n\"elliptical_arc_first_control_point\x18< \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH:\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_x\x18= \x01(\x01H;\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_y\x18> \x01(\x01H<\x88\x01\x01\x12\x31\n$elliptical_arc_first_control_point_z\x18? \x01(\x01H=\x88\x01\x01\x12\x37\n*elliptical_arc_second_control_point_object\x18@ \x01(\x05H>\x88\x01\x01\x12M\n#elliptical_arc_second_control_point\x18\x41 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH?\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_x\x18\x42 \x01(\x01H@\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_y\x18\x43 \x01(\x01HA\x88\x01\x01\x12\x32\n%elliptical_arc_second_control_point_z\x18\x44 \x01(\x01HB\x88\x01\x01\x12:\n-elliptical_arc_perimeter_control_point_object\x18\x45 \x01(\x05HC\x88\x01\x01\x12P\n&elliptical_arc_perimeter_control_point\x18\x46 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHD\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_x\x18G \x01(\x01HE\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_y\x18H \x01(\x01HF\x88\x01\x01\x12\x35\n(elliptical_arc_perimeter_control_point_z\x18I \x01(\x01HG\x88\x01\x01\x12\x1f\n\x12\x65llipse_first_node\x18J \x01(\x05HH\x88\x01\x01\x12 \n\x13\x65llipse_second_node\x18K \x01(\x05HI\x88\x01\x01\x12)\n\x1c\x65llipse_control_point_object\x18L \x01(\x05HJ\x88\x01\x01\x12?\n\x15\x65llipse_control_point\x18M \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHK\x88\x01\x01\x12$\n\x17\x65llipse_control_point_x\x18N \x01(\x01HL\x88\x01\x01\x12$\n\x17\x65llipse_control_point_y\x18O \x01(\x01HM\x88\x01\x01\x12$\n\x17\x65llipse_control_point_z\x18P \x01(\x01HN\x88\x01\x01\x12 \n\x13parabola_first_node\x18Q \x01(\x05HO\x88\x01\x01\x12!\n\x14parabola_second_node\x18R \x01(\x05HP\x88\x01\x01\x12*\n\x1dparabola_control_point_object\x18S \x01(\x05HQ\x88\x01\x01\x12@\n\x16parabola_control_point\x18T \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHR\x88\x01\x01\x12%\n\x18parabola_control_point_x\x18U \x01(\x01HS\x88\x01\x01\x12%\n\x18parabola_control_point_y\x18V \x01(\x01HT\x88\x01\x01\x12%\n\x18parabola_control_point_z\x18W \x01(\x01HU\x88\x01\x01\x12.\n!parabola_focus_directrix_distance\x18X \x01(\x01HV\x88\x01\x01\x12\x1b\n\x0eparabola_alpha\x18Y \x01(\x01HW\x88\x01\x01\x12\x38\n\x0eparabola_focus\x18Z \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHX\x88\x01\x01\x12\x1d\n\x10parabola_focus_x\x18[ \x01(\x01HY\x88\x01\x01\x12\x1d\n\x10parabola_focus_y\x18\\ \x01(\x01HZ\x88\x01\x01\x12\x1d\n\x10parabola_focus_z\x18] \x01(\x01H[\x88\x01\x01\x12\x18\n\x0bnurbs_order\x18^ \x01(\x05H\\\x88\x01\x01\x12y\n\"nurbs_control_points_by_components\x18_ \x01(\x0b\x32H.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsTableH]\x88\x01\x01\x12_\n\x14nurbs_control_points\x18` \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.NurbsControlPointsTableH^\x88\x01\x01\x12N\n\x0bnurbs_knots\x18\x61 \x01(\x0b\x32\x34.dlubal.api.rfem.structure_core.Line.NurbsKnotsTableH_\x88\x01\x01\x12h\n\x1brotation_specification_type\x18\x62 \x01(\x0e\x32>.dlubal.api.rfem.structure_core.Line.RotationSpecificationTypeH`\x88\x01\x01\x12\x1b\n\x0erotation_angle\x18\x63 \x01(\x01Ha\x88\x01\x01\x12\x1f\n\x12rotation_help_node\x18\x64 \x01(\x05Hb\x88\x01\x01\x12O\n\x0erotation_plane\x18\x65 \x01(\x0e\x32\x32.dlubal.api.rfem.structure_core.Line.RotationPlaneHc\x88\x01\x01\x12\x17\n\nis_rotated\x18\x66 \x01(\x08Hd\x88\x01\x01\x12\x19\n\x0cparent_layer\x18g \x01(\x05He\x88\x01\x01\x12&\n\x19is_locked_by_parent_layer\x18h \x01(\x08Hf\x88\x01\x01\x12\x19\n\x0cis_generated\x18i \x01(\x08Hg\x88\x01\x01\x12#\n\x16generating_object_info\x18j \x01(\tHh\x88\x01\x01\x12\x13\n\x06member\x18k \x01(\x05Hi\x88\x01\x01\x12\x14\n\x07support\x18l \x01(\x05Hj\x88\x01\x01\x12\x1c\n\x0fmesh_refinement\x18m \x01(\x05Hk\x88\x01\x01\x12_\n\x14line_weld_assignment\x18n \x01(\x0b\x32<.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentTableHl\x88\x01\x01\x12\x1b\n\x0ehas_line_welds\x18o \x01(\x08Hm\x88\x01\x01\x12\x66\n\x18nodes_on_line_assignment\x18p \x01(\x0b\x32?.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentTableHn\x88\x01\x01\x12\x1d\n\x10rotation_surface\x18q \x01(\x05Ho\x88\x01\x01\x12g\n\x1brotation_surface_plane_type\x18r \x01(\x0e\x32=.dlubal.api.rfem.structure_core.Line.RotationSurfacePlaneTypeHp\x88\x01\x01\x12\x18\n\x0bis_cut_line\x18s \x01(\x08Hq\x88\x01\x01\x12`\n\x18\x63ut_via_section_cut_type\x18t \x01(\x0e\x32\x39.dlubal.api.rfem.structure_core.Line.CutViaSectionCutTypeHr\x88\x01\x01\x12n\n\x1f\x63ut_via_section_definition_type\x18u \x01(\x0e\x32@.dlubal.api.rfem.structure_core.Line.CutViaSectionDefinitionTypeHs\x88\x01\x01\x12,\n$cut_via_section_assigned_to_surfaces\x18v \x03(\x05\x12\"\n\x15\x63ut_via_section_node1\x18w \x01(\x05Ht\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates1\x18x \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHu\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_x\x18y \x01(\x01Hv\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_y\x18z \x01(\x01Hw\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates1_z\x18{ \x01(\x01Hx\x88\x01\x01\x12\"\n\x15\x63ut_via_section_node2\x18| \x01(\x05Hy\x88\x01\x01\x12\x46\n\x1c\x63ut_via_section_coordinates2\x18} \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dHz\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_x\x18~ \x01(\x01H{\x88\x01\x01\x12+\n\x1e\x63ut_via_section_coordinates2_y\x18\x7f \x01(\x01H|\x88\x01\x01\x12,\n\x1e\x63ut_via_section_coordinates2_z\x18\x80\x01 \x01(\x01H}\x88\x01\x01\x12#\n\x15\x63ut_via_section_node3\x18\x81\x01 \x01(\x05H~\x88\x01\x01\x12G\n\x1c\x63ut_via_section_coordinates3\x18\x82\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x7f\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_x\x18\x83\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_y\x18\x84\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12-\n\x1e\x63ut_via_section_coordinates3_z\x18\x85\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12(\n\x19\x63ut_via_section_component\x18\x86\x01 \x01(\x05H\x83\x01\x88\x01\x01\x12+\n\x1c\x63ut_via_two_lines_first_line\x18\x87\x01 \x01(\x05H\x84\x01\x88\x01\x01\x12,\n\x1d\x63ut_via_two_lines_second_line\x18\x88\x01 \x01(\x05H\x85\x01\x88\x01\x01\x12W\nHcut_via_two_lines_first_point_distance_from_start_is_defined_as_relative\x18\x89\x01 \x01(\x08H\x86\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_relative\x18\x8a\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12I\n:cut_via_two_lines_first_point_distance_from_start_absolute\x18\x8b\x01 \x01(\x01H\x88\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_relative\x18\x8c\x01 \x01(\x01H\x89\x01\x88\x01\x01\x12G\n8cut_via_two_lines_first_point_distance_from_end_absolute\x18\x8d\x01 \x01(\x01H\x8a\x01\x88\x01\x01\x12M\n>cut_via_two_lines_second_point_distance_is_defined_as_relative\x18\x8e\x01 \x01(\x08H\x8b\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_relative\x18\x8f\x01 \x01(\x01H\x8c\x01\x88\x01\x01\x12J\n;cut_via_two_lines_second_point_distance_from_start_absolute\x18\x90\x01 \x01(\x01H\x8d\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_relative\x18\x91\x01 \x01(\x01H\x8e\x01\x88\x01\x01\x12H\n9cut_via_two_lines_second_point_distance_from_end_absolute\x18\x92\x01 \x01(\x01H\x8f\x01\x88\x01\x01\x12i\n\x18line_releases_assignment\x18\x93\x01 \x01(\x0b\x32@.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentTableH\x90\x01\x88\x01\x01\x12)\n\x1a\x63ut_line_multi_cut_enabled\x18\x94\x01 \x01(\x08H\x91\x01\x88\x01\x01\x12\x63\n\x18\x63ut_line_generating_type\x18\x95\x01 \x01(\x0e\x32:.dlubal.api.rfem.structure_core.Line.CutLineGeneratingTypeH\x92\x01\x88\x01\x01\x12\x32\n#cut_line_generating_offset_distance\x18\x96\x01 \x01(\x01H\x93\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_absolute\x18\x97\x01 \x01(\x01H\x94\x01\x88\x01\x01\x12\x35\n&cut_line_generating_tolerance_relative\x18\x98\x01 \x01(\x01H\x95\x01\x88\x01\x01\x12\x43\n4cut_line_generating_tolerance_is_defined_as_relative\x18\x99\x01 \x01(\x08H\x96\x01\x88\x01\x01\x12\x36\n\'cut_line_generating_preserve_same_angle\x18\x9a\x01 \x01(\x08H\x97\x01\x88\x01\x01\x12r\n cut_line_generating_rotated_type\x18\x9b\x01 \x01(\x0e\x32\x41.dlubal.api.rfem.structure_core.Line.CutLineGeneratingRotatedTypeH\x98\x01\x88\x01\x01\x12-\n\x1e\x63ut_line_generating_guide_line\x18\x9c\x01 \x01(\x05H\x99\x01\x88\x01\x01\x12\x30\n!cut_line_generating_rotation_line\x18\x9d\x01 \x01(\x05H\x9a\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node1\x18\x9e\x01 \x01(\x05H\x9b\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates1\x18\x9f\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x9c\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_x\x18\xa0\x01 \x01(\x01H\x9d\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_y\x18\xa1\x01 \x01(\x01H\x9e\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates1_z\x18\xa2\x01 \x01(\x01H\x9f\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_rotation_node2\x18\xa3\x01 \x01(\x05H\xa0\x01\x88\x01\x01\x12L\n cut_line_generating_coordinates2\x18\xa4\x01 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\xa1\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_x\x18\xa5\x01 \x01(\x01H\xa2\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_y\x18\xa6\x01 \x01(\x01H\xa3\x01\x88\x01\x01\x12\x31\n\"cut_line_generating_coordinates2_z\x18\xa7\x01 \x01(\x01H\xa4\x01\x88\x01\x01\x12\x34\n%cut_line_generating_coordinate_system\x18\xa8\x01 \x01(\x05H\xa5\x01\x88\x01\x01\x12x\n#cut_line_generating_definition_axes\x18\xa9\x01 \x01(\x0e\x32\x44.dlubal.api.rfem.structure_core.Line.CutLineGeneratingDefinitionAxesH\xa6\x01\x88\x01\x01\x12\x18\n\tline_link\x18\xaa\x01 \x01(\x05H\xa7\x01\x88\x01\x01\x12)\n\x1a\x64\x65sign_properties_via_line\x18\xab\x01 \x01(\x08H\xa8\x01\x88\x01\x01\x12\x34\n%design_properties_via_parent_line_set\x18\xac\x01 \x01(\x08H\xa9\x01\x88\x01\x01\x12#\n\x14id_for_export_import\x18\xad\x01 \x01(\tH\xaa\x01\x88\x01\x01\x12)\n\x1ametadata_for_export_import\x18\xae\x01 \x01(\tH\xab\x01\x88\x01\x01\x1a{\n#NurbsControlPointsByComponentsTable\x12T\n\x04rows\x18\x01 \x03(\x0b\x32\x46.dlubal.api.rfem.structure_core.Line.NurbsControlPointsByComponentsRow\x1a\xb3\x02\n!NurbsControlPointsByComponentsRow\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\x13global_coordinate_x\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13global_coordinate_y\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12 \n\x13global_coordinate_z\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x13\n\x06weight\x18\x06 \x01(\x01H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_global_coordinate_xB\x16\n\x14_global_coordinate_yB\x16\n\x14_global_coordinate_zB\t\n\x07_weight\x1a\x63\n\x17NurbsControlPointsTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.NurbsControlPointsRow\x1a\xb3\x02\n\x15NurbsControlPointsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1a\n\rcontrol_point\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12<\n\x12global_coordinates\x18\x04 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x03\x88\x01\x01\x12\x35\n\x0b\x63oordinates\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x0e\n\x06weight\x18\x06 \x01(\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x10\n\x0e_control_pointB\x15\n\x13_global_coordinatesB\x0e\n\x0c_coordinates\x1aS\n\x0fNurbsKnotsTable\x12@\n\x04rows\x18\x01 \x03(\x0b\x32\x32.dlubal.api.rfem.structure_core.Line.NurbsKnotsRow\x1ay\n\rNurbsKnotsRow\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\x17\n\nknot_value\x18\x03 \x01(\x01H\x02\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\r\n\x0b_knot_value\x1a\x63\n\x17LineWeldAssignmentTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.structure_core.Line.LineWeldAssignmentRow\x1a\xe1\x01\n\x15LineWeldAssignmentRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04weld\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x15\n\x08surface1\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x15\n\x08surface2\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12\x15\n\x08surface3\x18\x06 \x01(\x05H\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_weldB\x0b\n\t_surface1B\x0b\n\t_surface2B\x0b\n\t_surface3\x1ai\n\x1aNodesOnLineAssignmentTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow\x1a\x83\x03\n\x18NodesOnLineAssignmentRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04node\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12_\n\treference\x18\x04 \x01(\x0e\x32G.dlubal.api.rfem.structure_core.Line.NodesOnLineAssignmentRow.ReferenceH\x03\x88\x01\x01\x12\x16\n\tfromStart\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x14\n\x07\x66romEnd\x18\x06 \x01(\x01H\x05\x88\x01\x01\"R\n\tReference\x12\x0f\n\x0bREFERENCE_L\x10\x00\x12\x10\n\x0cREFERENCE_XY\x10\x01\x12\x10\n\x0cREFERENCE_XZ\x10\x02\x12\x10\n\x0cREFERENCE_YZ\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x07\n\x05_nodeB\x0c\n\n_referenceB\x0c\n\n_fromStartB\n\n\x08_fromEnd\x1ak\n\x1bLineReleasesAssignmentTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow\x1a\x9a\x04\n\x19LineReleasesAssignmentRow\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\x1f\n\x12\x61ssigned_object_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x13\n\x06\x61\x63tive\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x17\n\nrelease_no\x18\x05 \x01(\x05H\x04\x88\x01\x01\x12m\n\x10release_location\x18\x06 \x01(\x0e\x32N.dlubal.api.rfem.structure_core.Line.LineReleasesAssignmentRow.ReleaseLocationH\x05\x88\x01\x01\x12\x1d\n\x10released_objects\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x1e\n\x11generated_objects\x18\x08 \x01(\tH\x07\x88\x01\x01\"M\n\x0fReleaseLocation\x12\x1b\n\x17RELEASE_LOCATION_ORIGIN\x10\x00\x12\x1d\n\x19RELEASE_LOCATION_RELEASED\x10\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x15\n\x13_assigned_object_noB\t\n\x07_activeB\r\n\x0b_release_noB\x13\n\x11_release_locationB\x13\n\x11_released_objectsB\x14\n\x12_generated_objects\"\xdf\x01\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0c\n\x08TYPE_ARC\x10\x02\x12\x0f\n\x0bTYPE_CIRCLE\x10\x03\x12\x18\n\x14TYPE_CUT_VIA_SECTION\x10\t\x12\x1a\n\x16TYPE_CUT_VIA_TWO_LINES\x10\n\x12\x10\n\x0cTYPE_ELLIPSE\x10\x05\x12\x17\n\x13TYPE_ELLIPTICAL_ARC\x10\x04\x12\x0e\n\nTYPE_NURBS\x10\x08\x12\x11\n\rTYPE_PARABOLA\x10\x06\x12\x11\n\rTYPE_POLYLINE\x10\x01\x12\x0f\n\x0bTYPE_SPLINE\x10\x07\"\xab\x01\n\x18\x41rcAlphaAdjustmentTarget\x12\x30\n,ARC_ALPHA_ADJUSTMENT_TARGET_BEGINNING_OF_ARC\x10\x00\x12\x31\n-ARC_ALPHA_ADJUSTMENT_TARGET_ARC_CONTROL_POINT\x10\x01\x12*\n&ARC_ALPHA_ADJUSTMENT_TARGET_END_OF_ARC\x10\x02\"\xf8\x01\n\x19RotationSpecificationType\x12(\n$ROTATION_SPECIFICATION_TYPE_BY_ANGLE\x10\x00\x12\x37\n3ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL\x10\x04\x12&\n\"ROTATION_SPECIFICATION_TYPE_INSIDE\x10\x02\x12\'\n#ROTATION_SPECIFICATION_TYPE_SURFACE\x10\x03\x12\'\n#ROTATION_SPECIFICATION_TYPE_TO_NODE\x10\x01\"=\n\rRotationPlane\x12\x15\n\x11ROTATION_PLANE_XY\x10\x00\x12\x15\n\x11ROTATION_PLANE_XZ\x10\x01\"\x80\x01\n\x18RotationSurfacePlaneType\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XY\x10\x00\x12\x31\n-ROTATION_SURFACE_PLANE_TYPE_ROTATION_PLANE_XZ\x10\x01\"k\n\x14\x43utViaSectionCutType\x12)\n%CUT_VIA_SECTION_CUT_TYPE_CUT_GEODESIC\x10\x00\x12(\n$CUT_VIA_SECTION_CUT_TYPE_CUT_SECTION\x10\x01\"z\n\x1b\x43utViaSectionDefinitionType\x12,\n(CUT_VIA_SECTION_DEFINITION_TYPE_BY_POINT\x10\x00\x12-\n)CUT_VIA_SECTION_DEFINITION_TYPE_BY_VECTOR\x10\x01\"\x96\x01\n\x15\x43utLineGeneratingType\x12%\n!CUT_LINE_GENERATING_TYPE_PARALLEL\x10\x00\x12\x30\n,CUT_LINE_GENERATING_TYPE_ACCORDING_GUIDELINE\x10\x01\x12$\n CUT_LINE_GENERATING_TYPE_ROTATED\x10\x02\"\xad\x01\n\x1c\x43utLineGeneratingRotatedType\x12.\n*CUT_LINE_GENERATING_ROTATED_TYPE_TWO_NODES\x10\x00\x12)\n%CUT_LINE_GENERATING_ROTATED_TYPE_LINE\x10\x01\x12\x32\n.CUT_LINE_GENERATING_ROTATED_TYPE_NODE_AND_AXIS\x10\x02\"\xfc\x01\n\x1f\x43utLineGeneratingDefinitionAxes\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_U\x10\x00\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_V\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_W\x10\x02\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Y\x10\x01\x12)\n%CUT_LINE_GENERATING_DEFINITION_AXES_Z\x10\x02\x1a\x02\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\t\n\x07_lengthB\x0b\n\t_positionB\x11\n\x0f_position_shortB\n\n\x08_commentB\x11\n\x0f_arc_first_nodeB\x12\n\x10_arc_second_nodeB\x1b\n\x19_arc_control_point_objectB\x14\n\x12_arc_control_pointB\x16\n\x14_arc_control_point_xB\x16\n\x14_arc_control_point_yB\x16\n\x14_arc_control_point_zB\r\n\x0b_arc_centerB\x0f\n\r_arc_center_xB\x0f\n\r_arc_center_yB\x0f\n\r_arc_center_zB\r\n\x0b_arc_radiusB\r\n\x0b_arc_heightB\x0c\n\n_arc_alphaB\x1e\n\x1c_arc_alpha_adjustment_targetB\x10\n\x0e_circle_centerB\x1d\n\x1b_circle_center_coordinate_1B\x1d\n\x1b_circle_center_coordinate_2B\x1d\n\x1b_circle_center_coordinate_3B\x10\n\x0e_circle_normalB\x1d\n\x1b_circle_normal_coordinate_1B\x1d\n\x1b_circle_normal_coordinate_2B\x1d\n\x1b_circle_normal_coordinate_3B\x12\n\x10_circle_rotationB\x0e\n\x0c_circle_nodeB\x1b\n\x19_circle_node_coordinate_1B\x1b\n\x19_circle_node_coordinate_2B\x1b\n\x19_circle_node_coordinate_3B\x10\n\x0e_circle_radiusB\x1c\n\x1a_elliptical_arc_first_nodeB\x1d\n\x1b_elliptical_arc_second_nodeB\x17\n\x15_elliptical_arc_alphaB\x16\n\x14_elliptical_arc_betaB\x18\n\x16_elliptical_arc_normalB\x1a\n\x18_elliptical_arc_normal_xB\x1a\n\x18_elliptical_arc_normal_yB\x1a\n\x18_elliptical_arc_normal_zB\x1e\n\x1c_elliptical_arc_major_radiusB\x1e\n\x1c_elliptical_arc_minor_radiusB\x18\n\x16_elliptical_arc_centerB\x1a\n\x18_elliptical_arc_center_xB\x1a\n\x18_elliptical_arc_center_yB\x1a\n\x18_elliptical_arc_center_zB\x19\n\x17_elliptical_arc_focus_1B\x1b\n\x19_elliptical_arc_focus_1_xB\x1b\n\x19_elliptical_arc_focus_1_yB\x1b\n\x19_elliptical_arc_focus_1_zB\x19\n\x17_elliptical_arc_focus_2B\x1b\n\x19_elliptical_arc_focus_2_xB\x1b\n\x19_elliptical_arc_focus_2_yB\x1b\n\x19_elliptical_arc_focus_2_zB,\n*_elliptical_arc_first_control_point_objectB%\n#_elliptical_arc_first_control_pointB\'\n%_elliptical_arc_first_control_point_xB\'\n%_elliptical_arc_first_control_point_yB\'\n%_elliptical_arc_first_control_point_zB-\n+_elliptical_arc_second_control_point_objectB&\n$_elliptical_arc_second_control_pointB(\n&_elliptical_arc_second_control_point_xB(\n&_elliptical_arc_second_control_point_yB(\n&_elliptical_arc_second_control_point_zB0\n._elliptical_arc_perimeter_control_point_objectB)\n\'_elliptical_arc_perimeter_control_pointB+\n)_elliptical_arc_perimeter_control_point_xB+\n)_elliptical_arc_perimeter_control_point_yB+\n)_elliptical_arc_perimeter_control_point_zB\x15\n\x13_ellipse_first_nodeB\x16\n\x14_ellipse_second_nodeB\x1f\n\x1d_ellipse_control_point_objectB\x18\n\x16_ellipse_control_pointB\x1a\n\x18_ellipse_control_point_xB\x1a\n\x18_ellipse_control_point_yB\x1a\n\x18_ellipse_control_point_zB\x16\n\x14_parabola_first_nodeB\x17\n\x15_parabola_second_nodeB \n\x1e_parabola_control_point_objectB\x19\n\x17_parabola_control_pointB\x1b\n\x19_parabola_control_point_xB\x1b\n\x19_parabola_control_point_yB\x1b\n\x19_parabola_control_point_zB$\n\"_parabola_focus_directrix_distanceB\x11\n\x0f_parabola_alphaB\x11\n\x0f_parabola_focusB\x13\n\x11_parabola_focus_xB\x13\n\x11_parabola_focus_yB\x13\n\x11_parabola_focus_zB\x0e\n\x0c_nurbs_orderB%\n#_nurbs_control_points_by_componentsB\x17\n\x15_nurbs_control_pointsB\x0e\n\x0c_nurbs_knotsB\x1e\n\x1c_rotation_specification_typeB\x11\n\x0f_rotation_angleB\x15\n\x13_rotation_help_nodeB\x11\n\x0f_rotation_planeB\r\n\x0b_is_rotatedB\x0f\n\r_parent_layerB\x1c\n\x1a_is_locked_by_parent_layerB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\t\n\x07_memberB\n\n\x08_supportB\x12\n\x10_mesh_refinementB\x17\n\x15_line_weld_assignmentB\x11\n\x0f_has_line_weldsB\x1b\n\x19_nodes_on_line_assignmentB\x13\n\x11_rotation_surfaceB\x1e\n\x1c_rotation_surface_plane_typeB\x0e\n\x0c_is_cut_lineB\x1b\n\x19_cut_via_section_cut_typeB\"\n _cut_via_section_definition_typeB\x18\n\x16_cut_via_section_node1B\x1f\n\x1d_cut_via_section_coordinates1B!\n\x1f_cut_via_section_coordinates1_xB!\n\x1f_cut_via_section_coordinates1_yB!\n\x1f_cut_via_section_coordinates1_zB\x18\n\x16_cut_via_section_node2B\x1f\n\x1d_cut_via_section_coordinates2B!\n\x1f_cut_via_section_coordinates2_xB!\n\x1f_cut_via_section_coordinates2_yB!\n\x1f_cut_via_section_coordinates2_zB\x18\n\x16_cut_via_section_node3B\x1f\n\x1d_cut_via_section_coordinates3B!\n\x1f_cut_via_section_coordinates3_xB!\n\x1f_cut_via_section_coordinates3_yB!\n\x1f_cut_via_section_coordinates3_zB\x1c\n\x1a_cut_via_section_componentB\x1f\n\x1d_cut_via_two_lines_first_lineB \n\x1e_cut_via_two_lines_second_lineBK\nI_cut_via_two_lines_first_point_distance_from_start_is_defined_as_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_relativeB=\n;_cut_via_two_lines_first_point_distance_from_start_absoluteB;\n9_cut_via_two_lines_first_point_distance_from_end_relativeB;\n9_cut_via_two_lines_first_point_distance_from_end_absoluteBA\n?_cut_via_two_lines_second_point_distance_is_defined_as_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_relativeB>\n<_cut_via_two_lines_second_point_distance_from_start_absoluteB<\n:_cut_via_two_lines_second_point_distance_from_end_relativeB<\n:_cut_via_two_lines_second_point_distance_from_end_absoluteB\x1b\n\x19_line_releases_assignmentB\x1d\n\x1b_cut_line_multi_cut_enabledB\x1b\n\x19_cut_line_generating_typeB&\n$_cut_line_generating_offset_distanceB)\n\'_cut_line_generating_tolerance_absoluteB)\n\'_cut_line_generating_tolerance_relativeB7\n5_cut_line_generating_tolerance_is_defined_as_relativeB*\n(_cut_line_generating_preserve_same_angleB#\n!_cut_line_generating_rotated_typeB!\n\x1f_cut_line_generating_guide_lineB$\n\"_cut_line_generating_rotation_lineB%\n#_cut_line_generating_rotation_node1B#\n!_cut_line_generating_coordinates1B%\n#_cut_line_generating_coordinates1_xB%\n#_cut_line_generating_coordinates1_yB%\n#_cut_line_generating_coordinates1_zB%\n#_cut_line_generating_rotation_node2B#\n!_cut_line_generating_coordinates2B%\n#_cut_line_generating_coordinates2_xB%\n#_cut_line_generating_coordinates2_yB%\n#_cut_line_generating_coordinates2_zB(\n&_cut_line_generating_coordinate_systemB&\n$_cut_line_generating_definition_axesB\x0c\n\n_line_linkB\x1d\n\x1b_design_properties_via_lineB(\n&_design_properties_via_parent_line_setB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,7 +35,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
35
|
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._loaded_options = None
|
|
36
36
|
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_options = b'\020\001'
|
|
37
37
|
_globals['_LINE']._serialized_start=111
|
|
38
|
-
_globals['_LINE']._serialized_end=
|
|
38
|
+
_globals['_LINE']._serialized_end=18462
|
|
39
39
|
_globals['_LINE_NURBSCONTROLPOINTSBYCOMPONENTSTABLE']._serialized_start=8922
|
|
40
40
|
_globals['_LINE_NURBSCONTROLPOINTSBYCOMPONENTSTABLE']._serialized_end=9045
|
|
41
41
|
_globals['_LINE_NURBSCONTROLPOINTSBYCOMPONENTSROW']._serialized_start=9048
|
|
@@ -69,19 +69,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
69
69
|
_globals['_LINE_ARCALPHAADJUSTMENTTARGET']._serialized_start=11679
|
|
70
70
|
_globals['_LINE_ARCALPHAADJUSTMENTTARGET']._serialized_end=11850
|
|
71
71
|
_globals['_LINE_ROTATIONSPECIFICATIONTYPE']._serialized_start=11853
|
|
72
|
-
_globals['_LINE_ROTATIONSPECIFICATIONTYPE']._serialized_end=
|
|
73
|
-
_globals['_LINE_ROTATIONPLANE']._serialized_start=
|
|
74
|
-
_globals['_LINE_ROTATIONPLANE']._serialized_end=
|
|
75
|
-
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_start=
|
|
76
|
-
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_end=
|
|
77
|
-
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_start=
|
|
78
|
-
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_end=
|
|
79
|
-
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_start=
|
|
80
|
-
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_end=
|
|
81
|
-
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_start=
|
|
82
|
-
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_end=
|
|
83
|
-
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_start=
|
|
84
|
-
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_end=
|
|
85
|
-
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_start=
|
|
86
|
-
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_end=
|
|
72
|
+
_globals['_LINE_ROTATIONSPECIFICATIONTYPE']._serialized_end=12101
|
|
73
|
+
_globals['_LINE_ROTATIONPLANE']._serialized_start=12103
|
|
74
|
+
_globals['_LINE_ROTATIONPLANE']._serialized_end=12164
|
|
75
|
+
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_start=12167
|
|
76
|
+
_globals['_LINE_ROTATIONSURFACEPLANETYPE']._serialized_end=12295
|
|
77
|
+
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_start=12297
|
|
78
|
+
_globals['_LINE_CUTVIASECTIONCUTTYPE']._serialized_end=12404
|
|
79
|
+
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_start=12406
|
|
80
|
+
_globals['_LINE_CUTVIASECTIONDEFINITIONTYPE']._serialized_end=12528
|
|
81
|
+
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_start=12531
|
|
82
|
+
_globals['_LINE_CUTLINEGENERATINGTYPE']._serialized_end=12681
|
|
83
|
+
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_start=12684
|
|
84
|
+
_globals['_LINE_CUTLINEGENERATINGROTATEDTYPE']._serialized_end=12857
|
|
85
|
+
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_start=12860
|
|
86
|
+
_globals['_LINE_CUTLINEGENERATINGDEFINITIONAXES']._serialized_end=13112
|
|
87
87
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -44,10 +44,12 @@ class Line(_message.Message):
|
|
|
44
44
|
class RotationSpecificationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
45
45
|
__slots__ = ()
|
|
46
46
|
ROTATION_SPECIFICATION_TYPE_BY_ANGLE: _ClassVar[Line.RotationSpecificationType]
|
|
47
|
+
ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL: _ClassVar[Line.RotationSpecificationType]
|
|
47
48
|
ROTATION_SPECIFICATION_TYPE_INSIDE: _ClassVar[Line.RotationSpecificationType]
|
|
48
49
|
ROTATION_SPECIFICATION_TYPE_SURFACE: _ClassVar[Line.RotationSpecificationType]
|
|
49
50
|
ROTATION_SPECIFICATION_TYPE_TO_NODE: _ClassVar[Line.RotationSpecificationType]
|
|
50
51
|
ROTATION_SPECIFICATION_TYPE_BY_ANGLE: Line.RotationSpecificationType
|
|
52
|
+
ROTATION_SPECIFICATION_TYPE_GLASS_COMPOSITION_MODEL: Line.RotationSpecificationType
|
|
51
53
|
ROTATION_SPECIFICATION_TYPE_INSIDE: Line.RotationSpecificationType
|
|
52
54
|
ROTATION_SPECIFICATION_TYPE_SURFACE: Line.RotationSpecificationType
|
|
53
55
|
ROTATION_SPECIFICATION_TYPE_TO_NODE: Line.RotationSpecificationType
|