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
|
@@ -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/loads/member_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xa1g\n\nMemberLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x42\n\tload_type\x18\x02 \x01(\x0e\x32*.dlubal.api.rfem.loads.MemberLoad.LoadTypeH\x01\x88\x01\x01\x12\x0f\n\x07members\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x05 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x03\x88\x01\x01\x12R\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x32.dlubal.api.rfem.loads.MemberLoad.LoadDistributionH\x04\x88\x01\x01\x12L\n\x0eload_direction\x18\x07 \x01(\x0e\x32/.dlubal.api.rfem.loads.MemberLoad.LoadDirectionH\x05\x88\x01\x01\x12\x63\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32:.dlubal.api.rfem.loads.MemberLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12\x66\n\x1c\x66orm_finding_definition_type\x18\t \x01(\x0e\x32;.dlubal.api.rfem.loads.MemberLoad.FormFindingDefinitionTypeH\x07\x88\x01\x01\x12\x16\n\tmagnitude\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_1\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_2\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_3\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_1\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_2\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_3\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x18\n\x0bmass_global\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x13\n\x06mass_x\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x13\n\x06mass_y\x18 \x01(\x01H\x1e\x88\x01\x01\x12\x13\n\x06mass_z\x18! \x01(\x01H\x1f\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\" \x01(\x08H \x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18# \x01(\x01H!\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18% \x01(\x08H#\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18& \x01(\x01H$\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\' \x01(\x01H%\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18( \x01(\x08H&\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18+ \x01(\x05H)\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18, \x01(\x08H*\x88\x01\x01\x12\x62\n\x17varying_load_parameters\x18- \x01(\x0b\x32<.dlubal.api.rfem.loads.MemberLoad.VaryingLoadParametersTableH+\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18. \x01(\x08H,\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18/ \x01(\x01H-\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x30 \x01(\x01H.\x88\x01\x01\x12W\n\x14\x61xis_definition_type\x18\x31 \x01(\x0e\x32\x34.dlubal.api.rfem.loads.MemberLoad.AxisDefinitionTypeH/\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\x32 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH0\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18\x33 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18\x34 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18\x35 \x01(\x01H3\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18\x36 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH4\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\x37 \x01(\x01H5\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18\x39 \x01(\x01H7\x88\x01\x01\x12W\n\x14\x61xis_definition_axis\x18: \x01(\x0e\x32\x34.dlubal.api.rfem.loads.MemberLoad.AxisDefinitionAxisH8\x88\x01\x01\x12n\n axis_definition_axis_orientation\x18; \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.AxisDefinitionAxisOrientationH9\x88\x01\x01\x12\x1b\n\x0e\x66illing_height\x18< \x01(\x01H:\x88\x01\x01\x12&\n\x19\x63oating_contour_thickness\x18= \x01(\x01H;\x88\x01\x01\x12)\n\x1creference_to_list_of_members\x18> \x01(\x08H<\x88\x01\x01\x12%\n\x18\x64istance_from_member_end\x18? \x01(\x08H=\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18@ \x01(\x08H>\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18\x41 \x01(\x08H?\x88\x01\x01\x12q\n!eccentricity_horizontal_alignment\x18\x42 \x01(\x0e\x32\x41.dlubal.api.rfem.loads.MemberLoad.EccentricityHorizontalAlignmentH@\x88\x01\x01\x12m\n\x1f\x65\x63\x63\x65ntricity_vertical_alignment\x18\x43 \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.EccentricityVerticalAlignmentHA\x88\x01\x01\x12\x65\n\x1b\x65\x63\x63\x65ntricity_section_middle\x18\x44 \x01(\x0e\x32;.dlubal.api.rfem.loads.MemberLoad.EccentricitySectionMiddleHB\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\x45 \x01(\x08HC\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18\x46 \x01(\x01HD\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18G \x01(\x01HE\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18H \x01(\x01HF\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18I \x01(\x01HG\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18J \x01(\x01HH\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18K \x01(\x01HI\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18L \x01(\x01HJ\x88\x01\x01\x12 \n\x13rotation_about_axis\x18M \x01(\x01HK\x88\x01\x01\x12\x14\n\x07\x63omment\x18N \x01(\tHL\x88\x01\x01\x12\x19\n\x0cis_generated\x18O \x01(\x08HM\x88\x01\x01\x12#\n\x16generating_object_info\x18P \x01(\tHN\x88\x01\x01\x12\x64\n\x1b\x66orm_finding_internal_force\x18Q \x01(\x0e\x32:.dlubal.api.rfem.loads.MemberLoad.FormFindingInternalForceHO\x88\x01\x01\x12n\n form_finding_geometry_definition\x18R \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.FormFindingGeometryDefinitionHP\x88\x01\x01\x12h\n\x1d\x66orm_finding_force_definition\x18S \x01(\x0e\x32<.dlubal.api.rfem.loads.MemberLoad.FormFindingForceDefinitionHQ\x88\x01\x01\x12:\n-form_finding_magnitude_is_defined_as_relative\x18T \x01(\x08HR\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_absolute\x18U \x01(\x01HS\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_relative\x18V \x01(\x01HT\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18W \x01(\x08HU\x88\x01\x01\x12$\n\x17import_support_reaction\x18X \x01(\x08HV\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18Y \x01(\tHW\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18Z \x01(\tHX\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18[ \x01(\x01HY\x88\x01\x01\x12y\n&import_support_reaction_load_direction\x18\\ \x01(\x0e\x32\x44.dlubal.api.rfem.loads.MemberLoad.ImportSupportReactionLoadDirectionHZ\x88\x01\x01\x12,\n\x1fhas_load_graphic_position_below\x18] \x01(\x08H[\x88\x01\x01\x12`\n\x16\x63oating_polygon_points\x18^ \x01(\x0b\x32;.dlubal.api.rfem.loads.MemberLoad.CoatingPolygonPointsTableH\\\x88\x01\x01\x12w\n%prestress_tendon_load_definition_type\x18_ \x01(\x0e\x32\x43.dlubal.api.rfem.loads.MemberLoad.PrestressTendonLoadDefinitionTypeH]\x88\x01\x01\x12n\n prestress_tendon_load_definition\x18` \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.PrestressTendonLoadDefinitionH^\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18\x61 \x01(\x01H_\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x62 \x01(\x01H`\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x63 \x01(\tHa\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x64 \x01(\tHb\x88\x01\x01\x1a\x66\n\x1aVaryingLoadParametersTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.loads.MemberLoad.VaryingLoadParametersRow\x1a\xb2\x03\n\x18VaryingLoadParametersRow\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\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\n \x01(\x01H\t\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_magnitude_t_cB\x14\n\x12_magnitude_delta_tB\x10\n\x0e_magnitude_t_tB\x10\n\x0e_magnitude_t_b\x1a\x64\n\x19\x43oatingPolygonPointsTable\x12G\n\x04rows\x18\x01 \x03(\x0b\x32\x39.dlubal.api.rfem.loads.MemberLoad.CoatingPolygonPointsRow\x1a\xfd\x01\n\x17\x43oatingPolygonPointsRow\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\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12,\n\x05\x65mpty\x18\x05 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\x08\n\x06_empty\"\xe3\x04\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12 \n\x1cLOAD_TYPE_AXIAL_DISPLACEMENT\x10\x07\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x06\x12\x1d\n\x19LOAD_TYPE_COATING_CONTOUR\x10\x12\x12\x1d\n\x19LOAD_TYPE_COATING_POLYGON\x10\x13\x12\x1a\n\x16LOAD_TYPE_DISPLACEMENT\x10\x0b\x12\x1b\n\x17LOAD_TYPE_END_PRESTRESS\x10\x11\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\n\x12\x1f\n\x1bLOAD_TYPE_INITIAL_PRESTRESS\x10\t\x12\x1f\n\x1bLOAD_TYPE_INTERNAL_PRESSURE\x10\x0f\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\x12\x1f\n\x1bLOAD_TYPE_PIPE_CONTENT_FULL\x10\r\x12\"\n\x1eLOAD_TYPE_PIPE_CONTENT_PARTIAL\x10\x0e\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x08\x12\x1e\n\x1aLOAD_TYPE_PRESTRESS_TENDON\x10\x14\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x10\x12\x16\n\x12LOAD_TYPE_ROTATION\x10\x0c\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x04\x12 \n\x1cLOAD_TYPE_TEMPERATURE_CHANGE\x10\x05\"\xc2\x03\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_1\x10\x02\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_2\x10\x05\x12&\n\"LOAD_DISTRIBUTION_CONCENTRATED_2_2\x10\x04\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_N\x10\x03\x12*\n&LOAD_DISTRIBUTION_CONCENTRATED_VARYING\x10\x06\x12\x1f\n\x1bLOAD_DISTRIBUTION_PARABOLIC\x10\t\x12\x1d\n\x19LOAD_DISTRIBUTION_TAPERED\x10\x08\x12!\n\x1dLOAD_DISTRIBUTION_TRAPEZOIDAL\x10\x07\x12#\n\x1fLOAD_DISTRIBUTION_UNIFORM_TOTAL\x10\x01\x12\x1d\n\x19LOAD_DISTRIBUTION_VARYING\x10\n\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x0b\"\x94\x04\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_U\x10\x03\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_V\x10\x04\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"o\n\x19\x46ormFindingDefinitionType\x12*\n&FORM_FINDING_DEFINITION_TYPE_GEOMETRIC\x10\x00\x12&\n\"FORM_FINDING_DEFINITION_TYPE_FORCE\x10\x01\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\xd4\x01\n\x1f\x45\x63\x63\x65ntricityHorizontalAlignment\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12,\n(ECCENTRICITY_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_NONE\x10\x03\x12+\n\'ECCENTRICITY_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\"\xca\x01\n\x1d\x45\x63\x63\x65ntricityVerticalAlignment\x12\'\n#ECCENTRICITY_VERTICAL_ALIGNMENT_TOP\x10\x00\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_CENTER\x10\x01\x12(\n$ECCENTRICITY_VERTICAL_ALIGNMENT_NONE\x10\x03\"\xa2\x01\n\x19\x45\x63\x63\x65ntricitySectionMiddle\x12\x31\n-ECCENTRICITY_SECTION_MIDDLE_CENTER_OF_GRAVITY\x10\x00\x12$\n ECCENTRICITY_SECTION_MIDDLE_NONE\x10\x02\x12,\n(ECCENTRICITY_SECTION_MIDDLE_SHEAR_CENTER\x10\x01\"p\n\x18\x46ormFindingInternalForce\x12\'\n#FORM_FINDING_INTERNAL_FORCE_TENSION\x10\x00\x12+\n\'FORM_FINDING_INTERNAL_FORCE_COMPRESSION\x10\x01\"\xa2\x02\n\x1d\x46ormFindingGeometryDefinition\x12+\n\'FORM_FINDING_GEOMETRY_DEFINITION_LENGTH\x10\x00\x12;\n7FORM_FINDING_GEOMETRY_DEFINITION_LOW_POINT_VERTICAL_SAG\x10\x04\x12\x35\n1FORM_FINDING_GEOMETRY_DEFINITION_MAX_VERTICAL_SAG\x10\x03\x12(\n$FORM_FINDING_GEOMETRY_DEFINITION_SAG\x10\x02\x12\x36\n2FORM_FINDING_GEOMETRY_DEFINITION_UNSTRESSED_LENGTH\x10\x01\"\xa1\x04\n\x1a\x46ormFindingForceDefinition\x12)\n%FORM_FINDING_FORCE_DEFINITION_UNKNOWN\x10\x00\x12)\n%FORM_FINDING_FORCE_DEFINITION_AVERAGE\x10\n\x12)\n%FORM_FINDING_FORCE_DEFINITION_DENSITY\x10\x14\x12>\n:FORM_FINDING_FORCE_DEFINITION_HORIZONTAL_TENSION_COMPONENT\x10\r\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MAX_FORCE_MEMBER\x10\x0b\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_IEND\x10\x12\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_JEND\x10\x13\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MIN_FORCE_MEMBER\x10\x0c\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_IEND\x10\x0e\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_JEND\x10\x0f\"\xe8\x05\n\"ImportSupportReactionLoadDirection\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X\x10\x00\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y\x10\x01\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z\x10\x02\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X\x10\x06\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y\x10\x07\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z\x10\x08\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X\x10\x03\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y\x10\x04\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z\x10\x05\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X\x10\t\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y\x10\n\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z\x10\x0b\"\x86\x01\n!PrestressTendonLoadDefinitionType\x12\x30\n,PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS\x10\x00\x12/\n+PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE\x10\x01\"\xbd\x01\n\x1dPrestressTendonLoadDefinition\x12-\n)PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE\x10\x00\x12\x34\n0PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK\x10\x02\x12\x37\n3PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_coordinate_systemB\x14\n\x12_load_distributionB\x11\n\x0f_load_directionB\x1d\n\x1b_load_direction_orientationB\x1f\n\x1d_form_finding_definition_typeB\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x10\n\x0e_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x14\n\x12_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x10\n\x0e_magnitude_t_tB\x12\n\x10_magnitude_t_t_1B\x12\n\x10_magnitude_t_t_2B\x12\n\x10_magnitude_t_t_3B\x10\n\x0e_magnitude_t_bB\x12\n\x10_magnitude_t_b_1B\x12\n\x10_magnitude_t_b_2B\x12\n\x10_magnitude_t_b_3B\x0e\n\x0c_mass_globalB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB$\n\"_distance_a_is_defined_as_relativeB\x16\n\x14_distance_a_absoluteB\x16\n\x14_distance_a_relativeB$\n\"_distance_b_is_defined_as_relativeB\x16\n\x14_distance_b_absoluteB\x16\n\x14_distance_b_relativeB$\n\"_distance_c_is_defined_as_relativeB\x16\n\x14_distance_c_absoluteB\x16\n\x14_distance_c_relativeB\n\n\x08_count_nB2\n0_varying_load_parameters_are_defined_as_relativeB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x11\n\x0f_filling_heightB\x1c\n\x1a_coating_contour_thicknessB\x1f\n\x1d_reference_to_list_of_membersB\x1b\n\x19_distance_from_member_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB$\n\"_eccentricity_horizontal_alignmentB\"\n _eccentricity_vertical_alignmentB\x1e\n\x1c_eccentricity_section_middleB.\n,_is_eccentricity_at_end_different_from_startB\x1a\n\x18_eccentricity_y_at_startB\x1a\n\x18_eccentricity_z_at_startB\x18\n\x16_eccentricity_y_at_endB\x18\n\x16_eccentricity_z_at_endB\x14\n\x12_reference_point_aB\x14\n\x12_reference_point_bB\x17\n\x15_coating_polygon_areaB\x16\n\x14_rotation_about_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1e\n\x1c_form_finding_internal_forceB#\n!_form_finding_geometry_definitionB \n\x1e_form_finding_force_definitionB0\n._form_finding_magnitude_is_defined_as_relativeB\"\n _form_finding_magnitude_absoluteB\"\n _form_finding_magnitude_relativeB\x1d\n\x1b_individual_mass_componentsB\x1a\n\x18_import_support_reactionB%\n#_import_support_reaction_model_nameB,\n*_import_support_reaction_model_descriptionB)\n\'_import_support_reaction_length_of_lineB)\n\'_import_support_reaction_load_directionB\"\n _has_load_graphic_position_belowB\x19\n\x17_coating_polygon_pointsB(\n&_prestress_tendon_load_definition_typeB#\n!_prestress_tendon_load_definitionB\x1e\n\x1c_prestress_tendon_load_ratioB\'\n%_prestress_tendon_load_absolute_valueB\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/loads/member_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xedh\n\nMemberLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x42\n\tload_type\x18\x02 \x01(\x0e\x32*.dlubal.api.rfem.loads.MemberLoad.LoadTypeH\x01\x88\x01\x01\x12\x0f\n\x07members\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x05 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x03\x88\x01\x01\x12R\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x32.dlubal.api.rfem.loads.MemberLoad.LoadDistributionH\x04\x88\x01\x01\x12L\n\x0eload_direction\x18\x07 \x01(\x0e\x32/.dlubal.api.rfem.loads.MemberLoad.LoadDirectionH\x05\x88\x01\x01\x12\x63\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32:.dlubal.api.rfem.loads.MemberLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12\x66\n\x1c\x66orm_finding_definition_type\x18\t \x01(\x0e\x32;.dlubal.api.rfem.loads.MemberLoad.FormFindingDefinitionTypeH\x07\x88\x01\x01\x12\x16\n\tmagnitude\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_1\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_2\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_3\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_1\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_2\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_3\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x18\n\x0bmass_global\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x13\n\x06mass_x\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x13\n\x06mass_y\x18 \x01(\x01H\x1e\x88\x01\x01\x12\x13\n\x06mass_z\x18! \x01(\x01H\x1f\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\" \x01(\x08H \x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18# \x01(\x01H!\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18% \x01(\x08H#\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18& \x01(\x01H$\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\' \x01(\x01H%\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18( \x01(\x08H&\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18+ \x01(\x05H)\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18, \x01(\x08H*\x88\x01\x01\x12\x62\n\x17varying_load_parameters\x18- \x01(\x0b\x32<.dlubal.api.rfem.loads.MemberLoad.VaryingLoadParametersTableH+\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18. \x01(\x08H,\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18/ \x01(\x01H-\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x30 \x01(\x01H.\x88\x01\x01\x12W\n\x14\x61xis_definition_type\x18\x31 \x01(\x0e\x32\x34.dlubal.api.rfem.loads.MemberLoad.AxisDefinitionTypeH/\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\x32 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH0\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18\x33 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18\x34 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18\x35 \x01(\x01H3\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18\x36 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH4\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\x37 \x01(\x01H5\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18\x39 \x01(\x01H7\x88\x01\x01\x12W\n\x14\x61xis_definition_axis\x18: \x01(\x0e\x32\x34.dlubal.api.rfem.loads.MemberLoad.AxisDefinitionAxisH8\x88\x01\x01\x12n\n axis_definition_axis_orientation\x18; \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.AxisDefinitionAxisOrientationH9\x88\x01\x01\x12\x1b\n\x0e\x66illing_height\x18< \x01(\x01H:\x88\x01\x01\x12&\n\x19\x63oating_contour_thickness\x18= \x01(\x01H;\x88\x01\x01\x12)\n\x1creference_to_list_of_members\x18> \x01(\x08H<\x88\x01\x01\x12%\n\x18\x64istance_from_member_end\x18? \x01(\x08H=\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18@ \x01(\x08H>\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18\x41 \x01(\x08H?\x88\x01\x01\x12q\n!eccentricity_horizontal_alignment\x18\x42 \x01(\x0e\x32\x41.dlubal.api.rfem.loads.MemberLoad.EccentricityHorizontalAlignmentH@\x88\x01\x01\x12m\n\x1f\x65\x63\x63\x65ntricity_vertical_alignment\x18\x43 \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.EccentricityVerticalAlignmentHA\x88\x01\x01\x12\x65\n\x1b\x65\x63\x63\x65ntricity_section_middle\x18\x44 \x01(\x0e\x32;.dlubal.api.rfem.loads.MemberLoad.EccentricitySectionMiddleHB\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\x45 \x01(\x08HC\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18\x46 \x01(\x01HD\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18G \x01(\x01HE\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18H \x01(\x01HF\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18I \x01(\x01HG\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18J \x01(\x01HH\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18K \x01(\x01HI\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18L \x01(\x01HJ\x88\x01\x01\x12 \n\x13rotation_about_axis\x18M \x01(\x01HK\x88\x01\x01\x12\x14\n\x07\x63omment\x18N \x01(\tHL\x88\x01\x01\x12\x19\n\x0cis_generated\x18O \x01(\x08HM\x88\x01\x01\x12#\n\x16generating_object_info\x18P \x01(\tHN\x88\x01\x01\x12\x64\n\x1b\x66orm_finding_internal_force\x18Q \x01(\x0e\x32:.dlubal.api.rfem.loads.MemberLoad.FormFindingInternalForceHO\x88\x01\x01\x12n\n form_finding_geometry_definition\x18R \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.FormFindingGeometryDefinitionHP\x88\x01\x01\x12h\n\x1d\x66orm_finding_force_definition\x18S \x01(\x0e\x32<.dlubal.api.rfem.loads.MemberLoad.FormFindingForceDefinitionHQ\x88\x01\x01\x12:\n-form_finding_magnitude_is_defined_as_relative\x18T \x01(\x08HR\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_absolute\x18U \x01(\x01HS\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_relative\x18V \x01(\x01HT\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18W \x01(\x08HU\x88\x01\x01\x12$\n\x17import_support_reaction\x18X \x01(\x08HV\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18Y \x01(\tHW\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18Z \x01(\tHX\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18[ \x01(\x01HY\x88\x01\x01\x12y\n&import_support_reaction_load_direction\x18\\ \x01(\x0e\x32\x44.dlubal.api.rfem.loads.MemberLoad.ImportSupportReactionLoadDirectionHZ\x88\x01\x01\x12,\n\x1fhas_load_graphic_position_below\x18] \x01(\x08H[\x88\x01\x01\x12`\n\x16\x63oating_polygon_points\x18^ \x01(\x0b\x32;.dlubal.api.rfem.loads.MemberLoad.CoatingPolygonPointsTableH\\\x88\x01\x01\x12w\n%prestress_tendon_load_definition_type\x18_ \x01(\x0e\x32\x43.dlubal.api.rfem.loads.MemberLoad.PrestressTendonLoadDefinitionTypeH]\x88\x01\x01\x12n\n prestress_tendon_load_definition\x18` \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberLoad.PrestressTendonLoadDefinitionH^\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18\x61 \x01(\x01H_\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x62 \x01(\x01H`\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x63 \x01(\tHa\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x64 \x01(\tHb\x88\x01\x01\x1a\x66\n\x1aVaryingLoadParametersTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.loads.MemberLoad.VaryingLoadParametersRow\x1a\xfe\x04\n\x18VaryingLoadParametersRow\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\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rdistance_unit\x18\x07 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x64\x65lta_distance_unit\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x1b\n\x0emagnitude_unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10magnitude_symbol\x18\n \x01(\tH\t\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x0e \x01(\x01H\r\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_distance_unitB\x16\n\x14_delta_distance_unitB\x11\n\x0f_magnitude_unitB\x13\n\x11_magnitude_symbolB\x10\n\x0e_magnitude_t_cB\x14\n\x12_magnitude_delta_tB\x10\n\x0e_magnitude_t_tB\x10\n\x0e_magnitude_t_b\x1a\x64\n\x19\x43oatingPolygonPointsTable\x12G\n\x04rows\x18\x01 \x03(\x0b\x32\x39.dlubal.api.rfem.loads.MemberLoad.CoatingPolygonPointsRow\x1a\xfd\x01\n\x17\x43oatingPolygonPointsRow\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\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12,\n\x05\x65mpty\x18\x05 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\x08\n\x06_empty\"\xe3\x04\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12 \n\x1cLOAD_TYPE_AXIAL_DISPLACEMENT\x10\x07\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x06\x12\x1d\n\x19LOAD_TYPE_COATING_CONTOUR\x10\x12\x12\x1d\n\x19LOAD_TYPE_COATING_POLYGON\x10\x13\x12\x1a\n\x16LOAD_TYPE_DISPLACEMENT\x10\x0b\x12\x1b\n\x17LOAD_TYPE_END_PRESTRESS\x10\x11\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\n\x12\x1f\n\x1bLOAD_TYPE_INITIAL_PRESTRESS\x10\t\x12\x1f\n\x1bLOAD_TYPE_INTERNAL_PRESSURE\x10\x0f\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\x12\x1f\n\x1bLOAD_TYPE_PIPE_CONTENT_FULL\x10\r\x12\"\n\x1eLOAD_TYPE_PIPE_CONTENT_PARTIAL\x10\x0e\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x08\x12\x1e\n\x1aLOAD_TYPE_PRESTRESS_TENDON\x10\x14\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x10\x12\x16\n\x12LOAD_TYPE_ROTATION\x10\x0c\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x04\x12 \n\x1cLOAD_TYPE_TEMPERATURE_CHANGE\x10\x05\"\xc2\x03\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_1\x10\x02\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_2\x10\x05\x12&\n\"LOAD_DISTRIBUTION_CONCENTRATED_2_2\x10\x04\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_N\x10\x03\x12*\n&LOAD_DISTRIBUTION_CONCENTRATED_VARYING\x10\x06\x12\x1f\n\x1bLOAD_DISTRIBUTION_PARABOLIC\x10\t\x12\x1d\n\x19LOAD_DISTRIBUTION_TAPERED\x10\x08\x12!\n\x1dLOAD_DISTRIBUTION_TRAPEZOIDAL\x10\x07\x12#\n\x1fLOAD_DISTRIBUTION_UNIFORM_TOTAL\x10\x01\x12\x1d\n\x19LOAD_DISTRIBUTION_VARYING\x10\n\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x0b\"\x94\x04\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_U\x10\x03\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_V\x10\x04\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"o\n\x19\x46ormFindingDefinitionType\x12*\n&FORM_FINDING_DEFINITION_TYPE_GEOMETRIC\x10\x00\x12&\n\"FORM_FINDING_DEFINITION_TYPE_FORCE\x10\x01\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\xd4\x01\n\x1f\x45\x63\x63\x65ntricityHorizontalAlignment\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12,\n(ECCENTRICITY_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_NONE\x10\x03\x12+\n\'ECCENTRICITY_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\"\xca\x01\n\x1d\x45\x63\x63\x65ntricityVerticalAlignment\x12\'\n#ECCENTRICITY_VERTICAL_ALIGNMENT_TOP\x10\x00\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_CENTER\x10\x01\x12(\n$ECCENTRICITY_VERTICAL_ALIGNMENT_NONE\x10\x03\"\xa2\x01\n\x19\x45\x63\x63\x65ntricitySectionMiddle\x12\x31\n-ECCENTRICITY_SECTION_MIDDLE_CENTER_OF_GRAVITY\x10\x00\x12$\n ECCENTRICITY_SECTION_MIDDLE_NONE\x10\x02\x12,\n(ECCENTRICITY_SECTION_MIDDLE_SHEAR_CENTER\x10\x01\"p\n\x18\x46ormFindingInternalForce\x12\'\n#FORM_FINDING_INTERNAL_FORCE_TENSION\x10\x00\x12+\n\'FORM_FINDING_INTERNAL_FORCE_COMPRESSION\x10\x01\"\xa2\x02\n\x1d\x46ormFindingGeometryDefinition\x12+\n\'FORM_FINDING_GEOMETRY_DEFINITION_LENGTH\x10\x00\x12;\n7FORM_FINDING_GEOMETRY_DEFINITION_LOW_POINT_VERTICAL_SAG\x10\x04\x12\x35\n1FORM_FINDING_GEOMETRY_DEFINITION_MAX_VERTICAL_SAG\x10\x03\x12(\n$FORM_FINDING_GEOMETRY_DEFINITION_SAG\x10\x02\x12\x36\n2FORM_FINDING_GEOMETRY_DEFINITION_UNSTRESSED_LENGTH\x10\x01\"\xa1\x04\n\x1a\x46ormFindingForceDefinition\x12)\n%FORM_FINDING_FORCE_DEFINITION_UNKNOWN\x10\x00\x12)\n%FORM_FINDING_FORCE_DEFINITION_AVERAGE\x10\n\x12)\n%FORM_FINDING_FORCE_DEFINITION_DENSITY\x10\x14\x12>\n:FORM_FINDING_FORCE_DEFINITION_HORIZONTAL_TENSION_COMPONENT\x10\r\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MAX_FORCE_MEMBER\x10\x0b\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_IEND\x10\x12\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_JEND\x10\x13\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MIN_FORCE_MEMBER\x10\x0c\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_IEND\x10\x0e\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_JEND\x10\x0f\"\xe8\x05\n\"ImportSupportReactionLoadDirection\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X\x10\x00\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y\x10\x01\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z\x10\x02\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X\x10\x06\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y\x10\x07\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z\x10\x08\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X\x10\x03\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y\x10\x04\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z\x10\x05\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X\x10\t\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y\x10\n\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z\x10\x0b\"\x86\x01\n!PrestressTendonLoadDefinitionType\x12\x30\n,PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS\x10\x00\x12/\n+PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE\x10\x01\"\xbd\x01\n\x1dPrestressTendonLoadDefinition\x12-\n)PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE\x10\x00\x12\x34\n0PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK\x10\x02\x12\x37\n3PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_coordinate_systemB\x14\n\x12_load_distributionB\x11\n\x0f_load_directionB\x1d\n\x1b_load_direction_orientationB\x1f\n\x1d_form_finding_definition_typeB\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x10\n\x0e_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x14\n\x12_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x10\n\x0e_magnitude_t_tB\x12\n\x10_magnitude_t_t_1B\x12\n\x10_magnitude_t_t_2B\x12\n\x10_magnitude_t_t_3B\x10\n\x0e_magnitude_t_bB\x12\n\x10_magnitude_t_b_1B\x12\n\x10_magnitude_t_b_2B\x12\n\x10_magnitude_t_b_3B\x0e\n\x0c_mass_globalB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB$\n\"_distance_a_is_defined_as_relativeB\x16\n\x14_distance_a_absoluteB\x16\n\x14_distance_a_relativeB$\n\"_distance_b_is_defined_as_relativeB\x16\n\x14_distance_b_absoluteB\x16\n\x14_distance_b_relativeB$\n\"_distance_c_is_defined_as_relativeB\x16\n\x14_distance_c_absoluteB\x16\n\x14_distance_c_relativeB\n\n\x08_count_nB2\n0_varying_load_parameters_are_defined_as_relativeB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x11\n\x0f_filling_heightB\x1c\n\x1a_coating_contour_thicknessB\x1f\n\x1d_reference_to_list_of_membersB\x1b\n\x19_distance_from_member_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB$\n\"_eccentricity_horizontal_alignmentB\"\n _eccentricity_vertical_alignmentB\x1e\n\x1c_eccentricity_section_middleB.\n,_is_eccentricity_at_end_different_from_startB\x1a\n\x18_eccentricity_y_at_startB\x1a\n\x18_eccentricity_z_at_startB\x18\n\x16_eccentricity_y_at_endB\x18\n\x16_eccentricity_z_at_endB\x14\n\x12_reference_point_aB\x14\n\x12_reference_point_bB\x17\n\x15_coating_polygon_areaB\x16\n\x14_rotation_about_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1e\n\x1c_form_finding_internal_forceB#\n!_form_finding_geometry_definitionB \n\x1e_form_finding_force_definitionB0\n._form_finding_magnitude_is_defined_as_relativeB\"\n _form_finding_magnitude_absoluteB\"\n _form_finding_magnitude_relativeB\x1d\n\x1b_individual_mass_componentsB\x1a\n\x18_import_support_reactionB%\n#_import_support_reaction_model_nameB,\n*_import_support_reaction_model_descriptionB)\n\'_import_support_reaction_length_of_lineB)\n\'_import_support_reaction_load_directionB\"\n _has_load_graphic_position_belowB\x19\n\x17_coating_polygon_pointsB(\n&_prestress_tendon_load_definition_typeB#\n!_prestress_tendon_load_definitionB\x1e\n\x1c_prestress_tendon_load_ratioB\'\n%_prestress_tendon_load_absolute_valueB\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)
|
|
@@ -33,47 +33,47 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.membe
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_MEMBERLOAD']._serialized_start=99
|
|
36
|
-
_globals['_MEMBERLOAD']._serialized_end=
|
|
36
|
+
_globals['_MEMBERLOAD']._serialized_end=13520
|
|
37
37
|
_globals['_MEMBERLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=4995
|
|
38
38
|
_globals['_MEMBERLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=5097
|
|
39
39
|
_globals['_MEMBERLOAD_VARYINGLOADPARAMETERSROW']._serialized_start=5100
|
|
40
|
-
_globals['_MEMBERLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=
|
|
41
|
-
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=
|
|
42
|
-
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=
|
|
43
|
-
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=
|
|
44
|
-
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=
|
|
45
|
-
_globals['_MEMBERLOAD_LOADTYPE']._serialized_start=
|
|
46
|
-
_globals['_MEMBERLOAD_LOADTYPE']._serialized_end=
|
|
47
|
-
_globals['_MEMBERLOAD_LOADDISTRIBUTION']._serialized_start=
|
|
48
|
-
_globals['_MEMBERLOAD_LOADDISTRIBUTION']._serialized_end=
|
|
49
|
-
_globals['_MEMBERLOAD_LOADDIRECTION']._serialized_start=
|
|
50
|
-
_globals['_MEMBERLOAD_LOADDIRECTION']._serialized_end=
|
|
51
|
-
_globals['_MEMBERLOAD_LOADDIRECTIONORIENTATION']._serialized_start=
|
|
52
|
-
_globals['_MEMBERLOAD_LOADDIRECTIONORIENTATION']._serialized_end=
|
|
53
|
-
_globals['_MEMBERLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=
|
|
54
|
-
_globals['_MEMBERLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=
|
|
55
|
-
_globals['_MEMBERLOAD_AXISDEFINITIONTYPE']._serialized_start=
|
|
56
|
-
_globals['_MEMBERLOAD_AXISDEFINITIONTYPE']._serialized_end=
|
|
57
|
-
_globals['_MEMBERLOAD_AXISDEFINITIONAXIS']._serialized_start=
|
|
58
|
-
_globals['_MEMBERLOAD_AXISDEFINITIONAXIS']._serialized_end=
|
|
59
|
-
_globals['_MEMBERLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=
|
|
60
|
-
_globals['_MEMBERLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=
|
|
61
|
-
_globals['_MEMBERLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=
|
|
62
|
-
_globals['_MEMBERLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=
|
|
63
|
-
_globals['_MEMBERLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=
|
|
64
|
-
_globals['_MEMBERLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=
|
|
65
|
-
_globals['_MEMBERLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=
|
|
66
|
-
_globals['_MEMBERLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=
|
|
67
|
-
_globals['_MEMBERLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=
|
|
68
|
-
_globals['_MEMBERLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=
|
|
69
|
-
_globals['_MEMBERLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=
|
|
70
|
-
_globals['_MEMBERLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=
|
|
71
|
-
_globals['_MEMBERLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=
|
|
72
|
-
_globals['_MEMBERLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=
|
|
73
|
-
_globals['_MEMBERLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=
|
|
74
|
-
_globals['_MEMBERLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=
|
|
75
|
-
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=
|
|
76
|
-
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=
|
|
77
|
-
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=
|
|
78
|
-
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=
|
|
40
|
+
_globals['_MEMBERLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=5738
|
|
41
|
+
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=5740
|
|
42
|
+
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=5840
|
|
43
|
+
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=5843
|
|
44
|
+
_globals['_MEMBERLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=6096
|
|
45
|
+
_globals['_MEMBERLOAD_LOADTYPE']._serialized_start=6099
|
|
46
|
+
_globals['_MEMBERLOAD_LOADTYPE']._serialized_end=6710
|
|
47
|
+
_globals['_MEMBERLOAD_LOADDISTRIBUTION']._serialized_start=6713
|
|
48
|
+
_globals['_MEMBERLOAD_LOADDISTRIBUTION']._serialized_end=7163
|
|
49
|
+
_globals['_MEMBERLOAD_LOADDIRECTION']._serialized_start=7166
|
|
50
|
+
_globals['_MEMBERLOAD_LOADDIRECTION']._serialized_end=7698
|
|
51
|
+
_globals['_MEMBERLOAD_LOADDIRECTIONORIENTATION']._serialized_start=7701
|
|
52
|
+
_globals['_MEMBERLOAD_LOADDIRECTIONORIENTATION']._serialized_end=7838
|
|
53
|
+
_globals['_MEMBERLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=7840
|
|
54
|
+
_globals['_MEMBERLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=7951
|
|
55
|
+
_globals['_MEMBERLOAD_AXISDEFINITIONTYPE']._serialized_start=7953
|
|
56
|
+
_globals['_MEMBERLOAD_AXISDEFINITIONTYPE']._serialized_end=8051
|
|
57
|
+
_globals['_MEMBERLOAD_AXISDEFINITIONAXIS']._serialized_start=8053
|
|
58
|
+
_globals['_MEMBERLOAD_AXISDEFINITIONAXIS']._serialized_end=8157
|
|
59
|
+
_globals['_MEMBERLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=8159
|
|
60
|
+
_globals['_MEMBERLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=8284
|
|
61
|
+
_globals['_MEMBERLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=8287
|
|
62
|
+
_globals['_MEMBERLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=8499
|
|
63
|
+
_globals['_MEMBERLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=8502
|
|
64
|
+
_globals['_MEMBERLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=8704
|
|
65
|
+
_globals['_MEMBERLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=8707
|
|
66
|
+
_globals['_MEMBERLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=8869
|
|
67
|
+
_globals['_MEMBERLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=8871
|
|
68
|
+
_globals['_MEMBERLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=8983
|
|
69
|
+
_globals['_MEMBERLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=8986
|
|
70
|
+
_globals['_MEMBERLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=9276
|
|
71
|
+
_globals['_MEMBERLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=9279
|
|
72
|
+
_globals['_MEMBERLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=9824
|
|
73
|
+
_globals['_MEMBERLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=9827
|
|
74
|
+
_globals['_MEMBERLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=10571
|
|
75
|
+
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=10574
|
|
76
|
+
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=10708
|
|
77
|
+
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=10711
|
|
78
|
+
_globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=10900
|
|
79
79
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -249,13 +249,17 @@ class MemberLoad(_message.Message):
|
|
|
249
249
|
rows: _containers.RepeatedCompositeFieldContainer[MemberLoad.VaryingLoadParametersRow]
|
|
250
250
|
def __init__(self, rows: _Optional[_Iterable[_Union[MemberLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
|
|
251
251
|
class VaryingLoadParametersRow(_message.Message):
|
|
252
|
-
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "magnitude_t_c", "magnitude_delta_t", "magnitude_t_t", "magnitude_t_b")
|
|
252
|
+
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol", "magnitude_t_c", "magnitude_delta_t", "magnitude_t_t", "magnitude_t_b")
|
|
253
253
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
254
254
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
255
255
|
DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
256
256
|
DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
257
257
|
MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
|
|
258
258
|
NOTE_FIELD_NUMBER: _ClassVar[int]
|
|
259
|
+
DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
260
|
+
DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
261
|
+
MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
262
|
+
MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
|
259
263
|
MAGNITUDE_T_C_FIELD_NUMBER: _ClassVar[int]
|
|
260
264
|
MAGNITUDE_DELTA_T_FIELD_NUMBER: _ClassVar[int]
|
|
261
265
|
MAGNITUDE_T_T_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -266,11 +270,15 @@ class MemberLoad(_message.Message):
|
|
|
266
270
|
delta_distance: float
|
|
267
271
|
magnitude: float
|
|
268
272
|
note: str
|
|
273
|
+
distance_unit: str
|
|
274
|
+
delta_distance_unit: str
|
|
275
|
+
magnitude_unit: str
|
|
276
|
+
magnitude_symbol: str
|
|
269
277
|
magnitude_t_c: float
|
|
270
278
|
magnitude_delta_t: float
|
|
271
279
|
magnitude_t_t: float
|
|
272
280
|
magnitude_t_b: float
|
|
273
|
-
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., magnitude_t_c: _Optional[float] = ..., magnitude_delta_t: _Optional[float] = ..., magnitude_t_t: _Optional[float] = ..., magnitude_t_b: _Optional[float] = ...) -> None: ...
|
|
281
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., distance_unit: _Optional[str] = ..., delta_distance_unit: _Optional[str] = ..., magnitude_unit: _Optional[str] = ..., magnitude_symbol: _Optional[str] = ..., magnitude_t_c: _Optional[float] = ..., magnitude_delta_t: _Optional[float] = ..., magnitude_t_t: _Optional[float] = ..., magnitude_t_b: _Optional[float] = ...) -> None: ...
|
|
274
282
|
class CoatingPolygonPointsTable(_message.Message):
|
|
275
283
|
__slots__ = ("rows",)
|
|
276
284
|
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -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/loads/member_set_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xa3g\n\rMemberSetLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x45\n\tload_type\x18\x02 \x01(\x0e\x32-.dlubal.api.rfem.loads.MemberSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x13\n\x0bmember_sets\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x05 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x03\x88\x01\x01\x12U\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x35.dlubal.api.rfem.loads.MemberSetLoad.LoadDistributionH\x04\x88\x01\x01\x12O\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x32.dlubal.api.rfem.loads.MemberSetLoad.LoadDirectionH\x05\x88\x01\x01\x12\x66\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32=.dlubal.api.rfem.loads.MemberSetLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12i\n\x1c\x66orm_finding_definition_type\x18\t \x01(\x0e\x32>.dlubal.api.rfem.loads.MemberSetLoad.FormFindingDefinitionTypeH\x07\x88\x01\x01\x12\x16\n\tmagnitude\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_1\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_2\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_3\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_1\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_2\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_3\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x18\n\x0bmass_global\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x13\n\x06mass_x\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x13\n\x06mass_y\x18 \x01(\x01H\x1e\x88\x01\x01\x12\x13\n\x06mass_z\x18! \x01(\x01H\x1f\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\" \x01(\x08H \x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18# \x01(\x01H!\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18% \x01(\x08H#\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18& \x01(\x01H$\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\' \x01(\x01H%\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18( \x01(\x08H&\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18+ \x01(\x05H)\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18, \x01(\x08H*\x88\x01\x01\x12\x65\n\x17varying_load_parameters\x18- \x01(\x0b\x32?.dlubal.api.rfem.loads.MemberSetLoad.VaryingLoadParametersTableH+\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18. \x01(\x08H,\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18/ \x01(\x01H-\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x30 \x01(\x01H.\x88\x01\x01\x12Z\n\x14\x61xis_definition_type\x18\x31 \x01(\x0e\x32\x37.dlubal.api.rfem.loads.MemberSetLoad.AxisDefinitionTypeH/\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\x32 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH0\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18\x33 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18\x34 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18\x35 \x01(\x01H3\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18\x36 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH4\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\x37 \x01(\x01H5\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18\x39 \x01(\x01H7\x88\x01\x01\x12Z\n\x14\x61xis_definition_axis\x18: \x01(\x0e\x32\x37.dlubal.api.rfem.loads.MemberSetLoad.AxisDefinitionAxisH8\x88\x01\x01\x12q\n axis_definition_axis_orientation\x18; \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.AxisDefinitionAxisOrientationH9\x88\x01\x01\x12\x1b\n\x0e\x66illing_height\x18< \x01(\x01H:\x88\x01\x01\x12&\n\x19\x63oating_contour_thickness\x18= \x01(\x01H;\x88\x01\x01\x12)\n\x1c\x64istance_from_member_set_end\x18> \x01(\x08H<\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18? \x01(\x08H=\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18@ \x01(\x08H>\x88\x01\x01\x12t\n!eccentricity_horizontal_alignment\x18\x41 \x01(\x0e\x32\x44.dlubal.api.rfem.loads.MemberSetLoad.EccentricityHorizontalAlignmentH?\x88\x01\x01\x12p\n\x1f\x65\x63\x63\x65ntricity_vertical_alignment\x18\x42 \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.EccentricityVerticalAlignmentH@\x88\x01\x01\x12h\n\x1b\x65\x63\x63\x65ntricity_section_middle\x18\x43 \x01(\x0e\x32>.dlubal.api.rfem.loads.MemberSetLoad.EccentricitySectionMiddleHA\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\x44 \x01(\x08HB\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18\x45 \x01(\x01HC\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18\x46 \x01(\x01HD\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18G \x01(\x01HE\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18H \x01(\x01HF\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18I \x01(\x01HG\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18J \x01(\x01HH\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18K \x01(\x01HI\x88\x01\x01\x12 \n\x13rotation_about_axis\x18L \x01(\x01HJ\x88\x01\x01\x12\x14\n\x07\x63omment\x18M \x01(\tHK\x88\x01\x01\x12\x19\n\x0cis_generated\x18N \x01(\x08HL\x88\x01\x01\x12#\n\x16generating_object_info\x18O \x01(\tHM\x88\x01\x01\x12g\n\x1b\x66orm_finding_internal_force\x18P \x01(\x0e\x32=.dlubal.api.rfem.loads.MemberSetLoad.FormFindingInternalForceHN\x88\x01\x01\x12q\n form_finding_geometry_definition\x18Q \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.FormFindingGeometryDefinitionHO\x88\x01\x01\x12k\n\x1d\x66orm_finding_force_definition\x18R \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberSetLoad.FormFindingForceDefinitionHP\x88\x01\x01\x12:\n-form_finding_magnitude_is_defined_as_relative\x18S \x01(\x08HQ\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_absolute\x18T \x01(\x01HR\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_relative\x18U \x01(\x01HS\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18V \x01(\x08HT\x88\x01\x01\x12$\n\x17import_support_reaction\x18W \x01(\x08HU\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18X \x01(\tHV\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18Y \x01(\tHW\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18Z \x01(\x01HX\x88\x01\x01\x12|\n&import_support_reaction_load_direction\x18[ \x01(\x0e\x32G.dlubal.api.rfem.loads.MemberSetLoad.ImportSupportReactionLoadDirectionHY\x88\x01\x01\x12,\n\x1fhas_load_graphic_position_below\x18\\ \x01(\x08HZ\x88\x01\x01\x12\x63\n\x16\x63oating_polygon_points\x18] \x01(\x0b\x32>.dlubal.api.rfem.loads.MemberSetLoad.CoatingPolygonPointsTableH[\x88\x01\x01\x12z\n%prestress_tendon_load_definition_type\x18^ \x01(\x0e\x32\x46.dlubal.api.rfem.loads.MemberSetLoad.PrestressTendonLoadDefinitionTypeH\\\x88\x01\x01\x12q\n prestress_tendon_load_definition\x18_ \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.PrestressTendonLoadDefinitionH]\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18` \x01(\x01H^\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x61 \x01(\x01H_\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x62 \x01(\tH`\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x63 \x01(\tHa\x88\x01\x01\x1ai\n\x1aVaryingLoadParametersTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.loads.MemberSetLoad.VaryingLoadParametersRow\x1a\xb2\x03\n\x18VaryingLoadParametersRow\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\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\n \x01(\x01H\t\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_magnitude_t_cB\x14\n\x12_magnitude_delta_tB\x10\n\x0e_magnitude_t_tB\x10\n\x0e_magnitude_t_b\x1ag\n\x19\x43oatingPolygonPointsTable\x12J\n\x04rows\x18\x01 \x03(\x0b\x32<.dlubal.api.rfem.loads.MemberSetLoad.CoatingPolygonPointsRow\x1a\xfd\x01\n\x17\x43oatingPolygonPointsRow\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\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12,\n\x05\x65mpty\x18\x05 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\x08\n\x06_empty\"\xe3\x04\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12 \n\x1cLOAD_TYPE_AXIAL_DISPLACEMENT\x10\x07\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x06\x12\x1d\n\x19LOAD_TYPE_COATING_CONTOUR\x10\x12\x12\x1d\n\x19LOAD_TYPE_COATING_POLYGON\x10\x13\x12\x1a\n\x16LOAD_TYPE_DISPLACEMENT\x10\x0b\x12\x1b\n\x17LOAD_TYPE_END_PRESTRESS\x10\x11\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\n\x12\x1f\n\x1bLOAD_TYPE_INITIAL_PRESTRESS\x10\t\x12\x1f\n\x1bLOAD_TYPE_INTERNAL_PRESSURE\x10\x0f\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\x12\x1f\n\x1bLOAD_TYPE_PIPE_CONTENT_FULL\x10\r\x12\"\n\x1eLOAD_TYPE_PIPE_CONTENT_PARTIAL\x10\x0e\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x08\x12\x1e\n\x1aLOAD_TYPE_PRESTRESS_TENDON\x10\x14\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x10\x12\x16\n\x12LOAD_TYPE_ROTATION\x10\x0c\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x04\x12 \n\x1cLOAD_TYPE_TEMPERATURE_CHANGE\x10\x05\"\xc2\x03\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_1\x10\x02\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_2\x10\x05\x12&\n\"LOAD_DISTRIBUTION_CONCENTRATED_2_2\x10\x04\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_N\x10\x03\x12*\n&LOAD_DISTRIBUTION_CONCENTRATED_VARYING\x10\x06\x12\x1f\n\x1bLOAD_DISTRIBUTION_PARABOLIC\x10\t\x12\x1d\n\x19LOAD_DISTRIBUTION_TAPERED\x10\x08\x12!\n\x1dLOAD_DISTRIBUTION_TRAPEZOIDAL\x10\x07\x12#\n\x1fLOAD_DISTRIBUTION_UNIFORM_TOTAL\x10\x01\x12\x1d\n\x19LOAD_DISTRIBUTION_VARYING\x10\n\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x0b\"\x94\x04\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_U\x10\x03\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_V\x10\x04\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"o\n\x19\x46ormFindingDefinitionType\x12*\n&FORM_FINDING_DEFINITION_TYPE_GEOMETRIC\x10\x00\x12&\n\"FORM_FINDING_DEFINITION_TYPE_FORCE\x10\x01\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\xd4\x01\n\x1f\x45\x63\x63\x65ntricityHorizontalAlignment\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12,\n(ECCENTRICITY_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_NONE\x10\x03\x12+\n\'ECCENTRICITY_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\"\xca\x01\n\x1d\x45\x63\x63\x65ntricityVerticalAlignment\x12\'\n#ECCENTRICITY_VERTICAL_ALIGNMENT_TOP\x10\x00\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_CENTER\x10\x01\x12(\n$ECCENTRICITY_VERTICAL_ALIGNMENT_NONE\x10\x03\"\xa2\x01\n\x19\x45\x63\x63\x65ntricitySectionMiddle\x12\x31\n-ECCENTRICITY_SECTION_MIDDLE_CENTER_OF_GRAVITY\x10\x00\x12$\n ECCENTRICITY_SECTION_MIDDLE_NONE\x10\x02\x12,\n(ECCENTRICITY_SECTION_MIDDLE_SHEAR_CENTER\x10\x01\"p\n\x18\x46ormFindingInternalForce\x12\'\n#FORM_FINDING_INTERNAL_FORCE_TENSION\x10\x00\x12+\n\'FORM_FINDING_INTERNAL_FORCE_COMPRESSION\x10\x01\"\xa2\x02\n\x1d\x46ormFindingGeometryDefinition\x12+\n\'FORM_FINDING_GEOMETRY_DEFINITION_LENGTH\x10\x00\x12;\n7FORM_FINDING_GEOMETRY_DEFINITION_LOW_POINT_VERTICAL_SAG\x10\x04\x12\x35\n1FORM_FINDING_GEOMETRY_DEFINITION_MAX_VERTICAL_SAG\x10\x03\x12(\n$FORM_FINDING_GEOMETRY_DEFINITION_SAG\x10\x02\x12\x36\n2FORM_FINDING_GEOMETRY_DEFINITION_UNSTRESSED_LENGTH\x10\x01\"\xa1\x04\n\x1a\x46ormFindingForceDefinition\x12)\n%FORM_FINDING_FORCE_DEFINITION_UNKNOWN\x10\x00\x12)\n%FORM_FINDING_FORCE_DEFINITION_AVERAGE\x10\n\x12)\n%FORM_FINDING_FORCE_DEFINITION_DENSITY\x10\x14\x12>\n:FORM_FINDING_FORCE_DEFINITION_HORIZONTAL_TENSION_COMPONENT\x10\r\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MAX_FORCE_MEMBER\x10\x0b\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_IEND\x10\x12\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_JEND\x10\x13\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MIN_FORCE_MEMBER\x10\x0c\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_IEND\x10\x0e\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_JEND\x10\x0f\"\xe8\x05\n\"ImportSupportReactionLoadDirection\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X\x10\x00\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y\x10\x01\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z\x10\x02\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X\x10\x06\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y\x10\x07\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z\x10\x08\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X\x10\x03\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y\x10\x04\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z\x10\x05\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X\x10\t\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y\x10\n\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z\x10\x0b\"\x86\x01\n!PrestressTendonLoadDefinitionType\x12\x30\n,PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS\x10\x00\x12/\n+PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE\x10\x01\"\xbd\x01\n\x1dPrestressTendonLoadDefinition\x12-\n)PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE\x10\x00\x12\x34\n0PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK\x10\x02\x12\x37\n3PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_coordinate_systemB\x14\n\x12_load_distributionB\x11\n\x0f_load_directionB\x1d\n\x1b_load_direction_orientationB\x1f\n\x1d_form_finding_definition_typeB\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x10\n\x0e_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x14\n\x12_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x10\n\x0e_magnitude_t_tB\x12\n\x10_magnitude_t_t_1B\x12\n\x10_magnitude_t_t_2B\x12\n\x10_magnitude_t_t_3B\x10\n\x0e_magnitude_t_bB\x12\n\x10_magnitude_t_b_1B\x12\n\x10_magnitude_t_b_2B\x12\n\x10_magnitude_t_b_3B\x0e\n\x0c_mass_globalB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB$\n\"_distance_a_is_defined_as_relativeB\x16\n\x14_distance_a_absoluteB\x16\n\x14_distance_a_relativeB$\n\"_distance_b_is_defined_as_relativeB\x16\n\x14_distance_b_absoluteB\x16\n\x14_distance_b_relativeB$\n\"_distance_c_is_defined_as_relativeB\x16\n\x14_distance_c_absoluteB\x16\n\x14_distance_c_relativeB\n\n\x08_count_nB2\n0_varying_load_parameters_are_defined_as_relativeB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x11\n\x0f_filling_heightB\x1c\n\x1a_coating_contour_thicknessB\x1f\n\x1d_distance_from_member_set_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB$\n\"_eccentricity_horizontal_alignmentB\"\n _eccentricity_vertical_alignmentB\x1e\n\x1c_eccentricity_section_middleB.\n,_is_eccentricity_at_end_different_from_startB\x1a\n\x18_eccentricity_y_at_startB\x1a\n\x18_eccentricity_z_at_startB\x18\n\x16_eccentricity_y_at_endB\x18\n\x16_eccentricity_z_at_endB\x14\n\x12_reference_point_aB\x14\n\x12_reference_point_bB\x17\n\x15_coating_polygon_areaB\x16\n\x14_rotation_about_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1e\n\x1c_form_finding_internal_forceB#\n!_form_finding_geometry_definitionB \n\x1e_form_finding_force_definitionB0\n._form_finding_magnitude_is_defined_as_relativeB\"\n _form_finding_magnitude_absoluteB\"\n _form_finding_magnitude_relativeB\x1d\n\x1b_individual_mass_componentsB\x1a\n\x18_import_support_reactionB%\n#_import_support_reaction_model_nameB,\n*_import_support_reaction_model_descriptionB)\n\'_import_support_reaction_length_of_lineB)\n\'_import_support_reaction_load_directionB\"\n _has_load_graphic_position_belowB\x19\n\x17_coating_polygon_pointsB(\n&_prestress_tendon_load_definition_typeB#\n!_prestress_tendon_load_definitionB\x1e\n\x1c_prestress_tendon_load_ratioB\'\n%_prestress_tendon_load_absolute_valueB\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/loads/member_set_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xefh\n\rMemberSetLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x45\n\tload_type\x18\x02 \x01(\x0e\x32-.dlubal.api.rfem.loads.MemberSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x13\n\x0bmember_sets\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x05 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x03\x88\x01\x01\x12U\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x35.dlubal.api.rfem.loads.MemberSetLoad.LoadDistributionH\x04\x88\x01\x01\x12O\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x32.dlubal.api.rfem.loads.MemberSetLoad.LoadDirectionH\x05\x88\x01\x01\x12\x66\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32=.dlubal.api.rfem.loads.MemberSetLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12i\n\x1c\x66orm_finding_definition_type\x18\t \x01(\x0e\x32>.dlubal.api.rfem.loads.MemberSetLoad.FormFindingDefinitionTypeH\x07\x88\x01\x01\x12\x16\n\tmagnitude\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_1\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_2\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_3\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_1\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_2\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_3\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x18\n\x0bmass_global\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x13\n\x06mass_x\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x13\n\x06mass_y\x18 \x01(\x01H\x1e\x88\x01\x01\x12\x13\n\x06mass_z\x18! \x01(\x01H\x1f\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\" \x01(\x08H \x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18# \x01(\x01H!\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18% \x01(\x08H#\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18& \x01(\x01H$\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\' \x01(\x01H%\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18( \x01(\x08H&\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18+ \x01(\x05H)\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18, \x01(\x08H*\x88\x01\x01\x12\x65\n\x17varying_load_parameters\x18- \x01(\x0b\x32?.dlubal.api.rfem.loads.MemberSetLoad.VaryingLoadParametersTableH+\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18. \x01(\x08H,\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18/ \x01(\x01H-\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x30 \x01(\x01H.\x88\x01\x01\x12Z\n\x14\x61xis_definition_type\x18\x31 \x01(\x0e\x32\x37.dlubal.api.rfem.loads.MemberSetLoad.AxisDefinitionTypeH/\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\x32 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH0\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18\x33 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18\x34 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18\x35 \x01(\x01H3\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18\x36 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH4\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\x37 \x01(\x01H5\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18\x39 \x01(\x01H7\x88\x01\x01\x12Z\n\x14\x61xis_definition_axis\x18: \x01(\x0e\x32\x37.dlubal.api.rfem.loads.MemberSetLoad.AxisDefinitionAxisH8\x88\x01\x01\x12q\n axis_definition_axis_orientation\x18; \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.AxisDefinitionAxisOrientationH9\x88\x01\x01\x12\x1b\n\x0e\x66illing_height\x18< \x01(\x01H:\x88\x01\x01\x12&\n\x19\x63oating_contour_thickness\x18= \x01(\x01H;\x88\x01\x01\x12)\n\x1c\x64istance_from_member_set_end\x18> \x01(\x08H<\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18? \x01(\x08H=\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18@ \x01(\x08H>\x88\x01\x01\x12t\n!eccentricity_horizontal_alignment\x18\x41 \x01(\x0e\x32\x44.dlubal.api.rfem.loads.MemberSetLoad.EccentricityHorizontalAlignmentH?\x88\x01\x01\x12p\n\x1f\x65\x63\x63\x65ntricity_vertical_alignment\x18\x42 \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.EccentricityVerticalAlignmentH@\x88\x01\x01\x12h\n\x1b\x65\x63\x63\x65ntricity_section_middle\x18\x43 \x01(\x0e\x32>.dlubal.api.rfem.loads.MemberSetLoad.EccentricitySectionMiddleHA\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\x44 \x01(\x08HB\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18\x45 \x01(\x01HC\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18\x46 \x01(\x01HD\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18G \x01(\x01HE\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18H \x01(\x01HF\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18I \x01(\x01HG\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18J \x01(\x01HH\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18K \x01(\x01HI\x88\x01\x01\x12 \n\x13rotation_about_axis\x18L \x01(\x01HJ\x88\x01\x01\x12\x14\n\x07\x63omment\x18M \x01(\tHK\x88\x01\x01\x12\x19\n\x0cis_generated\x18N \x01(\x08HL\x88\x01\x01\x12#\n\x16generating_object_info\x18O \x01(\tHM\x88\x01\x01\x12g\n\x1b\x66orm_finding_internal_force\x18P \x01(\x0e\x32=.dlubal.api.rfem.loads.MemberSetLoad.FormFindingInternalForceHN\x88\x01\x01\x12q\n form_finding_geometry_definition\x18Q \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.FormFindingGeometryDefinitionHO\x88\x01\x01\x12k\n\x1d\x66orm_finding_force_definition\x18R \x01(\x0e\x32?.dlubal.api.rfem.loads.MemberSetLoad.FormFindingForceDefinitionHP\x88\x01\x01\x12:\n-form_finding_magnitude_is_defined_as_relative\x18S \x01(\x08HQ\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_absolute\x18T \x01(\x01HR\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_relative\x18U \x01(\x01HS\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18V \x01(\x08HT\x88\x01\x01\x12$\n\x17import_support_reaction\x18W \x01(\x08HU\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18X \x01(\tHV\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18Y \x01(\tHW\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18Z \x01(\x01HX\x88\x01\x01\x12|\n&import_support_reaction_load_direction\x18[ \x01(\x0e\x32G.dlubal.api.rfem.loads.MemberSetLoad.ImportSupportReactionLoadDirectionHY\x88\x01\x01\x12,\n\x1fhas_load_graphic_position_below\x18\\ \x01(\x08HZ\x88\x01\x01\x12\x63\n\x16\x63oating_polygon_points\x18] \x01(\x0b\x32>.dlubal.api.rfem.loads.MemberSetLoad.CoatingPolygonPointsTableH[\x88\x01\x01\x12z\n%prestress_tendon_load_definition_type\x18^ \x01(\x0e\x32\x46.dlubal.api.rfem.loads.MemberSetLoad.PrestressTendonLoadDefinitionTypeH\\\x88\x01\x01\x12q\n prestress_tendon_load_definition\x18_ \x01(\x0e\x32\x42.dlubal.api.rfem.loads.MemberSetLoad.PrestressTendonLoadDefinitionH]\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18` \x01(\x01H^\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x61 \x01(\x01H_\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x62 \x01(\tH`\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x63 \x01(\tHa\x88\x01\x01\x1ai\n\x1aVaryingLoadParametersTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.loads.MemberSetLoad.VaryingLoadParametersRow\x1a\xfe\x04\n\x18VaryingLoadParametersRow\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\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rdistance_unit\x18\x07 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x64\x65lta_distance_unit\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x1b\n\x0emagnitude_unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10magnitude_symbol\x18\n \x01(\tH\t\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x0e \x01(\x01H\r\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_distance_unitB\x16\n\x14_delta_distance_unitB\x11\n\x0f_magnitude_unitB\x13\n\x11_magnitude_symbolB\x10\n\x0e_magnitude_t_cB\x14\n\x12_magnitude_delta_tB\x10\n\x0e_magnitude_t_tB\x10\n\x0e_magnitude_t_b\x1ag\n\x19\x43oatingPolygonPointsTable\x12J\n\x04rows\x18\x01 \x03(\x0b\x32<.dlubal.api.rfem.loads.MemberSetLoad.CoatingPolygonPointsRow\x1a\xfd\x01\n\x17\x43oatingPolygonPointsRow\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\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12,\n\x05\x65mpty\x18\x05 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\x08\n\x06_empty\"\xe3\x04\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12 \n\x1cLOAD_TYPE_AXIAL_DISPLACEMENT\x10\x07\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x06\x12\x1d\n\x19LOAD_TYPE_COATING_CONTOUR\x10\x12\x12\x1d\n\x19LOAD_TYPE_COATING_POLYGON\x10\x13\x12\x1a\n\x16LOAD_TYPE_DISPLACEMENT\x10\x0b\x12\x1b\n\x17LOAD_TYPE_END_PRESTRESS\x10\x11\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\n\x12\x1f\n\x1bLOAD_TYPE_INITIAL_PRESTRESS\x10\t\x12\x1f\n\x1bLOAD_TYPE_INTERNAL_PRESSURE\x10\x0f\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\x12\x1f\n\x1bLOAD_TYPE_PIPE_CONTENT_FULL\x10\r\x12\"\n\x1eLOAD_TYPE_PIPE_CONTENT_PARTIAL\x10\x0e\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x08\x12\x1e\n\x1aLOAD_TYPE_PRESTRESS_TENDON\x10\x14\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x10\x12\x16\n\x12LOAD_TYPE_ROTATION\x10\x0c\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x04\x12 \n\x1cLOAD_TYPE_TEMPERATURE_CHANGE\x10\x05\"\xc2\x03\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_1\x10\x02\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_2\x10\x05\x12&\n\"LOAD_DISTRIBUTION_CONCENTRATED_2_2\x10\x04\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_N\x10\x03\x12*\n&LOAD_DISTRIBUTION_CONCENTRATED_VARYING\x10\x06\x12\x1f\n\x1bLOAD_DISTRIBUTION_PARABOLIC\x10\t\x12\x1d\n\x19LOAD_DISTRIBUTION_TAPERED\x10\x08\x12!\n\x1dLOAD_DISTRIBUTION_TRAPEZOIDAL\x10\x07\x12#\n\x1fLOAD_DISTRIBUTION_UNIFORM_TOTAL\x10\x01\x12\x1d\n\x19LOAD_DISTRIBUTION_VARYING\x10\n\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x0b\"\x94\x04\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_U\x10\x03\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_V\x10\x04\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"o\n\x19\x46ormFindingDefinitionType\x12*\n&FORM_FINDING_DEFINITION_TYPE_GEOMETRIC\x10\x00\x12&\n\"FORM_FINDING_DEFINITION_TYPE_FORCE\x10\x01\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\xd4\x01\n\x1f\x45\x63\x63\x65ntricityHorizontalAlignment\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12,\n(ECCENTRICITY_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_NONE\x10\x03\x12+\n\'ECCENTRICITY_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\"\xca\x01\n\x1d\x45\x63\x63\x65ntricityVerticalAlignment\x12\'\n#ECCENTRICITY_VERTICAL_ALIGNMENT_TOP\x10\x00\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_CENTER\x10\x01\x12(\n$ECCENTRICITY_VERTICAL_ALIGNMENT_NONE\x10\x03\"\xa2\x01\n\x19\x45\x63\x63\x65ntricitySectionMiddle\x12\x31\n-ECCENTRICITY_SECTION_MIDDLE_CENTER_OF_GRAVITY\x10\x00\x12$\n ECCENTRICITY_SECTION_MIDDLE_NONE\x10\x02\x12,\n(ECCENTRICITY_SECTION_MIDDLE_SHEAR_CENTER\x10\x01\"p\n\x18\x46ormFindingInternalForce\x12\'\n#FORM_FINDING_INTERNAL_FORCE_TENSION\x10\x00\x12+\n\'FORM_FINDING_INTERNAL_FORCE_COMPRESSION\x10\x01\"\xa2\x02\n\x1d\x46ormFindingGeometryDefinition\x12+\n\'FORM_FINDING_GEOMETRY_DEFINITION_LENGTH\x10\x00\x12;\n7FORM_FINDING_GEOMETRY_DEFINITION_LOW_POINT_VERTICAL_SAG\x10\x04\x12\x35\n1FORM_FINDING_GEOMETRY_DEFINITION_MAX_VERTICAL_SAG\x10\x03\x12(\n$FORM_FINDING_GEOMETRY_DEFINITION_SAG\x10\x02\x12\x36\n2FORM_FINDING_GEOMETRY_DEFINITION_UNSTRESSED_LENGTH\x10\x01\"\xa1\x04\n\x1a\x46ormFindingForceDefinition\x12)\n%FORM_FINDING_FORCE_DEFINITION_UNKNOWN\x10\x00\x12)\n%FORM_FINDING_FORCE_DEFINITION_AVERAGE\x10\n\x12)\n%FORM_FINDING_FORCE_DEFINITION_DENSITY\x10\x14\x12>\n:FORM_FINDING_FORCE_DEFINITION_HORIZONTAL_TENSION_COMPONENT\x10\r\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MAX_FORCE_MEMBER\x10\x0b\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_IEND\x10\x12\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_JEND\x10\x13\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MIN_FORCE_MEMBER\x10\x0c\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_IEND\x10\x0e\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_JEND\x10\x0f\"\xe8\x05\n\"ImportSupportReactionLoadDirection\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X\x10\x00\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y\x10\x01\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z\x10\x02\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X\x10\x06\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y\x10\x07\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z\x10\x08\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X\x10\x03\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y\x10\x04\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z\x10\x05\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X\x10\t\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y\x10\n\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z\x10\x0b\"\x86\x01\n!PrestressTendonLoadDefinitionType\x12\x30\n,PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS\x10\x00\x12/\n+PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE\x10\x01\"\xbd\x01\n\x1dPrestressTendonLoadDefinition\x12-\n)PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE\x10\x00\x12\x34\n0PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK\x10\x02\x12\x37\n3PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_coordinate_systemB\x14\n\x12_load_distributionB\x11\n\x0f_load_directionB\x1d\n\x1b_load_direction_orientationB\x1f\n\x1d_form_finding_definition_typeB\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x10\n\x0e_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x14\n\x12_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x10\n\x0e_magnitude_t_tB\x12\n\x10_magnitude_t_t_1B\x12\n\x10_magnitude_t_t_2B\x12\n\x10_magnitude_t_t_3B\x10\n\x0e_magnitude_t_bB\x12\n\x10_magnitude_t_b_1B\x12\n\x10_magnitude_t_b_2B\x12\n\x10_magnitude_t_b_3B\x0e\n\x0c_mass_globalB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB$\n\"_distance_a_is_defined_as_relativeB\x16\n\x14_distance_a_absoluteB\x16\n\x14_distance_a_relativeB$\n\"_distance_b_is_defined_as_relativeB\x16\n\x14_distance_b_absoluteB\x16\n\x14_distance_b_relativeB$\n\"_distance_c_is_defined_as_relativeB\x16\n\x14_distance_c_absoluteB\x16\n\x14_distance_c_relativeB\n\n\x08_count_nB2\n0_varying_load_parameters_are_defined_as_relativeB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x11\n\x0f_filling_heightB\x1c\n\x1a_coating_contour_thicknessB\x1f\n\x1d_distance_from_member_set_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB$\n\"_eccentricity_horizontal_alignmentB\"\n _eccentricity_vertical_alignmentB\x1e\n\x1c_eccentricity_section_middleB.\n,_is_eccentricity_at_end_different_from_startB\x1a\n\x18_eccentricity_y_at_startB\x1a\n\x18_eccentricity_z_at_startB\x18\n\x16_eccentricity_y_at_endB\x18\n\x16_eccentricity_z_at_endB\x14\n\x12_reference_point_aB\x14\n\x12_reference_point_bB\x17\n\x15_coating_polygon_areaB\x16\n\x14_rotation_about_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1e\n\x1c_form_finding_internal_forceB#\n!_form_finding_geometry_definitionB \n\x1e_form_finding_force_definitionB0\n._form_finding_magnitude_is_defined_as_relativeB\"\n _form_finding_magnitude_absoluteB\"\n _form_finding_magnitude_relativeB\x1d\n\x1b_individual_mass_componentsB\x1a\n\x18_import_support_reactionB%\n#_import_support_reaction_model_nameB,\n*_import_support_reaction_model_descriptionB)\n\'_import_support_reaction_length_of_lineB)\n\'_import_support_reaction_load_directionB\"\n _has_load_graphic_position_belowB\x19\n\x17_coating_polygon_pointsB(\n&_prestress_tendon_load_definition_typeB#\n!_prestress_tendon_load_definitionB\x1e\n\x1c_prestress_tendon_load_ratioB\'\n%_prestress_tendon_load_absolute_valueB\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)
|
|
@@ -33,47 +33,47 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.membe
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_MEMBERSETLOAD']._serialized_start=103
|
|
36
|
-
_globals['_MEMBERSETLOAD']._serialized_end=
|
|
36
|
+
_globals['_MEMBERSETLOAD']._serialized_end=13526
|
|
37
37
|
_globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=5024
|
|
38
38
|
_globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=5129
|
|
39
39
|
_globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSROW']._serialized_start=5132
|
|
40
|
-
_globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=
|
|
41
|
-
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=
|
|
42
|
-
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=
|
|
43
|
-
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=
|
|
44
|
-
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=
|
|
45
|
-
_globals['_MEMBERSETLOAD_LOADTYPE']._serialized_start=
|
|
46
|
-
_globals['_MEMBERSETLOAD_LOADTYPE']._serialized_end=
|
|
47
|
-
_globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_start=
|
|
48
|
-
_globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_end=
|
|
49
|
-
_globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_start=
|
|
50
|
-
_globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_end=
|
|
51
|
-
_globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_start=
|
|
52
|
-
_globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_end=
|
|
53
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=
|
|
54
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=
|
|
55
|
-
_globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_start=
|
|
56
|
-
_globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_end=
|
|
57
|
-
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_start=
|
|
58
|
-
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_end=
|
|
59
|
-
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=
|
|
60
|
-
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=
|
|
61
|
-
_globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=
|
|
62
|
-
_globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=
|
|
63
|
-
_globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=
|
|
64
|
-
_globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=
|
|
65
|
-
_globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=
|
|
66
|
-
_globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=
|
|
67
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=
|
|
68
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=
|
|
69
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=
|
|
70
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=
|
|
71
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=
|
|
72
|
-
_globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=
|
|
73
|
-
_globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=
|
|
74
|
-
_globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=
|
|
75
|
-
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=
|
|
76
|
-
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=
|
|
77
|
-
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=
|
|
78
|
-
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=
|
|
40
|
+
_globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=5770
|
|
41
|
+
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=5772
|
|
42
|
+
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=5875
|
|
43
|
+
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=5878
|
|
44
|
+
_globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=6131
|
|
45
|
+
_globals['_MEMBERSETLOAD_LOADTYPE']._serialized_start=6134
|
|
46
|
+
_globals['_MEMBERSETLOAD_LOADTYPE']._serialized_end=6745
|
|
47
|
+
_globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_start=6748
|
|
48
|
+
_globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_end=7198
|
|
49
|
+
_globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_start=7201
|
|
50
|
+
_globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_end=7733
|
|
51
|
+
_globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_start=7736
|
|
52
|
+
_globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_end=7873
|
|
53
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=7875
|
|
54
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=7986
|
|
55
|
+
_globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_start=7988
|
|
56
|
+
_globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_end=8086
|
|
57
|
+
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_start=8088
|
|
58
|
+
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_end=8192
|
|
59
|
+
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=8194
|
|
60
|
+
_globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=8319
|
|
61
|
+
_globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=8322
|
|
62
|
+
_globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=8534
|
|
63
|
+
_globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=8537
|
|
64
|
+
_globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=8739
|
|
65
|
+
_globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=8742
|
|
66
|
+
_globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=8904
|
|
67
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=8906
|
|
68
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=9018
|
|
69
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=9021
|
|
70
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=9311
|
|
71
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=9314
|
|
72
|
+
_globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=9859
|
|
73
|
+
_globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=9862
|
|
74
|
+
_globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=10606
|
|
75
|
+
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=10609
|
|
76
|
+
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=10743
|
|
77
|
+
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=10746
|
|
78
|
+
_globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=10935
|
|
79
79
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -249,13 +249,17 @@ class MemberSetLoad(_message.Message):
|
|
|
249
249
|
rows: _containers.RepeatedCompositeFieldContainer[MemberSetLoad.VaryingLoadParametersRow]
|
|
250
250
|
def __init__(self, rows: _Optional[_Iterable[_Union[MemberSetLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
|
|
251
251
|
class VaryingLoadParametersRow(_message.Message):
|
|
252
|
-
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "magnitude_t_c", "magnitude_delta_t", "magnitude_t_t", "magnitude_t_b")
|
|
252
|
+
__slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol", "magnitude_t_c", "magnitude_delta_t", "magnitude_t_t", "magnitude_t_b")
|
|
253
253
|
NO_FIELD_NUMBER: _ClassVar[int]
|
|
254
254
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
255
255
|
DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
256
256
|
DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
|
|
257
257
|
MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
|
|
258
258
|
NOTE_FIELD_NUMBER: _ClassVar[int]
|
|
259
|
+
DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
260
|
+
DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
261
|
+
MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
|
|
262
|
+
MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
|
259
263
|
MAGNITUDE_T_C_FIELD_NUMBER: _ClassVar[int]
|
|
260
264
|
MAGNITUDE_DELTA_T_FIELD_NUMBER: _ClassVar[int]
|
|
261
265
|
MAGNITUDE_T_T_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -266,11 +270,15 @@ class MemberSetLoad(_message.Message):
|
|
|
266
270
|
delta_distance: float
|
|
267
271
|
magnitude: float
|
|
268
272
|
note: str
|
|
273
|
+
distance_unit: str
|
|
274
|
+
delta_distance_unit: str
|
|
275
|
+
magnitude_unit: str
|
|
276
|
+
magnitude_symbol: str
|
|
269
277
|
magnitude_t_c: float
|
|
270
278
|
magnitude_delta_t: float
|
|
271
279
|
magnitude_t_t: float
|
|
272
280
|
magnitude_t_b: float
|
|
273
|
-
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., magnitude_t_c: _Optional[float] = ..., magnitude_delta_t: _Optional[float] = ..., magnitude_t_t: _Optional[float] = ..., magnitude_t_b: _Optional[float] = ...) -> None: ...
|
|
281
|
+
def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., distance_unit: _Optional[str] = ..., delta_distance_unit: _Optional[str] = ..., magnitude_unit: _Optional[str] = ..., magnitude_symbol: _Optional[str] = ..., magnitude_t_c: _Optional[float] = ..., magnitude_delta_t: _Optional[float] = ..., magnitude_t_t: _Optional[float] = ..., magnitude_t_b: _Optional[float] = ...) -> None: ...
|
|
274
282
|
class CoatingPolygonPointsTable(_message.Message):
|
|
275
283
|
__slots__ = ("rows",)
|
|
276
284
|
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -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/loads/surface_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\x9dG\n\x0bSurfaceLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x43\n\tload_type\x18\x02 \x01(\x0e\x32+.dlubal.api.rfem.loads.SurfaceLoad.LoadTypeH\x01\x88\x01\x01\x12\x10\n\x08surfaces\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12S\n\x11load_distribution\x18\x05 \x01(\x0e\x32\x33.dlubal.api.rfem.loads.SurfaceLoad.LoadDistributionH\x03\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x06 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x04\x88\x01\x01\x12M\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x30.dlubal.api.rfem.loads.SurfaceLoad.LoadDirectionH\x05\x88\x01\x01\x12\x1e\n\x11uniform_magnitude\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\"\n\x15uniform_magnitude_t_c\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x0f \x01(\x01H\r\x88\x01\x01\x12&\n\x19uniform_magnitude_delta_t\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18magnitude_axial_strain_x\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18magnitude_axial_strain_y\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1x\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1y\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2x\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2y\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3x\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3y\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x13\n\x06node_1\x18\x1e \x01(\x05H\x1c\x88\x01\x01\x12\x13\n\x06node_2\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12\x13\n\x06node_3\x18 \x01(\x05H\x1e\x88\x01\x01\x12X\n\x14\x61xis_definition_type\x18! \x01(\x0e\x32\x35.dlubal.api.rfem.loads.SurfaceLoad.AxisDefinitionTypeH\x1f\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\" \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH \x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18# \x01(\x01H!\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18$ \x01(\x01H\"\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18% \x01(\x01H#\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18& \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH$\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\' \x01(\x01H%\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18) \x01(\x01H\'\x88\x01\x01\x12X\n\x14\x61xis_definition_axis\x18* \x01(\x0e\x32\x35.dlubal.api.rfem.loads.SurfaceLoad.AxisDefinitionAxisH(\x88\x01\x01\x12o\n axis_definition_axis_orientation\x18+ \x01(\x0e\x32@.dlubal.api.rfem.loads.SurfaceLoad.AxisDefinitionAxisOrientationH)\x88\x01\x01\x12\x63\n\x17varying_load_parameters\x18, \x01(\x0b\x32=.dlubal.api.rfem.loads.SurfaceLoad.VaryingLoadParametersTableH*\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18- \x01(\x08H+\x88\x01\x01\x12\x14\n\x07\x63omment\x18. \x01(\tH,\x88\x01\x01\x12\x19\n\x0cis_generated\x18/ \x01(\x08H-\x88\x01\x01\x12#\n\x16generating_object_info\x18\x30 \x01(\tH.\x88\x01\x01\x12^\n\x17\x66orm_finding_definition\x18\x31 \x01(\x0e\x32\x38.dlubal.api.rfem.loads.SurfaceLoad.FormFindingDefinitionH/\x88\x01\x01\x12&\n\x19magnitude_uniform_force_x\x18\x32 \x01(\x01H0\x88\x01\x01\x12&\n\x19magnitude_uniform_force_y\x18\x33 \x01(\x01H1\x88\x01\x01\x12\x1e\n\x11magnitude_force_u\x18\x34 \x01(\x01H2\x88\x01\x01\x12\x1e\n\x11magnitude_force_v\x18\x35 \x01(\x01H3\x88\x01\x01\x12\x1e\n\x11magnitude_force_r\x18\x36 \x01(\x01H4\x88\x01\x01\x12\x1e\n\x11magnitude_force_t\x18\x37 \x01(\x01H5\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_x\x18: \x01(\x01H8\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_y\x18; \x01(\x01H9\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_x\x18< \x01(\x01H:\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_y\x18= \x01(\x01H;\x88\x01\x01\x12\x1f\n\x12magnitude_stress_u\x18> \x01(\x01H<\x88\x01\x01\x12\x1f\n\x12magnitude_stress_v\x18? \x01(\x01H=\x88\x01\x01\x12\x1f\n\x12magnitude_stress_r\x18@ \x01(\x01H>\x88\x01\x01\x12\x1f\n\x12magnitude_stress_t\x18\x41 \x01(\x01H?\x88\x01\x01\x12\x1a\n\rmagnitude_sag\x18\x42 \x01(\x01H@\x88\x01\x01\x12$\n\x17magnitude_force_scale_x\x18\x43 \x01(\x01HA\x88\x01\x01\x12$\n\x17magnitude_force_scale_y\x18\x44 \x01(\x01HB\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_x\x18\x45 \x01(\x01HC\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_y\x18\x46 \x01(\x01HD\x88\x01\x01\x12$\n\x17magnitude_force_scale_u\x18G \x01(\x01HE\x88\x01\x01\x12$\n\x17magnitude_force_scale_v\x18H \x01(\x01HF\x88\x01\x01\x12$\n\x17magnitude_force_scale_r\x18I \x01(\x01HG\x88\x01\x01\x12$\n\x17magnitude_force_scale_t\x18J \x01(\x01HH\x88\x01\x01\x12m\n\x1f\x66orm_finding_calculation_method\x18K \x01(\x0e\x32?.dlubal.api.rfem.loads.SurfaceLoad.FormFindingCalculationMethodHI\x88\x01\x01\x12q\n\"form_finding_sag_related_to_object\x18L \x01(\x0e\x32@.dlubal.api.rfem.loads.SurfaceLoad.FormFindingSagRelatedToObjectHJ\x88\x01\x01\x12\x30\n#form_finding_sag_related_to_surface\x18M \x01(\x05HK\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18N \x01(\x08HL\x88\x01\x01\x12\"\n\x15magnitude_mass_global\x18O \x01(\x01HM\x88\x01\x01\x12\x1d\n\x10magnitude_mass_x\x18P \x01(\x01HN\x88\x01\x01\x12\x1d\n\x10magnitude_mass_y\x18Q \x01(\x01HO\x88\x01\x01\x12\x1d\n\x10magnitude_mass_z\x18R \x01(\x01HP\x88\x01\x01\x12.\n!ponding_magnitude_specific_weight\x18S \x01(\x01HQ\x88\x01\x01\x12\x33\n&ponding_magnitude_amount_precipitation\x18T \x01(\x01HR\x88\x01\x01\x12)\n\x1cponding_amount_precipitation\x18U \x01(\x08HS\x88\x01\x01\x12\x1b\n\x0esnow_magnitude\x18V \x01(\x01HT\x88\x01\x01\x12!\n\x14snow_specific_weight\x18W \x01(\x01HU\x88\x01\x01\x12\x64\n\x1asnow_distribution_approach\x18X \x01(\x0e\x32;.dlubal.api.rfem.loads.SurfaceLoad.SnowDistributionApproachHV\x88\x01\x01\x12,\n\x1fsnow_angle_of_internal_friction\x18Y \x01(\x01HW\x88\x01\x01\x12x\n\"snow_inclination_shape_coefficient\x18Z \x01(\x0b\x32G.dlubal.api.rfem.loads.SurfaceLoad.SnowInclinationShapeCoefficientTableHX\x88\x01\x01\x12(\n\x1bload_graphic_position_below\x18[ \x01(\x08HY\x88\x01\x01\x12!\n\x14id_for_export_import\x18\\ \x01(\tHZ\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18] \x01(\tH[\x88\x01\x01\x1ag\n\x1aVaryingLoadParametersTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rfem.loads.SurfaceLoad.VaryingLoadParametersRow\x1a\xf2\x01\n\x18VaryingLoadParametersRow\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\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_note\x1a{\n$SnowInclinationShapeCoefficientTable\x12S\n\x04rows\x18\x01 \x03(\x0b\x32\x45.dlubal.api.rfem.loads.SurfaceLoad.SnowInclinationShapeCoefficientRow\x1a\xd6\x01\n\"SnowInclinationShapeCoefficientRow\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\x13surface_inclination\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11shape_coefficient\x18\x04 \x01(\x01H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_surface_inclinationB\x14\n\x12_shape_coefficient\"\xfe\x01\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x03\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\x06\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x07\x12\x15\n\x11LOAD_TYPE_PONDING\x10\x08\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x04\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x05\x12\x12\n\x0eLOAD_TYPE_SNOW\x10\t\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x02\"\xfa\x01\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12\x1c\n\x18LOAD_DISTRIBUTION_LINEAR\x10\x01\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_X\x10\x02\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Y\x10\x03\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Z\x10\x04\x12\x1c\n\x18LOAD_DISTRIBUTION_RADIAL\x10\x05\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x08\"\xd4\x03\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\x7f\n\x15\x46ormFindingDefinition\x12!\n\x1d\x46ORM_FINDING_DEFINITION_FORCE\x10\x00\x12\x1f\n\x1b\x46ORM_FINDING_DEFINITION_SAG\x10\x02\x12\"\n\x1e\x46ORM_FINDING_DEFINITION_STRESS\x10\x01\"|\n\x1c\x46ormFindingCalculationMethod\x12,\n(FORM_FINDING_CALCULATION_METHOD_STANDARD\x10\x00\x12.\n*FORM_FINDING_CALCULATION_METHOD_PROJECTION\x10\x01\"\xa7\x01\n\x1d\x46ormFindingSagRelatedToObject\x12+\n\'FORM_FINDING_SAG_RELATED_TO_OBJECT_BASE\x10\x00\x12)\n%FORM_FINDING_SAG_RELATED_TO_OBJECT_CS\x10\x01\x12.\n*FORM_FINDING_SAG_RELATED_TO_OBJECT_SURFACE\x10\x02\"\x85\x01\n\x18SnowDistributionApproach\x12\x30\n,SNOW_DISTRIBUTION_APPROACH_INCLINATION_SHAPE\x10\x00\x12\x37\n3SNOW_DISTRIBUTION_APPROACH_MATERIAL_CHARACTERISTICS\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_load_distributionB\x14\n\x12_coordinate_systemB\x11\n\x0f_load_directionB\x14\n\x12_uniform_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x18\n\x16_uniform_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x1c\n\x1a_uniform_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x1b\n\x19_magnitude_axial_strain_xB\x1b\n\x19_magnitude_axial_strain_yB\x1c\n\x1a_magnitude_axial_strain_1xB\x1c\n\x1a_magnitude_axial_strain_1yB\x1c\n\x1a_magnitude_axial_strain_2xB\x1c\n\x1a_magnitude_axial_strain_2yB\x1c\n\x1a_magnitude_axial_strain_3xB\x1c\n\x1a_magnitude_axial_strain_3yB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\t\n\x07_node_1B\t\n\x07_node_2B\t\n\x07_node_3B\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1a\n\x18_form_finding_definitionB\x1c\n\x1a_magnitude_uniform_force_xB\x1c\n\x1a_magnitude_uniform_force_yB\x14\n\x12_magnitude_force_uB\x14\n\x12_magnitude_force_vB\x14\n\x12_magnitude_force_rB\x14\n\x12_magnitude_force_tB\x1d\n\x1b_magnitude_uniform_stress_xB\x1d\n\x1b_magnitude_uniform_stress_yB\x1f\n\x1d_magnitude_orthogonal_force_xB\x1f\n\x1d_magnitude_orthogonal_force_yB \n\x1e_magnitude_orthogonal_stress_xB \n\x1e_magnitude_orthogonal_stress_yB\x15\n\x13_magnitude_stress_uB\x15\n\x13_magnitude_stress_vB\x15\n\x13_magnitude_stress_rB\x15\n\x13_magnitude_stress_tB\x10\n\x0e_magnitude_sagB\x1a\n\x18_magnitude_force_scale_xB\x1a\n\x18_magnitude_force_scale_yB%\n#_magnitude_orthogonal_force_scale_xB%\n#_magnitude_orthogonal_force_scale_yB\x1a\n\x18_magnitude_force_scale_uB\x1a\n\x18_magnitude_force_scale_vB\x1a\n\x18_magnitude_force_scale_rB\x1a\n\x18_magnitude_force_scale_tB\"\n _form_finding_calculation_methodB%\n#_form_finding_sag_related_to_objectB&\n$_form_finding_sag_related_to_surfaceB\x1d\n\x1b_individual_mass_componentsB\x18\n\x16_magnitude_mass_globalB\x13\n\x11_magnitude_mass_xB\x13\n\x11_magnitude_mass_yB\x13\n\x11_magnitude_mass_zB$\n\"_ponding_magnitude_specific_weightB)\n\'_ponding_magnitude_amount_precipitationB\x1f\n\x1d_ponding_amount_precipitationB\x11\n\x0f_snow_magnitudeB\x17\n\x15_snow_specific_weightB\x1d\n\x1b_snow_distribution_approachB\"\n _snow_angle_of_internal_frictionB%\n#_snow_inclination_shape_coefficientB\x1e\n\x1c_load_graphic_position_belowB\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/loads/surface_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xe9H\n\x0bSurfaceLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x43\n\tload_type\x18\x02 \x01(\x0e\x32+.dlubal.api.rfem.loads.SurfaceLoad.LoadTypeH\x01\x88\x01\x01\x12\x10\n\x08surfaces\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12S\n\x11load_distribution\x18\x05 \x01(\x0e\x32\x33.dlubal.api.rfem.loads.SurfaceLoad.LoadDistributionH\x03\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x06 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x04\x88\x01\x01\x12M\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x30.dlubal.api.rfem.loads.SurfaceLoad.LoadDirectionH\x05\x88\x01\x01\x12\x1e\n\x11uniform_magnitude\x18\x08 \x01(\x01H\x06\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\"\n\x15uniform_magnitude_t_c\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x0f \x01(\x01H\r\x88\x01\x01\x12&\n\x19uniform_magnitude_delta_t\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18magnitude_axial_strain_x\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18magnitude_axial_strain_y\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1x\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12&\n\x19magnitude_axial_strain_1y\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2x\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12&\n\x19magnitude_axial_strain_2y\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3x\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12&\n\x19magnitude_axial_strain_3y\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x13\n\x06node_1\x18\x1e \x01(\x05H\x1c\x88\x01\x01\x12\x13\n\x06node_2\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12\x13\n\x06node_3\x18 \x01(\x05H\x1e\x88\x01\x01\x12X\n\x14\x61xis_definition_type\x18! \x01(\x0e\x32\x35.dlubal.api.rfem.loads.SurfaceLoad.AxisDefinitionTypeH\x1f\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\" \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH \x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18# \x01(\x01H!\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18$ \x01(\x01H\"\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18% \x01(\x01H#\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18& \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH$\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\' \x01(\x01H%\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18) \x01(\x01H\'\x88\x01\x01\x12X\n\x14\x61xis_definition_axis\x18* \x01(\x0e\x32\x35.dlubal.api.rfem.loads.SurfaceLoad.AxisDefinitionAxisH(\x88\x01\x01\x12o\n axis_definition_axis_orientation\x18+ \x01(\x0e\x32@.dlubal.api.rfem.loads.SurfaceLoad.AxisDefinitionAxisOrientationH)\x88\x01\x01\x12\x63\n\x17varying_load_parameters\x18, \x01(\x0b\x32=.dlubal.api.rfem.loads.SurfaceLoad.VaryingLoadParametersTableH*\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18- \x01(\x08H+\x88\x01\x01\x12\x14\n\x07\x63omment\x18. \x01(\tH,\x88\x01\x01\x12\x19\n\x0cis_generated\x18/ \x01(\x08H-\x88\x01\x01\x12#\n\x16generating_object_info\x18\x30 \x01(\tH.\x88\x01\x01\x12^\n\x17\x66orm_finding_definition\x18\x31 \x01(\x0e\x32\x38.dlubal.api.rfem.loads.SurfaceLoad.FormFindingDefinitionH/\x88\x01\x01\x12&\n\x19magnitude_uniform_force_x\x18\x32 \x01(\x01H0\x88\x01\x01\x12&\n\x19magnitude_uniform_force_y\x18\x33 \x01(\x01H1\x88\x01\x01\x12\x1e\n\x11magnitude_force_u\x18\x34 \x01(\x01H2\x88\x01\x01\x12\x1e\n\x11magnitude_force_v\x18\x35 \x01(\x01H3\x88\x01\x01\x12\x1e\n\x11magnitude_force_r\x18\x36 \x01(\x01H4\x88\x01\x01\x12\x1e\n\x11magnitude_force_t\x18\x37 \x01(\x01H5\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_x\x18\x38 \x01(\x01H6\x88\x01\x01\x12\'\n\x1amagnitude_uniform_stress_y\x18\x39 \x01(\x01H7\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_x\x18: \x01(\x01H8\x88\x01\x01\x12)\n\x1cmagnitude_orthogonal_force_y\x18; \x01(\x01H9\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_x\x18< \x01(\x01H:\x88\x01\x01\x12*\n\x1dmagnitude_orthogonal_stress_y\x18= \x01(\x01H;\x88\x01\x01\x12\x1f\n\x12magnitude_stress_u\x18> \x01(\x01H<\x88\x01\x01\x12\x1f\n\x12magnitude_stress_v\x18? \x01(\x01H=\x88\x01\x01\x12\x1f\n\x12magnitude_stress_r\x18@ \x01(\x01H>\x88\x01\x01\x12\x1f\n\x12magnitude_stress_t\x18\x41 \x01(\x01H?\x88\x01\x01\x12\x1a\n\rmagnitude_sag\x18\x42 \x01(\x01H@\x88\x01\x01\x12$\n\x17magnitude_force_scale_x\x18\x43 \x01(\x01HA\x88\x01\x01\x12$\n\x17magnitude_force_scale_y\x18\x44 \x01(\x01HB\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_x\x18\x45 \x01(\x01HC\x88\x01\x01\x12/\n\"magnitude_orthogonal_force_scale_y\x18\x46 \x01(\x01HD\x88\x01\x01\x12$\n\x17magnitude_force_scale_u\x18G \x01(\x01HE\x88\x01\x01\x12$\n\x17magnitude_force_scale_v\x18H \x01(\x01HF\x88\x01\x01\x12$\n\x17magnitude_force_scale_r\x18I \x01(\x01HG\x88\x01\x01\x12$\n\x17magnitude_force_scale_t\x18J \x01(\x01HH\x88\x01\x01\x12m\n\x1f\x66orm_finding_calculation_method\x18K \x01(\x0e\x32?.dlubal.api.rfem.loads.SurfaceLoad.FormFindingCalculationMethodHI\x88\x01\x01\x12q\n\"form_finding_sag_related_to_object\x18L \x01(\x0e\x32@.dlubal.api.rfem.loads.SurfaceLoad.FormFindingSagRelatedToObjectHJ\x88\x01\x01\x12\x30\n#form_finding_sag_related_to_surface\x18M \x01(\x05HK\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18N \x01(\x08HL\x88\x01\x01\x12\"\n\x15magnitude_mass_global\x18O \x01(\x01HM\x88\x01\x01\x12\x1d\n\x10magnitude_mass_x\x18P \x01(\x01HN\x88\x01\x01\x12\x1d\n\x10magnitude_mass_y\x18Q \x01(\x01HO\x88\x01\x01\x12\x1d\n\x10magnitude_mass_z\x18R \x01(\x01HP\x88\x01\x01\x12.\n!ponding_magnitude_specific_weight\x18S \x01(\x01HQ\x88\x01\x01\x12\x33\n&ponding_magnitude_amount_precipitation\x18T \x01(\x01HR\x88\x01\x01\x12)\n\x1cponding_amount_precipitation\x18U \x01(\x08HS\x88\x01\x01\x12\x1b\n\x0esnow_magnitude\x18V \x01(\x01HT\x88\x01\x01\x12!\n\x14snow_specific_weight\x18W \x01(\x01HU\x88\x01\x01\x12\x64\n\x1asnow_distribution_approach\x18X \x01(\x0e\x32;.dlubal.api.rfem.loads.SurfaceLoad.SnowDistributionApproachHV\x88\x01\x01\x12,\n\x1fsnow_angle_of_internal_friction\x18Y \x01(\x01HW\x88\x01\x01\x12x\n\"snow_inclination_shape_coefficient\x18Z \x01(\x0b\x32G.dlubal.api.rfem.loads.SurfaceLoad.SnowInclinationShapeCoefficientTableHX\x88\x01\x01\x12(\n\x1bload_graphic_position_below\x18[ \x01(\x08HY\x88\x01\x01\x12!\n\x14id_for_export_import\x18\\ \x01(\tHZ\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18] \x01(\tH[\x88\x01\x01\x1ag\n\x1aVaryingLoadParametersTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rfem.loads.SurfaceLoad.VaryingLoadParametersRow\x1a\xbe\x03\n\x18VaryingLoadParametersRow\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\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rdistance_unit\x18\x07 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x64\x65lta_distance_unit\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x1b\n\x0emagnitude_unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10magnitude_symbol\x18\n \x01(\tH\t\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_distance_unitB\x16\n\x14_delta_distance_unitB\x11\n\x0f_magnitude_unitB\x13\n\x11_magnitude_symbol\x1a{\n$SnowInclinationShapeCoefficientTable\x12S\n\x04rows\x18\x01 \x03(\x0b\x32\x45.dlubal.api.rfem.loads.SurfaceLoad.SnowInclinationShapeCoefficientRow\x1a\xd6\x01\n\"SnowInclinationShapeCoefficientRow\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\x13surface_inclination\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11shape_coefficient\x18\x04 \x01(\x01H\x03\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_surface_inclinationB\x14\n\x12_shape_coefficient\"\xfe\x01\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x03\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\x06\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x07\x12\x15\n\x11LOAD_TYPE_PONDING\x10\x08\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x04\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x05\x12\x12\n\x0eLOAD_TYPE_SNOW\x10\t\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x02\"\xfa\x01\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12\x1c\n\x18LOAD_DISTRIBUTION_LINEAR\x10\x01\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_X\x10\x02\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Y\x10\x03\x12!\n\x1dLOAD_DISTRIBUTION_LINEAR_IN_Z\x10\x04\x12\x1c\n\x18LOAD_DISTRIBUTION_RADIAL\x10\x05\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x08\"\xd4\x03\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\x7f\n\x15\x46ormFindingDefinition\x12!\n\x1d\x46ORM_FINDING_DEFINITION_FORCE\x10\x00\x12\x1f\n\x1b\x46ORM_FINDING_DEFINITION_SAG\x10\x02\x12\"\n\x1e\x46ORM_FINDING_DEFINITION_STRESS\x10\x01\"|\n\x1c\x46ormFindingCalculationMethod\x12,\n(FORM_FINDING_CALCULATION_METHOD_STANDARD\x10\x00\x12.\n*FORM_FINDING_CALCULATION_METHOD_PROJECTION\x10\x01\"\xa7\x01\n\x1d\x46ormFindingSagRelatedToObject\x12+\n\'FORM_FINDING_SAG_RELATED_TO_OBJECT_BASE\x10\x00\x12)\n%FORM_FINDING_SAG_RELATED_TO_OBJECT_CS\x10\x01\x12.\n*FORM_FINDING_SAG_RELATED_TO_OBJECT_SURFACE\x10\x02\"\x85\x01\n\x18SnowDistributionApproach\x12\x30\n,SNOW_DISTRIBUTION_APPROACH_INCLINATION_SHAPE\x10\x00\x12\x37\n3SNOW_DISTRIBUTION_APPROACH_MATERIAL_CHARACTERISTICS\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_load_distributionB\x14\n\x12_coordinate_systemB\x11\n\x0f_load_directionB\x14\n\x12_uniform_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x18\n\x16_uniform_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x1c\n\x1a_uniform_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x1b\n\x19_magnitude_axial_strain_xB\x1b\n\x19_magnitude_axial_strain_yB\x1c\n\x1a_magnitude_axial_strain_1xB\x1c\n\x1a_magnitude_axial_strain_1yB\x1c\n\x1a_magnitude_axial_strain_2xB\x1c\n\x1a_magnitude_axial_strain_2yB\x1c\n\x1a_magnitude_axial_strain_3xB\x1c\n\x1a_magnitude_axial_strain_3yB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\t\n\x07_node_1B\t\n\x07_node_2B\t\n\x07_node_3B\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1a\n\x18_form_finding_definitionB\x1c\n\x1a_magnitude_uniform_force_xB\x1c\n\x1a_magnitude_uniform_force_yB\x14\n\x12_magnitude_force_uB\x14\n\x12_magnitude_force_vB\x14\n\x12_magnitude_force_rB\x14\n\x12_magnitude_force_tB\x1d\n\x1b_magnitude_uniform_stress_xB\x1d\n\x1b_magnitude_uniform_stress_yB\x1f\n\x1d_magnitude_orthogonal_force_xB\x1f\n\x1d_magnitude_orthogonal_force_yB \n\x1e_magnitude_orthogonal_stress_xB \n\x1e_magnitude_orthogonal_stress_yB\x15\n\x13_magnitude_stress_uB\x15\n\x13_magnitude_stress_vB\x15\n\x13_magnitude_stress_rB\x15\n\x13_magnitude_stress_tB\x10\n\x0e_magnitude_sagB\x1a\n\x18_magnitude_force_scale_xB\x1a\n\x18_magnitude_force_scale_yB%\n#_magnitude_orthogonal_force_scale_xB%\n#_magnitude_orthogonal_force_scale_yB\x1a\n\x18_magnitude_force_scale_uB\x1a\n\x18_magnitude_force_scale_vB\x1a\n\x18_magnitude_force_scale_rB\x1a\n\x18_magnitude_force_scale_tB\"\n _form_finding_calculation_methodB%\n#_form_finding_sag_related_to_objectB&\n$_form_finding_sag_related_to_surfaceB\x1d\n\x1b_individual_mass_componentsB\x18\n\x16_magnitude_mass_globalB\x13\n\x11_magnitude_mass_xB\x13\n\x11_magnitude_mass_yB\x13\n\x11_magnitude_mass_zB$\n\"_ponding_magnitude_specific_weightB)\n\'_ponding_magnitude_amount_precipitationB\x1f\n\x1d_ponding_amount_precipitationB\x11\n\x0f_snow_magnitudeB\x17\n\x15_snow_specific_weightB\x1d\n\x1b_snow_distribution_approachB\"\n _snow_angle_of_internal_frictionB%\n#_snow_inclination_shape_coefficientB\x1e\n\x1c_load_graphic_position_belowB\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)
|
|
@@ -33,33 +33,33 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.surfa
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
DESCRIPTOR._loaded_options = None
|
|
35
35
|
_globals['_SURFACELOAD']._serialized_start=100
|
|
36
|
-
_globals['_SURFACELOAD']._serialized_end=
|
|
36
|
+
_globals['_SURFACELOAD']._serialized_end=9421
|
|
37
37
|
_globals['_SURFACELOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=4262
|
|
38
38
|
_globals['_SURFACELOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=4365
|
|
39
39
|
_globals['_SURFACELOAD_VARYINGLOADPARAMETERSROW']._serialized_start=4368
|
|
40
|
-
_globals['_SURFACELOAD_VARYINGLOADPARAMETERSROW']._serialized_end=
|
|
41
|
-
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_start=
|
|
42
|
-
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_end=
|
|
43
|
-
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_start=
|
|
44
|
-
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_end=
|
|
45
|
-
_globals['_SURFACELOAD_LOADTYPE']._serialized_start=
|
|
46
|
-
_globals['_SURFACELOAD_LOADTYPE']._serialized_end=
|
|
47
|
-
_globals['_SURFACELOAD_LOADDISTRIBUTION']._serialized_start=
|
|
48
|
-
_globals['_SURFACELOAD_LOADDISTRIBUTION']._serialized_end=
|
|
49
|
-
_globals['_SURFACELOAD_LOADDIRECTION']._serialized_start=
|
|
50
|
-
_globals['_SURFACELOAD_LOADDIRECTION']._serialized_end=
|
|
51
|
-
_globals['_SURFACELOAD_AXISDEFINITIONTYPE']._serialized_start=
|
|
52
|
-
_globals['_SURFACELOAD_AXISDEFINITIONTYPE']._serialized_end=
|
|
53
|
-
_globals['_SURFACELOAD_AXISDEFINITIONAXIS']._serialized_start=
|
|
54
|
-
_globals['_SURFACELOAD_AXISDEFINITIONAXIS']._serialized_end=
|
|
55
|
-
_globals['_SURFACELOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=
|
|
56
|
-
_globals['_SURFACELOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=
|
|
57
|
-
_globals['_SURFACELOAD_FORMFINDINGDEFINITION']._serialized_start=
|
|
58
|
-
_globals['_SURFACELOAD_FORMFINDINGDEFINITION']._serialized_end=
|
|
59
|
-
_globals['_SURFACELOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_start=
|
|
60
|
-
_globals['_SURFACELOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_end=
|
|
61
|
-
_globals['_SURFACELOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_start=
|
|
62
|
-
_globals['_SURFACELOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_end=
|
|
63
|
-
_globals['_SURFACELOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_start=
|
|
64
|
-
_globals['_SURFACELOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_end=
|
|
40
|
+
_globals['_SURFACELOAD_VARYINGLOADPARAMETERSROW']._serialized_end=4814
|
|
41
|
+
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_start=4816
|
|
42
|
+
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTTABLE']._serialized_end=4939
|
|
43
|
+
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_start=4942
|
|
44
|
+
_globals['_SURFACELOAD_SNOWINCLINATIONSHAPECOEFFICIENTROW']._serialized_end=5156
|
|
45
|
+
_globals['_SURFACELOAD_LOADTYPE']._serialized_start=5159
|
|
46
|
+
_globals['_SURFACELOAD_LOADTYPE']._serialized_end=5413
|
|
47
|
+
_globals['_SURFACELOAD_LOADDISTRIBUTION']._serialized_start=5416
|
|
48
|
+
_globals['_SURFACELOAD_LOADDISTRIBUTION']._serialized_end=5666
|
|
49
|
+
_globals['_SURFACELOAD_LOADDIRECTION']._serialized_start=5669
|
|
50
|
+
_globals['_SURFACELOAD_LOADDIRECTION']._serialized_end=6137
|
|
51
|
+
_globals['_SURFACELOAD_AXISDEFINITIONTYPE']._serialized_start=6139
|
|
52
|
+
_globals['_SURFACELOAD_AXISDEFINITIONTYPE']._serialized_end=6237
|
|
53
|
+
_globals['_SURFACELOAD_AXISDEFINITIONAXIS']._serialized_start=6239
|
|
54
|
+
_globals['_SURFACELOAD_AXISDEFINITIONAXIS']._serialized_end=6343
|
|
55
|
+
_globals['_SURFACELOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=6345
|
|
56
|
+
_globals['_SURFACELOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=6470
|
|
57
|
+
_globals['_SURFACELOAD_FORMFINDINGDEFINITION']._serialized_start=6472
|
|
58
|
+
_globals['_SURFACELOAD_FORMFINDINGDEFINITION']._serialized_end=6599
|
|
59
|
+
_globals['_SURFACELOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_start=6601
|
|
60
|
+
_globals['_SURFACELOAD_FORMFINDINGCALCULATIONMETHOD']._serialized_end=6725
|
|
61
|
+
_globals['_SURFACELOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_start=6728
|
|
62
|
+
_globals['_SURFACELOAD_FORMFINDINGSAGRELATEDTOOBJECT']._serialized_end=6895
|
|
63
|
+
_globals['_SURFACELOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_start=6898
|
|
64
|
+
_globals['_SURFACELOAD_SNOWDISTRIBUTIONAPPROACH']._serialized_end=7031
|
|
65
65
|
# @@protoc_insertion_point(module_scope)
|