dlubal.api 2.12.2__py3-none-any.whl → 2.12.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dlubal.api might be problematic. Click here for more details.

Files changed (189) hide show
  1. dlubal/api/rfem/__init__.py +7 -6
  2. dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  3. dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  4. dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  5. dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  6. dlubal/api/rfem/base_data_pb2.py +69 -69
  7. dlubal/api/rfem/base_data_pb2.pyi +8 -2
  8. dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
  9. dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  10. dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +79 -0
  11. dlubal/api/rfem/digital_twins/__init__.py +1 -0
  12. dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
  13. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
  14. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  15. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  16. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  17. dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
  18. dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
  19. dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
  20. dlubal/api/rfem/loads/line_load_pb2.py +21 -21
  21. dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
  22. dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
  23. dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
  24. dlubal/api/rfem/loads/member_load_pb2.py +41 -41
  25. dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
  26. dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
  27. dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
  28. dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
  29. dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
  30. dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
  31. dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
  32. dlubal/api/rfem/object_type_pb2.py +2 -2
  33. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  34. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
  35. dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
  36. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  37. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
  38. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
  39. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
  40. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
  41. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
  42. dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  43. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  44. dlubal/api/rfem/structure_core/member_pb2.py +192 -190
  45. dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
  46. dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
  47. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
  48. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
  49. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -2
  50. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
  51. dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  52. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
  53. dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
  54. dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
  55. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
  56. dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
  57. dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
  58. dlubal/api/rstab/__init__.py +6 -5
  59. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  60. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  61. dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  62. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  63. dlubal/api/rstab/base_data_pb2.py +53 -53
  64. dlubal/api/rstab/base_data_pb2.pyi +8 -2
  65. dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
  66. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  67. dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
  68. dlubal/api/rstab/digital_twins/__init__.py +1 -0
  69. dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
  70. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
  71. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  72. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  73. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  74. dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
  75. dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
  76. dlubal/api/rstab/loads/member_load_pb2.py +41 -41
  77. dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
  78. dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
  79. dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
  80. dlubal/api/rstab/object_type_pb2.py +2 -2
  81. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  82. dlubal/api/rstab/reinforcement/__init__.py +1 -0
  83. dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
  84. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
  85. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
  86. dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  87. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  88. dlubal/api/rstab/structure_core/member_pb2.py +180 -178
  89. dlubal/api/rstab/structure_core/member_pb2.pyi +8 -2
  90. dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
  91. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
  92. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
  93. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -2
  94. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
  95. dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  96. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
  97. dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
  98. dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
  99. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
  100. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
  101. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +151 -139
  102. examples/rfem/column.py +1 -1
  103. examples/rstab/column.py +7 -7
  104. dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  105. dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  106. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  107. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  108. dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  109. dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  110. dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
  111. dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
  112. dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
  113. dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
  114. dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  115. dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  116. dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  117. dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  118. dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  119. dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  120. dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  121. dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  122. dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
  123. dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  124. dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  125. dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  126. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  127. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  128. dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
  129. dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  130. dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  131. dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
  132. dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  133. dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  134. dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  135. dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  136. dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  137. dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  138. dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  139. dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  140. dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
  141. dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  142. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  143. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  144. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  145. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  146. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  147. /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  148. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  149. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
  150. /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
  151. /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
  152. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  153. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
  154. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
  155. /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
  156. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  157. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  158. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  159. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  160. /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
  161. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  162. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  163. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  164. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  165. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  166. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  167. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  168. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  169. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  170. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  171. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  172. /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  173. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  174. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
  175. /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  176. /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
  177. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  178. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  179. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  180. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  181. /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
  182. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  183. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  184. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  185. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  186. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  187. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  188. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
  189. {dlubal_api-2.12.2.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/line_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xad\x37\n\x08LineLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12@\n\tload_type\x18\x02 \x01(\x0e\x32(.dlubal.api.rfem.loads.LineLoad.LoadTypeH\x01\x88\x01\x01\x12\r\n\x05lines\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\x12P\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x30.dlubal.api.rfem.loads.LineLoad.LoadDistributionH\x04\x88\x01\x01\x12J\n\x0eload_direction\x18\x07 \x01(\x0e\x32-.dlubal.api.rfem.loads.LineLoad.LoadDirectionH\x05\x88\x01\x01\x12\x61\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32\x38.dlubal.api.rfem.loads.LineLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12\x16\n\tmagnitude\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmass_global\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x13\n\x06mass_x\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06mass_y\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x13\n\x06mass_z\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18\x17 \x01(\x08H\x15\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18\x1a \x01(\x05H\x18\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18\x1b \x01(\x08H\x19\x88\x01\x01\x12`\n\x17varying_load_parameters\x18\x1c \x01(\x0b\x32:.dlubal.api.rfem.loads.LineLoad.VaryingLoadParametersTableH\x1a\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\'\n\x1areference_to_list_of_lines\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12#\n\x16\x64istance_from_line_end\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18 \x01(\x08H\x1e\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18! \x01(\x08H\x1f\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\" \x01(\x08H \x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18# \x01(\x01H!\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18$ \x01(\x01H\"\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18% \x01(\x01H#\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18& \x01(\x01H$\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18\' \x01(\x01H%\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13rotation_about_axis\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63omment\x18+ \x01(\tH)\x88\x01\x01\x12\x19\n\x0cis_generated\x18, \x01(\x08H*\x88\x01\x01\x12#\n\x16generating_object_info\x18- \x01(\tH+\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18. \x01(\x08H,\x88\x01\x01\x12$\n\x17import_support_reaction\x18/ \x01(\x08H-\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18\x30 \x01(\tH.\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18\x31 \x01(\tH/\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18\x32 \x01(\x01H0\x88\x01\x01\x12w\n&import_support_reaction_load_direction\x18\x33 \x01(\x0e\x32\x42.dlubal.api.rfem.loads.LineLoad.ImportSupportReactionLoadDirectionH1\x88\x01\x01\x12^\n\x16\x63oating_polygon_points\x18\x34 \x01(\x0b\x32\x39.dlubal.api.rfem.loads.LineLoad.CoatingPolygonPointsTableH2\x88\x01\x01\x12u\n%prestress_tendon_load_definition_type\x18\x35 \x01(\x0e\x32\x41.dlubal.api.rfem.loads.LineLoad.PrestressTendonLoadDefinitionTypeH3\x88\x01\x01\x12l\n prestress_tendon_load_definition\x18\x36 \x01(\x0e\x32=.dlubal.api.rfem.loads.LineLoad.PrestressTendonLoadDefinitionH4\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18\x37 \x01(\x01H5\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x39 \x01(\tH7\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18: \x01(\tH8\x88\x01\x01\x1a\x64\n\x1aVaryingLoadParametersTable\x12\x46\n\x04rows\x18\x01 \x03(\x0b\x32\x38.dlubal.api.rfem.loads.LineLoad.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\x62\n\x19\x43oatingPolygonPointsTable\x12\x45\n\x04rows\x18\x01 \x03(\x0b\x32\x37.dlubal.api.rfem.loads.LineLoad.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\"`\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\"\x9e\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\"\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\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"\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\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_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\x1d\n\x1b_reference_to_list_of_linesB\x19\n\x17_distance_from_line_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB.\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\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\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/line_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xf9\x38\n\x08LineLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12@\n\tload_type\x18\x02 \x01(\x0e\x32(.dlubal.api.rfem.loads.LineLoad.LoadTypeH\x01\x88\x01\x01\x12\r\n\x05lines\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\x12P\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x30.dlubal.api.rfem.loads.LineLoad.LoadDistributionH\x04\x88\x01\x01\x12J\n\x0eload_direction\x18\x07 \x01(\x0e\x32-.dlubal.api.rfem.loads.LineLoad.LoadDirectionH\x05\x88\x01\x01\x12\x61\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32\x38.dlubal.api.rfem.loads.LineLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12\x16\n\tmagnitude\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmass_global\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x13\n\x06mass_x\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06mass_y\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x13\n\x06mass_z\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18\x17 \x01(\x08H\x15\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18\x1a \x01(\x05H\x18\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18\x1b \x01(\x08H\x19\x88\x01\x01\x12`\n\x17varying_load_parameters\x18\x1c \x01(\x0b\x32:.dlubal.api.rfem.loads.LineLoad.VaryingLoadParametersTableH\x1a\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12\'\n\x1areference_to_list_of_lines\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12#\n\x16\x64istance_from_line_end\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18 \x01(\x08H\x1e\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18! \x01(\x08H\x1f\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\" \x01(\x08H \x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18# \x01(\x01H!\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18$ \x01(\x01H\"\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18% \x01(\x01H#\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18& \x01(\x01H$\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18\' \x01(\x01H%\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13rotation_about_axis\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63omment\x18+ \x01(\tH)\x88\x01\x01\x12\x19\n\x0cis_generated\x18, \x01(\x08H*\x88\x01\x01\x12#\n\x16generating_object_info\x18- \x01(\tH+\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18. \x01(\x08H,\x88\x01\x01\x12$\n\x17import_support_reaction\x18/ \x01(\x08H-\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18\x30 \x01(\tH.\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18\x31 \x01(\tH/\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18\x32 \x01(\x01H0\x88\x01\x01\x12w\n&import_support_reaction_load_direction\x18\x33 \x01(\x0e\x32\x42.dlubal.api.rfem.loads.LineLoad.ImportSupportReactionLoadDirectionH1\x88\x01\x01\x12^\n\x16\x63oating_polygon_points\x18\x34 \x01(\x0b\x32\x39.dlubal.api.rfem.loads.LineLoad.CoatingPolygonPointsTableH2\x88\x01\x01\x12u\n%prestress_tendon_load_definition_type\x18\x35 \x01(\x0e\x32\x41.dlubal.api.rfem.loads.LineLoad.PrestressTendonLoadDefinitionTypeH3\x88\x01\x01\x12l\n prestress_tendon_load_definition\x18\x36 \x01(\x0e\x32=.dlubal.api.rfem.loads.LineLoad.PrestressTendonLoadDefinitionH4\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18\x37 \x01(\x01H5\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x39 \x01(\tH7\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18: \x01(\tH8\x88\x01\x01\x1a\x64\n\x1aVaryingLoadParametersTable\x12\x46\n\x04rows\x18\x01 \x03(\x0b\x32\x38.dlubal.api.rfem.loads.LineLoad.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\x62\n\x19\x43oatingPolygonPointsTable\x12\x45\n\x04rows\x18\x01 \x03(\x0b\x32\x37.dlubal.api.rfem.loads.LineLoad.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\"`\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\"\x9e\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\"\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\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"\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\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_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\x1d\n\x1b_reference_to_list_of_linesB\x19\n\x17_distance_from_line_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB.\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\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\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,27 +33,27 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.line_
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  DESCRIPTOR._loaded_options = None
35
35
  _globals['_LINELOAD']._serialized_start=97
36
- _globals['_LINELOAD']._serialized_end=7182
36
+ _globals['_LINELOAD']._serialized_end=7386
37
37
  _globals['_LINELOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=2769
38
38
  _globals['_LINELOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=2869
39
39
  _globals['_LINELOAD_VARYINGLOADPARAMETERSROW']._serialized_start=2872
40
- _globals['_LINELOAD_VARYINGLOADPARAMETERSROW']._serialized_end=3114
41
- _globals['_LINELOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=3116
42
- _globals['_LINELOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=3214
43
- _globals['_LINELOAD_COATINGPOLYGONPOINTSROW']._serialized_start=3217
44
- _globals['_LINELOAD_COATINGPOLYGONPOINTSROW']._serialized_end=3470
45
- _globals['_LINELOAD_LOADTYPE']._serialized_start=3472
46
- _globals['_LINELOAD_LOADTYPE']._serialized_end=3568
47
- _globals['_LINELOAD_LOADDISTRIBUTION']._serialized_start=3571
48
- _globals['_LINELOAD_LOADDISTRIBUTION']._serialized_end=3985
49
- _globals['_LINELOAD_LOADDIRECTION']._serialized_start=3988
50
- _globals['_LINELOAD_LOADDIRECTION']._serialized_end=4456
51
- _globals['_LINELOAD_LOADDIRECTIONORIENTATION']._serialized_start=4459
52
- _globals['_LINELOAD_LOADDIRECTIONORIENTATION']._serialized_end=4596
53
- _globals['_LINELOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=4599
54
- _globals['_LINELOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=5343
55
- _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=5346
56
- _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=5480
57
- _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=5483
58
- _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=5672
40
+ _globals['_LINELOAD_VARYINGLOADPARAMETERSROW']._serialized_end=3318
41
+ _globals['_LINELOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=3320
42
+ _globals['_LINELOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=3418
43
+ _globals['_LINELOAD_COATINGPOLYGONPOINTSROW']._serialized_start=3421
44
+ _globals['_LINELOAD_COATINGPOLYGONPOINTSROW']._serialized_end=3674
45
+ _globals['_LINELOAD_LOADTYPE']._serialized_start=3676
46
+ _globals['_LINELOAD_LOADTYPE']._serialized_end=3772
47
+ _globals['_LINELOAD_LOADDISTRIBUTION']._serialized_start=3775
48
+ _globals['_LINELOAD_LOADDISTRIBUTION']._serialized_end=4189
49
+ _globals['_LINELOAD_LOADDIRECTION']._serialized_start=4192
50
+ _globals['_LINELOAD_LOADDIRECTION']._serialized_end=4660
51
+ _globals['_LINELOAD_LOADDIRECTIONORIENTATION']._serialized_start=4663
52
+ _globals['_LINELOAD_LOADDIRECTIONORIENTATION']._serialized_end=4800
53
+ _globals['_LINELOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=4803
54
+ _globals['_LINELOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=5547
55
+ _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=5550
56
+ _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=5684
57
+ _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=5687
58
+ _globals['_LINELOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=5876
59
59
  # @@protoc_insertion_point(module_scope)
@@ -115,20 +115,28 @@ class LineLoad(_message.Message):
115
115
  rows: _containers.RepeatedCompositeFieldContainer[LineLoad.VaryingLoadParametersRow]
116
116
  def __init__(self, rows: _Optional[_Iterable[_Union[LineLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
117
117
  class VaryingLoadParametersRow(_message.Message):
118
- __slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note")
118
+ __slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol")
119
119
  NO_FIELD_NUMBER: _ClassVar[int]
120
120
  DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
121
121
  DISTANCE_FIELD_NUMBER: _ClassVar[int]
122
122
  DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
123
123
  MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
124
124
  NOTE_FIELD_NUMBER: _ClassVar[int]
125
+ DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
126
+ DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
127
+ MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
128
+ MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
125
129
  no: int
126
130
  description: str
127
131
  distance: float
128
132
  delta_distance: float
129
133
  magnitude: float
130
134
  note: str
131
- def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ...) -> None: ...
135
+ distance_unit: str
136
+ delta_distance_unit: str
137
+ magnitude_unit: str
138
+ magnitude_symbol: str
139
+ 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] = ...) -> None: ...
132
140
  class CoatingPolygonPointsTable(_message.Message):
133
141
  __slots__ = ("rows",)
134
142
  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/line_set_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xe5\x37\n\x0bLineSetLoad\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.LineSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x11\n\tline_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\x12S\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x33.dlubal.api.rfem.loads.LineSetLoad.LoadDistributionH\x04\x88\x01\x01\x12M\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x30.dlubal.api.rfem.loads.LineSetLoad.LoadDirectionH\x05\x88\x01\x01\x12\x64\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32;.dlubal.api.rfem.loads.LineSetLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12\x16\n\tmagnitude\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmass_global\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x13\n\x06mass_x\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06mass_y\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x13\n\x06mass_z\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18\x17 \x01(\x08H\x15\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18\x1a \x01(\x05H\x18\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18\x1b \x01(\x08H\x19\x88\x01\x01\x12\x63\n\x17varying_load_parameters\x18\x1c \x01(\x0b\x32=.dlubal.api.rfem.loads.LineSetLoad.VaryingLoadParametersTableH\x1a\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12+\n\x1ereference_to_list_of_line_sets\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12\'\n\x1a\x64istance_from_line_set_end\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18 \x01(\x08H\x1e\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18! \x01(\x08H\x1f\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\" \x01(\x08H \x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18# \x01(\x01H!\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18$ \x01(\x01H\"\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18% \x01(\x01H#\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18& \x01(\x01H$\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18\' \x01(\x01H%\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13rotation_about_axis\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63omment\x18+ \x01(\tH)\x88\x01\x01\x12\x19\n\x0cis_generated\x18, \x01(\x08H*\x88\x01\x01\x12#\n\x16generating_object_info\x18- \x01(\tH+\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18. \x01(\x08H,\x88\x01\x01\x12$\n\x17import_support_reaction\x18/ \x01(\x08H-\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18\x30 \x01(\tH.\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18\x31 \x01(\tH/\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18\x32 \x01(\x01H0\x88\x01\x01\x12z\n&import_support_reaction_load_direction\x18\x33 \x01(\x0e\x32\x45.dlubal.api.rfem.loads.LineSetLoad.ImportSupportReactionLoadDirectionH1\x88\x01\x01\x12\x61\n\x16\x63oating_polygon_points\x18\x34 \x01(\x0b\x32<.dlubal.api.rfem.loads.LineSetLoad.CoatingPolygonPointsTableH2\x88\x01\x01\x12x\n%prestress_tendon_load_definition_type\x18\x35 \x01(\x0e\x32\x44.dlubal.api.rfem.loads.LineSetLoad.PrestressTendonLoadDefinitionTypeH3\x88\x01\x01\x12o\n prestress_tendon_load_definition\x18\x36 \x01(\x0e\x32@.dlubal.api.rfem.loads.LineSetLoad.PrestressTendonLoadDefinitionH4\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18\x37 \x01(\x01H5\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x39 \x01(\tH7\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18: \x01(\tH8\x88\x01\x01\x1ag\n\x1aVaryingLoadParametersTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rfem.loads.LineSetLoad.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\x65\n\x19\x43oatingPolygonPointsTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.loads.LineSetLoad.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\"`\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\"\x9e\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\"\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\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"\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\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_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!\n\x1f_reference_to_list_of_line_setsB\x1d\n\x1b_distance_from_line_set_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB.\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\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\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/line_set_load.proto\x12\x15\x64lubal.api.rfem.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xb1\x39\n\x0bLineSetLoad\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.LineSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x11\n\tline_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\x12S\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x33.dlubal.api.rfem.loads.LineSetLoad.LoadDistributionH\x04\x88\x01\x01\x12M\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x30.dlubal.api.rfem.loads.LineSetLoad.LoadDirectionH\x05\x88\x01\x01\x12\x64\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32;.dlubal.api.rfem.loads.LineSetLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12\x16\n\tmagnitude\x18\t \x01(\x01H\x07\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmass_global\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x13\n\x06mass_x\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x13\n\x06mass_y\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x13\n\x06mass_z\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\x11 \x01(\x08H\x0f\x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18\x17 \x01(\x08H\x15\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18\x1a \x01(\x05H\x18\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18\x1b \x01(\x08H\x19\x88\x01\x01\x12\x63\n\x17varying_load_parameters\x18\x1c \x01(\x0b\x32=.dlubal.api.rfem.loads.LineSetLoad.VaryingLoadParametersTableH\x1a\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18\x1d \x01(\x08H\x1b\x88\x01\x01\x12+\n\x1ereference_to_list_of_line_sets\x18\x1e \x01(\x08H\x1c\x88\x01\x01\x12\'\n\x1a\x64istance_from_line_set_end\x18\x1f \x01(\x08H\x1d\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18 \x01(\x08H\x1e\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18! \x01(\x08H\x1f\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\" \x01(\x08H \x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18# \x01(\x01H!\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18$ \x01(\x01H\"\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18% \x01(\x01H#\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18& \x01(\x01H$\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18\' \x01(\x01H%\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18( \x01(\x01H&\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13rotation_about_axis\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63omment\x18+ \x01(\tH)\x88\x01\x01\x12\x19\n\x0cis_generated\x18, \x01(\x08H*\x88\x01\x01\x12#\n\x16generating_object_info\x18- \x01(\tH+\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18. \x01(\x08H,\x88\x01\x01\x12$\n\x17import_support_reaction\x18/ \x01(\x08H-\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18\x30 \x01(\tH.\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18\x31 \x01(\tH/\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18\x32 \x01(\x01H0\x88\x01\x01\x12z\n&import_support_reaction_load_direction\x18\x33 \x01(\x0e\x32\x45.dlubal.api.rfem.loads.LineSetLoad.ImportSupportReactionLoadDirectionH1\x88\x01\x01\x12\x61\n\x16\x63oating_polygon_points\x18\x34 \x01(\x0b\x32<.dlubal.api.rfem.loads.LineSetLoad.CoatingPolygonPointsTableH2\x88\x01\x01\x12x\n%prestress_tendon_load_definition_type\x18\x35 \x01(\x0e\x32\x44.dlubal.api.rfem.loads.LineSetLoad.PrestressTendonLoadDefinitionTypeH3\x88\x01\x01\x12o\n prestress_tendon_load_definition\x18\x36 \x01(\x0e\x32@.dlubal.api.rfem.loads.LineSetLoad.PrestressTendonLoadDefinitionH4\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18\x37 \x01(\x01H5\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x39 \x01(\tH7\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18: \x01(\tH8\x88\x01\x01\x1ag\n\x1aVaryingLoadParametersTable\x12I\n\x04rows\x18\x01 \x03(\x0b\x32;.dlubal.api.rfem.loads.LineSetLoad.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\x65\n\x19\x43oatingPolygonPointsTable\x12H\n\x04rows\x18\x01 \x03(\x0b\x32:.dlubal.api.rfem.loads.LineSetLoad.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\"`\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\"\x9e\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\"\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\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"\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\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_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!\n\x1f_reference_to_list_of_line_setsB\x1d\n\x1b_distance_from_line_set_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB.\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\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\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,27 +33,27 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.loads.line_
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  DESCRIPTOR._loaded_options = None
35
35
  _globals['_LINESETLOAD']._serialized_start=101
36
- _globals['_LINESETLOAD']._serialized_end=7242
36
+ _globals['_LINESETLOAD']._serialized_end=7446
37
37
  _globals['_LINESETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=2815
38
38
  _globals['_LINESETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=2918
39
39
  _globals['_LINESETLOAD_VARYINGLOADPARAMETERSROW']._serialized_start=2921
40
- _globals['_LINESETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=3163
41
- _globals['_LINESETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=3165
42
- _globals['_LINESETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=3266
43
- _globals['_LINESETLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=3269
44
- _globals['_LINESETLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=3522
45
- _globals['_LINESETLOAD_LOADTYPE']._serialized_start=3524
46
- _globals['_LINESETLOAD_LOADTYPE']._serialized_end=3620
47
- _globals['_LINESETLOAD_LOADDISTRIBUTION']._serialized_start=3623
48
- _globals['_LINESETLOAD_LOADDISTRIBUTION']._serialized_end=4037
49
- _globals['_LINESETLOAD_LOADDIRECTION']._serialized_start=4040
50
- _globals['_LINESETLOAD_LOADDIRECTION']._serialized_end=4508
51
- _globals['_LINESETLOAD_LOADDIRECTIONORIENTATION']._serialized_start=4511
52
- _globals['_LINESETLOAD_LOADDIRECTIONORIENTATION']._serialized_end=4648
53
- _globals['_LINESETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=4651
54
- _globals['_LINESETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=5395
55
- _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=5398
56
- _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=5532
57
- _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=5535
58
- _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=5724
40
+ _globals['_LINESETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=3367
41
+ _globals['_LINESETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=3369
42
+ _globals['_LINESETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=3470
43
+ _globals['_LINESETLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=3473
44
+ _globals['_LINESETLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=3726
45
+ _globals['_LINESETLOAD_LOADTYPE']._serialized_start=3728
46
+ _globals['_LINESETLOAD_LOADTYPE']._serialized_end=3824
47
+ _globals['_LINESETLOAD_LOADDISTRIBUTION']._serialized_start=3827
48
+ _globals['_LINESETLOAD_LOADDISTRIBUTION']._serialized_end=4241
49
+ _globals['_LINESETLOAD_LOADDIRECTION']._serialized_start=4244
50
+ _globals['_LINESETLOAD_LOADDIRECTION']._serialized_end=4712
51
+ _globals['_LINESETLOAD_LOADDIRECTIONORIENTATION']._serialized_start=4715
52
+ _globals['_LINESETLOAD_LOADDIRECTIONORIENTATION']._serialized_end=4852
53
+ _globals['_LINESETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=4855
54
+ _globals['_LINESETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=5599
55
+ _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=5602
56
+ _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=5736
57
+ _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=5739
58
+ _globals['_LINESETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=5928
59
59
  # @@protoc_insertion_point(module_scope)
@@ -115,20 +115,28 @@ class LineSetLoad(_message.Message):
115
115
  rows: _containers.RepeatedCompositeFieldContainer[LineSetLoad.VaryingLoadParametersRow]
116
116
  def __init__(self, rows: _Optional[_Iterable[_Union[LineSetLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
117
117
  class VaryingLoadParametersRow(_message.Message):
118
- __slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note")
118
+ __slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol")
119
119
  NO_FIELD_NUMBER: _ClassVar[int]
120
120
  DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
121
121
  DISTANCE_FIELD_NUMBER: _ClassVar[int]
122
122
  DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
123
123
  MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
124
124
  NOTE_FIELD_NUMBER: _ClassVar[int]
125
+ DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
126
+ DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
127
+ MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
128
+ MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
125
129
  no: int
126
130
  description: str
127
131
  distance: float
128
132
  delta_distance: float
129
133
  magnitude: float
130
134
  note: str
131
- def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ...) -> None: ...
135
+ distance_unit: str
136
+ delta_distance_unit: str
137
+ magnitude_unit: str
138
+ magnitude_symbol: str
139
+ 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] = ...) -> None: ...
132
140
  class CoatingPolygonPointsTable(_message.Message):
133
141
  __slots__ = ("rows",)
134
142
  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_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=13316
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=5534
41
- _globals['_MEMBERLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=5536
42
- _globals['_MEMBERLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=5636
43
- _globals['_MEMBERLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=5639
44
- _globals['_MEMBERLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=5892
45
- _globals['_MEMBERLOAD_LOADTYPE']._serialized_start=5895
46
- _globals['_MEMBERLOAD_LOADTYPE']._serialized_end=6506
47
- _globals['_MEMBERLOAD_LOADDISTRIBUTION']._serialized_start=6509
48
- _globals['_MEMBERLOAD_LOADDISTRIBUTION']._serialized_end=6959
49
- _globals['_MEMBERLOAD_LOADDIRECTION']._serialized_start=6962
50
- _globals['_MEMBERLOAD_LOADDIRECTION']._serialized_end=7494
51
- _globals['_MEMBERLOAD_LOADDIRECTIONORIENTATION']._serialized_start=7497
52
- _globals['_MEMBERLOAD_LOADDIRECTIONORIENTATION']._serialized_end=7634
53
- _globals['_MEMBERLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=7636
54
- _globals['_MEMBERLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=7747
55
- _globals['_MEMBERLOAD_AXISDEFINITIONTYPE']._serialized_start=7749
56
- _globals['_MEMBERLOAD_AXISDEFINITIONTYPE']._serialized_end=7847
57
- _globals['_MEMBERLOAD_AXISDEFINITIONAXIS']._serialized_start=7849
58
- _globals['_MEMBERLOAD_AXISDEFINITIONAXIS']._serialized_end=7953
59
- _globals['_MEMBERLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=7955
60
- _globals['_MEMBERLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=8080
61
- _globals['_MEMBERLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=8083
62
- _globals['_MEMBERLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=8295
63
- _globals['_MEMBERLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=8298
64
- _globals['_MEMBERLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=8500
65
- _globals['_MEMBERLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=8503
66
- _globals['_MEMBERLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=8665
67
- _globals['_MEMBERLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=8667
68
- _globals['_MEMBERLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=8779
69
- _globals['_MEMBERLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=8782
70
- _globals['_MEMBERLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=9072
71
- _globals['_MEMBERLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=9075
72
- _globals['_MEMBERLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=9620
73
- _globals['_MEMBERLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=9623
74
- _globals['_MEMBERLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=10367
75
- _globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=10370
76
- _globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=10504
77
- _globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=10507
78
- _globals['_MEMBERLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=10696
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]