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/rstab/loads/member_set_load.proto\x12\x16\x64lubal.api.rstab.loads\x1a\x1e\x64lubal/api/common/common.proto\"\xb8g\n\rMemberSetLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x46\n\tload_type\x18\x02 \x01(\x0e\x32..dlubal.api.rstab.loads.MemberSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x13\n\x0bmember_sets\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x05 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x03\x88\x01\x01\x12V\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x36.dlubal.api.rstab.loads.MemberSetLoad.LoadDistributionH\x04\x88\x01\x01\x12P\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x33.dlubal.api.rstab.loads.MemberSetLoad.LoadDirectionH\x05\x88\x01\x01\x12g\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32>.dlubal.api.rstab.loads.MemberSetLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12j\n\x1c\x66orm_finding_definition_type\x18\t \x01(\x0e\x32?.dlubal.api.rstab.loads.MemberSetLoad.FormFindingDefinitionTypeH\x07\x88\x01\x01\x12\x16\n\tmagnitude\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_1\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_2\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_3\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_1\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_2\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_3\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x18\n\x0bmass_global\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x13\n\x06mass_x\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x13\n\x06mass_y\x18 \x01(\x01H\x1e\x88\x01\x01\x12\x13\n\x06mass_z\x18! \x01(\x01H\x1f\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\" \x01(\x08H \x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18# \x01(\x01H!\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18% \x01(\x08H#\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18& \x01(\x01H$\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\' \x01(\x01H%\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18( \x01(\x08H&\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18+ \x01(\x05H)\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18, \x01(\x08H*\x88\x01\x01\x12\x66\n\x17varying_load_parameters\x18- \x01(\x0b\x32@.dlubal.api.rstab.loads.MemberSetLoad.VaryingLoadParametersTableH+\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18. \x01(\x08H,\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18/ \x01(\x01H-\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x30 \x01(\x01H.\x88\x01\x01\x12[\n\x14\x61xis_definition_type\x18\x31 \x01(\x0e\x32\x38.dlubal.api.rstab.loads.MemberSetLoad.AxisDefinitionTypeH/\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\x32 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH0\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18\x33 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18\x34 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18\x35 \x01(\x01H3\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18\x36 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH4\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\x37 \x01(\x01H5\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18\x39 \x01(\x01H7\x88\x01\x01\x12[\n\x14\x61xis_definition_axis\x18: \x01(\x0e\x32\x38.dlubal.api.rstab.loads.MemberSetLoad.AxisDefinitionAxisH8\x88\x01\x01\x12r\n axis_definition_axis_orientation\x18; \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.AxisDefinitionAxisOrientationH9\x88\x01\x01\x12\x1b\n\x0e\x66illing_height\x18< \x01(\x01H:\x88\x01\x01\x12&\n\x19\x63oating_contour_thickness\x18= \x01(\x01H;\x88\x01\x01\x12)\n\x1c\x64istance_from_member_set_end\x18> \x01(\x08H<\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18? \x01(\x08H=\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18@ \x01(\x08H>\x88\x01\x01\x12u\n!eccentricity_horizontal_alignment\x18\x41 \x01(\x0e\x32\x45.dlubal.api.rstab.loads.MemberSetLoad.EccentricityHorizontalAlignmentH?\x88\x01\x01\x12q\n\x1f\x65\x63\x63\x65ntricity_vertical_alignment\x18\x42 \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.EccentricityVerticalAlignmentH@\x88\x01\x01\x12i\n\x1b\x65\x63\x63\x65ntricity_section_middle\x18\x43 \x01(\x0e\x32?.dlubal.api.rstab.loads.MemberSetLoad.EccentricitySectionMiddleHA\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\x44 \x01(\x08HB\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18\x45 \x01(\x01HC\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18\x46 \x01(\x01HD\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18G \x01(\x01HE\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18H \x01(\x01HF\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18I \x01(\x01HG\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18J \x01(\x01HH\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18K \x01(\x01HI\x88\x01\x01\x12 \n\x13rotation_about_axis\x18L \x01(\x01HJ\x88\x01\x01\x12\x14\n\x07\x63omment\x18M \x01(\tHK\x88\x01\x01\x12\x19\n\x0cis_generated\x18N \x01(\x08HL\x88\x01\x01\x12#\n\x16generating_object_info\x18O \x01(\tHM\x88\x01\x01\x12h\n\x1b\x66orm_finding_internal_force\x18P \x01(\x0e\x32>.dlubal.api.rstab.loads.MemberSetLoad.FormFindingInternalForceHN\x88\x01\x01\x12r\n form_finding_geometry_definition\x18Q \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.FormFindingGeometryDefinitionHO\x88\x01\x01\x12l\n\x1d\x66orm_finding_force_definition\x18R \x01(\x0e\x32@.dlubal.api.rstab.loads.MemberSetLoad.FormFindingForceDefinitionHP\x88\x01\x01\x12:\n-form_finding_magnitude_is_defined_as_relative\x18S \x01(\x08HQ\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_absolute\x18T \x01(\x01HR\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_relative\x18U \x01(\x01HS\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18V \x01(\x08HT\x88\x01\x01\x12$\n\x17import_support_reaction\x18W \x01(\x08HU\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18X \x01(\tHV\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18Y \x01(\tHW\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18Z \x01(\x01HX\x88\x01\x01\x12}\n&import_support_reaction_load_direction\x18[ \x01(\x0e\x32H.dlubal.api.rstab.loads.MemberSetLoad.ImportSupportReactionLoadDirectionHY\x88\x01\x01\x12,\n\x1fhas_load_graphic_position_below\x18\\ \x01(\x08HZ\x88\x01\x01\x12\x64\n\x16\x63oating_polygon_points\x18] \x01(\x0b\x32?.dlubal.api.rstab.loads.MemberSetLoad.CoatingPolygonPointsTableH[\x88\x01\x01\x12{\n%prestress_tendon_load_definition_type\x18^ \x01(\x0e\x32G.dlubal.api.rstab.loads.MemberSetLoad.PrestressTendonLoadDefinitionTypeH\\\x88\x01\x01\x12r\n prestress_tendon_load_definition\x18_ \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.PrestressTendonLoadDefinitionH]\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18` \x01(\x01H^\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x61 \x01(\x01H_\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x62 \x01(\tH`\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x63 \x01(\tHa\x88\x01\x01\x1aj\n\x1aVaryingLoadParametersTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rstab.loads.MemberSetLoad.VaryingLoadParametersRow\x1a\xb2\x03\n\x18VaryingLoadParametersRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\n \x01(\x01H\t\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_magnitude_t_cB\x14\n\x12_magnitude_delta_tB\x10\n\x0e_magnitude_t_tB\x10\n\x0e_magnitude_t_b\x1ah\n\x19\x43oatingPolygonPointsTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rstab.loads.MemberSetLoad.CoatingPolygonPointsRow\x1a\xfd\x01\n\x17\x43oatingPolygonPointsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12,\n\x05\x65mpty\x18\x05 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\x08\n\x06_empty\"\xe3\x04\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12 \n\x1cLOAD_TYPE_AXIAL_DISPLACEMENT\x10\x07\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x06\x12\x1d\n\x19LOAD_TYPE_COATING_CONTOUR\x10\x12\x12\x1d\n\x19LOAD_TYPE_COATING_POLYGON\x10\x13\x12\x1a\n\x16LOAD_TYPE_DISPLACEMENT\x10\x0b\x12\x1b\n\x17LOAD_TYPE_END_PRESTRESS\x10\x11\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\n\x12\x1f\n\x1bLOAD_TYPE_INITIAL_PRESTRESS\x10\t\x12\x1f\n\x1bLOAD_TYPE_INTERNAL_PRESSURE\x10\x0f\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\x12\x1f\n\x1bLOAD_TYPE_PIPE_CONTENT_FULL\x10\r\x12\"\n\x1eLOAD_TYPE_PIPE_CONTENT_PARTIAL\x10\x0e\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x08\x12\x1e\n\x1aLOAD_TYPE_PRESTRESS_TENDON\x10\x14\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x10\x12\x16\n\x12LOAD_TYPE_ROTATION\x10\x0c\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x04\x12 \n\x1cLOAD_TYPE_TEMPERATURE_CHANGE\x10\x05\"\xc2\x03\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_1\x10\x02\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_2\x10\x05\x12&\n\"LOAD_DISTRIBUTION_CONCENTRATED_2_2\x10\x04\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_N\x10\x03\x12*\n&LOAD_DISTRIBUTION_CONCENTRATED_VARYING\x10\x06\x12\x1f\n\x1bLOAD_DISTRIBUTION_PARABOLIC\x10\t\x12\x1d\n\x19LOAD_DISTRIBUTION_TAPERED\x10\x08\x12!\n\x1dLOAD_DISTRIBUTION_TRAPEZOIDAL\x10\x07\x12#\n\x1fLOAD_DISTRIBUTION_UNIFORM_TOTAL\x10\x01\x12\x1d\n\x19LOAD_DISTRIBUTION_VARYING\x10\n\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x0b\"\x94\x04\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_U\x10\x03\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_V\x10\x04\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"o\n\x19\x46ormFindingDefinitionType\x12*\n&FORM_FINDING_DEFINITION_TYPE_GEOMETRIC\x10\x00\x12&\n\"FORM_FINDING_DEFINITION_TYPE_FORCE\x10\x01\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\xd4\x01\n\x1f\x45\x63\x63\x65ntricityHorizontalAlignment\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12,\n(ECCENTRICITY_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_NONE\x10\x03\x12+\n\'ECCENTRICITY_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\"\xca\x01\n\x1d\x45\x63\x63\x65ntricityVerticalAlignment\x12\'\n#ECCENTRICITY_VERTICAL_ALIGNMENT_TOP\x10\x00\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_CENTER\x10\x01\x12(\n$ECCENTRICITY_VERTICAL_ALIGNMENT_NONE\x10\x03\"\xa2\x01\n\x19\x45\x63\x63\x65ntricitySectionMiddle\x12\x31\n-ECCENTRICITY_SECTION_MIDDLE_CENTER_OF_GRAVITY\x10\x00\x12$\n ECCENTRICITY_SECTION_MIDDLE_NONE\x10\x02\x12,\n(ECCENTRICITY_SECTION_MIDDLE_SHEAR_CENTER\x10\x01\"p\n\x18\x46ormFindingInternalForce\x12\'\n#FORM_FINDING_INTERNAL_FORCE_TENSION\x10\x00\x12+\n\'FORM_FINDING_INTERNAL_FORCE_COMPRESSION\x10\x01\"\xa2\x02\n\x1d\x46ormFindingGeometryDefinition\x12+\n\'FORM_FINDING_GEOMETRY_DEFINITION_LENGTH\x10\x00\x12;\n7FORM_FINDING_GEOMETRY_DEFINITION_LOW_POINT_VERTICAL_SAG\x10\x04\x12\x35\n1FORM_FINDING_GEOMETRY_DEFINITION_MAX_VERTICAL_SAG\x10\x03\x12(\n$FORM_FINDING_GEOMETRY_DEFINITION_SAG\x10\x02\x12\x36\n2FORM_FINDING_GEOMETRY_DEFINITION_UNSTRESSED_LENGTH\x10\x01\"\xa1\x04\n\x1a\x46ormFindingForceDefinition\x12)\n%FORM_FINDING_FORCE_DEFINITION_UNKNOWN\x10\x00\x12)\n%FORM_FINDING_FORCE_DEFINITION_AVERAGE\x10\n\x12)\n%FORM_FINDING_FORCE_DEFINITION_DENSITY\x10\x14\x12>\n:FORM_FINDING_FORCE_DEFINITION_HORIZONTAL_TENSION_COMPONENT\x10\r\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MAX_FORCE_MEMBER\x10\x0b\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_IEND\x10\x12\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_JEND\x10\x13\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MIN_FORCE_MEMBER\x10\x0c\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_IEND\x10\x0e\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_JEND\x10\x0f\"\xe8\x05\n\"ImportSupportReactionLoadDirection\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X\x10\x00\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y\x10\x01\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z\x10\x02\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X\x10\x06\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y\x10\x07\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z\x10\x08\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X\x10\x03\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y\x10\x04\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z\x10\x05\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X\x10\t\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y\x10\n\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z\x10\x0b\"\x86\x01\n!PrestressTendonLoadDefinitionType\x12\x30\n,PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS\x10\x00\x12/\n+PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE\x10\x01\"\xbd\x01\n\x1dPrestressTendonLoadDefinition\x12-\n)PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE\x10\x00\x12\x34\n0PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK\x10\x02\x12\x37\n3PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_coordinate_systemB\x14\n\x12_load_distributionB\x11\n\x0f_load_directionB\x1d\n\x1b_load_direction_orientationB\x1f\n\x1d_form_finding_definition_typeB\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x10\n\x0e_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x14\n\x12_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x10\n\x0e_magnitude_t_tB\x12\n\x10_magnitude_t_t_1B\x12\n\x10_magnitude_t_t_2B\x12\n\x10_magnitude_t_t_3B\x10\n\x0e_magnitude_t_bB\x12\n\x10_magnitude_t_b_1B\x12\n\x10_magnitude_t_b_2B\x12\n\x10_magnitude_t_b_3B\x0e\n\x0c_mass_globalB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB$\n\"_distance_a_is_defined_as_relativeB\x16\n\x14_distance_a_absoluteB\x16\n\x14_distance_a_relativeB$\n\"_distance_b_is_defined_as_relativeB\x16\n\x14_distance_b_absoluteB\x16\n\x14_distance_b_relativeB$\n\"_distance_c_is_defined_as_relativeB\x16\n\x14_distance_c_absoluteB\x16\n\x14_distance_c_relativeB\n\n\x08_count_nB2\n0_varying_load_parameters_are_defined_as_relativeB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x11\n\x0f_filling_heightB\x1c\n\x1a_coating_contour_thicknessB\x1f\n\x1d_distance_from_member_set_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB$\n\"_eccentricity_horizontal_alignmentB\"\n _eccentricity_vertical_alignmentB\x1e\n\x1c_eccentricity_section_middleB.\n,_is_eccentricity_at_end_different_from_startB\x1a\n\x18_eccentricity_y_at_startB\x1a\n\x18_eccentricity_z_at_startB\x18\n\x16_eccentricity_y_at_endB\x18\n\x16_eccentricity_z_at_endB\x14\n\x12_reference_point_aB\x14\n\x12_reference_point_bB\x17\n\x15_coating_polygon_areaB\x16\n\x14_rotation_about_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1e\n\x1c_form_finding_internal_forceB#\n!_form_finding_geometry_definitionB \n\x1e_form_finding_force_definitionB0\n._form_finding_magnitude_is_defined_as_relativeB\"\n _form_finding_magnitude_absoluteB\"\n _form_finding_magnitude_relativeB\x1d\n\x1b_individual_mass_componentsB\x1a\n\x18_import_support_reactionB%\n#_import_support_reaction_model_nameB,\n*_import_support_reaction_model_descriptionB)\n\'_import_support_reaction_length_of_lineB)\n\'_import_support_reaction_load_directionB\"\n _has_load_graphic_position_belowB\x19\n\x17_coating_polygon_pointsB(\n&_prestress_tendon_load_definition_typeB#\n!_prestress_tendon_load_definitionB\x1e\n\x1c_prestress_tendon_load_ratioB\'\n%_prestress_tendon_load_absolute_valueB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,dlubal/api/rstab/loads/member_set_load.proto\x12\x16\x64lubal.api.rstab.loads\x1a\x1e\x64lubal/api/common/common.proto\"\x84i\n\rMemberSetLoad\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x46\n\tload_type\x18\x02 \x01(\x0e\x32..dlubal.api.rstab.loads.MemberSetLoad.LoadTypeH\x01\x88\x01\x01\x12\x13\n\x0bmember_sets\x18\x03 \x03(\x05\x12\x16\n\tload_case\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x05 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x03\x88\x01\x01\x12V\n\x11load_distribution\x18\x06 \x01(\x0e\x32\x36.dlubal.api.rstab.loads.MemberSetLoad.LoadDistributionH\x04\x88\x01\x01\x12P\n\x0eload_direction\x18\x07 \x01(\x0e\x32\x33.dlubal.api.rstab.loads.MemberSetLoad.LoadDirectionH\x05\x88\x01\x01\x12g\n\x1aload_direction_orientation\x18\x08 \x01(\x0e\x32>.dlubal.api.rstab.loads.MemberSetLoad.LoadDirectionOrientationH\x06\x88\x01\x01\x12j\n\x1c\x66orm_finding_definition_type\x18\t \x01(\x0e\x32?.dlubal.api.rstab.loads.MemberSetLoad.FormFindingDefinitionTypeH\x07\x88\x01\x01\x12\x16\n\tmagnitude\x18\n \x01(\x01H\x08\x88\x01\x01\x12\x18\n\x0bmagnitude_1\x18\x0b \x01(\x01H\t\x88\x01\x01\x12\x18\n\x0bmagnitude_2\x18\x0c \x01(\x01H\n\x88\x01\x01\x12\x18\n\x0bmagnitude_3\x18\r \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0e \x01(\x01H\x0c\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_1\x18\x0f \x01(\x01H\r\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_2\x18\x10 \x01(\x01H\x0e\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_c_3\x18\x11 \x01(\x01H\x0f\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x12 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13magnitude_delta_t_1\x18\x13 \x01(\x01H\x11\x88\x01\x01\x12 \n\x13magnitude_delta_t_2\x18\x14 \x01(\x01H\x12\x88\x01\x01\x12 \n\x13magnitude_delta_t_3\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_1\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_2\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_t_3\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_1\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_2\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12\x1c\n\x0fmagnitude_t_b_3\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12\x18\n\x0bmass_global\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12\x13\n\x06mass_x\x18\x1f \x01(\x01H\x1d\x88\x01\x01\x12\x13\n\x06mass_y\x18 \x01(\x01H\x1e\x88\x01\x01\x12\x13\n\x06mass_z\x18! \x01(\x01H\x1f\x88\x01\x01\x12.\n!distance_a_is_defined_as_relative\x18\" \x01(\x08H \x88\x01\x01\x12 \n\x13\x64istance_a_absolute\x18# \x01(\x01H!\x88\x01\x01\x12 \n\x13\x64istance_a_relative\x18$ \x01(\x01H\"\x88\x01\x01\x12.\n!distance_b_is_defined_as_relative\x18% \x01(\x08H#\x88\x01\x01\x12 \n\x13\x64istance_b_absolute\x18& \x01(\x01H$\x88\x01\x01\x12 \n\x13\x64istance_b_relative\x18\' \x01(\x01H%\x88\x01\x01\x12.\n!distance_c_is_defined_as_relative\x18( \x01(\x08H&\x88\x01\x01\x12 \n\x13\x64istance_c_absolute\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13\x64istance_c_relative\x18* \x01(\x01H(\x88\x01\x01\x12\x14\n\x07\x63ount_n\x18+ \x01(\x05H)\x88\x01\x01\x12<\n/varying_load_parameters_are_defined_as_relative\x18, \x01(\x08H*\x88\x01\x01\x12\x66\n\x17varying_load_parameters\x18- \x01(\x0b\x32@.dlubal.api.rstab.loads.MemberSetLoad.VaryingLoadParametersTableH+\x88\x01\x01\x12+\n\x1evarying_load_parameters_sorted\x18. \x01(\x08H,\x88\x01\x01\x12\x1d\n\x10\x61ngular_velocity\x18/ \x01(\x01H-\x88\x01\x01\x12!\n\x14\x61ngular_acceleration\x18\x30 \x01(\x01H.\x88\x01\x01\x12[\n\x14\x61xis_definition_type\x18\x31 \x01(\x0e\x32\x38.dlubal.api.rstab.loads.MemberSetLoad.AxisDefinitionTypeH/\x88\x01\x01\x12<\n\x12\x61xis_definition_p1\x18\x32 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH0\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_x\x18\x33 \x01(\x01H1\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_y\x18\x34 \x01(\x01H2\x88\x01\x01\x12!\n\x14\x61xis_definition_p1_z\x18\x35 \x01(\x01H3\x88\x01\x01\x12<\n\x12\x61xis_definition_p2\x18\x36 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH4\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_x\x18\x37 \x01(\x01H5\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_y\x18\x38 \x01(\x01H6\x88\x01\x01\x12!\n\x14\x61xis_definition_p2_z\x18\x39 \x01(\x01H7\x88\x01\x01\x12[\n\x14\x61xis_definition_axis\x18: \x01(\x0e\x32\x38.dlubal.api.rstab.loads.MemberSetLoad.AxisDefinitionAxisH8\x88\x01\x01\x12r\n axis_definition_axis_orientation\x18; \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.AxisDefinitionAxisOrientationH9\x88\x01\x01\x12\x1b\n\x0e\x66illing_height\x18< \x01(\x01H:\x88\x01\x01\x12&\n\x19\x63oating_contour_thickness\x18= \x01(\x01H;\x88\x01\x01\x12)\n\x1c\x64istance_from_member_set_end\x18> \x01(\x08H<\x88\x01\x01\x12&\n\x19load_is_over_total_length\x18? \x01(\x08H=\x88\x01\x01\x12#\n\x16has_force_eccentricity\x18@ \x01(\x08H>\x88\x01\x01\x12u\n!eccentricity_horizontal_alignment\x18\x41 \x01(\x0e\x32\x45.dlubal.api.rstab.loads.MemberSetLoad.EccentricityHorizontalAlignmentH?\x88\x01\x01\x12q\n\x1f\x65\x63\x63\x65ntricity_vertical_alignment\x18\x42 \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.EccentricityVerticalAlignmentH@\x88\x01\x01\x12i\n\x1b\x65\x63\x63\x65ntricity_section_middle\x18\x43 \x01(\x0e\x32?.dlubal.api.rstab.loads.MemberSetLoad.EccentricitySectionMiddleHA\x88\x01\x01\x12\x38\n+is_eccentricity_at_end_different_from_start\x18\x44 \x01(\x08HB\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_y_at_start\x18\x45 \x01(\x01HC\x88\x01\x01\x12$\n\x17\x65\x63\x63\x65ntricity_z_at_start\x18\x46 \x01(\x01HD\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_y_at_end\x18G \x01(\x01HE\x88\x01\x01\x12\"\n\x15\x65\x63\x63\x65ntricity_z_at_end\x18H \x01(\x01HF\x88\x01\x01\x12\x1e\n\x11reference_point_a\x18I \x01(\x01HG\x88\x01\x01\x12\x1e\n\x11reference_point_b\x18J \x01(\x01HH\x88\x01\x01\x12!\n\x14\x63oating_polygon_area\x18K \x01(\x01HI\x88\x01\x01\x12 \n\x13rotation_about_axis\x18L \x01(\x01HJ\x88\x01\x01\x12\x14\n\x07\x63omment\x18M \x01(\tHK\x88\x01\x01\x12\x19\n\x0cis_generated\x18N \x01(\x08HL\x88\x01\x01\x12#\n\x16generating_object_info\x18O \x01(\tHM\x88\x01\x01\x12h\n\x1b\x66orm_finding_internal_force\x18P \x01(\x0e\x32>.dlubal.api.rstab.loads.MemberSetLoad.FormFindingInternalForceHN\x88\x01\x01\x12r\n form_finding_geometry_definition\x18Q \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.FormFindingGeometryDefinitionHO\x88\x01\x01\x12l\n\x1d\x66orm_finding_force_definition\x18R \x01(\x0e\x32@.dlubal.api.rstab.loads.MemberSetLoad.FormFindingForceDefinitionHP\x88\x01\x01\x12:\n-form_finding_magnitude_is_defined_as_relative\x18S \x01(\x08HQ\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_absolute\x18T \x01(\x01HR\x88\x01\x01\x12,\n\x1f\x66orm_finding_magnitude_relative\x18U \x01(\x01HS\x88\x01\x01\x12\'\n\x1aindividual_mass_components\x18V \x01(\x08HT\x88\x01\x01\x12$\n\x17import_support_reaction\x18W \x01(\x08HU\x88\x01\x01\x12/\n\"import_support_reaction_model_name\x18X \x01(\tHV\x88\x01\x01\x12\x36\n)import_support_reaction_model_description\x18Y \x01(\tHW\x88\x01\x01\x12\x33\n&import_support_reaction_length_of_line\x18Z \x01(\x01HX\x88\x01\x01\x12}\n&import_support_reaction_load_direction\x18[ \x01(\x0e\x32H.dlubal.api.rstab.loads.MemberSetLoad.ImportSupportReactionLoadDirectionHY\x88\x01\x01\x12,\n\x1fhas_load_graphic_position_below\x18\\ \x01(\x08HZ\x88\x01\x01\x12\x64\n\x16\x63oating_polygon_points\x18] \x01(\x0b\x32?.dlubal.api.rstab.loads.MemberSetLoad.CoatingPolygonPointsTableH[\x88\x01\x01\x12{\n%prestress_tendon_load_definition_type\x18^ \x01(\x0e\x32G.dlubal.api.rstab.loads.MemberSetLoad.PrestressTendonLoadDefinitionTypeH\\\x88\x01\x01\x12r\n prestress_tendon_load_definition\x18_ \x01(\x0e\x32\x43.dlubal.api.rstab.loads.MemberSetLoad.PrestressTendonLoadDefinitionH]\x88\x01\x01\x12(\n\x1bprestress_tendon_load_ratio\x18` \x01(\x01H^\x88\x01\x01\x12\x31\n$prestress_tendon_load_absolute_value\x18\x61 \x01(\x01H_\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x62 \x01(\tH`\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x63 \x01(\tHa\x88\x01\x01\x1aj\n\x1aVaryingLoadParametersTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rstab.loads.MemberSetLoad.VaryingLoadParametersRow\x1a\xfe\x04\n\x18VaryingLoadParametersRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08\x64istance\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1b\n\x0e\x64\x65lta_distance\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x16\n\tmagnitude\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1a\n\rdistance_unit\x18\x07 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x64\x65lta_distance_unit\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x1b\n\x0emagnitude_unit\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10magnitude_symbol\x18\n \x01(\tH\t\x88\x01\x01\x12\x1a\n\rmagnitude_t_c\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x1e\n\x11magnitude_delta_t\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1a\n\rmagnitude_t_t\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1a\n\rmagnitude_t_b\x18\x0e \x01(\x01H\r\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_distanceB\x11\n\x0f_delta_distanceB\x0c\n\n_magnitudeB\x07\n\x05_noteB\x10\n\x0e_distance_unitB\x16\n\x14_delta_distance_unitB\x11\n\x0f_magnitude_unitB\x13\n\x11_magnitude_symbolB\x10\n\x0e_magnitude_t_cB\x14\n\x12_magnitude_delta_tB\x10\n\x0e_magnitude_t_tB\x10\n\x0e_magnitude_t_b\x1ah\n\x19\x43oatingPolygonPointsTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rstab.loads.MemberSetLoad.CoatingPolygonPointsRow\x1a\xfd\x01\n\x17\x43oatingPolygonPointsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1d\n\x10\x66irst_coordinate\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12\x1e\n\x11second_coordinate\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12,\n\x05\x65mpty\x18\x05 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x04\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_first_coordinateB\x14\n\x12_second_coordinateB\x08\n\x06_empty\"\xe3\x04\n\x08LoadType\x12\x15\n\x11LOAD_TYPE_UNKNOWN\x10\x00\x12 \n\x1cLOAD_TYPE_AXIAL_DISPLACEMENT\x10\x07\x12\x1a\n\x16LOAD_TYPE_AXIAL_STRAIN\x10\x06\x12\x1d\n\x19LOAD_TYPE_COATING_CONTOUR\x10\x12\x12\x1d\n\x19LOAD_TYPE_COATING_POLYGON\x10\x13\x12\x1a\n\x16LOAD_TYPE_DISPLACEMENT\x10\x0b\x12\x1b\n\x17LOAD_TYPE_END_PRESTRESS\x10\x11\x12\x13\n\x0fLOAD_TYPE_FORCE\x10\x01\x12\x1a\n\x16LOAD_TYPE_FORM_FINDING\x10\n\x12\x1f\n\x1bLOAD_TYPE_INITIAL_PRESTRESS\x10\t\x12\x1f\n\x1bLOAD_TYPE_INTERNAL_PRESSURE\x10\x0f\x12\x12\n\x0eLOAD_TYPE_MASS\x10\x03\x12\x14\n\x10LOAD_TYPE_MOMENT\x10\x02\x12\x1f\n\x1bLOAD_TYPE_PIPE_CONTENT_FULL\x10\r\x12\"\n\x1eLOAD_TYPE_PIPE_CONTENT_PARTIAL\x10\x0e\x12\x17\n\x13LOAD_TYPE_PRECAMBER\x10\x08\x12\x1e\n\x1aLOAD_TYPE_PRESTRESS_TENDON\x10\x14\x12\x1b\n\x17LOAD_TYPE_ROTARY_MOTION\x10\x10\x12\x16\n\x12LOAD_TYPE_ROTATION\x10\x0c\x12\x19\n\x15LOAD_TYPE_TEMPERATURE\x10\x04\x12 \n\x1cLOAD_TYPE_TEMPERATURE_CHANGE\x10\x05\"\xc2\x03\n\x10LoadDistribution\x12\x1d\n\x19LOAD_DISTRIBUTION_UNIFORM\x10\x00\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_1\x10\x02\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_2\x10\x05\x12&\n\"LOAD_DISTRIBUTION_CONCENTRATED_2_2\x10\x04\x12$\n LOAD_DISTRIBUTION_CONCENTRATED_N\x10\x03\x12*\n&LOAD_DISTRIBUTION_CONCENTRATED_VARYING\x10\x06\x12\x1f\n\x1bLOAD_DISTRIBUTION_PARABOLIC\x10\t\x12\x1d\n\x19LOAD_DISTRIBUTION_TAPERED\x10\x08\x12!\n\x1dLOAD_DISTRIBUTION_TRAPEZOIDAL\x10\x07\x12#\n\x1fLOAD_DISTRIBUTION_UNIFORM_TOTAL\x10\x01\x12\x1d\n\x19LOAD_DISTRIBUTION_VARYING\x10\n\x12\"\n\x1eLOAD_DISTRIBUTION_VARYING_IN_Z\x10\x0b\"\x94\x04\n\rLoadDirection\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_X\x10\x00\x12>\n:LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH\x10\x0e\x12\x39\n5LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH\x10\x0b\x12>\n:LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH\x10\x0f\x12\x39\n5LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH\x10\x0c\x12>\n:LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH\x10\x10\x12\x39\n5LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH\x10\r\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Y\x10\x01\x12\x1a\n\x16LOAD_DIRECTION_LOCAL_Z\x10\x02\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_U\x10\x03\x12\x1e\n\x1aLOAD_DIRECTION_PRINCIPAL_V\x10\x04\"\x89\x01\n\x18LoadDirectionOrientation\x12\x35\n1LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD\x10\x00\x12\x36\n2LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED\x10\x01\"o\n\x19\x46ormFindingDefinitionType\x12*\n&FORM_FINDING_DEFINITION_TYPE_GEOMETRIC\x10\x00\x12&\n\"FORM_FINDING_DEFINITION_TYPE_FORCE\x10\x01\"b\n\x12\x41xisDefinitionType\x12#\n\x1f\x41XIS_DEFINITION_TYPE_TWO_POINTS\x10\x00\x12\'\n#AXIS_DEFINITION_TYPE_POINT_AND_AXIS\x10\x01\"h\n\x12\x41xisDefinitionAxis\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_X\x10\x00\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Y\x10\x01\x12\x1a\n\x16\x41XIS_DEFINITION_AXIS_Z\x10\x02\"}\n\x1d\x41xisDefinitionAxisOrientation\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE\x10\x00\x12-\n)AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE\x10\x01\"\xd4\x01\n\x1f\x45\x63\x63\x65ntricityHorizontalAlignment\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_LEFT\x10\x00\x12,\n(ECCENTRICITY_HORIZONTAL_ALIGNMENT_CENTER\x10\x01\x12*\n&ECCENTRICITY_HORIZONTAL_ALIGNMENT_NONE\x10\x03\x12+\n\'ECCENTRICITY_HORIZONTAL_ALIGNMENT_RIGHT\x10\x02\"\xca\x01\n\x1d\x45\x63\x63\x65ntricityVerticalAlignment\x12\'\n#ECCENTRICITY_VERTICAL_ALIGNMENT_TOP\x10\x00\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_BOTTOM\x10\x02\x12*\n&ECCENTRICITY_VERTICAL_ALIGNMENT_CENTER\x10\x01\x12(\n$ECCENTRICITY_VERTICAL_ALIGNMENT_NONE\x10\x03\"\xa2\x01\n\x19\x45\x63\x63\x65ntricitySectionMiddle\x12\x31\n-ECCENTRICITY_SECTION_MIDDLE_CENTER_OF_GRAVITY\x10\x00\x12$\n ECCENTRICITY_SECTION_MIDDLE_NONE\x10\x02\x12,\n(ECCENTRICITY_SECTION_MIDDLE_SHEAR_CENTER\x10\x01\"p\n\x18\x46ormFindingInternalForce\x12\'\n#FORM_FINDING_INTERNAL_FORCE_TENSION\x10\x00\x12+\n\'FORM_FINDING_INTERNAL_FORCE_COMPRESSION\x10\x01\"\xa2\x02\n\x1d\x46ormFindingGeometryDefinition\x12+\n\'FORM_FINDING_GEOMETRY_DEFINITION_LENGTH\x10\x00\x12;\n7FORM_FINDING_GEOMETRY_DEFINITION_LOW_POINT_VERTICAL_SAG\x10\x04\x12\x35\n1FORM_FINDING_GEOMETRY_DEFINITION_MAX_VERTICAL_SAG\x10\x03\x12(\n$FORM_FINDING_GEOMETRY_DEFINITION_SAG\x10\x02\x12\x36\n2FORM_FINDING_GEOMETRY_DEFINITION_UNSTRESSED_LENGTH\x10\x01\"\xa1\x04\n\x1a\x46ormFindingForceDefinition\x12)\n%FORM_FINDING_FORCE_DEFINITION_UNKNOWN\x10\x00\x12)\n%FORM_FINDING_FORCE_DEFINITION_AVERAGE\x10\n\x12)\n%FORM_FINDING_FORCE_DEFINITION_DENSITY\x10\x14\x12>\n:FORM_FINDING_FORCE_DEFINITION_HORIZONTAL_TENSION_COMPONENT\x10\r\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MAX_FORCE_MEMBER\x10\x0b\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_IEND\x10\x12\x12\x39\n5FORM_FINDING_FORCE_DEFINITION_MINIMAL_TENSION_AT_JEND\x10\x13\x12\x32\n.FORM_FINDING_FORCE_DEFINITION_MIN_FORCE_MEMBER\x10\x0c\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_IEND\x10\x0e\x12\x31\n-FORM_FINDING_FORCE_DEFINITION_TENSION_AT_JEND\x10\x0f\"\xe8\x05\n\"ImportSupportReactionLoadDirection\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X\x10\x00\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y\x10\x01\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z\x10\x02\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X\x10\x06\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y\x10\x07\x12\x38\n4IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z\x10\x08\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X\x10\x03\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y\x10\x04\x12:\n6IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z\x10\x05\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X\x10\t\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y\x10\n\x12\x39\n5IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z\x10\x0b\"\x86\x01\n!PrestressTendonLoadDefinitionType\x12\x30\n,PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS\x10\x00\x12/\n+PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE\x10\x01\"\xbd\x01\n\x1dPrestressTendonLoadDefinition\x12-\n)PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE\x10\x00\x12\x34\n0PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK\x10\x02\x12\x37\n3PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX\x10\x01\x42\x05\n\x03_noB\x0c\n\n_load_typeB\x0c\n\n_load_caseB\x14\n\x12_coordinate_systemB\x14\n\x12_load_distributionB\x11\n\x0f_load_directionB\x1d\n\x1b_load_direction_orientationB\x1f\n\x1d_form_finding_definition_typeB\x0c\n\n_magnitudeB\x0e\n\x0c_magnitude_1B\x0e\n\x0c_magnitude_2B\x0e\n\x0c_magnitude_3B\x10\n\x0e_magnitude_t_cB\x12\n\x10_magnitude_t_c_1B\x12\n\x10_magnitude_t_c_2B\x12\n\x10_magnitude_t_c_3B\x14\n\x12_magnitude_delta_tB\x16\n\x14_magnitude_delta_t_1B\x16\n\x14_magnitude_delta_t_2B\x16\n\x14_magnitude_delta_t_3B\x10\n\x0e_magnitude_t_tB\x12\n\x10_magnitude_t_t_1B\x12\n\x10_magnitude_t_t_2B\x12\n\x10_magnitude_t_t_3B\x10\n\x0e_magnitude_t_bB\x12\n\x10_magnitude_t_b_1B\x12\n\x10_magnitude_t_b_2B\x12\n\x10_magnitude_t_b_3B\x0e\n\x0c_mass_globalB\t\n\x07_mass_xB\t\n\x07_mass_yB\t\n\x07_mass_zB$\n\"_distance_a_is_defined_as_relativeB\x16\n\x14_distance_a_absoluteB\x16\n\x14_distance_a_relativeB$\n\"_distance_b_is_defined_as_relativeB\x16\n\x14_distance_b_absoluteB\x16\n\x14_distance_b_relativeB$\n\"_distance_c_is_defined_as_relativeB\x16\n\x14_distance_c_absoluteB\x16\n\x14_distance_c_relativeB\n\n\x08_count_nB2\n0_varying_load_parameters_are_defined_as_relativeB\x1a\n\x18_varying_load_parametersB!\n\x1f_varying_load_parameters_sortedB\x13\n\x11_angular_velocityB\x17\n\x15_angular_accelerationB\x17\n\x15_axis_definition_typeB\x15\n\x13_axis_definition_p1B\x17\n\x15_axis_definition_p1_xB\x17\n\x15_axis_definition_p1_yB\x17\n\x15_axis_definition_p1_zB\x15\n\x13_axis_definition_p2B\x17\n\x15_axis_definition_p2_xB\x17\n\x15_axis_definition_p2_yB\x17\n\x15_axis_definition_p2_zB\x17\n\x15_axis_definition_axisB#\n!_axis_definition_axis_orientationB\x11\n\x0f_filling_heightB\x1c\n\x1a_coating_contour_thicknessB\x1f\n\x1d_distance_from_member_set_endB\x1c\n\x1a_load_is_over_total_lengthB\x19\n\x17_has_force_eccentricityB$\n\"_eccentricity_horizontal_alignmentB\"\n _eccentricity_vertical_alignmentB\x1e\n\x1c_eccentricity_section_middleB.\n,_is_eccentricity_at_end_different_from_startB\x1a\n\x18_eccentricity_y_at_startB\x1a\n\x18_eccentricity_z_at_startB\x18\n\x16_eccentricity_y_at_endB\x18\n\x16_eccentricity_z_at_endB\x14\n\x12_reference_point_aB\x14\n\x12_reference_point_bB\x17\n\x15_coating_polygon_areaB\x16\n\x14_rotation_about_axisB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x1e\n\x1c_form_finding_internal_forceB#\n!_form_finding_geometry_definitionB \n\x1e_form_finding_force_definitionB0\n._form_finding_magnitude_is_defined_as_relativeB\"\n _form_finding_magnitude_absoluteB\"\n _form_finding_magnitude_relativeB\x1d\n\x1b_individual_mass_componentsB\x1a\n\x18_import_support_reactionB%\n#_import_support_reaction_model_nameB,\n*_import_support_reaction_model_descriptionB)\n\'_import_support_reaction_length_of_lineB)\n\'_import_support_reaction_load_directionB\"\n _has_load_graphic_position_belowB\x19\n\x17_coating_polygon_pointsB(\n&_prestress_tendon_load_definition_typeB#\n!_prestress_tendon_load_definitionB\x1e\n\x1c_prestress_tendon_load_ratioB\'\n%_prestress_tendon_load_absolute_valueB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -33,47 +33,47 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.loads.memb
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  DESCRIPTOR._loaded_options = None
35
35
  _globals['_MEMBERSETLOAD']._serialized_start=105
36
- _globals['_MEMBERSETLOAD']._serialized_end=13345
36
+ _globals['_MEMBERSETLOAD']._serialized_end=13549
37
37
  _globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_start=5045
38
38
  _globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSTABLE']._serialized_end=5151
39
39
  _globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSROW']._serialized_start=5154
40
- _globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=5588
41
- _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=5590
42
- _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=5694
43
- _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=5697
44
- _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=5950
45
- _globals['_MEMBERSETLOAD_LOADTYPE']._serialized_start=5953
46
- _globals['_MEMBERSETLOAD_LOADTYPE']._serialized_end=6564
47
- _globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_start=6567
48
- _globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_end=7017
49
- _globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_start=7020
50
- _globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_end=7552
51
- _globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_start=7555
52
- _globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_end=7692
53
- _globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=7694
54
- _globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=7805
55
- _globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_start=7807
56
- _globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_end=7905
57
- _globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_start=7907
58
- _globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_end=8011
59
- _globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=8013
60
- _globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=8138
61
- _globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=8141
62
- _globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=8353
63
- _globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=8356
64
- _globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=8558
65
- _globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=8561
66
- _globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=8723
67
- _globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=8725
68
- _globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=8837
69
- _globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=8840
70
- _globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=9130
71
- _globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=9133
72
- _globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=9678
73
- _globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=9681
74
- _globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=10425
75
- _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=10428
76
- _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=10562
77
- _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=10565
78
- _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=10754
40
+ _globals['_MEMBERSETLOAD_VARYINGLOADPARAMETERSROW']._serialized_end=5792
41
+ _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_start=5794
42
+ _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSTABLE']._serialized_end=5898
43
+ _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_start=5901
44
+ _globals['_MEMBERSETLOAD_COATINGPOLYGONPOINTSROW']._serialized_end=6154
45
+ _globals['_MEMBERSETLOAD_LOADTYPE']._serialized_start=6157
46
+ _globals['_MEMBERSETLOAD_LOADTYPE']._serialized_end=6768
47
+ _globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_start=6771
48
+ _globals['_MEMBERSETLOAD_LOADDISTRIBUTION']._serialized_end=7221
49
+ _globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_start=7224
50
+ _globals['_MEMBERSETLOAD_LOADDIRECTION']._serialized_end=7756
51
+ _globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_start=7759
52
+ _globals['_MEMBERSETLOAD_LOADDIRECTIONORIENTATION']._serialized_end=7896
53
+ _globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_start=7898
54
+ _globals['_MEMBERSETLOAD_FORMFINDINGDEFINITIONTYPE']._serialized_end=8009
55
+ _globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_start=8011
56
+ _globals['_MEMBERSETLOAD_AXISDEFINITIONTYPE']._serialized_end=8109
57
+ _globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_start=8111
58
+ _globals['_MEMBERSETLOAD_AXISDEFINITIONAXIS']._serialized_end=8215
59
+ _globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_start=8217
60
+ _globals['_MEMBERSETLOAD_AXISDEFINITIONAXISORIENTATION']._serialized_end=8342
61
+ _globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_start=8345
62
+ _globals['_MEMBERSETLOAD_ECCENTRICITYHORIZONTALALIGNMENT']._serialized_end=8557
63
+ _globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_start=8560
64
+ _globals['_MEMBERSETLOAD_ECCENTRICITYVERTICALALIGNMENT']._serialized_end=8762
65
+ _globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_start=8765
66
+ _globals['_MEMBERSETLOAD_ECCENTRICITYSECTIONMIDDLE']._serialized_end=8927
67
+ _globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_start=8929
68
+ _globals['_MEMBERSETLOAD_FORMFINDINGINTERNALFORCE']._serialized_end=9041
69
+ _globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_start=9044
70
+ _globals['_MEMBERSETLOAD_FORMFINDINGGEOMETRYDEFINITION']._serialized_end=9334
71
+ _globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_start=9337
72
+ _globals['_MEMBERSETLOAD_FORMFINDINGFORCEDEFINITION']._serialized_end=9882
73
+ _globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_start=9885
74
+ _globals['_MEMBERSETLOAD_IMPORTSUPPORTREACTIONLOADDIRECTION']._serialized_end=10629
75
+ _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_start=10632
76
+ _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITIONTYPE']._serialized_end=10766
77
+ _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_start=10769
78
+ _globals['_MEMBERSETLOAD_PRESTRESSTENDONLOADDEFINITION']._serialized_end=10958
79
79
  # @@protoc_insertion_point(module_scope)
@@ -249,13 +249,17 @@ class MemberSetLoad(_message.Message):
249
249
  rows: _containers.RepeatedCompositeFieldContainer[MemberSetLoad.VaryingLoadParametersRow]
250
250
  def __init__(self, rows: _Optional[_Iterable[_Union[MemberSetLoad.VaryingLoadParametersRow, _Mapping]]] = ...) -> None: ...
251
251
  class VaryingLoadParametersRow(_message.Message):
252
- __slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "magnitude_t_c", "magnitude_delta_t", "magnitude_t_t", "magnitude_t_b")
252
+ __slots__ = ("no", "description", "distance", "delta_distance", "magnitude", "note", "distance_unit", "delta_distance_unit", "magnitude_unit", "magnitude_symbol", "magnitude_t_c", "magnitude_delta_t", "magnitude_t_t", "magnitude_t_b")
253
253
  NO_FIELD_NUMBER: _ClassVar[int]
254
254
  DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
255
255
  DISTANCE_FIELD_NUMBER: _ClassVar[int]
256
256
  DELTA_DISTANCE_FIELD_NUMBER: _ClassVar[int]
257
257
  MAGNITUDE_FIELD_NUMBER: _ClassVar[int]
258
258
  NOTE_FIELD_NUMBER: _ClassVar[int]
259
+ DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
260
+ DELTA_DISTANCE_UNIT_FIELD_NUMBER: _ClassVar[int]
261
+ MAGNITUDE_UNIT_FIELD_NUMBER: _ClassVar[int]
262
+ MAGNITUDE_SYMBOL_FIELD_NUMBER: _ClassVar[int]
259
263
  MAGNITUDE_T_C_FIELD_NUMBER: _ClassVar[int]
260
264
  MAGNITUDE_DELTA_T_FIELD_NUMBER: _ClassVar[int]
261
265
  MAGNITUDE_T_T_FIELD_NUMBER: _ClassVar[int]
@@ -266,11 +270,15 @@ class MemberSetLoad(_message.Message):
266
270
  delta_distance: float
267
271
  magnitude: float
268
272
  note: str
273
+ distance_unit: str
274
+ delta_distance_unit: str
275
+ magnitude_unit: str
276
+ magnitude_symbol: str
269
277
  magnitude_t_c: float
270
278
  magnitude_delta_t: float
271
279
  magnitude_t_t: float
272
280
  magnitude_t_b: float
273
- def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., magnitude_t_c: _Optional[float] = ..., magnitude_delta_t: _Optional[float] = ..., magnitude_t_t: _Optional[float] = ..., magnitude_t_b: _Optional[float] = ...) -> None: ...
281
+ def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., distance: _Optional[float] = ..., delta_distance: _Optional[float] = ..., magnitude: _Optional[float] = ..., note: _Optional[str] = ..., distance_unit: _Optional[str] = ..., delta_distance_unit: _Optional[str] = ..., magnitude_unit: _Optional[str] = ..., magnitude_symbol: _Optional[str] = ..., magnitude_t_c: _Optional[float] = ..., magnitude_delta_t: _Optional[float] = ..., magnitude_t_t: _Optional[float] = ..., magnitude_t_b: _Optional[float] = ...) -> None: ...
274
282
  class CoatingPolygonPointsTable(_message.Message):
275
283
  __slots__ = ("rows",)
276
284
  ROWS_FIELD_NUMBER: _ClassVar[int]
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"dlubal/api/rstab/object_type.proto\x12\x10\x64lubal.api.rstab*\x91$\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12+\n&OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY\x10\x8a\x01\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12 \n\x1bOBJECT_TYPE_SHRINK_WRAPPING\x10\x89\x01\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"dlubal/api/rstab/object_type.proto\x12\x10\x64lubal.api.rstab*\xd2$\n\nObjectType\x12\x17\n\x13OBJECT_TYPE_UNKNOWN\x10\x00\x12\x1d\n\x18OBJECT_TYPE_ACCELEROGRAM\x10\xcc\x01\x12\x17\n\x12OBJECT_TYPE_ACTION\x10\x9c\x01\x12#\n\x1eOBJECT_TYPE_ACTION_COMBINATION\x10\x9e\x01\x12+\n&OBJECT_TYPE_ADDITIONAL_FOUNDATION_LOAD\x10\xc7\x01\x12-\n(OBJECT_TYPE_ALUMINUM_BOUNDARY_CONDITIONS\x10\x82\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_SLS_CONFIGURATION\x10\xd6\x01\x12\x32\n-OBJECT_TYPE_ALUMINUM_DESIGN_ULS_CONFIGURATION\x10\xd5\x01\x12+\n&OBJECT_TYPE_ALUMINUM_EFFECTIVE_LENGTHS\x10\x81\x01\x12\x38\n3OBJECT_TYPE_ALUMINUM_MEMBER_LOCAL_SECTION_REDUCTION\x10\x84\x01\x12\x30\n+OBJECT_TYPE_ALUMINUM_MEMBER_TRANSVERSE_WELD\x10\x83\x01\x12\x16\n\x11OBJECT_TYPE_BLOCK\x10\xf5\x01\x12\x1d\n\x19OBJECT_TYPE_BUILDING_GRID\x10\x64\x12#\n\x1fOBJECT_TYPE_CALCULATION_DIAGRAM\x10U\x12\x1c\n\x18OBJECT_TYPE_CLIPPING_BOX\x10Z\x12\x1e\n\x1aOBJECT_TYPE_CLIPPING_PLANE\x10X\x12#\n\x1eOBJECT_TYPE_COMBINATION_WIZARD\x10\xaa\x01\x12.\n)OBJECT_TYPE_CONCRETE_DESIGN_CONFIGURATION\x10\xe5\x01\x12\x31\n,OBJECT_TYPE_CONCRETE_DESIGN_FR_CONFIGURATION\x10\xdc\x01\x12\x36\n1OBJECT_TYPE_CONCRETE_DESIGN_SEISMIC_CONFIGURATION\x10\xdd\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_SLS_CONFIGURATION\x10\xdb\x01\x12\x32\n-OBJECT_TYPE_CONCRETE_DESIGN_ULS_CONFIGURATION\x10\xda\x01\x12#\n\x1fOBJECT_TYPE_CONCRETE_DURABILITY\x10r\x12*\n&OBJECT_TYPE_CONCRETE_EFFECTIVE_LENGTHS\x10o\x12!\n\x1dOBJECT_TYPE_COORDINATE_SYSTEM\x10V\x12\x16\n\x11OBJECT_TYPE_CRANE\x10\x8c\x01\x12\x19\n\x14OBJECT_TYPE_CRANEWAY\x10\x8b\x01\x12\x1f\n\x1bOBJECT_TYPE_CUTTING_PATTERN\x10\x30\x12!\n\x1cOBJECT_TYPE_DESIGN_SITUATION\x10\x9d\x01\x12\x1e\n\x1aOBJECT_TYPE_DESIGN_SUPPORT\x10H\x12\x1e\n\x1aOBJECT_TYPE_DIAGONAL_BRACE\x10\x42\x12\x19\n\x15OBJECT_TYPE_DIMENSION\x10\x61\x12&\n!OBJECT_TYPE_DXF_FILE_MODEL_OBJECT\x10\xf2\x01\x12!\n\x1cOBJECT_TYPE_DXF_MODEL_OBJECT\x10\xf3\x01\x12!\n\x1cOBJECT_TYPE_DYNAMIC_ANALYSIS\x10\xc9\x01\x12\x32\n-OBJECT_TYPE_GEOTECHNICAL_DESIGN_CONFIGURATION\x10\xe4\x01\x12!\n\x1cOBJECT_TYPE_GLOBAL_PARAMETER\x10\xe9\x01\x12*\n&OBJECT_TYPE_GROUP_OF_OBJECT_SELECTIONS\x10^\x12\x19\n\x15OBJECT_TYPE_GUIDELINE\x10\x63\x12&\n!OBJECT_TYPE_IFC_FILE_MODEL_OBJECT\x10\xef\x01\x12!\n\x1cOBJECT_TYPE_IFC_MODEL_OBJECT\x10\xf0\x01\x12\"\n\x1dOBJECT_TYPE_IMPERFECTION_CASE\x10\x8d\x01\x12)\n$OBJECT_TYPE_IMPORT_SUPPORT_REACTIONS\x10\x94\x01\x12*\n%OBJECT_TYPE_IMPOSED_NODAL_DEFORMATION\x10\xc5\x01\x12\x15\n\x11OBJECT_TYPE_LAYER\x10_\x12\x1b\n\x17OBJECT_TYPE_LAYER_GROUP\x10`\x12\x1a\n\x15OBJECT_TYPE_LOAD_CASE\x10\x9b\x01\x12!\n\x1cOBJECT_TYPE_LOAD_COMBINATION\x10\x9f\x01\x12\x1b\n\x16OBJECT_TYPE_LOAD_MODEL\x10\x96\x01\x12\x18\n\x14OBJECT_TYPE_MATERIAL\x10\x14\x12\x16\n\x12OBJECT_TYPE_MEMBER\x10\x1a\x12%\n OBJECT_TYPE_MEMBER_CONFIGURATION\x10\xcd\x01\x12*\n&OBJECT_TYPE_MEMBER_DEFINABLE_STIFFNESS\x10\x46\x12#\n\x1fOBJECT_TYPE_MEMBER_ECCENTRICITY\x10=\x12\x1c\n\x18OBJECT_TYPE_MEMBER_HINGE\x10<\x12$\n\x1fOBJECT_TYPE_MEMBER_IMPERFECTION\x10\x8e\x01\x12\x1c\n\x17OBJECT_TYPE_MEMBER_LOAD\x10\xb7\x01\x12,\n\'OBJECT_TYPE_MEMBER_LOADS_FROM_AREA_LOAD\x10\x92\x01\x12\x31\n,OBJECT_TYPE_MEMBER_LOADS_FROM_FREE_LINE_LOAD\x10\x93\x01\x12#\n\x1fOBJECT_TYPE_MEMBER_NONLINEARITY\x10\x45\x12%\n!OBJECT_TYPE_MEMBER_REPRESENTATIVE\x10\x1b\x12\x30\n,OBJECT_TYPE_MEMBER_RESULT_INTERMEDIATE_POINT\x10G\x12+\n\'OBJECT_TYPE_MEMBER_ROTATIONAL_RESTRAINT\x10@\x12\x1a\n\x16OBJECT_TYPE_MEMBER_SET\x10 \x12(\n#OBJECT_TYPE_MEMBER_SET_IMPERFECTION\x10\x8f\x01\x12 \n\x1bOBJECT_TYPE_MEMBER_SET_LOAD\x10\xbb\x01\x12)\n%OBJECT_TYPE_MEMBER_SET_REPRESENTATIVE\x10!\x12\"\n\x1eOBJECT_TYPE_MEMBER_SHEAR_PANEL\x10?\x12\x1d\n\x19OBJECT_TYPE_MEMBER_SPRING\x10I\x12-\n)OBJECT_TYPE_MEMBER_STIFFNESS_MODIFICATION\x10\x44\x12\x1e\n\x1aOBJECT_TYPE_MEMBER_SUPPORT\x10>\x12+\n\'OBJECT_TYPE_MEMBER_TRANSVERSE_STIFFENER\x10\x41\x12(\n#OBJECT_TYPE_MODAL_ANALYSIS_SETTINGS\x10\xa4\x01\x12\x1c\n\x17OBJECT_TYPE_MOVING_LOAD\x10\x95\x01\x12\x1a\n\x16OBJECT_TYPE_NODAL_LINK\x10&\x12\x1b\n\x16OBJECT_TYPE_NODAL_LOAD\x10\xb5\x01\x12\x1d\n\x19OBJECT_TYPE_NODAL_RELEASE\x10-\x12\"\n\x1eOBJECT_TYPE_NODAL_RELEASE_TYPE\x10R\x12\x1d\n\x19OBJECT_TYPE_NODAL_SUPPORT\x10$\x12\x14\n\x10OBJECT_TYPE_NODE\x10\x17\x12\x14\n\x10OBJECT_TYPE_NOTE\x10\x62\x12\x1b\n\x17OBJECT_TYPE_OBJECT_SNAP\x10W\x12&\n!OBJECT_TYPE_OPTIMIZATION_SETTINGS\x10\xa9\x01\x12+\n&OBJECT_TYPE_PUSHOVER_ANALYSIS_SETTINGS\x10\xa7\x01\x12\x30\n+OBJECT_TYPE_RELATIONSHIP_BETWEEN_LOAD_CASES\x10\xab\x01\x12\"\n\x1dOBJECT_TYPE_RESPONSE_SPECTRUM\x10\xca\x01\x12#\n\x1eOBJECT_TYPE_RESULT_COMBINATION\x10\xa0\x01\x12+\n&OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY\x10\x8a\x01\x12\x17\n\x13OBJECT_TYPE_SECTION\x10\x15\x12\x16\n\x12OBJECT_TYPE_SENSOR\x10g\x12\'\n#OBJECT_TYPE_SENSOR_VALUE_DEFINITION\x10h\x12 \n\x1bOBJECT_TYPE_SHRINK_WRAPPING\x10\x89\x01\x12\"\n\x1dOBJECT_TYPE_SINGLE_FOUNDATION\x10\x86\x01\x12+\n&OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS\x10\xa5\x01\x12,\n\'OBJECT_TYPE_STABILITY_ANALYSIS_SETTINGS\x10\xa3\x01\x12)\n$OBJECT_TYPE_STATIC_ANALYSIS_SETTINGS\x10\xa1\x01\x12)\n%OBJECT_TYPE_STEEL_BOUNDARY_CONDITIONS\x10x\x12.\n)OBJECT_TYPE_STEEL_DESIGN_FR_CONFIGURATION\x10\xd3\x01\x12\x33\n.OBJECT_TYPE_STEEL_DESIGN_SEISMIC_CONFIGURATION\x10\xd4\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_SLS_CONFIGURATION\x10\xd2\x01\x12/\n*OBJECT_TYPE_STEEL_DESIGN_ULS_CONFIGURATION\x10\xd1\x01\x12\'\n#OBJECT_TYPE_STEEL_EFFECTIVE_LENGTHS\x10w\x12\x34\n0OBJECT_TYPE_STEEL_MEMBER_LOCAL_SECTION_REDUCTION\x10z\x12,\n(OBJECT_TYPE_STEEL_MEMBER_TRANSVERSE_WELD\x10y\x12&\n\"OBJECT_TYPE_STRUCTURE_MODIFICATION\x10,\x12\x18\n\x13OBJECT_TYPE_TERRAIN\x10\xf1\x01\x12\x17\n\x13OBJECT_TYPE_TEXTURE\x10\x66\x12/\n*OBJECT_TYPE_TIMBER_DESIGN_FR_CONFIGURATION\x10\xe0\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_SLS_CONFIGURATION\x10\xdf\x01\x12\x30\n+OBJECT_TYPE_TIMBER_DESIGN_ULS_CONFIGURATION\x10\xde\x01\x12(\n$OBJECT_TYPE_TIMBER_EFFECTIVE_LENGTHS\x10{\x12\x35\n1OBJECT_TYPE_TIMBER_MEMBER_LOCAL_SECTION_REDUCTION\x10\x7f\x12%\n!OBJECT_TYPE_TIMBER_MOISTURE_CLASS\x10}\x12\"\n\x1dOBJECT_TYPE_TIMBER_SCREW_TYPE\x10\x80\x01\x12$\n OBJECT_TYPE_TIMBER_SERVICE_CLASS\x10|\x12)\n%OBJECT_TYPE_TIMBER_SERVICE_CONDITIONS\x10~\x12\x1d\n\x18OBJECT_TYPE_TIME_DIAGRAM\x10\xcb\x01\x12/\n*OBJECT_TYPE_TIME_HISTORY_ANALYSIS_SETTINGS\x10\xa6\x01\x12\x1d\n\x19OBJECT_TYPE_VISUAL_OBJECT\x10\x65\x12\x1d\n\x18OBJECT_TYPE_WIND_PROFILE\x10\x99\x01\x12 \n\x1bOBJECT_TYPE_WIND_SIMULATION\x10\x9a\x01\x12\x32\n-OBJECT_TYPE_WIND_SIMULATION_ANALYSIS_SETTINGS\x10\xa8\x01\x62\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -32,5 +32,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.object_typ
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  DESCRIPTOR._loaded_options = None
34
34
  _globals['_OBJECTTYPE']._serialized_start=57
35
- _globals['_OBJECTTYPE']._serialized_end=4682
35
+ _globals['_OBJECTTYPE']._serialized_end=4747
36
36
  # @@protoc_insertion_point(module_scope)
@@ -95,6 +95,8 @@ class ObjectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
95
95
  OBJECT_TYPE_RESULT_COMBINATION: _ClassVar[ObjectType]
96
96
  OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: _ClassVar[ObjectType]
97
97
  OBJECT_TYPE_SECTION: _ClassVar[ObjectType]
98
+ OBJECT_TYPE_SENSOR: _ClassVar[ObjectType]
99
+ OBJECT_TYPE_SENSOR_VALUE_DEFINITION: _ClassVar[ObjectType]
98
100
  OBJECT_TYPE_SHRINK_WRAPPING: _ClassVar[ObjectType]
99
101
  OBJECT_TYPE_SINGLE_FOUNDATION: _ClassVar[ObjectType]
100
102
  OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS: _ClassVar[ObjectType]
@@ -215,6 +217,8 @@ OBJECT_TYPE_RESPONSE_SPECTRUM: ObjectType
215
217
  OBJECT_TYPE_RESULT_COMBINATION: ObjectType
216
218
  OBJECT_TYPE_ROUGHNESS_AND_PERMEABILITY: ObjectType
217
219
  OBJECT_TYPE_SECTION: ObjectType
220
+ OBJECT_TYPE_SENSOR: ObjectType
221
+ OBJECT_TYPE_SENSOR_VALUE_DEFINITION: ObjectType
218
222
  OBJECT_TYPE_SHRINK_WRAPPING: ObjectType
219
223
  OBJECT_TYPE_SINGLE_FOUNDATION: ObjectType
220
224
  OBJECT_TYPE_SPECTRAL_ANALYSIS_SETTINGS: ObjectType
@@ -0,0 +1 @@
1
+ from .concrete_durability_pb2 import *
@@ -0,0 +1,68 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rstab/reinforcement/concrete_durability.proto
5
+ # Protobuf Python Version: 5.28.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 28,
16
+ 1,
17
+ '',
18
+ 'dlubal/api/rstab/reinforcement/concrete_durability.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8dlubal/api/rstab/reinforcement/concrete_durability.proto\x12\x1e\x64lubal.api.rstab.reinforcement\"\xfc>\n\x12\x43oncreteDurability\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12\x33\n&no_risk_of_corrosion_or_attack_enabled\x18\x06 \x01(\x08H\x03\x88\x01\x01\x12y\n\x1eno_risk_of_corrosion_or_attack\x18\x07 \x01(\x0e\x32L.dlubal.api.rstab.reinforcement.ConcreteDurability.NoRiskOfCorrosionOrAttackH\x04\x88\x01\x01\x12\x35\n(corrosion_induced_by_carbonation_enabled\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12\x7f\n corrosion_induced_by_carbonation\x18\t \x01(\x0e\x32P.dlubal.api.rstab.reinforcement.ConcreteDurability.CorrosionInducedByCarbonationH\x06\x88\x01\x01\x12\x33\n&corrosion_induced_by_chlorides_enabled\x18\n \x01(\x08H\x07\x88\x01\x01\x12{\n\x1e\x63orrosion_induced_by_chlorides\x18\x0b \x01(\x0e\x32N.dlubal.api.rstab.reinforcement.ConcreteDurability.CorrosionInducedByChloridesH\x08\x88\x01\x01\x12\x42\n5corrosion_induced_by_chlorides_from_sea_water_enabled\x18\x0c \x01(\x08H\t\x88\x01\x01\x12\x96\x01\n-corrosion_induced_by_chlorides_from_sea_water\x18\r \x01(\x0e\x32Z.dlubal.api.rstab.reinforcement.ConcreteDurability.CorrosionInducedByChloridesFromSeaWaterH\n\x88\x01\x01\x12\'\n\x1a\x66reeze_thaw_attack_enabled\x18\x0e \x01(\x08H\x0b\x88\x01\x01\x12\x64\n\x12\x66reeze_thaw_attack\x18\x0f \x01(\x0e\x32\x43.dlubal.api.rstab.reinforcement.ConcreteDurability.FreezeThawAttackH\x0c\x88\x01\x01\x12$\n\x17\x63hemical_attack_enabled\x18\x10 \x01(\x08H\r\x88\x01\x01\x12_\n\x0f\x63hemical_attack\x18\x11 \x01(\x0e\x32\x41.dlubal.api.rstab.reinforcement.ConcreteDurability.ChemicalAttackH\x0e\x88\x01\x01\x12\x37\n*concrete_corrosion_induced_by_wear_enabled\x18\x12 \x01(\x08H\x0f\x88\x01\x01\x12\x82\x01\n\"concrete_corrosion_induced_by_wear\x18\x13 \x01(\x0e\x32Q.dlubal.api.rstab.reinforcement.ConcreteDurability.ConcreteCorrosionInducedByWearH\x10\x88\x01\x01\x12j\n\x15structural_class_type\x18\x14 \x01(\x0e\x32\x46.dlubal.api.rstab.reinforcement.ConcreteDurability.StructuralClassTypeH\x11\x88\x01\x01\x12x\n\x1cuserdefined_structural_class\x18\x15 \x01(\x0e\x32M.dlubal.api.rstab.reinforcement.ConcreteDurability.UserdefinedStructuralClassH\x12\x88\x01\x01\x12\x66\n\x13\x64\x65sign_working_life\x18\x16 \x01(\x0e\x32\x44.dlubal.api.rstab.reinforcement.ConcreteDurability.DesignWorkingLifeH\x13\x88\x01\x01\x12\x46\n9increase_design_working_life_from_50_to_100_years_enabled\x18\x17 \x01(\x08H\x14\x88\x01\x01\x12S\nFposition_of_reinforcement_not_affected_by_construction_process_enabled\x18\x18 \x01(\x08H\x15\x88\x01\x01\x12:\n-special_quality_control_of_production_enabled\x18\x19 \x01(\x08H\x16\x88\x01\x01\x12\x35\n(nature_of_binder_without_fly_ash_enabled\x18\x1a \x01(\x08H\x17\x88\x01\x01\x12;\n.air_entrainment_of_more_than_4_percent_enabled\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12$\n\x17\x63ompact_coating_enabled\x18\x1c \x01(\x08H\x19\x88\x01\x01\x12$\n\x17\x61\x64\x65quate_cement_enabled\x18\x1d \x01(\x08H\x1a\x88\x01\x01\x12\x8d\x01\n(maximum_equivalent_water_to_cement_ratio\x18\x1e \x01(\x0e\x32V.dlubal.api.rstab.reinforcement.ConcreteDurability.MaximumEquivalentWaterToCementRatioH\x1b\x88\x01\x01\x12\x33\n&strength_class_of_the_concrete_enabled\x18\x1f \x01(\x08H\x1c\x88\x01\x01\x12\x8b\x01\n\'increase_of_minimum_concrete_cover_type\x18 \x01(\x0e\x32U.dlubal.api.rstab.reinforcement.ConcreteDurability.IncreaseOfMinimumConcreteCoverTypeH\x1d\x88\x01\x01\x12\x36\n)increase_of_minimum_concrete_cover_factor\x18! \x01(\x01H\x1e\x88\x01\x01\x12$\n\x17stainless_steel_enabled\x18\" \x01(\x08H\x1f\x88\x01\x01\x12h\n\x14stainless_steel_type\x18# \x01(\x0e\x32\x45.dlubal.api.rstab.reinforcement.ConcreteDurability.StainlessSteelTypeH \x88\x01\x01\x12#\n\x16stainless_steel_factor\x18$ \x01(\x01H!\x88\x01\x01\x12*\n\x1d\x61\x64\x64itional_protection_enabled\x18% \x01(\x08H\"\x88\x01\x01\x12t\n\x1a\x61\x64\x64itional_protection_type\x18& \x01(\x0e\x32K.dlubal.api.rstab.reinforcement.ConcreteDurability.AdditionalProtectionTypeH#\x88\x01\x01\x12)\n\x1c\x61\x64\x64itional_protection_factor\x18\' \x01(\x01H$\x88\x01\x01\x12u\n\x1b\x61llowance_of_deviation_type\x18( \x01(\x0e\x32K.dlubal.api.rstab.reinforcement.ConcreteDurability.AllowanceOfDeviationTypeH%\x88\x01\x01\x12\x36\n)userdefined_allowance_of_deviation_factor\x18) \x01(\x01H&\x88\x01\x01\x12,\n\x1frelaxed_quality_control_enabled\x18* \x01(\x08H\'\x88\x01\x01\x12\"\n\x15\x63oncrete_cast_enabled\x18+ \x01(\x08H(\x88\x01\x01\x12[\n\rconcrete_cast\x18, \x01(\x0e\x32?.dlubal.api.rstab.reinforcement.ConcreteDurability.ConcreteCastH)\x88\x01\x01\x12\x14\n\x07\x63omment\x18- \x01(\tH*\x88\x01\x01\x12\x19\n\x0cis_generated\x18. \x01(\x08H+\x88\x01\x01\x12#\n\x16generating_object_info\x18/ \x01(\tH,\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x30 \x01(\tH-\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x31 \x01(\tH.\x88\x01\x01\"H\n\x19NoRiskOfCorrosionOrAttack\x12+\n\'NO_RISK_OF_CORROSION_OR_ATTACK_VERY_DRY\x10\x00\"\x82\x02\n\x1d\x43orrosionInducedByCarbonation\x12;\n7CORROSION_INDUCED_BY_CARBONATION_DRY_OR_PERMANENTLY_WET\x10\x00\x12\x37\n3CORROSION_INDUCED_BY_CARBONATION_CYCLIC_WET_AND_DRY\x10\x03\x12\x36\n2CORROSION_INDUCED_BY_CARBONATION_MODERATE_HUMIDITY\x10\x02\x12\x33\n/CORROSION_INDUCED_BY_CARBONATION_WET_RARELY_DRY\x10\x01\"\xbd\x01\n\x1b\x43orrosionInducedByChlorides\x12\x34\n0CORROSION_INDUCED_BY_CHLORIDES_MODERATE_HUMIDITY\x10\x00\x12\x35\n1CORROSION_INDUCED_BY_CHLORIDES_CYCLIC_WET_AND_DRY\x10\x02\x12\x31\n-CORROSION_INDUCED_BY_CHLORIDES_WET_RARELY_DRY\x10\x01\"\x8e\x02\n\'CorrosionInducedByChloridesFromSeaWater\x12J\nFCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_EXPOSED_TO_AIRBORNE_SALT\x10\x00\x12G\nCCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_PERMANENTLY_SUBMERGED\x10\x01\x12N\nJCORROSION_INDUCED_BY_CHLORIDES_FROM_SEA_WATER_TIDAL_SPLASH_AND_SPRAY_ZONES\x10\x02\"\xf8\x01\n\x10\x46reezeThawAttack\x12;\n7FREEZE_THAW_ATTACK_MODERATE_WATER_SATURATION_NO_DEICING\x10\x00\x12\x34\n0FREEZE_THAW_ATTACK_HIGH_WATER_SATURATION_DEICING\x10\x03\x12\x37\n3FREEZE_THAW_ATTACK_HIGH_WATER_SATURATION_NO_DEICING\x10\x02\x12\x38\n4FREEZE_THAW_ATTACK_MODERATE_WATER_SATURATION_DEICING\x10\x01\"\x8b\x01\n\x0e\x43hemicalAttack\x12\'\n#CHEMICAL_ATTACK_SLIGHTLY_AGGRESSIVE\x10\x00\x12%\n!CHEMICAL_ATTACK_HIGHLY_AGGRESSIVE\x10\x02\x12)\n%CHEMICAL_ATTACK_MODERATELY_AGGRESSIVE\x10\x01\"\xb0\x01\n\x1e\x43oncreteCorrosionInducedByWear\x12/\n+CONCRETE_CORROSION_INDUCED_BY_WEAR_MODERATE\x10\x00\x12+\n\'CONCRETE_CORROSION_INDUCED_BY_WEAR_HIGH\x10\x01\x12\x30\n,CONCRETE_CORROSION_INDUCED_BY_WEAR_VERY_HIGH\x10\x02\"\\\n\x13StructuralClassType\x12\"\n\x1eSTRUCTURAL_CLASS_TYPE_STANDARD\x10\x00\x12!\n\x1dSTRUCTURAL_CLASS_TYPE_DEFINED\x10\x01\"\xa4\x02\n\x1aUserdefinedStructuralClass\x12(\n$USERDEFINED_STRUCTURAL_CLASS_UNKNOWN\x10\x00\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S1\x10\x01\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S2\x10\x02\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S3\x10\x03\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S4\x10\x04\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S5\x10\x05\x12#\n\x1fUSERDEFINED_STRUCTURAL_CLASS_S6\x10\x06\"\x82\x02\n\x11\x44\x65signWorkingLife\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_50_YEARS\x10\x00\x12!\n\x1d\x44\x45SIGN_WORKING_LIFE_100_YEARS\x10\x02\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_20_YEARS\x10\x06\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_25_YEARS\x10\x04\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_30_YEARS\x10\x05\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_75_YEARS\x10\x03\x12 \n\x1c\x44\x45SIGN_WORKING_LIFE_80_YEARS\x10\x01\"\xc5\x03\n#MaximumEquivalentWaterToCementRatio\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_350\x10\x00\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_000\x10\x07\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_400\x10\x01\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_450\x10\x02\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_500\x10\x03\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_550\x10\x04\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_600\x10\x05\x12\x32\n.MAXIMUM_EQUIVALENT_WATER_TO_CEMENT_RATIO_0_900\x10\x06\"\x8f\x01\n\"IncreaseOfMinimumConcreteCoverType\x12\x34\n0INCREASE_OF_MINIMUM_CONCRETE_COVER_TYPE_STANDARD\x10\x00\x12\x33\n/INCREASE_OF_MINIMUM_CONCRETE_COVER_TYPE_DEFINED\x10\x01\"Y\n\x12StainlessSteelType\x12!\n\x1dSTAINLESS_STEEL_TYPE_STANDARD\x10\x00\x12 \n\x1cSTAINLESS_STEEL_TYPE_DEFINED\x10\x01\"k\n\x18\x41\x64\x64itionalProtectionType\x12\'\n#ADDITIONAL_PROTECTION_TYPE_STANDARD\x10\x00\x12&\n\"ADDITIONAL_PROTECTION_TYPE_DEFINED\x10\x01\"m\n\x18\x41llowanceOfDeviationType\x12(\n$ALLOWANCE_OF_DEVIATION_TYPE_STANDARD\x10\x00\x12\'\n#ALLOWANCE_OF_DEVIATION_TYPE_DEFINED\x10\x01\"b\n\x0c\x43oncreteCast\x12)\n%CONCRETE_CAST_AGAINST_PREPARED_GROUND\x10\x00\x12\'\n#CONCRETE_CAST_DIRECTLY_AGAINST_SOIL\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB)\n\'_no_risk_of_corrosion_or_attack_enabledB!\n\x1f_no_risk_of_corrosion_or_attackB+\n)_corrosion_induced_by_carbonation_enabledB#\n!_corrosion_induced_by_carbonationB)\n\'_corrosion_induced_by_chlorides_enabledB!\n\x1f_corrosion_induced_by_chloridesB8\n6_corrosion_induced_by_chlorides_from_sea_water_enabledB0\n._corrosion_induced_by_chlorides_from_sea_waterB\x1d\n\x1b_freeze_thaw_attack_enabledB\x15\n\x13_freeze_thaw_attackB\x1a\n\x18_chemical_attack_enabledB\x12\n\x10_chemical_attackB-\n+_concrete_corrosion_induced_by_wear_enabledB%\n#_concrete_corrosion_induced_by_wearB\x18\n\x16_structural_class_typeB\x1f\n\x1d_userdefined_structural_classB\x16\n\x14_design_working_lifeB<\n:_increase_design_working_life_from_50_to_100_years_enabledBI\nG_position_of_reinforcement_not_affected_by_construction_process_enabledB0\n._special_quality_control_of_production_enabledB+\n)_nature_of_binder_without_fly_ash_enabledB1\n/_air_entrainment_of_more_than_4_percent_enabledB\x1a\n\x18_compact_coating_enabledB\x1a\n\x18_adequate_cement_enabledB+\n)_maximum_equivalent_water_to_cement_ratioB)\n\'_strength_class_of_the_concrete_enabledB*\n(_increase_of_minimum_concrete_cover_typeB,\n*_increase_of_minimum_concrete_cover_factorB\x1a\n\x18_stainless_steel_enabledB\x17\n\x15_stainless_steel_typeB\x19\n\x17_stainless_steel_factorB \n\x1e_additional_protection_enabledB\x1d\n\x1b_additional_protection_typeB\x1f\n\x1d_additional_protection_factorB\x1e\n\x1c_allowance_of_deviation_typeB,\n*_userdefined_allowance_of_deviation_factorB\"\n _relaxed_quality_control_enabledB\x18\n\x16_concrete_cast_enabledB\x10\n\x0e_concrete_castB\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.reinforcement.concrete_durability_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_CONCRETEDURABILITY']._serialized_start=93
35
+ _globals['_CONCRETEDURABILITY']._serialized_end=8153
36
+ _globals['_CONCRETEDURABILITY_NORISKOFCORROSIONORATTACK']._serialized_start=3492
37
+ _globals['_CONCRETEDURABILITY_NORISKOFCORROSIONORATTACK']._serialized_end=3564
38
+ _globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCARBONATION']._serialized_start=3567
39
+ _globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCARBONATION']._serialized_end=3825
40
+ _globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDES']._serialized_start=3828
41
+ _globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDES']._serialized_end=4017
42
+ _globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDESFROMSEAWATER']._serialized_start=4020
43
+ _globals['_CONCRETEDURABILITY_CORROSIONINDUCEDBYCHLORIDESFROMSEAWATER']._serialized_end=4290
44
+ _globals['_CONCRETEDURABILITY_FREEZETHAWATTACK']._serialized_start=4293
45
+ _globals['_CONCRETEDURABILITY_FREEZETHAWATTACK']._serialized_end=4541
46
+ _globals['_CONCRETEDURABILITY_CHEMICALATTACK']._serialized_start=4544
47
+ _globals['_CONCRETEDURABILITY_CHEMICALATTACK']._serialized_end=4683
48
+ _globals['_CONCRETEDURABILITY_CONCRETECORROSIONINDUCEDBYWEAR']._serialized_start=4686
49
+ _globals['_CONCRETEDURABILITY_CONCRETECORROSIONINDUCEDBYWEAR']._serialized_end=4862
50
+ _globals['_CONCRETEDURABILITY_STRUCTURALCLASSTYPE']._serialized_start=4864
51
+ _globals['_CONCRETEDURABILITY_STRUCTURALCLASSTYPE']._serialized_end=4956
52
+ _globals['_CONCRETEDURABILITY_USERDEFINEDSTRUCTURALCLASS']._serialized_start=4959
53
+ _globals['_CONCRETEDURABILITY_USERDEFINEDSTRUCTURALCLASS']._serialized_end=5251
54
+ _globals['_CONCRETEDURABILITY_DESIGNWORKINGLIFE']._serialized_start=5254
55
+ _globals['_CONCRETEDURABILITY_DESIGNWORKINGLIFE']._serialized_end=5512
56
+ _globals['_CONCRETEDURABILITY_MAXIMUMEQUIVALENTWATERTOCEMENTRATIO']._serialized_start=5515
57
+ _globals['_CONCRETEDURABILITY_MAXIMUMEQUIVALENTWATERTOCEMENTRATIO']._serialized_end=5968
58
+ _globals['_CONCRETEDURABILITY_INCREASEOFMINIMUMCONCRETECOVERTYPE']._serialized_start=5971
59
+ _globals['_CONCRETEDURABILITY_INCREASEOFMINIMUMCONCRETECOVERTYPE']._serialized_end=6114
60
+ _globals['_CONCRETEDURABILITY_STAINLESSSTEELTYPE']._serialized_start=6116
61
+ _globals['_CONCRETEDURABILITY_STAINLESSSTEELTYPE']._serialized_end=6205
62
+ _globals['_CONCRETEDURABILITY_ADDITIONALPROTECTIONTYPE']._serialized_start=6207
63
+ _globals['_CONCRETEDURABILITY_ADDITIONALPROTECTIONTYPE']._serialized_end=6314
64
+ _globals['_CONCRETEDURABILITY_ALLOWANCEOFDEVIATIONTYPE']._serialized_start=6316
65
+ _globals['_CONCRETEDURABILITY_ALLOWANCEOFDEVIATIONTYPE']._serialized_end=6425
66
+ _globals['_CONCRETEDURABILITY_CONCRETECAST']._serialized_start=6427
67
+ _globals['_CONCRETEDURABILITY_CONCRETECAST']._serialized_end=6525
68
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,51 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rstab/steel_design/steel_boundary_conditions.proto
5
+ # Protobuf Python Version: 5.28.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 28,
16
+ 1,
17
+ '',
18
+ 'dlubal/api/rstab/steel_design/steel_boundary_conditions.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=dlubal/api/rstab/steel_design/steel_boundary_conditions.proto\x12\x1d\x64lubal.api.rstab.steel_design\x1a\x1e\x64lubal/api/common/common.proto\"\xe0\"\n\x17SteelBoundaryConditions\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x63\n\x0f\x64\x65\x66inition_type\x18\x02 \x01(\x0e\x32\x45.dlubal.api.rstab.steel_design.SteelBoundaryConditions.DefinitionTypeH\x01\x88\x01\x01\x12Q\n\x11\x63oordinate_system\x18\x03 \x01(\x0b\x32\x31.dlubal.api.common.CoordinateSystemRepresentationH\x02\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x0f\n\x07members\x18\x07 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x08 \x03(\x05\x12\x66\n\x0enodal_supports\x18\t \x01(\x0b\x32I.dlubal.api.rstab.steel_design.SteelBoundaryConditions.NodalSupportsTableH\x06\x88\x01\x01\x12\x64\n\rmember_hinges\x18\n \x01(\x0b\x32H.dlubal.api.rstab.steel_design.SteelBoundaryConditions.MemberHingesTableH\x07\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\x0b \x01(\x08H\x08\x88\x01\x01\x12*\n\x1d\x64ifferent_properties_supports\x18\x0c \x01(\x08H\t\x88\x01\x01\x12(\n\x1b\x64ifferent_properties_hinges\x18\r \x01(\x08H\n\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0e \x01(\x08H\x0b\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0f \x01(\tH\x0c\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x10 \x01(\tH\r\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x11 \x01(\tH\x0e\x88\x01\x01\x1ak\n\x12NodalSupportsTable\x12U\n\x04rows\x18\x01 \x03(\x0b\x32G.dlubal.api.rstab.steel_design.SteelBoundaryConditions.NodalSupportsRow\x1a\xc5\x10\n\x10NodalSupportsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0bnode_seq_no\x18\x03 \x01(\tH\x02\x88\x01\x01\x12n\n\x0csupport_type\x18\x04 \x01(\x0e\x32S.dlubal.api.rstab.steel_design.SteelBoundaryConditions.NodalSupportsRow.SupportTypeH\x03\x88\x01\x01\x12\x19\n\x0csupport_in_x\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0csupport_in_y\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1e\n\x11restraint_about_x\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1e\n\x11restraint_about_y\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1e\n\x11restraint_about_z\x18\n \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11restraint_warping\x18\x0b \x01(\x08H\n\x88\x01\x01\x12\x15\n\x08rotation\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1d\n\x10rotation_about_x\x18\r \x01(\x01H\x0c\x88\x01\x01\x12\x1d\n\x10rotation_about_y\x18\x0e \x01(\x01H\r\x88\x01\x01\x12\x1d\n\x10rotation_about_z\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12 \n\x13support_spring_in_x\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12 \n\x13support_spring_in_z\x18\x12 \x01(\x01H\x11\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x13 \x01(\x01H\x12\x88\x01\x01\x12%\n\x18restraint_spring_about_y\x18\x14 \x01(\x01H\x13\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\x16 \x01(\x01H\x15\x88\x01\x01\x12{\n\x13\x65\x63\x63\x65ntricity_type_z\x18\x17 \x01(\x0e\x32Y.dlubal.api.rstab.steel_design.SteelBoundaryConditions.NodalSupportsRow.EccentricityTypeZH\x16\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_x\x18\x18 \x01(\x01H\x17\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_y\x18\x19 \x01(\x01H\x18\x88\x01\x01\x12\x1b\n\x0e\x65\x63\x63\x65ntricity_z\x18\x1a \x01(\x01H\x19\x88\x01\x01\x12\r\n\x05nodes\x18\x1b \x03(\x05\"\xc3\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x07\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Y_AND_TORSION\x10\x03\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Y_AND_TORSION_AND_WARPING\x10\x06\x12\'\n#SUPPORT_TYPE_FIXED_IN_Y_AND_WARPING\x10\x04\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\x08\x12\x18\n\x14SUPPORT_TYPE_TORSION\x10\x02\x12$\n SUPPORT_TYPE_TORSION_AND_WARPING\x10\x05\"\xef\x01\n\x11\x45\x63\x63\x65ntricityTypeZ\x12.\n*ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_NONE\x10\x00\x12\x39\n5ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12\x39\n5ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12\x34\n0ECCENTRICITY_TYPE_Z_ECCENTRICITY_TYPE_USER_VALUE\x10\x03\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_node_seq_noB\x0f\n\r_support_typeB\x0f\n\r_support_in_xB\x0f\n\r_support_in_yB\x0f\n\r_support_in_zB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_yB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warpingB\x0b\n\t_rotationB\x13\n\x11_rotation_about_xB\x13\n\x11_rotation_about_yB\x13\n\x11_rotation_about_zB\x16\n\x14_support_spring_in_xB\x16\n\x14_support_spring_in_yB\x16\n\x14_support_spring_in_zB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_yB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x16\n\x14_eccentricity_type_zB\x11\n\x0f_eccentricity_xB\x11\n\x0f_eccentricity_yB\x11\n\x0f_eccentricity_z\x1ai\n\x11MemberHingesTable\x12T\n\x04rows\x18\x01 \x03(\x0b\x32\x46.dlubal.api.rstab.steel_design.SteelBoundaryConditions.MemberHingesRow\x1a\x86\x07\n\x0fMemberHingesRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0bnode_seq_no\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0crelease_in_x\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12\x19\n\x0crelease_in_y\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0crelease_in_z\x18\x06 \x01(\x08H\x05\x88\x01\x01\x12\x1c\n\x0frelease_about_x\x18\x07 \x01(\x08H\x06\x88\x01\x01\x12\x1c\n\x0frelease_about_y\x18\x08 \x01(\x08H\x07\x88\x01\x01\x12\x1c\n\x0frelease_about_z\x18\t \x01(\x08H\x08\x88\x01\x01\x12\x1c\n\x0frelease_warping\x18\n \x01(\x08H\t\x88\x01\x01\x12 \n\x13release_spring_in_x\x18\x0b \x01(\x01H\n\x88\x01\x01\x12 \n\x13release_spring_in_y\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12 \n\x13release_spring_in_z\x18\r \x01(\x01H\x0c\x88\x01\x01\x12#\n\x16release_spring_about_x\x18\x0e \x01(\x01H\r\x88\x01\x01\x12#\n\x16release_spring_about_y\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12#\n\x16release_spring_about_z\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12#\n\x16release_spring_warping\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12\r\n\x05nodes\x18\x12 \x03(\x05\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0e\n\x0c_node_seq_noB\x0f\n\r_release_in_xB\x0f\n\r_release_in_yB\x0f\n\r_release_in_zB\x12\n\x10_release_about_xB\x12\n\x10_release_about_yB\x12\n\x10_release_about_zB\x12\n\x10_release_warpingB\x16\n\x14_release_spring_in_xB\x16\n\x14_release_spring_in_yB\x16\n\x14_release_spring_in_zB\x19\n\x17_release_spring_about_xB\x19\n\x17_release_spring_about_yB\x19\n\x17_release_spring_about_zB\x19\n\x17_release_spring_warping\"E\n\x0e\x44\x65\x66initionType\x12\x1b\n\x17\x44\x45\x46INITION_TYPE_UNKNOWN\x10\x00\x12\x16\n\x12\x44\x45\x46INITION_TYPE_2D\x10\x01\x42\x05\n\x03_noB\x12\n\x10_definition_typeB\x14\n\x12_coordinate_systemB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x11\n\x0f_nodal_supportsB\x10\n\x0e_member_hingesB\x15\n\x13_intermediate_nodesB \n\x1e_different_properties_supportsB\x1e\n\x1c_different_properties_hingesB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.steel_design.steel_boundary_conditions_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_STEELBOUNDARYCONDITIONS']._serialized_start=129
36
+ _globals['_STEELBOUNDARYCONDITIONS']._serialized_end=4577
37
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_start=941
38
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSTABLE']._serialized_end=1048
39
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_start=1051
40
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW']._serialized_end=3168
41
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=2063
42
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=2386
43
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_start=2389
44
+ _globals['_STEELBOUNDARYCONDITIONS_NODALSUPPORTSROW_ECCENTRICITYTYPEZ']._serialized_end=2628
45
+ _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_start=3170
46
+ _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESTABLE']._serialized_end=3275
47
+ _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_start=3278
48
+ _globals['_STEELBOUNDARYCONDITIONS_MEMBERHINGESROW']._serialized_end=4180
49
+ _globals['_STEELBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_start=4182
50
+ _globals['_STEELBOUNDARYCONDITIONS_DEFINITIONTYPE']._serialized_end=4251
51
+ # @@protoc_insertion_point(module_scope)