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
@@ -0,0 +1,107 @@
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/concrete_design_objects/concrete_effective_lengths.proto
5
+ # Protobuf Python Version: 5.28.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 28,
16
+ 1,
17
+ '',
18
+ 'dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from dlubal.api.rstab import object_id_pb2 as dlubal_dot_api_dot_rstab_dot_object__id__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nIdlubal/api/rstab/concrete_design_objects/concrete_effective_lengths.proto\x12(dlubal.api.rstab.concrete_design_objects\x1a dlubal/api/rstab/object_id.proto\"\x88r\n\x18\x43oncreteEffectiveLengths\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x0f\n\x07members\x18\x05 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x06 \x03(\x05\x12&\n\x19\x66lexural_buckling_about_y\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12&\n\x19\x66lexural_buckling_about_z\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12\'\n\x1alateral_torsional_buckling\x18\t \x01(\x08H\x06\x88\x01\x01\x12\x83\x01\n\x1a\x62uckling_factor_value_type\x18\n \x01(\x0e\x32Z.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.BucklingFactorValueTypeH\x07\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x0b \x01(\x08H\x08\x88\x01\x01\x12#\n\x16generating_object_info\x18\x0c \x01(\tH\t\x88\x01\x01\x12r\n\x0enodal_supports\x18\r \x01(\x0b\x32U.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsTableH\n\x88\x01\x01\x12\x65\n\x07\x66\x61\x63tors\x18\x0e \x01(\x0b\x32O.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FactorsTableH\x0b\x88\x01\x01\x12\x65\n\x07lengths\x18\x0f \x01(\x0b\x32O.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.LengthsTableH\x0c\x88\x01\x01\x12\x1f\n\x12intermediate_nodes\x18\x10 \x01(\x08H\r\x88\x01\x01\x12!\n\x14\x64ifferent_properties\x18\x11 \x01(\x08H\x0e\x88\x01\x01\x12(\n\x1b\x66\x61\x63tors_definition_absolute\x18\x12 \x01(\x08H\x0f\x88\x01\x01\x12\x88\x01\n\x1a\x66ire_design_nodal_supports\x18\x13 \x01(\x0b\x32_.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsTableH\x10\x88\x01\x01\x12{\n\x13\x66ire_design_factors\x18\x14 \x01(\x0b\x32Y.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignFactorsTableH\x11\x88\x01\x01\x12{\n\x13\x66ire_design_lengths\x18\x15 \x01(\x0b\x32Y.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignLengthsTableH\x12\x88\x01\x01\x12+\n\x1e\x66ire_design_intermediate_nodes\x18\x16 \x01(\x08H\x13\x88\x01\x01\x12-\n fire_design_different_properties\x18\x17 \x01(\x08H\x14\x88\x01\x01\x12\x34\n\'fire_design_factors_definition_absolute\x18\x18 \x01(\x08H\x15\x88\x01\x01\x12\x33\n&fire_design_different_buckling_factors\x18\x19 \x01(\x08H\x16\x88\x01\x01\x12\x33\n&import_from_stability_analysis_enabled\x18\x1a \x01(\x08H\x17\x88\x01\x01\x12>\n1stability_import_data_factors_definition_absolute\x18\x1b \x01(\x08H\x18\x88\x01\x01\x12+\n\x1estability_import_data_member_y\x18\x1c \x01(\x05H\x19\x88\x01\x01\x12H\n\x1fstability_import_data_loading_y\x18\x1d \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1a\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_y\x18\x1e \x01(\x05H\x1b\x88\x01\x01\x12+\n\x1estability_import_data_member_z\x18\x1f \x01(\x05H\x1c\x88\x01\x01\x12H\n\x1fstability_import_data_loading_z\x18 \x01(\x0b\x32\x1a.dlubal.api.rstab.ObjectIdH\x1d\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_z\x18! \x01(\x05H\x1e\x88\x01\x01\x12\x8e\x01\n\x1dstability_import_data_factors\x18\" \x01(\x0b\x32\x62.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataFactorsTableH\x1f\x88\x01\x01\x12\x8e\x01\n\x1dstability_import_data_lengths\x18# \x01(\x0b\x32\x62.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataLengthsTableH \x88\x01\x01\x12\x31\n$stability_import_data_user_defined_y\x18$ \x01(\x08H!\x88\x01\x01\x12\x31\n$stability_import_data_user_defined_z\x18% \x01(\x08H\"\x88\x01\x01\x12\x84\x01\n\x1bstructure_type_about_axis_y\x18& \x01(\x0e\x32Z.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisYH#\x88\x01\x01\x12\x84\x01\n\x1bstructure_type_about_axis_z\x18\' \x01(\x0e\x32Z.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisZH$\x88\x01\x01\x12\x8d\x01\n structure_type_about_axis_y_sp63\x18( \x01(\x0e\x32^.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisYSp63H%\x88\x01\x01\x12\x8d\x01\n structure_type_about_axis_z_sp63\x18) \x01(\x0e\x32^.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisZSp63H&\x88\x01\x01\x12\x8a\x01\n\x1estructural_scheme_about_axis_y\x18* \x01(\x0e\x32].dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StructuralSchemeAboutAxisYH\'\x88\x01\x01\x12\x8a\x01\n\x1estructural_scheme_about_axis_z\x18+ \x01(\x0e\x32].dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StructuralSchemeAboutAxisZH(\x88\x01\x01\x12!\n\x14id_for_export_import\x18, \x01(\tH)\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18- \x01(\tH*\x88\x01\x01\x1aw\n\x12NodalSupportsTable\x12\x61\n\x04rows\x18\x01 \x03(\x0b\x32S.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow\x1a\xaf\x13\n\x10NodalSupportsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12z\n\x0csupport_type\x18\x03 \x01(\x0e\x32_.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x84\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32\x64.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12y\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32^.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x83\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32\x63.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x83\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32\x63.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x84\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32\x64.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1ak\n\x0c\x46\x61\x63torsTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FactorsRow\x1a\xea\x03\n\nFactorsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1ak\n\x0cLengthsTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.LengthsRow\x1a\xea\x03\n\nLengthsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x8b\x01\n\x1c\x46ireDesignNodalSupportsTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow\x1a\xf7\x13\n\x1a\x46ireDesignNodalSupportsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x84\x01\n\x0csupport_type\x18\x03 \x01(\x0e\x32i.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportTypeH\x02\x88\x01\x01\x12\x19\n\x0csupport_in_z\x18\x04 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13support_spring_in_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x8e\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32n.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.EccentricityTypeH\x05\x88\x01\x01\x12\x1c\n\x0f\x65\x63\x63\x65ntricity_ez\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12%\n\x18restraint_spring_about_x\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12%\n\x18restraint_spring_about_z\x18\t \x01(\x01H\x08\x88\x01\x01\x12%\n\x18restraint_spring_warping\x18\n \x01(\x01H\t\x88\x01\x01\x12\x83\x01\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32h.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x8d\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32m.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x8d\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32m.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x8e\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32n.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintWarpingH\r\x88\x01\x01\x12\r\n\x05nodes\x18\x0f \x03(\x05\"\xfd\x02\n\x0bSupportType\x12\x15\n\x11SUPPORT_TYPE_NONE\x10\x00\x12\x1a\n\x16SUPPORT_TYPE_FIXED_ALL\x10\x08\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Y\x10\x02\x12\x1b\n\x17SUPPORT_TYPE_FIXED_IN_Z\x10\x01\x12\'\n#SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION\x10\x04\x12\x33\n/SUPPORT_TYPE_FIXED_IN_Z_AND_TORSION_AND_WARPING\x10\x06\x12)\n%SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION\x10\x05\x12\x35\n1SUPPORT_TYPE_FIXED_IN_Z_Y_AND_TORSION_AND_WARPING\x10\x07\x12\x1d\n\x19SUPPORT_TYPE_INDIVIDUALLY\x10\t\x12\"\n\x1eSUPPORT_TYPE_RESTRAINT_ABOUT_X\x10\x03\"\x9e\x01\n\x10\x45\x63\x63\x65ntricityType\x12\x1a\n\x16\x45\x43\x43\x45NTRICITY_TYPE_NONE\x10\x00\x12%\n!ECCENTRICITY_TYPE_AT_LOWER_FLANGE\x10\x02\x12%\n!ECCENTRICITY_TYPE_AT_UPPER_FLANGE\x10\x01\x12 \n\x1c\x45\x43\x43\x45NTRICITY_TYPE_USER_VALUE\x10\x03\"}\n\nSupportInY\x12\"\n\x1eSUPPORT_IN_Y_SUPPORT_STATUS_NO\x10\x00\x12&\n\"SUPPORT_IN_Y_SUPPORT_STATUS_SPRING\x10\x01\x12#\n\x1fSUPPORT_IN_Y_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutX\x12\'\n#RESTRAINT_ABOUT_X_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_X_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_X_SUPPORT_STATUS_YES\x10\x02\"\x91\x01\n\x0fRestraintAboutZ\x12\'\n#RESTRAINT_ABOUT_Z_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_ABOUT_Z_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_ABOUT_Z_SUPPORT_STATUS_YES\x10\x02\"\x92\x01\n\x10RestraintWarping\x12\'\n#RESTRAINT_WARPING_SUPPORT_STATUS_NO\x10\x00\x12+\n\'RESTRAINT_WARPING_SUPPORT_STATUS_SPRING\x10\x01\x12(\n$RESTRAINT_WARPING_SUPPORT_STATUS_YES\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0f\n\r_support_typeB\x0f\n\r_support_in_zB\x16\n\x14_support_spring_in_yB\x14\n\x12_eccentricity_typeB\x12\n\x10_eccentricity_ezB\x1b\n\x19_restraint_spring_about_xB\x1b\n\x19_restraint_spring_about_zB\x1b\n\x19_restraint_spring_warpingB\x0f\n\r_support_in_yB\x14\n\x12_restraint_about_xB\x14\n\x12_restraint_about_zB\x14\n\x12_restraint_warping\x1a\x7f\n\x16\x46ireDesignFactorsTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignFactorsRow\x1a\xf4\x03\n\x14\x46ireDesignFactorsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x7f\n\x16\x46ireDesignLengthsTable\x12\x65\n\x04rows\x18\x01 \x03(\x0b\x32W.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.FireDesignLengthsRow\x1a\xf4\x03\n\x14\x46ireDesignLengthsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x91\x01\n\x1fStabilityImportDataFactorsTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataFactorsRow\x1a\xfd\x03\n\x1dStabilityImportDataFactorsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\x1a\x91\x01\n\x1fStabilityImportDataLengthsTable\x12n\n\x04rows\x18\x01 \x03(\x0b\x32`.dlubal.api.rstab.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataLengthsRow\x1a\xfd\x03\n\x1dStabilityImportDataLengthsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12 \n\x13\x66lexural_buckling_y\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12 \n\x13\x66lexural_buckling_z\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_y\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12)\n\x1cunbraced_flexural_buckling_z\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\'\n\x1a\x62raced_flexural_buckling_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x16\n\x14_flexural_buckling_yB\x16\n\x14_flexural_buckling_zB\x1f\n\x1d_unbraced_flexural_buckling_yB\x1f\n\x1d_unbraced_flexural_buckling_zB\x1d\n\x1b_braced_flexural_buckling_yB\x1d\n\x1b_braced_flexural_buckling_z\"q\n\x17\x42ucklingFactorValueType\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_THEORETICAL\x10\x00\x12*\n&BUCKLING_FACTOR_VALUE_TYPE_RECOMMENDED\x10\x01\"k\n\x17StructureTypeAboutAxisY\x12(\n$STRUCTURE_TYPE_ABOUT_AXIS_Y_UNBRACED\x10\x00\x12&\n\"STRUCTURE_TYPE_ABOUT_AXIS_Y_BRACED\x10\x01\"k\n\x17StructureTypeAboutAxisZ\x12(\n$STRUCTURE_TYPE_ABOUT_AXIS_Z_UNBRACED\x10\x00\x12&\n\"STRUCTURE_TYPE_ABOUT_AXIS_Z_BRACED\x10\x01\"\xa8\x01\n\x1bStructureTypeAboutAxisYSp63\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_UNBRACED\x10\x00\x12+\n\'STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_BRACED\x10\x01\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Y_SP63_COMBINED\x10\x02\"\xa8\x01\n\x1bStructureTypeAboutAxisZSp63\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_UNBRACED\x10\x00\x12+\n\'STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_BRACED\x10\x01\x12-\n)STRUCTURE_TYPE_ABOUT_AXIS_Z_SP63_COMBINED\x10\x02\"~\n\x1aStructuralSchemeAboutAxisY\x12-\n)STRUCTURAL_SCHEME_ABOUT_AXIS_Y_DETERMINED\x10\x00\x12\x31\n-STRUCTURAL_SCHEME_ABOUT_AXIS_Y_NON_DETERMINED\x10\x01\"~\n\x1aStructuralSchemeAboutAxisZ\x12-\n)STRUCTURAL_SCHEME_ABOUT_AXIS_Z_DETERMINED\x10\x00\x12\x31\n-STRUCTURAL_SCHEME_ABOUT_AXIS_Z_NON_DETERMINED\x10\x01\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\n\n\x08_commentB\x1c\n\x1a_flexural_buckling_about_yB\x1c\n\x1a_flexural_buckling_about_zB\x1d\n\x1b_lateral_torsional_bucklingB\x1d\n\x1b_buckling_factor_value_typeB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x11\n\x0f_nodal_supportsB\n\n\x08_factorsB\n\n\x08_lengthsB\x15\n\x13_intermediate_nodesB\x17\n\x15_different_propertiesB\x1e\n\x1c_factors_definition_absoluteB\x1d\n\x1b_fire_design_nodal_supportsB\x16\n\x14_fire_design_factorsB\x16\n\x14_fire_design_lengthsB!\n\x1f_fire_design_intermediate_nodesB#\n!_fire_design_different_propertiesB*\n(_fire_design_factors_definition_absoluteB)\n\'_fire_design_different_buckling_factorsB)\n\'_import_from_stability_analysis_enabledB4\n2_stability_import_data_factors_definition_absoluteB!\n\x1f_stability_import_data_member_yB\"\n _stability_import_data_loading_yB&\n$_stability_import_data_mode_number_yB!\n\x1f_stability_import_data_member_zB\"\n _stability_import_data_loading_zB&\n$_stability_import_data_mode_number_zB \n\x1e_stability_import_data_factorsB \n\x1e_stability_import_data_lengthsB\'\n%_stability_import_data_user_defined_yB\'\n%_stability_import_data_user_defined_zB\x1e\n\x1c_structure_type_about_axis_yB\x1e\n\x1c_structure_type_about_axis_zB#\n!_structure_type_about_axis_y_sp63B#\n!_structure_type_about_axis_z_sp63B!\n\x1f_structural_scheme_about_axis_yB!\n\x1f_structural_scheme_about_axis_zB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.concrete_design_objects.concrete_effective_lengths_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_CONCRETEEFFECTIVELENGTHS']._serialized_start=154
36
+ _globals['_CONCRETEEFFECTIVELENGTHS']._serialized_end=14754
37
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_start=3420
38
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_end=3539
39
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_start=3542
40
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_end=6021
41
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4614
42
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=4995
43
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=4998
44
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5156
45
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_start=5158
46
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_end=5283
47
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5286
48
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5431
49
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5434
50
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5579
51
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5582
52
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5728
53
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_start=6023
54
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_end=6130
55
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_start=6133
56
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_end=6623
57
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_start=6625
58
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_end=6732
59
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_start=6735
60
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_end=7225
61
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_start=7228
62
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_end=7367
63
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_start=7370
64
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_end=9921
65
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4614
66
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=4995
67
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=4998
68
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5156
69
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_start=5158
70
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_end=5283
71
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5286
72
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5431
73
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5434
74
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5579
75
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5582
76
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5728
77
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_start=9923
78
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_end=10050
79
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_start=10053
80
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_end=10553
81
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_start=10555
82
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_end=10682
83
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_start=10685
84
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_end=11185
85
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_start=11188
86
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_end=11333
87
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_start=11336
88
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_end=11845
89
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_start=11848
90
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_end=11993
91
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_start=11996
92
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_end=12505
93
+ _globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_start=12507
94
+ _globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_end=12620
95
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_start=12622
96
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_end=12729
97
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_start=12731
98
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_end=12838
99
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_start=12841
100
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_end=13009
101
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_start=13012
102
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_end=13180
103
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_start=13182
104
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_end=13308
105
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_start=13310
106
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_end=13436
107
+ # @@protoc_insertion_point(module_scope)
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rfem/types_for_foundations/single_foundation.proto
4
+ # source: dlubal/api/rstab/concrete_foundations/single_foundation.proto
5
5
  # Protobuf Python Version: 5.28.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
@@ -15,7 +15,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
15
15
  28,
16
16
  1,
17
17
  '',
18
- 'dlubal/api/rfem/types_for_foundations/single_foundation.proto'
18
+ 'dlubal/api/rstab/concrete_foundations/single_foundation.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
21
21
 
@@ -25,15 +25,15 @@ _sym_db = _symbol_database.Default()
25
25
  from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=dlubal/api/rfem/types_for_foundations/single_foundation.proto\x12%dlubal.api.rfem.types_for_foundations\x1a\x1e\x64lubal/api/common/common.proto\"\xbdJ\n\x10SingleFoundation\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x64\n\x0f\x66oundation_type\x18\x02 \x01(\x0e\x32\x46.dlubal.api.rfem.types_for_foundations.SingleFoundation.FoundationTypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x16\n\x0enodal_supports\x18\x05 \x03(\x05\x12\x1b\n\x0eplate_material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x1c\n\x0f\x62ucket_material\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12&\n\x19\x64\x65sign_properties_enabled\x18\x08 \x01(\x08H\x06\x88\x01\x01\x12m\n\x0fgeometry_config\x18\t \x01(\x0b\x32O.dlubal.api.rfem.types_for_foundations.SingleFoundation.GeometryConfigTreeTableH\x07\x88\x01\x01\x12\x82\x01\n\x1aplate_reinforcement_config\x18\n \x01(\x0b\x32Y.dlubal.api.rfem.types_for_foundations.SingleFoundation.PlateReinforcementConfigTreeTableH\x08\x88\x01\x01\x12\x84\x01\n\x1b\x62ucket_reinforcement_config\x18\x0b \x01(\x0b\x32Z.dlubal.api.rfem.types_for_foundations.SingleFoundation.BucketReinforcementConfigTreeTableH\t\x88\x01\x01\x12\x8f\x01\n!rough_bucket_reinforcement_config\x18\x0c \x01(\x0b\x32_.dlubal.api.rfem.types_for_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableH\n\x88\x01\x01\x12\x82\x01\n\x1a\x62lock_reinforcement_config\x18\r \x01(\x0b\x32Y.dlubal.api.rfem.types_for_foundations.SingleFoundation.BlockReinforcementConfigTreeTableH\x0b\x88\x01\x01\x12#\n\x16reinforcement_material\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12j\n\x12reinforcement_type\x18\x0f \x01(\x0e\x32I.dlubal.api.rfem.types_for_foundations.SingleFoundation.ReinforcementTypeH\r\x88\x01\x01\x12\x36\n)plate_reinforcement_automatically_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12u\n\x18horizontal_stirrups_type\x18\x11 \x01(\x0e\x32N.dlubal.api.rfem.types_for_foundations.SingleFoundation.HorizontalStirrupsTypeH\x0f\x88\x01\x01\x12=\n0bucket_block_reinforcement_automatically_enabled\x18\x12 \x01(\x08H\x10\x88\x01\x01\x12\x30\n#concrete_cover_user_defined_enabled\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12>\n1concrete_cover_different_at_section_sides_enabled\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12\x1b\n\x0e\x63oncrete_cover\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\'\n\x1a\x63oncrete_cover_surface_top\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12*\n\x1d\x63oncrete_cover_surface_bottom\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12(\n\x1b\x63oncrete_cover_surface_side\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_bucket_or_block\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1f\n\x12\x63oncrete_cover_min\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_min_surface_top\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12.\n!concrete_cover_min_surface_bottom\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12,\n\x1f\x63oncrete_cover_min_surface_side\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12/\n\"concrete_cover_min_bucket_or_block\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12 \n\x13\x63oncrete_durability\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12,\n\x1f\x63oncrete_durability_surface_top\x18 \x01(\x05H\x1e\x88\x01\x01\x12/\n\"concrete_durability_surface_bottom\x18! \x01(\x05H\x1f\x88\x01\x01\x12-\n concrete_durability_surface_side\x18\" \x01(\x05H \x88\x01\x01\x12\'\n\x1a\x63oncrete_durability_bucket\x18# \x01(\x05H!\x88\x01\x01\x12m\n\x14soil_definition_type\x18$ \x01(\x0e\x32J.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilDefinitionTypeH\"\x88\x01\x01\x12q\n\x16subsoil_condition_type\x18% \x01(\x0e\x32L.dlubal.api.rfem.types_for_foundations.SingleFoundation.SubsoilConditionTypeH#\x88\x01\x01\x12\x1e\n\x11soil_layer_bottom\x18& \x01(\x05H$\x88\x01\x01\x12\x1e\n\x11soil_layer_middle\x18\' \x01(\x05H%\x88\x01\x01\x12\x1b\n\x0esoil_layer_top\x18( \x01(\x05H&\x88\x01\x01\x12%\n\x18\x65\x61rth_covering_thickness\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13groundwater_enabled\x18* \x01(\x08H(\x88\x01\x01\x12\x1e\n\x11groundwater_level\x18+ \x01(\x01H)\x88\x01\x01\x12p\n\x16\x61ngle_of_soil_friction\x18, \x01(\x0e\x32K.dlubal.api.rfem.types_for_foundations.SingleFoundation.AngleOfSoilFrictionH*\x88\x01\x01\x12p\n\x16\x61ngle_of_wall_friction\x18- \x01(\x0e\x32K.dlubal.api.rfem.types_for_foundations.SingleFoundation.AngleOfWallFrictionH+\x88\x01\x01\x12m\n\x0fsoil_parameters\x18. \x01(\x0b\x32O.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilParametersTreeTableH,\x88\x01\x01\x12\x16\n\tto_design\x18/ \x01(\x08H-\x88\x01\x01\x12\x16\n\x0eselected_nodes\x18\x30 \x03(\x05\x12\x17\n\x0fnodes_to_design\x18\x31 \x03(\x05\x12!\n\x19nodes_removed_from_design\x18\x32 \x03(\x05\x12#\n\x1bnot_valid_deactivated_nodes\x18\x33 \x03(\x05\x12 \n\x13\x61ll_nodes_to_design\x18\x34 \x01(\x08H.\x88\x01\x01\x12*\n\x1d\x63oncrete_design_configuration\x18\x35 \x01(\x05H/\x88\x01\x01\x12.\n!geotechnical_design_configuration\x18\x36 \x01(\x05H0\x88\x01\x01\x12\x15\n\x08\x62orehole\x18\x37 \x01(\x05H1\x88\x01\x01\x12r\n\x14\x62orehole_soil_layers\x18\x38 \x01(\x0b\x32O.dlubal.api.rfem.types_for_foundations.SingleFoundation.BoreholeSoilLayersTableH2\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x39 \x01(\x08H3\x88\x01\x01\x12\x19\n\x0cgenerated_by\x18: \x01(\tH4\x88\x01\x01\x12\x14\n\x07\x63omment\x18; \x01(\tH5\x88\x01\x01\x12!\n\x14id_for_export_import\x18< \x01(\tH6\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18= \x01(\tH7\x88\x01\x01\x1a{\n\x17GeometryConfigTreeTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.GeometryConfigTreeTableRow\x1a\xae\x02\n\x1aGeometryConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12`\n\x04rows\x18\x06 \x03(\x0b\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.GeometryConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n!PlateReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRow\x1a\xc2\x02\n$PlateReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x91\x01\n\"BucketReinforcementConfigTreeTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rfem.types_for_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRow\x1a\xc4\x02\n%BucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12k\n\x04rows\x18\x06 \x03(\x0b\x32].dlubal.api.rfem.types_for_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9b\x01\n\'RoughBucketReinforcementConfigTreeTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rfem.types_for_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRow\x1a\xce\x02\n*RoughBucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12p\n\x04rows\x18\x06 \x03(\x0b\x32\x62.dlubal.api.rfem.types_for_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n!BlockReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRow\x1a\xc2\x02\n$BlockReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.types_for_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a{\n\x17SoilParametersTreeTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilParametersTreeTableRow\x1a\xae\x02\n\x1aSoilParametersTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12`\n\x04rows\x18\x06 \x03(\x0b\x32R.dlubal.api.rfem.types_for_foundations.SingleFoundation.SoilParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1av\n\x17\x42oreholeSoilLayersTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rfem.types_for_foundations.SingleFoundation.BoreholeSoilLayersRow\x1a\xe1\x02\n\x15\x42oreholeSoilLayersRow\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\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x1a\n\rsoil_material\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12%\n\x18\x62ottom_ordinate_below_gl\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12-\n bottom_ordinate_below_foundation\x18\x07 \x01(\x01H\x06\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\x10\n\x0e_soil_materialB\x08\n\x06_depthB\x1b\n\x19_bottom_ordinate_below_glB#\n!_bottom_ordinate_below_foundation\"\xf1\x03\n\x0e\x46oundationType\x12\x1b\n\x17\x46OUNDATION_TYPE_UNKNOWN\x10\x00\x12<\n8FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x04\x12=\n9FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x03\x12=\n9FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x06\x12>\n:FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x05\x12$\n FOUNDATION_TYPE_FOUNDATION_PLATE\x10\x01\x12:\n6FOUNDATION_TYPE_FOUNDATION_PLATE_WITHOUT_REINFORCEMENT\x10\x02\x12&\n\"FOUNDATION_TYPE_STEPPED_FOUNDATION\x10\x07\x12<\n8FOUNDATION_TYPE_STEPPED_FOUNDATION_WITHOUT_REINFORCEMENT\x10\x08\"w\n\x11ReinforcementType\x12&\n\"REINFORCEMENT_TYPE_MESH_AND_REBARS\x10\x00\x12\x1b\n\x17REINFORCEMENT_TYPE_MESH\x10\x01\x12\x1d\n\x19REINFORCEMENT_TYPE_REBARS\x10\x02\"\x85\x01\n\x16HorizontalStirrupsType\x12-\n)HORIZONTAL_STIRRUPS_TYPE_ENCLOSING_COLUMN\x10\x00\x12<\n8HORIZONTAL_STIRRUPS_TYPE_ENTIRELY_LOCATED_IN_BUCKET_WALL\x10\x01\"m\n\x12SoilDefinitionType\x12\'\n#SOIL_DEFINITION_TYPE_SINGLE_LAYERED\x10\x00\x12.\n*SOIL_DEFINITION_TYPE_MULTILAYERED_BOREHOLE\x10\x02\"`\n\x14SubsoilConditionType\x12\"\n\x1eSUBSOIL_CONDITION_TYPE_DRAINED\x10\x00\x12$\n SUBSOIL_CONDITION_TYPE_UNDRAINED\x10\x01\"\x88\x01\n\x13\x41ngleOfSoilFriction\x12;\n7ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION\x10\x00\x12\x34\n0ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION\x10\x01\"\xb1\x01\n\x13\x41ngleOfWallFriction\x12\x35\n1ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL\x10\x00\x12\x30\n,ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL\x10\x01\x12\x31\n-ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL\x10\x02\x42\x05\n\x03_noB\x12\n\x10_foundation_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x11\n\x0f_plate_materialB\x12\n\x10_bucket_materialB\x1c\n\x1a_design_properties_enabledB\x12\n\x10_geometry_configB\x1d\n\x1b_plate_reinforcement_configB\x1e\n\x1c_bucket_reinforcement_configB$\n\"_rough_bucket_reinforcement_configB\x1d\n\x1b_block_reinforcement_configB\x19\n\x17_reinforcement_materialB\x15\n\x13_reinforcement_typeB,\n*_plate_reinforcement_automatically_enabledB\x1b\n\x19_horizontal_stirrups_typeB3\n1_bucket_block_reinforcement_automatically_enabledB&\n$_concrete_cover_user_defined_enabledB4\n2_concrete_cover_different_at_section_sides_enabledB\x11\n\x0f_concrete_coverB\x1d\n\x1b_concrete_cover_surface_topB \n\x1e_concrete_cover_surface_bottomB\x1e\n\x1c_concrete_cover_surface_sideB!\n\x1f_concrete_cover_bucket_or_blockB\x15\n\x13_concrete_cover_minB!\n\x1f_concrete_cover_min_surface_topB$\n\"_concrete_cover_min_surface_bottomB\"\n _concrete_cover_min_surface_sideB%\n#_concrete_cover_min_bucket_or_blockB\x16\n\x14_concrete_durabilityB\"\n _concrete_durability_surface_topB%\n#_concrete_durability_surface_bottomB#\n!_concrete_durability_surface_sideB\x1d\n\x1b_concrete_durability_bucketB\x17\n\x15_soil_definition_typeB\x19\n\x17_subsoil_condition_typeB\x14\n\x12_soil_layer_bottomB\x14\n\x12_soil_layer_middleB\x11\n\x0f_soil_layer_topB\x1b\n\x19_earth_covering_thicknessB\x16\n\x14_groundwater_enabledB\x14\n\x12_groundwater_levelB\x19\n\x17_angle_of_soil_frictionB\x19\n\x17_angle_of_wall_frictionB\x12\n\x10_soil_parametersB\x0c\n\n_to_designB\x16\n\x14_all_nodes_to_designB \n\x1e_concrete_design_configurationB$\n\"_geotechnical_design_configurationB\x0b\n\t_boreholeB\x17\n\x15_borehole_soil_layersB\x0f\n\r_is_generatedB\x0f\n\r_generated_byB\n\n\x08_commentB\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/concrete_foundations/single_foundation.proto\x12%dlubal.api.rstab.concrete_foundations\x1a\x1e\x64lubal/api/common/common.proto\"\x8dJ\n\x10SingleFoundation\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x64\n\x0f\x66oundation_type\x18\x02 \x01(\x0e\x32\x46.dlubal.api.rstab.concrete_foundations.SingleFoundation.FoundationTypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x16\n\x0enodal_supports\x18\x05 \x03(\x05\x12\x1b\n\x0eplate_material\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x1c\n\x0f\x62ucket_material\x18\x07 \x01(\x05H\x05\x88\x01\x01\x12&\n\x19\x64\x65sign_properties_enabled\x18\x08 \x01(\x08H\x06\x88\x01\x01\x12m\n\x0fgeometry_config\x18\t \x01(\x0b\x32O.dlubal.api.rstab.concrete_foundations.SingleFoundation.GeometryConfigTreeTableH\x07\x88\x01\x01\x12\x82\x01\n\x1aplate_reinforcement_config\x18\n \x01(\x0b\x32Y.dlubal.api.rstab.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableH\x08\x88\x01\x01\x12\x84\x01\n\x1b\x62ucket_reinforcement_config\x18\x0b \x01(\x0b\x32Z.dlubal.api.rstab.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableH\t\x88\x01\x01\x12\x8f\x01\n!rough_bucket_reinforcement_config\x18\x0c \x01(\x0b\x32_.dlubal.api.rstab.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableH\n\x88\x01\x01\x12\x82\x01\n\x1a\x62lock_reinforcement_config\x18\r \x01(\x0b\x32Y.dlubal.api.rstab.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableH\x0b\x88\x01\x01\x12#\n\x16reinforcement_material\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12j\n\x12reinforcement_type\x18\x0f \x01(\x0e\x32I.dlubal.api.rstab.concrete_foundations.SingleFoundation.ReinforcementTypeH\r\x88\x01\x01\x12\x36\n)plate_reinforcement_automatically_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12u\n\x18horizontal_stirrups_type\x18\x11 \x01(\x0e\x32N.dlubal.api.rstab.concrete_foundations.SingleFoundation.HorizontalStirrupsTypeH\x0f\x88\x01\x01\x12=\n0bucket_block_reinforcement_automatically_enabled\x18\x12 \x01(\x08H\x10\x88\x01\x01\x12\x30\n#concrete_cover_user_defined_enabled\x18\x13 \x01(\x08H\x11\x88\x01\x01\x12>\n1concrete_cover_different_at_section_sides_enabled\x18\x14 \x01(\x08H\x12\x88\x01\x01\x12\x1b\n\x0e\x63oncrete_cover\x18\x15 \x01(\x01H\x13\x88\x01\x01\x12\'\n\x1a\x63oncrete_cover_surface_top\x18\x16 \x01(\x01H\x14\x88\x01\x01\x12*\n\x1d\x63oncrete_cover_surface_bottom\x18\x17 \x01(\x01H\x15\x88\x01\x01\x12(\n\x1b\x63oncrete_cover_surface_side\x18\x18 \x01(\x01H\x16\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_bucket_or_block\x18\x19 \x01(\x01H\x17\x88\x01\x01\x12\x1f\n\x12\x63oncrete_cover_min\x18\x1a \x01(\x01H\x18\x88\x01\x01\x12+\n\x1e\x63oncrete_cover_min_surface_top\x18\x1b \x01(\x01H\x19\x88\x01\x01\x12.\n!concrete_cover_min_surface_bottom\x18\x1c \x01(\x01H\x1a\x88\x01\x01\x12,\n\x1f\x63oncrete_cover_min_surface_side\x18\x1d \x01(\x01H\x1b\x88\x01\x01\x12/\n\"concrete_cover_min_bucket_or_block\x18\x1e \x01(\x01H\x1c\x88\x01\x01\x12 \n\x13\x63oncrete_durability\x18\x1f \x01(\x05H\x1d\x88\x01\x01\x12,\n\x1f\x63oncrete_durability_surface_top\x18 \x01(\x05H\x1e\x88\x01\x01\x12/\n\"concrete_durability_surface_bottom\x18! \x01(\x05H\x1f\x88\x01\x01\x12-\n concrete_durability_surface_side\x18\" \x01(\x05H \x88\x01\x01\x12\'\n\x1a\x63oncrete_durability_bucket\x18# \x01(\x05H!\x88\x01\x01\x12m\n\x14soil_definition_type\x18$ \x01(\x0e\x32J.dlubal.api.rstab.concrete_foundations.SingleFoundation.SoilDefinitionTypeH\"\x88\x01\x01\x12q\n\x16subsoil_condition_type\x18% \x01(\x0e\x32L.dlubal.api.rstab.concrete_foundations.SingleFoundation.SubsoilConditionTypeH#\x88\x01\x01\x12\x1e\n\x11soil_layer_bottom\x18& \x01(\x05H$\x88\x01\x01\x12\x1e\n\x11soil_layer_middle\x18\' \x01(\x05H%\x88\x01\x01\x12\x1b\n\x0esoil_layer_top\x18( \x01(\x05H&\x88\x01\x01\x12%\n\x18\x65\x61rth_covering_thickness\x18) \x01(\x01H\'\x88\x01\x01\x12 \n\x13groundwater_enabled\x18* \x01(\x08H(\x88\x01\x01\x12\x1e\n\x11groundwater_level\x18+ \x01(\x01H)\x88\x01\x01\x12p\n\x16\x61ngle_of_soil_friction\x18, \x01(\x0e\x32K.dlubal.api.rstab.concrete_foundations.SingleFoundation.AngleOfSoilFrictionH*\x88\x01\x01\x12p\n\x16\x61ngle_of_wall_friction\x18- \x01(\x0e\x32K.dlubal.api.rstab.concrete_foundations.SingleFoundation.AngleOfWallFrictionH+\x88\x01\x01\x12m\n\x0fsoil_parameters\x18. \x01(\x0b\x32O.dlubal.api.rstab.concrete_foundations.SingleFoundation.SoilParametersTreeTableH,\x88\x01\x01\x12\x16\n\tto_design\x18/ \x01(\x08H-\x88\x01\x01\x12\x16\n\x0eselected_nodes\x18\x30 \x03(\x05\x12\x17\n\x0fnodes_to_design\x18\x31 \x03(\x05\x12!\n\x19nodes_removed_from_design\x18\x32 \x03(\x05\x12#\n\x1bnot_valid_deactivated_nodes\x18\x33 \x03(\x05\x12 \n\x13\x61ll_nodes_to_design\x18\x34 \x01(\x08H.\x88\x01\x01\x12*\n\x1d\x63oncrete_design_configuration\x18\x35 \x01(\x05H/\x88\x01\x01\x12.\n!geotechnical_design_configuration\x18\x36 \x01(\x05H0\x88\x01\x01\x12\x15\n\x08\x62orehole\x18\x37 \x01(\x05H1\x88\x01\x01\x12r\n\x14\x62orehole_soil_layers\x18\x38 \x01(\x0b\x32O.dlubal.api.rstab.concrete_foundations.SingleFoundation.BoreholeSoilLayersTableH2\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x39 \x01(\x08H3\x88\x01\x01\x12\x19\n\x0cgenerated_by\x18: \x01(\tH4\x88\x01\x01\x12\x14\n\x07\x63omment\x18; \x01(\tH5\x88\x01\x01\x12!\n\x14id_for_export_import\x18< \x01(\tH6\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18= \x01(\tH7\x88\x01\x01\x1a{\n\x17GeometryConfigTreeTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rstab.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRow\x1a\xae\x02\n\x1aGeometryConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12`\n\x04rows\x18\x06 \x03(\x0b\x32R.dlubal.api.rstab.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n!PlateReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rstab.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRow\x1a\xc2\x02\n$PlateReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rstab.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x91\x01\n\"BucketReinforcementConfigTreeTable\x12k\n\x04rows\x18\x01 \x03(\x0b\x32].dlubal.api.rstab.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRow\x1a\xc4\x02\n%BucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12k\n\x04rows\x18\x06 \x03(\x0b\x32].dlubal.api.rstab.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x9b\x01\n\'RoughBucketReinforcementConfigTreeTable\x12p\n\x04rows\x18\x01 \x03(\x0b\x32\x62.dlubal.api.rstab.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRow\x1a\xce\x02\n*RoughBucketReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12p\n\x04rows\x18\x06 \x03(\x0b\x32\x62.dlubal.api.rstab.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a\x8f\x01\n!BlockReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rstab.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRow\x1a\xc2\x02\n$BlockReinforcementConfigTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rstab.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1a{\n\x17SoilParametersTreeTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rstab.concrete_foundations.SingleFoundation.SoilParametersTreeTableRow\x1a\xae\x02\n\x1aSoilParametersTreeTableRow\x12\x10\n\x03key\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x13\n\x06symbol\x18\x03 \x01(\tH\x02\x88\x01\x01\x12,\n\x05value\x18\x04 \x01(\x0b\x32\x18.dlubal.api.common.ValueH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12`\n\x04rows\x18\x06 \x03(\x0b\x32R.dlubal.api.rstab.concrete_foundations.SingleFoundation.SoilParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1av\n\x17\x42oreholeSoilLayersTable\x12[\n\x04rows\x18\x01 \x03(\x0b\x32M.dlubal.api.rstab.concrete_foundations.SingleFoundation.BoreholeSoilLayersRow\x1a\xe1\x02\n\x15\x42oreholeSoilLayersRow\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\x08layer_no\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x1a\n\rsoil_material\x18\x04 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12%\n\x18\x62ottom_ordinate_below_gl\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12-\n bottom_ordinate_below_foundation\x18\x07 \x01(\x01H\x06\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0b\n\t_layer_noB\x10\n\x0e_soil_materialB\x08\n\x06_depthB\x1b\n\x19_bottom_ordinate_below_glB#\n!_bottom_ordinate_below_foundation\"\xf1\x03\n\x0e\x46oundationType\x12\x1b\n\x17\x46OUNDATION_TYPE_UNKNOWN\x10\x00\x12<\n8FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x04\x12=\n9FOUNDATION_TYPE_BLOCK_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x03\x12=\n9FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_ROUGH_BUCKET_SIDES\x10\x06\x12>\n:FOUNDATION_TYPE_BUCKET_FOUNDATION_WITH_SMOOTH_BUCKET_SIDES\x10\x05\x12$\n FOUNDATION_TYPE_FOUNDATION_PLATE\x10\x01\x12:\n6FOUNDATION_TYPE_FOUNDATION_PLATE_WITHOUT_REINFORCEMENT\x10\x02\x12&\n\"FOUNDATION_TYPE_STEPPED_FOUNDATION\x10\x07\x12<\n8FOUNDATION_TYPE_STEPPED_FOUNDATION_WITHOUT_REINFORCEMENT\x10\x08\"w\n\x11ReinforcementType\x12&\n\"REINFORCEMENT_TYPE_MESH_AND_REBARS\x10\x00\x12\x1b\n\x17REINFORCEMENT_TYPE_MESH\x10\x01\x12\x1d\n\x19REINFORCEMENT_TYPE_REBARS\x10\x02\"\x85\x01\n\x16HorizontalStirrupsType\x12-\n)HORIZONTAL_STIRRUPS_TYPE_ENCLOSING_COLUMN\x10\x00\x12<\n8HORIZONTAL_STIRRUPS_TYPE_ENTIRELY_LOCATED_IN_BUCKET_WALL\x10\x01\"=\n\x12SoilDefinitionType\x12\'\n#SOIL_DEFINITION_TYPE_SINGLE_LAYERED\x10\x00\"`\n\x14SubsoilConditionType\x12\"\n\x1eSUBSOIL_CONDITION_TYPE_DRAINED\x10\x00\x12$\n SUBSOIL_CONDITION_TYPE_UNDRAINED\x10\x01\"\x88\x01\n\x13\x41ngleOfSoilFriction\x12;\n7ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION\x10\x00\x12\x34\n0ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION\x10\x01\"\xb1\x01\n\x13\x41ngleOfWallFriction\x12\x35\n1ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL\x10\x00\x12\x30\n,ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL\x10\x01\x12\x31\n-ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL\x10\x02\x42\x05\n\x03_noB\x12\n\x10_foundation_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x11\n\x0f_plate_materialB\x12\n\x10_bucket_materialB\x1c\n\x1a_design_properties_enabledB\x12\n\x10_geometry_configB\x1d\n\x1b_plate_reinforcement_configB\x1e\n\x1c_bucket_reinforcement_configB$\n\"_rough_bucket_reinforcement_configB\x1d\n\x1b_block_reinforcement_configB\x19\n\x17_reinforcement_materialB\x15\n\x13_reinforcement_typeB,\n*_plate_reinforcement_automatically_enabledB\x1b\n\x19_horizontal_stirrups_typeB3\n1_bucket_block_reinforcement_automatically_enabledB&\n$_concrete_cover_user_defined_enabledB4\n2_concrete_cover_different_at_section_sides_enabledB\x11\n\x0f_concrete_coverB\x1d\n\x1b_concrete_cover_surface_topB \n\x1e_concrete_cover_surface_bottomB\x1e\n\x1c_concrete_cover_surface_sideB!\n\x1f_concrete_cover_bucket_or_blockB\x15\n\x13_concrete_cover_minB!\n\x1f_concrete_cover_min_surface_topB$\n\"_concrete_cover_min_surface_bottomB\"\n _concrete_cover_min_surface_sideB%\n#_concrete_cover_min_bucket_or_blockB\x16\n\x14_concrete_durabilityB\"\n _concrete_durability_surface_topB%\n#_concrete_durability_surface_bottomB#\n!_concrete_durability_surface_sideB\x1d\n\x1b_concrete_durability_bucketB\x17\n\x15_soil_definition_typeB\x19\n\x17_subsoil_condition_typeB\x14\n\x12_soil_layer_bottomB\x14\n\x12_soil_layer_middleB\x11\n\x0f_soil_layer_topB\x1b\n\x19_earth_covering_thicknessB\x16\n\x14_groundwater_enabledB\x14\n\x12_groundwater_levelB\x19\n\x17_angle_of_soil_frictionB\x19\n\x17_angle_of_wall_frictionB\x12\n\x10_soil_parametersB\x0c\n\n_to_designB\x16\n\x14_all_nodes_to_designB \n\x1e_concrete_design_configurationB$\n\"_geotechnical_design_configurationB\x0b\n\t_boreholeB\x17\n\x15_borehole_soil_layersB\x0f\n\r_is_generatedB\x0f\n\r_generated_byB\n\n\x08_commentB\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)
32
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.types_for_foundations.single_foundation_pb2', _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.concrete_foundations.single_foundation_pb2', _globals)
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  DESCRIPTOR._loaded_options = None
35
35
  _globals['_SINGLEFOUNDATION']._serialized_start=137
36
- _globals['_SINGLEFOUNDATION']._serialized_end=9670
36
+ _globals['_SINGLEFOUNDATION']._serialized_end=9622
37
37
  _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_start=3577
38
38
  _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_end=3700
39
39
  _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_start=3703
@@ -69,11 +69,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
69
69
  _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_start=7447
70
70
  _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_end=7580
71
71
  _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_start=7582
72
- _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_end=7691
73
- _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_start=7693
74
- _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_end=7789
75
- _globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_start=7792
76
- _globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_end=7928
77
- _globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_start=7931
78
- _globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_end=8108
72
+ _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_end=7643
73
+ _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_start=7645
74
+ _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_end=7741
75
+ _globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_start=7744
76
+ _globals['_SINGLEFOUNDATION_ANGLEOFSOILFRICTION']._serialized_end=7880
77
+ _globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_start=7883
78
+ _globals['_SINGLEFOUNDATION_ANGLEOFWALLFRICTION']._serialized_end=8060
79
79
  # @@protoc_insertion_point(module_scope)
@@ -0,0 +1 @@
1
+ from . import digital_twins
@@ -0,0 +1,2 @@
1
+ from .sensor_value_definition_pb2 import *
2
+ from .sensor_pb2 import *
@@ -0,0 +1,47 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rstab/digital_twins/digital_twins/sensor.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/digital_twins/digital_twins/sensor.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'\n9dlubal/api/rstab/digital_twins/digital_twins/sensor.proto\x12,dlubal.api.rstab.digital_twins.digital_twins\x1a\x1e\x64lubal/api/common/common.proto\"\xb2\x11\n\x06Sensor\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12L\n\x04type\x18\x02 \x01(\x0e\x32\x39.dlubal.api.rstab.digital_twins.digital_twins.Sensor.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x36\n\x0csensor_point\x18\x05 \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x04\x88\x01\x01\x12\x1b\n\x0esensor_point_x\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x1b\n\x0esensor_point_y\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1b\n\x0esensor_point_z\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12/\n\x05point\x18\t \x01(\x0b\x32\x1b.dlubal.api.common.Vector3dH\x08\x88\x01\x01\x12\x14\n\x07point_x\x18\n \x01(\x01H\t\x88\x01\x01\x12\x14\n\x07point_y\x18\x0b \x01(\x01H\n\x88\x01\x01\x12\x14\n\x07point_z\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x11\n\x04node\x18\r \x01(\x05H\x0c\x88\x01\x01\x12\x61\n\x0cmeasurements\x18\x0e \x01(\x0b\x32\x46.dlubal.api.rstab.digital_twins.digital_twins.Sensor.MeasurementsTableH\r\x88\x01\x01\x12U\n\x06values\x18\x0f \x01(\x0b\x32@.dlubal.api.rstab.digital_twins.digital_twins.Sensor.ValuesTableH\x0e\x88\x01\x01\x12\x13\n\x06status\x18\x10 \x01(\tH\x0f\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12#\n\x16generating_object_info\x18\x12 \x01(\tH\x11\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x13 \x01(\tH\x12\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x14 \x01(\tH\x13\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x15 \x01(\tH\x14\x88\x01\x01\x1ag\n\x11MeasurementsTable\x12R\n\x04rows\x18\x01 \x03(\x0b\x32\x44.dlubal.api.rstab.digital_twins.digital_twins.Sensor.MeasurementsRow\x1a\xc7\x03\n\x0fMeasurementsRow\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\x10value_definition\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x12\n\x05value\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x11\n\x04unit\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x13\n\x06status\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x13\n\x06values\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x16\n\treference\x18\t \x01(\tH\x08\x88\x01\x01\x12\x17\n\ndeviations\x18\n \x01(\tH\t\x88\x01\x01\x12\x1c\n\x0frelative_values\x18\x0b \x01(\tH\n\x88\x01\x01\x12\x15\n\x08statuses\x18\x0c \x01(\tH\x0b\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x13\n\x11_value_definitionB\x08\n\x06_valueB\x07\n\x05_unitB\t\n\x07_statusB\n\n\x08_commentB\t\n\x07_valuesB\x0c\n\n_referenceB\r\n\x0b_deviationsB\x12\n\x10_relative_valuesB\x0b\n\t_statuses\x1a[\n\x0bValuesTable\x12L\n\x04rows\x18\x01 \x03(\x0b\x32>.dlubal.api.rstab.digital_twins.digital_twins.Sensor.ValuesRow\x1a\xad\x02\n\tValuesRow\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\x16\n\treference\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x14\n\x07value_x\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x14\n\x07value_y\x18\x05 \x01(\tH\x04\x88\x01\x01\x12\x1b\n\x0erelative_value\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x16\n\tdeviation\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x13\n\x06status\x18\x08 \x01(\tH\x07\x88\x01\x01\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x0c\n\n_referenceB\n\n\x08_value_xB\n\n\x08_value_yB\x11\n\x0f_relative_valueB\x0c\n\n_deviationB\t\n\x07_status\"y\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\r\n\tTYPE_LINE\x10\x03\x12\x0f\n\x0bTYPE_MEMBER\x10\x04\x12\r\n\tTYPE_NODE\x10\x02\x12\x0e\n\nTYPE_POINT\x10\x01\x12\x0e\n\nTYPE_SOLID\x10\x06\x12\x10\n\x0cTYPE_SURFACE\x10\x05\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0f\n\r_sensor_pointB\x11\n\x0f_sensor_point_xB\x11\n\x0f_sensor_point_yB\x11\n\x0f_sensor_point_zB\x08\n\x06_pointB\n\n\x08_point_xB\n\n\x08_point_yB\n\n\x08_point_zB\x07\n\x05_nodeB\x0f\n\r_measurementsB\t\n\x07_valuesB\t\n\x07_statusB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.digital_twins.digital_twins.sensor_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_SENSOR']._serialized_start=140
36
+ _globals['_SENSOR']._serialized_end=2366
37
+ _globals['_SENSOR_MEASUREMENTSTABLE']._serialized_start=950
38
+ _globals['_SENSOR_MEASUREMENTSTABLE']._serialized_end=1053
39
+ _globals['_SENSOR_MEASUREMENTSROW']._serialized_start=1056
40
+ _globals['_SENSOR_MEASUREMENTSROW']._serialized_end=1511
41
+ _globals['_SENSOR_VALUESTABLE']._serialized_start=1513
42
+ _globals['_SENSOR_VALUESTABLE']._serialized_end=1604
43
+ _globals['_SENSOR_VALUESROW']._serialized_start=1607
44
+ _globals['_SENSOR_VALUESROW']._serialized_end=1908
45
+ _globals['_SENSOR_TYPE']._serialized_start=1910
46
+ _globals['_SENSOR_TYPE']._serialized_end=2031
47
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,126 @@
1
+ from dlubal.api.common import common_pb2 as _common_pb2
2
+ from google.protobuf.internal import containers as _containers
3
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
4
+ from google.protobuf import descriptor as _descriptor
5
+ from google.protobuf import message as _message
6
+ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
7
+
8
+ DESCRIPTOR: _descriptor.FileDescriptor
9
+
10
+ class Sensor(_message.Message):
11
+ __slots__ = ("no", "type", "user_defined_name_enabled", "name", "sensor_point", "sensor_point_x", "sensor_point_y", "sensor_point_z", "point", "point_x", "point_y", "point_z", "node", "measurements", "values", "status", "is_generated", "generating_object_info", "comment", "id_for_export_import", "metadata_for_export_import")
12
+ class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
13
+ __slots__ = ()
14
+ TYPE_UNKNOWN: _ClassVar[Sensor.Type]
15
+ TYPE_LINE: _ClassVar[Sensor.Type]
16
+ TYPE_MEMBER: _ClassVar[Sensor.Type]
17
+ TYPE_NODE: _ClassVar[Sensor.Type]
18
+ TYPE_POINT: _ClassVar[Sensor.Type]
19
+ TYPE_SOLID: _ClassVar[Sensor.Type]
20
+ TYPE_SURFACE: _ClassVar[Sensor.Type]
21
+ TYPE_UNKNOWN: Sensor.Type
22
+ TYPE_LINE: Sensor.Type
23
+ TYPE_MEMBER: Sensor.Type
24
+ TYPE_NODE: Sensor.Type
25
+ TYPE_POINT: Sensor.Type
26
+ TYPE_SOLID: Sensor.Type
27
+ TYPE_SURFACE: Sensor.Type
28
+ class MeasurementsTable(_message.Message):
29
+ __slots__ = ("rows",)
30
+ ROWS_FIELD_NUMBER: _ClassVar[int]
31
+ rows: _containers.RepeatedCompositeFieldContainer[Sensor.MeasurementsRow]
32
+ def __init__(self, rows: _Optional[_Iterable[_Union[Sensor.MeasurementsRow, _Mapping]]] = ...) -> None: ...
33
+ class MeasurementsRow(_message.Message):
34
+ __slots__ = ("no", "description", "value_definition", "value", "unit", "status", "comment", "values", "reference", "deviations", "relative_values", "statuses")
35
+ NO_FIELD_NUMBER: _ClassVar[int]
36
+ DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
37
+ VALUE_DEFINITION_FIELD_NUMBER: _ClassVar[int]
38
+ VALUE_FIELD_NUMBER: _ClassVar[int]
39
+ UNIT_FIELD_NUMBER: _ClassVar[int]
40
+ STATUS_FIELD_NUMBER: _ClassVar[int]
41
+ COMMENT_FIELD_NUMBER: _ClassVar[int]
42
+ VALUES_FIELD_NUMBER: _ClassVar[int]
43
+ REFERENCE_FIELD_NUMBER: _ClassVar[int]
44
+ DEVIATIONS_FIELD_NUMBER: _ClassVar[int]
45
+ RELATIVE_VALUES_FIELD_NUMBER: _ClassVar[int]
46
+ STATUSES_FIELD_NUMBER: _ClassVar[int]
47
+ no: int
48
+ description: str
49
+ value_definition: int
50
+ value: str
51
+ unit: str
52
+ status: str
53
+ comment: str
54
+ values: str
55
+ reference: str
56
+ deviations: str
57
+ relative_values: str
58
+ statuses: str
59
+ def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., value_definition: _Optional[int] = ..., value: _Optional[str] = ..., unit: _Optional[str] = ..., status: _Optional[str] = ..., comment: _Optional[str] = ..., values: _Optional[str] = ..., reference: _Optional[str] = ..., deviations: _Optional[str] = ..., relative_values: _Optional[str] = ..., statuses: _Optional[str] = ...) -> None: ...
60
+ class ValuesTable(_message.Message):
61
+ __slots__ = ("rows",)
62
+ ROWS_FIELD_NUMBER: _ClassVar[int]
63
+ rows: _containers.RepeatedCompositeFieldContainer[Sensor.ValuesRow]
64
+ def __init__(self, rows: _Optional[_Iterable[_Union[Sensor.ValuesRow, _Mapping]]] = ...) -> None: ...
65
+ class ValuesRow(_message.Message):
66
+ __slots__ = ("no", "description", "reference", "value_x", "value_y", "relative_value", "deviation", "status")
67
+ NO_FIELD_NUMBER: _ClassVar[int]
68
+ DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
69
+ REFERENCE_FIELD_NUMBER: _ClassVar[int]
70
+ VALUE_X_FIELD_NUMBER: _ClassVar[int]
71
+ VALUE_Y_FIELD_NUMBER: _ClassVar[int]
72
+ RELATIVE_VALUE_FIELD_NUMBER: _ClassVar[int]
73
+ DEVIATION_FIELD_NUMBER: _ClassVar[int]
74
+ STATUS_FIELD_NUMBER: _ClassVar[int]
75
+ no: int
76
+ description: str
77
+ reference: bool
78
+ value_x: str
79
+ value_y: str
80
+ relative_value: str
81
+ deviation: str
82
+ status: str
83
+ def __init__(self, no: _Optional[int] = ..., description: _Optional[str] = ..., reference: bool = ..., value_x: _Optional[str] = ..., value_y: _Optional[str] = ..., relative_value: _Optional[str] = ..., deviation: _Optional[str] = ..., status: _Optional[str] = ...) -> None: ...
84
+ NO_FIELD_NUMBER: _ClassVar[int]
85
+ TYPE_FIELD_NUMBER: _ClassVar[int]
86
+ USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
87
+ NAME_FIELD_NUMBER: _ClassVar[int]
88
+ SENSOR_POINT_FIELD_NUMBER: _ClassVar[int]
89
+ SENSOR_POINT_X_FIELD_NUMBER: _ClassVar[int]
90
+ SENSOR_POINT_Y_FIELD_NUMBER: _ClassVar[int]
91
+ SENSOR_POINT_Z_FIELD_NUMBER: _ClassVar[int]
92
+ POINT_FIELD_NUMBER: _ClassVar[int]
93
+ POINT_X_FIELD_NUMBER: _ClassVar[int]
94
+ POINT_Y_FIELD_NUMBER: _ClassVar[int]
95
+ POINT_Z_FIELD_NUMBER: _ClassVar[int]
96
+ NODE_FIELD_NUMBER: _ClassVar[int]
97
+ MEASUREMENTS_FIELD_NUMBER: _ClassVar[int]
98
+ VALUES_FIELD_NUMBER: _ClassVar[int]
99
+ STATUS_FIELD_NUMBER: _ClassVar[int]
100
+ IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
101
+ GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
102
+ COMMENT_FIELD_NUMBER: _ClassVar[int]
103
+ ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
104
+ METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
105
+ no: int
106
+ type: Sensor.Type
107
+ user_defined_name_enabled: bool
108
+ name: str
109
+ sensor_point: _common_pb2.Vector3d
110
+ sensor_point_x: float
111
+ sensor_point_y: float
112
+ sensor_point_z: float
113
+ point: _common_pb2.Vector3d
114
+ point_x: float
115
+ point_y: float
116
+ point_z: float
117
+ node: int
118
+ measurements: Sensor.MeasurementsTable
119
+ values: Sensor.ValuesTable
120
+ status: str
121
+ is_generated: bool
122
+ generating_object_info: str
123
+ comment: str
124
+ id_for_export_import: str
125
+ metadata_for_export_import: str
126
+ def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[Sensor.Type, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., sensor_point: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., sensor_point_x: _Optional[float] = ..., sensor_point_y: _Optional[float] = ..., sensor_point_z: _Optional[float] = ..., point: _Optional[_Union[_common_pb2.Vector3d, _Mapping]] = ..., point_x: _Optional[float] = ..., point_y: _Optional[float] = ..., point_z: _Optional[float] = ..., node: _Optional[int] = ..., measurements: _Optional[_Union[Sensor.MeasurementsTable, _Mapping]] = ..., values: _Optional[_Union[Sensor.ValuesTable, _Mapping]] = ..., status: _Optional[str] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
@@ -0,0 +1,44 @@
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/digital_twins/digital_twins/sensor_value_definition.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/digital_twins/digital_twins/sensor_value_definition.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'\nJdlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition.proto\x12,dlubal.api.rstab.digital_twins.digital_twins\"\xca\x10\n\x15SensorValueDefinition\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12[\n\x04type\x18\x02 \x01(\x0e\x32H.dlubal.api.rstab.digital_twins.digital_twins.SensorValueDefinition.TypeH\x01\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x03 \x01(\x08H\x02\x88\x01\x01\x12\x11\n\x04name\x18\x04 \x01(\tH\x03\x88\x01\x01\x12i\n\x0cvalue_type_x\x18\x05 \x01(\x0e\x32N.dlubal.api.rstab.digital_twins.digital_twins.SensorValueDefinition.ValueTypeXH\x04\x88\x01\x01\x12\x14\n\x07value_x\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x15\n\x08symbol_x\x18\x07 \x01(\tH\x06\x88\x01\x01\x12\x1c\n\x0fvariable_name_x\x18\x08 \x01(\tH\x07\x88\x01\x01\x12\x13\n\x06unit_x\x18\t \x01(\tH\x08\x88\x01\x01\x12\x1d\n\x10\x64\x65\x63imal_places_x\x18\n \x01(\x05H\t\x88\x01\x01\x12i\n\x0cvalue_type_y\x18\x0b \x01(\x0e\x32N.dlubal.api.rstab.digital_twins.digital_twins.SensorValueDefinition.ValueTypeYH\n\x88\x01\x01\x12\x14\n\x07value_y\x18\x0c \x01(\tH\x0b\x88\x01\x01\x12\x15\n\x08symbol_y\x18\r \x01(\tH\x0c\x88\x01\x01\x12\x1c\n\x0fvariable_name_y\x18\x0e \x01(\tH\r\x88\x01\x01\x12\x13\n\x06unit_y\x18\x0f \x01(\tH\x0e\x88\x01\x01\x12\x1d\n\x10\x64\x65\x63imal_places_y\x18\x10 \x01(\x05H\x0f\x88\x01\x01\x12\x1a\n\rwarning_limit\x18\x11 \x01(\tH\x10\x88\x01\x01\x12\x18\n\x0b\x61larm_limit\x18\x12 \x01(\tH\x11\x88\x01\x01\x12\x1c\n\x0funit_for_limits\x18\x13 \x01(\tH\x12\x88\x01\x01\x12&\n\x19\x64\x65\x63imal_places_for_limits\x18\x14 \x01(\x05H\x13\x88\x01\x01\x12\x9c\x01\n\'determination_of_sensor_status_based_on\x18\x15 \x01(\x0e\x32\x66.dlubal.api.rstab.digital_twins.digital_twins.SensorValueDefinition.DeterminationOfSensorStatusBasedOnH\x14\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x16 \x01(\x08H\x15\x88\x01\x01\x12#\n\x16generating_object_info\x18\x17 \x01(\tH\x16\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x18 \x01(\tH\x17\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x19 \x01(\tH\x18\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x1a \x01(\tH\x19\x88\x01\x01\"V\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x1e\n\x1aTYPE_USER_DEFINED_FUNCTION\x10\x02\x12\x1c\n\x18TYPE_USER_DEFINED_SINGLE\x10\x01\"p\n\nValueTypeX\x12\x17\n\x13VALUE_TYPE_X_DOUBLE\x10\x00\x12\x15\n\x11VALUE_TYPE_X_DATE\x10\x02\x12\x19\n\x15VALUE_TYPE_X_DATETIME\x10\x01\x12\x17\n\x13VALUE_TYPE_X_STRING\x10\x03\"p\n\nValueTypeY\x12\x17\n\x13VALUE_TYPE_Y_DOUBLE\x10\x00\x12\x15\n\x11VALUE_TYPE_Y_DATE\x10\x02\x12\x19\n\x15VALUE_TYPE_Y_DATETIME\x10\x01\x12\x17\n\x13VALUE_TYPE_Y_STRING\x10\x03\"\xd7\x01\n\"DeterminationOfSensorStatusBasedOn\x12?\n;DETERMINATION_OF_SENSOR_STATUS_BASED_ON_MOST_CRITICAL_VALUE\x10\x00\x12\x36\n2DETERMINATION_OF_SENSOR_STATUS_BASED_ON_COMPARISON\x10\x02\x12\x38\n4DETERMINATION_OF_SENSOR_STATUS_BASED_ON_LATEST_VALUE\x10\x01\x42\x05\n\x03_noB\x07\n\x05_typeB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x0f\n\r_value_type_xB\n\n\x08_value_xB\x0b\n\t_symbol_xB\x12\n\x10_variable_name_xB\t\n\x07_unit_xB\x13\n\x11_decimal_places_xB\x0f\n\r_value_type_yB\n\n\x08_value_yB\x0b\n\t_symbol_yB\x12\n\x10_variable_name_yB\t\n\x07_unit_yB\x13\n\x11_decimal_places_yB\x10\n\x0e_warning_limitB\x0e\n\x0c_alarm_limitB\x12\n\x10_unit_for_limitsB\x1c\n\x1a_decimal_places_for_limitsB*\n(_determination_of_sensor_status_based_onB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.digital_twins.digital_twins.sensor_value_definition_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_SENSORVALUEDEFINITION']._serialized_start=125
35
+ _globals['_SENSORVALUEDEFINITION']._serialized_end=2247
36
+ _globals['_SENSORVALUEDEFINITION_TYPE']._serialized_start=1232
37
+ _globals['_SENSORVALUEDEFINITION_TYPE']._serialized_end=1318
38
+ _globals['_SENSORVALUEDEFINITION_VALUETYPEX']._serialized_start=1320
39
+ _globals['_SENSORVALUEDEFINITION_VALUETYPEX']._serialized_end=1432
40
+ _globals['_SENSORVALUEDEFINITION_VALUETYPEY']._serialized_start=1434
41
+ _globals['_SENSORVALUEDEFINITION_VALUETYPEY']._serialized_end=1546
42
+ _globals['_SENSORVALUEDEFINITION_DETERMINATIONOFSENSORSTATUSBASEDON']._serialized_start=1549
43
+ _globals['_SENSORVALUEDEFINITION_DETERMINATIONOFSENSORSTATUSBASEDON']._serialized_end=1764
44
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,98 @@
1
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
2
+ from google.protobuf import descriptor as _descriptor
3
+ from google.protobuf import message as _message
4
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
5
+
6
+ DESCRIPTOR: _descriptor.FileDescriptor
7
+
8
+ class SensorValueDefinition(_message.Message):
9
+ __slots__ = ("no", "type", "user_defined_name_enabled", "name", "value_type_x", "value_x", "symbol_x", "variable_name_x", "unit_x", "decimal_places_x", "value_type_y", "value_y", "symbol_y", "variable_name_y", "unit_y", "decimal_places_y", "warning_limit", "alarm_limit", "unit_for_limits", "decimal_places_for_limits", "determination_of_sensor_status_based_on", "is_generated", "generating_object_info", "comment", "id_for_export_import", "metadata_for_export_import")
10
+ class Type(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
11
+ __slots__ = ()
12
+ TYPE_UNKNOWN: _ClassVar[SensorValueDefinition.Type]
13
+ TYPE_USER_DEFINED_FUNCTION: _ClassVar[SensorValueDefinition.Type]
14
+ TYPE_USER_DEFINED_SINGLE: _ClassVar[SensorValueDefinition.Type]
15
+ TYPE_UNKNOWN: SensorValueDefinition.Type
16
+ TYPE_USER_DEFINED_FUNCTION: SensorValueDefinition.Type
17
+ TYPE_USER_DEFINED_SINGLE: SensorValueDefinition.Type
18
+ class ValueTypeX(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
19
+ __slots__ = ()
20
+ VALUE_TYPE_X_DOUBLE: _ClassVar[SensorValueDefinition.ValueTypeX]
21
+ VALUE_TYPE_X_DATE: _ClassVar[SensorValueDefinition.ValueTypeX]
22
+ VALUE_TYPE_X_DATETIME: _ClassVar[SensorValueDefinition.ValueTypeX]
23
+ VALUE_TYPE_X_STRING: _ClassVar[SensorValueDefinition.ValueTypeX]
24
+ VALUE_TYPE_X_DOUBLE: SensorValueDefinition.ValueTypeX
25
+ VALUE_TYPE_X_DATE: SensorValueDefinition.ValueTypeX
26
+ VALUE_TYPE_X_DATETIME: SensorValueDefinition.ValueTypeX
27
+ VALUE_TYPE_X_STRING: SensorValueDefinition.ValueTypeX
28
+ class ValueTypeY(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
29
+ __slots__ = ()
30
+ VALUE_TYPE_Y_DOUBLE: _ClassVar[SensorValueDefinition.ValueTypeY]
31
+ VALUE_TYPE_Y_DATE: _ClassVar[SensorValueDefinition.ValueTypeY]
32
+ VALUE_TYPE_Y_DATETIME: _ClassVar[SensorValueDefinition.ValueTypeY]
33
+ VALUE_TYPE_Y_STRING: _ClassVar[SensorValueDefinition.ValueTypeY]
34
+ VALUE_TYPE_Y_DOUBLE: SensorValueDefinition.ValueTypeY
35
+ VALUE_TYPE_Y_DATE: SensorValueDefinition.ValueTypeY
36
+ VALUE_TYPE_Y_DATETIME: SensorValueDefinition.ValueTypeY
37
+ VALUE_TYPE_Y_STRING: SensorValueDefinition.ValueTypeY
38
+ class DeterminationOfSensorStatusBasedOn(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
39
+ __slots__ = ()
40
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_MOST_CRITICAL_VALUE: _ClassVar[SensorValueDefinition.DeterminationOfSensorStatusBasedOn]
41
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_COMPARISON: _ClassVar[SensorValueDefinition.DeterminationOfSensorStatusBasedOn]
42
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_LATEST_VALUE: _ClassVar[SensorValueDefinition.DeterminationOfSensorStatusBasedOn]
43
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_MOST_CRITICAL_VALUE: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
44
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_COMPARISON: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
45
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_LATEST_VALUE: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
46
+ NO_FIELD_NUMBER: _ClassVar[int]
47
+ TYPE_FIELD_NUMBER: _ClassVar[int]
48
+ USER_DEFINED_NAME_ENABLED_FIELD_NUMBER: _ClassVar[int]
49
+ NAME_FIELD_NUMBER: _ClassVar[int]
50
+ VALUE_TYPE_X_FIELD_NUMBER: _ClassVar[int]
51
+ VALUE_X_FIELD_NUMBER: _ClassVar[int]
52
+ SYMBOL_X_FIELD_NUMBER: _ClassVar[int]
53
+ VARIABLE_NAME_X_FIELD_NUMBER: _ClassVar[int]
54
+ UNIT_X_FIELD_NUMBER: _ClassVar[int]
55
+ DECIMAL_PLACES_X_FIELD_NUMBER: _ClassVar[int]
56
+ VALUE_TYPE_Y_FIELD_NUMBER: _ClassVar[int]
57
+ VALUE_Y_FIELD_NUMBER: _ClassVar[int]
58
+ SYMBOL_Y_FIELD_NUMBER: _ClassVar[int]
59
+ VARIABLE_NAME_Y_FIELD_NUMBER: _ClassVar[int]
60
+ UNIT_Y_FIELD_NUMBER: _ClassVar[int]
61
+ DECIMAL_PLACES_Y_FIELD_NUMBER: _ClassVar[int]
62
+ WARNING_LIMIT_FIELD_NUMBER: _ClassVar[int]
63
+ ALARM_LIMIT_FIELD_NUMBER: _ClassVar[int]
64
+ UNIT_FOR_LIMITS_FIELD_NUMBER: _ClassVar[int]
65
+ DECIMAL_PLACES_FOR_LIMITS_FIELD_NUMBER: _ClassVar[int]
66
+ DETERMINATION_OF_SENSOR_STATUS_BASED_ON_FIELD_NUMBER: _ClassVar[int]
67
+ IS_GENERATED_FIELD_NUMBER: _ClassVar[int]
68
+ GENERATING_OBJECT_INFO_FIELD_NUMBER: _ClassVar[int]
69
+ COMMENT_FIELD_NUMBER: _ClassVar[int]
70
+ ID_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
71
+ METADATA_FOR_EXPORT_IMPORT_FIELD_NUMBER: _ClassVar[int]
72
+ no: int
73
+ type: SensorValueDefinition.Type
74
+ user_defined_name_enabled: bool
75
+ name: str
76
+ value_type_x: SensorValueDefinition.ValueTypeX
77
+ value_x: str
78
+ symbol_x: str
79
+ variable_name_x: str
80
+ unit_x: str
81
+ decimal_places_x: int
82
+ value_type_y: SensorValueDefinition.ValueTypeY
83
+ value_y: str
84
+ symbol_y: str
85
+ variable_name_y: str
86
+ unit_y: str
87
+ decimal_places_y: int
88
+ warning_limit: str
89
+ alarm_limit: str
90
+ unit_for_limits: str
91
+ decimal_places_for_limits: int
92
+ determination_of_sensor_status_based_on: SensorValueDefinition.DeterminationOfSensorStatusBasedOn
93
+ is_generated: bool
94
+ generating_object_info: str
95
+ comment: str
96
+ id_for_export_import: str
97
+ metadata_for_export_import: str
98
+ def __init__(self, no: _Optional[int] = ..., type: _Optional[_Union[SensorValueDefinition.Type, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., value_type_x: _Optional[_Union[SensorValueDefinition.ValueTypeX, str]] = ..., value_x: _Optional[str] = ..., symbol_x: _Optional[str] = ..., variable_name_x: _Optional[str] = ..., unit_x: _Optional[str] = ..., decimal_places_x: _Optional[int] = ..., value_type_y: _Optional[_Union[SensorValueDefinition.ValueTypeY, str]] = ..., value_y: _Optional[str] = ..., symbol_y: _Optional[str] = ..., variable_name_y: _Optional[str] = ..., unit_y: _Optional[str] = ..., decimal_places_y: _Optional[int] = ..., warning_limit: _Optional[str] = ..., alarm_limit: _Optional[str] = ..., unit_for_limits: _Optional[str] = ..., decimal_places_for_limits: _Optional[int] = ..., determination_of_sensor_status_based_on: _Optional[_Union[SensorValueDefinition.DeterminationOfSensorStatusBasedOn, str]] = ..., is_generated: bool = ..., generating_object_info: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...