dlubal.api 2.12.2__py3-none-any.whl → 2.12.4__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 (199) 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 +12 -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 +75 -0
  11. dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
  12. dlubal/api/rfem/digital_twins/__init__.py +1 -0
  13. dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
  14. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
  15. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  16. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  17. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  18. dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
  19. dlubal/api/rfem/global_parameters/global_parameter_pb2.py +1 -1
  20. dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
  21. dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
  22. dlubal/api/rfem/loads/line_load_pb2.py +21 -21
  23. dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
  24. dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
  25. dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
  26. dlubal/api/rfem/loads/member_load_pb2.py +41 -41
  27. dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
  28. dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
  29. dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
  30. dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
  31. dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
  32. dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
  33. dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
  34. dlubal/api/rfem/object_type_pb2.py +2 -2
  35. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  36. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
  37. dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
  38. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  39. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +36 -2
  40. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
  41. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
  42. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
  43. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
  44. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
  45. dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  46. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  47. dlubal/api/rfem/structure_core/material_pb2.py +114 -110
  48. dlubal/api/rfem/structure_core/material_pb2.pyi +22 -2
  49. dlubal/api/rfem/structure_core/member_pb2.py +192 -190
  50. dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
  51. dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
  52. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
  53. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
  54. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -2
  55. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
  56. dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  57. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
  58. dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
  59. dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
  60. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
  61. dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
  62. dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
  63. dlubal/api/rsection/global_parameters/global_parameter_pb2.py +1 -1
  64. dlubal/api/rsection/structure_core/material_pb2.py +80 -76
  65. dlubal/api/rsection/structure_core/material_pb2.pyi +22 -2
  66. dlubal/api/rstab/__init__.py +6 -5
  67. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  68. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  69. dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  70. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  71. dlubal/api/rstab/base_data_pb2.py +53 -53
  72. dlubal/api/rstab/base_data_pb2.pyi +12 -2
  73. dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
  74. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  75. dlubal/api/rstab/concrete_foundations/single_foundation_pb2.py +75 -0
  76. dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +2 -26
  77. dlubal/api/rstab/digital_twins/__init__.py +1 -0
  78. dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
  79. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
  80. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  81. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  82. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  83. dlubal/api/rstab/global_parameters/global_parameter_pb2.py +1 -1
  84. dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
  85. dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
  86. dlubal/api/rstab/loads/member_load_pb2.py +41 -41
  87. dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
  88. dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
  89. dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
  90. dlubal/api/rstab/object_type_pb2.py +2 -2
  91. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  92. dlubal/api/rstab/reinforcement/__init__.py +1 -0
  93. dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
  94. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
  95. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
  96. dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  97. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  98. dlubal/api/rstab/structure_core/material_pb2.py +82 -78
  99. dlubal/api/rstab/structure_core/material_pb2.pyi +22 -2
  100. dlubal/api/rstab/structure_core/member_pb2.py +180 -178
  101. dlubal/api/rstab/structure_core/member_pb2.pyi +8 -2
  102. dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
  103. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
  104. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
  105. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -2
  106. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
  107. dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  108. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
  109. dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
  110. dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
  111. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
  112. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/METADATA +2 -2
  113. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/RECORD +160 -148
  114. examples/rfem/column.py +1 -1
  115. examples/rstab/column.py +7 -7
  116. dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  117. dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  118. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  119. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  120. dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  121. dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  122. dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
  123. dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
  124. dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
  125. dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +0 -79
  126. dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
  127. dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  128. dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  129. dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  130. dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  131. dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  132. dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  133. dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  134. dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  135. dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
  136. dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  137. dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  138. dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  139. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  140. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  141. dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
  142. dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  143. dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  144. dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
  145. dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  146. dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  147. dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  148. dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  149. dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  150. dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  151. dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  152. dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  153. dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
  154. dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  155. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  156. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  157. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  158. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  159. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  160. /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  161. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  162. /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
  163. /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
  164. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  165. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
  166. /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
  167. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  168. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  169. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  170. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  171. /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
  172. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  173. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  174. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  175. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  176. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  177. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  178. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  179. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  180. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  181. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  182. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  183. /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  184. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  185. /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  186. /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
  187. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  188. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  189. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  190. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  191. /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
  192. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  193. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  194. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  195. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  196. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  197. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  198. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/WHEEL +0 -0
  199. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.4.dist-info}/top_level.txt +0 -0
@@ -45,7 +45,7 @@ class BaseData(_message.Message):
45
45
  solids_active: bool
46
46
  def __init__(self, model_name: _Optional[str] = ..., model_description: _Optional[str] = ..., comment: _Optional[str] = ..., model_type: _Optional[_Union[BaseData.Main.ModelType, str]] = ..., building_grid_active: _Optional[int] = ..., members_active: bool = ..., surfaces_active: bool = ..., solids_active: bool = ...) -> None: ...
47
47
  class Addons(_message.Message):
48
- __slots__ = ("load_wizards_active", "combination_wizard_and_classification_active", "nonlinear_material_behavior_active", "structure_stability_active", "construction_stages_analysis_active", "time_dependent_analysis_active", "form_finding_active", "cutting_patterns_active", "torsional_warping_active", "cost_estimation_active", "modal_analysis_active", "response_spectrum_analysis_active", "time_history_analysis_active", "pushover_analysis_active", "building_model_active", "wind_simulation_active", "geotechnical_analysis_active", "tendons_active", "layout_and_drawing_active", "stress_strain_analysis_active", "concrete_design_active", "steel_design_active", "timber_design_active", "aluminum_design_active", "glass_design_active", "steel_joints_active", "concrete_foundations_active", "components_active", "multilayer_surfaces_active", "masonry_design_active")
48
+ __slots__ = ("load_wizards_active", "combination_wizard_and_classification_active", "nonlinear_material_behavior_active", "structure_stability_active", "construction_stages_analysis_active", "time_dependent_analysis_active", "form_finding_active", "cutting_patterns_active", "torsional_warping_active", "cost_estimation_active", "modal_analysis_active", "response_spectrum_analysis_active", "time_history_analysis_active", "pushover_analysis_active", "building_model_active", "digital_twins_active", "wind_simulation_active", "geotechnical_analysis_active", "tendons_active", "layout_and_drawing_active", "stress_strain_analysis_active", "concrete_design_active", "steel_design_active", "timber_design_active", "aluminum_design_active", "glass_design_active", "steel_joints_active", "concrete_foundations_active", "components_active", "multilayer_surfaces_active", "masonry_design_active")
49
49
  LOAD_WIZARDS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
50
50
  COMBINATION_WIZARD_AND_CLASSIFICATION_ACTIVE_FIELD_NUMBER: _ClassVar[int]
51
51
  NONLINEAR_MATERIAL_BEHAVIOR_ACTIVE_FIELD_NUMBER: _ClassVar[int]
@@ -61,6 +61,7 @@ class BaseData(_message.Message):
61
61
  TIME_HISTORY_ANALYSIS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
62
62
  PUSHOVER_ANALYSIS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
63
63
  BUILDING_MODEL_ACTIVE_FIELD_NUMBER: _ClassVar[int]
64
+ DIGITAL_TWINS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
64
65
  WIND_SIMULATION_ACTIVE_FIELD_NUMBER: _ClassVar[int]
65
66
  GEOTECHNICAL_ANALYSIS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
66
67
  TENDONS_ACTIVE_FIELD_NUMBER: _ClassVar[int]
@@ -91,6 +92,7 @@ class BaseData(_message.Message):
91
92
  time_history_analysis_active: bool
92
93
  pushover_analysis_active: bool
93
94
  building_model_active: bool
95
+ digital_twins_active: bool
94
96
  wind_simulation_active: bool
95
97
  geotechnical_analysis_active: bool
96
98
  tendons_active: bool
@@ -106,7 +108,7 @@ class BaseData(_message.Message):
106
108
  components_active: bool
107
109
  multilayer_surfaces_active: bool
108
110
  masonry_design_active: bool
109
- def __init__(self, load_wizards_active: bool = ..., combination_wizard_and_classification_active: bool = ..., nonlinear_material_behavior_active: bool = ..., structure_stability_active: bool = ..., construction_stages_analysis_active: bool = ..., time_dependent_analysis_active: bool = ..., form_finding_active: bool = ..., cutting_patterns_active: bool = ..., torsional_warping_active: bool = ..., cost_estimation_active: bool = ..., modal_analysis_active: bool = ..., response_spectrum_analysis_active: bool = ..., time_history_analysis_active: bool = ..., pushover_analysis_active: bool = ..., building_model_active: bool = ..., wind_simulation_active: bool = ..., geotechnical_analysis_active: bool = ..., tendons_active: bool = ..., layout_and_drawing_active: bool = ..., stress_strain_analysis_active: bool = ..., concrete_design_active: bool = ..., steel_design_active: bool = ..., timber_design_active: bool = ..., aluminum_design_active: bool = ..., glass_design_active: bool = ..., steel_joints_active: bool = ..., concrete_foundations_active: bool = ..., components_active: bool = ..., multilayer_surfaces_active: bool = ..., masonry_design_active: bool = ...) -> None: ...
111
+ def __init__(self, load_wizards_active: bool = ..., combination_wizard_and_classification_active: bool = ..., nonlinear_material_behavior_active: bool = ..., structure_stability_active: bool = ..., construction_stages_analysis_active: bool = ..., time_dependent_analysis_active: bool = ..., form_finding_active: bool = ..., cutting_patterns_active: bool = ..., torsional_warping_active: bool = ..., cost_estimation_active: bool = ..., modal_analysis_active: bool = ..., response_spectrum_analysis_active: bool = ..., time_history_analysis_active: bool = ..., pushover_analysis_active: bool = ..., building_model_active: bool = ..., digital_twins_active: bool = ..., wind_simulation_active: bool = ..., geotechnical_analysis_active: bool = ..., tendons_active: bool = ..., layout_and_drawing_active: bool = ..., stress_strain_analysis_active: bool = ..., concrete_design_active: bool = ..., steel_design_active: bool = ..., timber_design_active: bool = ..., aluminum_design_active: bool = ..., glass_design_active: bool = ..., steel_joints_active: bool = ..., concrete_foundations_active: bool = ..., components_active: bool = ..., multilayer_surfaces_active: bool = ..., masonry_design_active: bool = ...) -> None: ...
110
112
  class Standards(_message.Message):
111
113
  __slots__ = ("aluminum_design_standard", "combination_wizard_standard", "concrete_design_standard", "glass_design_standard", "load_wizard_standard", "dynamic_analysis_standard", "geotechnical_analysis_standard", "steel_design_standard", "steel_joint_design_standard", "timber_design_standard", "masonry_design_standard", "aluminum_design_standard_group", "combination_wizard_standard_group", "concrete_design_standard_group", "glass_design_standard_group", "load_wizard_standard_group", "dynamic_analysis_standard_group", "geotechnical_analysis_standard_group", "steel_design_standard_group", "steel_joint_design_standard_group", "timber_design_standard_group", "masonry_design_standard_group")
112
114
  class AluminumDesignStandard(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
@@ -515,6 +517,7 @@ class BaseData(_message.Message):
515
517
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_TKP_2009_12_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
516
518
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNE_2015_09_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
517
519
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNI_2007_07_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
520
+ CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_IS_456_2000_07_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
518
521
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
519
522
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_63_13330_2018_12_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
520
523
  CONCRETE_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1992_CEN_2014_11_STANDARD: _ClassVar[BaseData.Standards.ConcreteDesignStandard]
@@ -560,6 +563,7 @@ class BaseData(_message.Message):
560
563
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_TKP_2009_12_STANDARD: BaseData.Standards.ConcreteDesignStandard
561
564
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNE_2015_09_STANDARD: BaseData.Standards.ConcreteDesignStandard
562
565
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_EN_1992_UNI_2007_07_STANDARD: BaseData.Standards.ConcreteDesignStandard
566
+ CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_IS_456_2000_07_STANDARD: BaseData.Standards.ConcreteDesignStandard
563
567
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_NTC_2018_01_STANDARD: BaseData.Standards.ConcreteDesignStandard
564
568
  CONCRETE_DESIGN_NATIONAL_ANNEX_AND_EDITION_SP_63_13330_2018_12_STANDARD: BaseData.Standards.ConcreteDesignStandard
565
569
  CONCRETE_DESIGN_STANDARD_NATIONAL_ANNEX_AND_EDITION_EN_1992_CEN_2014_11_STANDARD: BaseData.Standards.ConcreteDesignStandard
@@ -620,6 +624,7 @@ class BaseData(_message.Message):
620
624
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_PN_2015_10_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
621
625
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SFS_2016_12_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
622
626
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SIST_2015_11_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
627
+ LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SM_2018_11_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
623
628
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SRPS_2017_09_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
624
629
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SR_2017_02_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
625
630
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2009_06_STANDARD: _ClassVar[BaseData.Standards.LoadWizardStandard]
@@ -702,6 +707,7 @@ class BaseData(_message.Message):
702
707
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_PN_2015_10_STANDARD: BaseData.Standards.LoadWizardStandard
703
708
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SFS_2016_12_STANDARD: BaseData.Standards.LoadWizardStandard
704
709
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SIST_2015_11_STANDARD: BaseData.Standards.LoadWizardStandard
710
+ LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SM_2018_11_STANDARD: BaseData.Standards.LoadWizardStandard
705
711
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SRPS_2017_09_STANDARD: BaseData.Standards.LoadWizardStandard
706
712
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SR_2017_02_STANDARD: BaseData.Standards.LoadWizardStandard
707
713
  LOAD_WIZARD_NATIONAL_ANNEX_AND_EDITION_EN_1991_SS_2009_06_STANDARD: BaseData.Standards.LoadWizardStandard
@@ -1346,12 +1352,14 @@ class BaseData(_message.Message):
1346
1352
  CONCRETE_DESIGN_STANDARD_GROUP_UNKNOWN: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1347
1353
  CONCRETE_DESIGN_ACI_318_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1348
1354
  CONCRETE_DESIGN_CSA_A23_3_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1355
+ CONCRETE_DESIGN_IS_456_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1349
1356
  CONCRETE_DESIGN_NTC_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1350
1357
  CONCRETE_DESIGN_SP_63_13330_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1351
1358
  CONCRETE_DESIGN_STANDARD_GROUP_EN_1992_STANDARD_GROUP: _ClassVar[BaseData.Standards.ConcreteDesignStandardGroup]
1352
1359
  CONCRETE_DESIGN_STANDARD_GROUP_UNKNOWN: BaseData.Standards.ConcreteDesignStandardGroup
1353
1360
  CONCRETE_DESIGN_ACI_318_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
1354
1361
  CONCRETE_DESIGN_CSA_A23_3_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
1362
+ CONCRETE_DESIGN_IS_456_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
1355
1363
  CONCRETE_DESIGN_NTC_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
1356
1364
  CONCRETE_DESIGN_SP_63_13330_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
1357
1365
  CONCRETE_DESIGN_STANDARD_GROUP_EN_1992_STANDARD_GROUP: BaseData.Standards.ConcreteDesignStandardGroup
@@ -1762,6 +1770,7 @@ class BaseData(_message.Message):
1762
1770
  LUX: _ClassVar[BaseData.Location.CountryIso]
1763
1771
  LVA: _ClassVar[BaseData.Location.CountryIso]
1764
1772
  MAR: _ClassVar[BaseData.Location.CountryIso]
1773
+ MDA: _ClassVar[BaseData.Location.CountryIso]
1765
1774
  MEX: _ClassVar[BaseData.Location.CountryIso]
1766
1775
  MKD: _ClassVar[BaseData.Location.CountryIso]
1767
1776
  MMR: _ClassVar[BaseData.Location.CountryIso]
@@ -1855,6 +1864,7 @@ class BaseData(_message.Message):
1855
1864
  LUX: BaseData.Location.CountryIso
1856
1865
  LVA: BaseData.Location.CountryIso
1857
1866
  MAR: BaseData.Location.CountryIso
1867
+ MDA: BaseData.Location.CountryIso
1858
1868
  MEX: BaseData.Location.CountryIso
1859
1869
  MKD: BaseData.Location.CountryIso
1860
1870
  MMR: BaseData.Location.CountryIso
@@ -2,3 +2,4 @@ from .concrete_design_seismic_configuration_pb2 import *
2
2
  from .concrete_design_uls_configuration_pb2 import *
3
3
  from .concrete_design_sls_configuration_pb2 import *
4
4
  from .concrete_design_fr_configuration_pb2 import *
5
+ from .concrete_effective_lengths_pb2 import *
@@ -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/rfem/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/rfem/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.rfem import object_id_pb2 as dlubal_dot_api_dot_rfem_dot_object__id__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHdlubal/api/rfem/concrete_design_objects/concrete_effective_lengths.proto\x12\'dlubal.api.rfem.concrete_design_objects\x1a\x1f\x64lubal/api/rfem/object_id.proto\"\xe3q\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\x82\x01\n\x1a\x62uckling_factor_value_type\x18\n \x01(\x0e\x32Y.dlubal.api.rfem.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\x12q\n\x0enodal_supports\x18\r \x01(\x0b\x32T.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsTableH\n\x88\x01\x01\x12\x64\n\x07\x66\x61\x63tors\x18\x0e \x01(\x0b\x32N.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FactorsTableH\x0b\x88\x01\x01\x12\x64\n\x07lengths\x18\x0f \x01(\x0b\x32N.dlubal.api.rfem.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\x87\x01\n\x1a\x66ire_design_nodal_supports\x18\x13 \x01(\x0b\x32^.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsTableH\x10\x88\x01\x01\x12z\n\x13\x66ire_design_factors\x18\x14 \x01(\x0b\x32X.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignFactorsTableH\x11\x88\x01\x01\x12z\n\x13\x66ire_design_lengths\x18\x15 \x01(\x0b\x32X.dlubal.api.rfem.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\x12G\n\x1fstability_import_data_loading_y\x18\x1d \x01(\x0b\x32\x19.dlubal.api.rfem.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\x12G\n\x1fstability_import_data_loading_z\x18 \x01(\x0b\x32\x19.dlubal.api.rfem.ObjectIdH\x1d\x88\x01\x01\x12\x30\n#stability_import_data_mode_number_z\x18! \x01(\x05H\x1e\x88\x01\x01\x12\x8d\x01\n\x1dstability_import_data_factors\x18\" \x01(\x0b\x32\x61.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StabilityImportDataFactorsTableH\x1f\x88\x01\x01\x12\x8d\x01\n\x1dstability_import_data_lengths\x18# \x01(\x0b\x32\x61.dlubal.api.rfem.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\x83\x01\n\x1bstructure_type_about_axis_y\x18& \x01(\x0e\x32Y.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisYH#\x88\x01\x01\x12\x83\x01\n\x1bstructure_type_about_axis_z\x18\' \x01(\x0e\x32Y.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisZH$\x88\x01\x01\x12\x8c\x01\n structure_type_about_axis_y_sp63\x18( \x01(\x0e\x32].dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisYSp63H%\x88\x01\x01\x12\x8c\x01\n structure_type_about_axis_z_sp63\x18) \x01(\x0e\x32].dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructureTypeAboutAxisZSp63H&\x88\x01\x01\x12\x89\x01\n\x1estructural_scheme_about_axis_y\x18* \x01(\x0e\x32\\.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.StructuralSchemeAboutAxisYH\'\x88\x01\x01\x12\x89\x01\n\x1estructural_scheme_about_axis_z\x18+ \x01(\x0e\x32\\.dlubal.api.rfem.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\x1av\n\x12NodalSupportsTable\x12`\n\x04rows\x18\x01 \x03(\x0b\x32R.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow\x1a\xa9\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\x12y\n\x0csupport_type\x18\x03 \x01(\x0e\x32^.dlubal.api.rfem.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\x83\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32\x63.dlubal.api.rfem.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\x12x\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32].dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x82\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32\x62.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x82\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32\x62.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.NodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x83\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32\x63.dlubal.api.rfem.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\x1aj\n\x0c\x46\x61\x63torsTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.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\x1aj\n\x0cLengthsTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.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\x8a\x01\n\x1c\x46ireDesignNodalSupportsTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow\x1a\xf1\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\x83\x01\n\x0csupport_type\x18\x03 \x01(\x0e\x32h.dlubal.api.rfem.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\x8d\x01\n\x11\x65\x63\x63\x65ntricity_type\x18\x06 \x01(\x0e\x32m.dlubal.api.rfem.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\x82\x01\n\x0csupport_in_y\x18\x0b \x01(\x0e\x32g.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.SupportInYH\n\x88\x01\x01\x12\x8c\x01\n\x11restraint_about_x\x18\x0c \x01(\x0e\x32l.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutXH\x0b\x88\x01\x01\x12\x8c\x01\n\x11restraint_about_z\x18\r \x01(\x0e\x32l.dlubal.api.rfem.concrete_design_objects.ConcreteEffectiveLengths.FireDesignNodalSupportsRow.RestraintAboutZH\x0c\x88\x01\x01\x12\x8d\x01\n\x11restraint_warping\x18\x0e \x01(\x0e\x32m.dlubal.api.rfem.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~\n\x16\x46ireDesignFactorsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.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~\n\x16\x46ireDesignLengthsTable\x12\x64\n\x04rows\x18\x01 \x03(\x0b\x32V.dlubal.api.rfem.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\x90\x01\n\x1fStabilityImportDataFactorsTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rfem.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\x90\x01\n\x1fStabilityImportDataLengthsTable\x12m\n\x04rows\x18\x01 \x03(\x0b\x32_.dlubal.api.rfem.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.rfem.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=151
36
+ _globals['_CONCRETEEFFECTIVELENGTHS']._serialized_end=14714
37
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_start=3400
38
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSTABLE']._serialized_end=3518
39
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_start=3521
40
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW']._serialized_end=5994
41
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4587
42
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=4968
43
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=4971
44
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5129
45
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_start=5131
46
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_SUPPORTINY']._serialized_end=5256
47
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5259
48
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5404
49
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5407
50
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5552
51
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5555
52
+ _globals['_CONCRETEEFFECTIVELENGTHS_NODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5701
53
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_start=5996
54
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSTABLE']._serialized_end=6102
55
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_start=6105
56
+ _globals['_CONCRETEEFFECTIVELENGTHS_FACTORSROW']._serialized_end=6595
57
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_start=6597
58
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSTABLE']._serialized_end=6703
59
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_start=6706
60
+ _globals['_CONCRETEEFFECTIVELENGTHS_LENGTHSROW']._serialized_end=7196
61
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_start=7199
62
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSTABLE']._serialized_end=7337
63
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_start=7340
64
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW']._serialized_end=9885
65
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_start=4587
66
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTTYPE']._serialized_end=4968
67
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_start=4971
68
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_ECCENTRICITYTYPE']._serialized_end=5129
69
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_start=5131
70
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_SUPPORTINY']._serialized_end=5256
71
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_start=5259
72
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTX']._serialized_end=5404
73
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_start=5407
74
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTABOUTZ']._serialized_end=5552
75
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_start=5555
76
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNNODALSUPPORTSROW_RESTRAINTWARPING']._serialized_end=5701
77
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_start=9887
78
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSTABLE']._serialized_end=10013
79
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_start=10016
80
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNFACTORSROW']._serialized_end=10516
81
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_start=10518
82
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSTABLE']._serialized_end=10644
83
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_start=10647
84
+ _globals['_CONCRETEEFFECTIVELENGTHS_FIREDESIGNLENGTHSROW']._serialized_end=11147
85
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_start=11150
86
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSTABLE']._serialized_end=11294
87
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_start=11297
88
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATAFACTORSROW']._serialized_end=11806
89
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_start=11809
90
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSTABLE']._serialized_end=11953
91
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_start=11956
92
+ _globals['_CONCRETEEFFECTIVELENGTHS_STABILITYIMPORTDATALENGTHSROW']._serialized_end=12465
93
+ _globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_start=12467
94
+ _globals['_CONCRETEEFFECTIVELENGTHS_BUCKLINGFACTORVALUETYPE']._serialized_end=12580
95
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_start=12582
96
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISY']._serialized_end=12689
97
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_start=12691
98
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZ']._serialized_end=12798
99
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_start=12801
100
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISYSP63']._serialized_end=12969
101
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_start=12972
102
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURETYPEABOUTAXISZSP63']._serialized_end=13140
103
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_start=13142
104
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISY']._serialized_end=13268
105
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_start=13270
106
+ _globals['_CONCRETEEFFECTIVELENGTHS_STRUCTURALSCHEMEABOUTAXISZ']._serialized_end=13396
107
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,75 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: dlubal/api/rfem/concrete_foundations/single_foundation.proto
5
+ # Protobuf Python Version: 5.28.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 28,
16
+ 1,
17
+ '',
18
+ 'dlubal/api/rfem/concrete_foundations/single_foundation.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from dlubal.api.common import common_pb2 as dlubal_dot_api_dot_common_dot_common__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<dlubal/api/rfem/concrete_foundations/single_foundation.proto\x12$dlubal.api.rfem.concrete_foundations\x1a\x1e\x64lubal/api/common/common.proto\"\x97\x44\n\x10SingleFoundation\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x63\n\x0f\x66oundation_type\x18\x02 \x01(\x0e\x32\x45.dlubal.api.rfem.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\x12l\n\x0fgeometry_config\x18\t \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableH\x07\x88\x01\x01\x12\x81\x01\n\x1aplate_reinforcement_config\x18\n \x01(\x0b\x32X.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableH\x08\x88\x01\x01\x12\x83\x01\n\x1b\x62ucket_reinforcement_config\x18\x0b \x01(\x0b\x32Y.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableH\t\x88\x01\x01\x12\x8e\x01\n!rough_bucket_reinforcement_config\x18\x0c \x01(\x0b\x32^.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableH\n\x88\x01\x01\x12\x81\x01\n\x1a\x62lock_reinforcement_config\x18\r \x01(\x0b\x32X.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableH\x0b\x88\x01\x01\x12#\n\x16reinforcement_material\x18\x0e \x01(\x05H\x0c\x88\x01\x01\x12i\n\x12reinforcement_type\x18\x0f \x01(\x0e\x32H.dlubal.api.rfem.concrete_foundations.SingleFoundation.ReinforcementTypeH\r\x88\x01\x01\x12\x36\n)plate_reinforcement_automatically_enabled\x18\x10 \x01(\x08H\x0e\x88\x01\x01\x12t\n\x18horizontal_stirrups_type\x18\x11 \x01(\x0e\x32M.dlubal.api.rfem.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\x12l\n\x14soil_definition_type\x18$ \x01(\x0e\x32I.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilDefinitionTypeH\"\x88\x01\x01\x12p\n\x16subsoil_condition_type\x18% \x01(\x0e\x32K.dlubal.api.rfem.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\x12l\n\x0fsoil_parameters\x18) \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableH\'\x88\x01\x01\x12\x16\n\tto_design\x18* \x01(\x08H(\x88\x01\x01\x12\x16\n\x0eselected_nodes\x18+ \x03(\x05\x12\x17\n\x0fnodes_to_design\x18, \x03(\x05\x12!\n\x19nodes_removed_from_design\x18- \x03(\x05\x12#\n\x1bnot_valid_deactivated_nodes\x18. \x03(\x05\x12 \n\x13\x61ll_nodes_to_design\x18/ \x01(\x08H)\x88\x01\x01\x12*\n\x1d\x63oncrete_design_configuration\x18\x30 \x01(\x05H*\x88\x01\x01\x12.\n!geotechnical_design_configuration\x18\x31 \x01(\x05H+\x88\x01\x01\x12\x15\n\x08\x62orehole\x18\x32 \x01(\x05H,\x88\x01\x01\x12q\n\x14\x62orehole_soil_layers\x18\x33 \x01(\x0b\x32N.dlubal.api.rfem.concrete_foundations.SingleFoundation.BoreholeSoilLayersTableH-\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x34 \x01(\x08H.\x88\x01\x01\x12\x19\n\x0cgenerated_by\x18\x35 \x01(\tH/\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x36 \x01(\tH0\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x37 \x01(\tH1\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x38 \x01(\tH2\x88\x01\x01\x1az\n\x17GeometryConfigTreeTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.GeometryConfigTreeTableRow\x1a\xad\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\x32Q.dlubal.api.rfem.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\x8e\x01\n!PlateReinforcementConfigTreeTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.PlateReinforcementConfigTreeTableRow\x1a\xc1\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\x12i\n\x04rows\x18\x06 \x03(\x0b\x32[.dlubal.api.rfem.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\x90\x01\n\"BucketReinforcementConfigTreeTable\x12j\n\x04rows\x18\x01 \x03(\x0b\x32\\.dlubal.api.rfem.concrete_foundations.SingleFoundation.BucketReinforcementConfigTreeTableRow\x1a\xc3\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\x12j\n\x04rows\x18\x06 \x03(\x0b\x32\\.dlubal.api.rfem.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\x9a\x01\n\'RoughBucketReinforcementConfigTreeTable\x12o\n\x04rows\x18\x01 \x03(\x0b\x32\x61.dlubal.api.rfem.concrete_foundations.SingleFoundation.RoughBucketReinforcementConfigTreeTableRow\x1a\xcd\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\x12o\n\x04rows\x18\x06 \x03(\x0b\x32\x61.dlubal.api.rfem.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\x8e\x01\n!BlockReinforcementConfigTreeTable\x12i\n\x04rows\x18\x01 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRow\x1a\xc1\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\x12i\n\x04rows\x18\x06 \x03(\x0b\x32[.dlubal.api.rfem.concrete_foundations.SingleFoundation.BlockReinforcementConfigTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1az\n\x17SoilParametersTreeTable\x12_\n\x04rows\x18\x01 \x03(\x0b\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableRow\x1a\xad\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\x32Q.dlubal.api.rfem.concrete_foundations.SingleFoundation.SoilParametersTreeTableRowB\x06\n\x04_keyB\n\n\x08_captionB\t\n\x07_symbolB\x08\n\x06_valueB\x07\n\x05_unit\x1au\n\x17\x42oreholeSoilLayersTable\x12Z\n\x04rows\x18\x01 \x03(\x0b\x32L.dlubal.api.rfem.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\"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\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\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
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.concrete_foundations.single_foundation_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_SINGLEFOUNDATION']._serialized_start=135
36
+ _globals['_SINGLEFOUNDATION']._serialized_end=8862
37
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_start=3230
38
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLE']._serialized_end=3352
39
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_start=3355
40
+ _globals['_SINGLEFOUNDATION_GEOMETRYCONFIGTREETABLEROW']._serialized_end=3656
41
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_start=3659
42
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLE']._serialized_end=3801
43
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=3804
44
+ _globals['_SINGLEFOUNDATION_PLATEREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4125
45
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4128
46
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=4272
47
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4275
48
+ _globals['_SINGLEFOUNDATION_BUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=4598
49
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_start=4601
50
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLE']._serialized_end=4755
51
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=4758
52
+ _globals['_SINGLEFOUNDATION_ROUGHBUCKETREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5091
53
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_start=5094
54
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLE']._serialized_end=5236
55
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_start=5239
56
+ _globals['_SINGLEFOUNDATION_BLOCKREINFORCEMENTCONFIGTREETABLEROW']._serialized_end=5560
57
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_start=5562
58
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLE']._serialized_end=5684
59
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_start=5687
60
+ _globals['_SINGLEFOUNDATION_SOILPARAMETERSTREETABLEROW']._serialized_end=5988
61
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_start=5990
62
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSTABLE']._serialized_end=6107
63
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_start=6110
64
+ _globals['_SINGLEFOUNDATION_BOREHOLESOILLAYERSROW']._serialized_end=6463
65
+ _globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_start=6466
66
+ _globals['_SINGLEFOUNDATION_FOUNDATIONTYPE']._serialized_end=6963
67
+ _globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_start=6965
68
+ _globals['_SINGLEFOUNDATION_REINFORCEMENTTYPE']._serialized_end=7084
69
+ _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_start=7087
70
+ _globals['_SINGLEFOUNDATION_HORIZONTALSTIRRUPSTYPE']._serialized_end=7220
71
+ _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_start=7222
72
+ _globals['_SINGLEFOUNDATION_SOILDEFINITIONTYPE']._serialized_end=7331
73
+ _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_start=7333
74
+ _globals['_SINGLEFOUNDATION_SUBSOILCONDITIONTYPE']._serialized_end=7429
75
+ # @@protoc_insertion_point(module_scope)
@@ -8,7 +8,7 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map
8
8
  DESCRIPTOR: _descriptor.FileDescriptor
9
9
 
10
10
  class SingleFoundation(_message.Message):
11
- __slots__ = ("no", "foundation_type", "user_defined_name_enabled", "name", "nodal_supports", "plate_material", "bucket_material", "design_properties_enabled", "geometry_config", "plate_reinforcement_config", "bucket_reinforcement_config", "rough_bucket_reinforcement_config", "block_reinforcement_config", "reinforcement_material", "reinforcement_type", "plate_reinforcement_automatically_enabled", "horizontal_stirrups_type", "bucket_block_reinforcement_automatically_enabled", "concrete_cover_user_defined_enabled", "concrete_cover_different_at_section_sides_enabled", "concrete_cover", "concrete_cover_surface_top", "concrete_cover_surface_bottom", "concrete_cover_surface_side", "concrete_cover_bucket_or_block", "concrete_cover_min", "concrete_cover_min_surface_top", "concrete_cover_min_surface_bottom", "concrete_cover_min_surface_side", "concrete_cover_min_bucket_or_block", "concrete_durability", "concrete_durability_surface_top", "concrete_durability_surface_bottom", "concrete_durability_surface_side", "concrete_durability_bucket", "soil_definition_type", "subsoil_condition_type", "soil_layer_bottom", "soil_layer_middle", "soil_layer_top", "earth_covering_thickness", "groundwater_enabled", "groundwater_level", "angle_of_soil_friction", "angle_of_wall_friction", "soil_parameters", "to_design", "selected_nodes", "nodes_to_design", "nodes_removed_from_design", "not_valid_deactivated_nodes", "all_nodes_to_design", "concrete_design_configuration", "geotechnical_design_configuration", "borehole", "borehole_soil_layers", "is_generated", "generated_by", "comment", "id_for_export_import", "metadata_for_export_import")
11
+ __slots__ = ("no", "foundation_type", "user_defined_name_enabled", "name", "nodal_supports", "plate_material", "bucket_material", "design_properties_enabled", "geometry_config", "plate_reinforcement_config", "bucket_reinforcement_config", "rough_bucket_reinforcement_config", "block_reinforcement_config", "reinforcement_material", "reinforcement_type", "plate_reinforcement_automatically_enabled", "horizontal_stirrups_type", "bucket_block_reinforcement_automatically_enabled", "concrete_cover_user_defined_enabled", "concrete_cover_different_at_section_sides_enabled", "concrete_cover", "concrete_cover_surface_top", "concrete_cover_surface_bottom", "concrete_cover_surface_side", "concrete_cover_bucket_or_block", "concrete_cover_min", "concrete_cover_min_surface_top", "concrete_cover_min_surface_bottom", "concrete_cover_min_surface_side", "concrete_cover_min_bucket_or_block", "concrete_durability", "concrete_durability_surface_top", "concrete_durability_surface_bottom", "concrete_durability_surface_side", "concrete_durability_bucket", "soil_definition_type", "subsoil_condition_type", "soil_layer_bottom", "soil_layer_middle", "soil_layer_top", "soil_parameters", "to_design", "selected_nodes", "nodes_to_design", "nodes_removed_from_design", "not_valid_deactivated_nodes", "all_nodes_to_design", "concrete_design_configuration", "geotechnical_design_configuration", "borehole", "borehole_soil_layers", "is_generated", "generated_by", "comment", "id_for_export_import", "metadata_for_export_import")
12
12
  class FoundationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
13
13
  __slots__ = ()
14
14
  FOUNDATION_TYPE_UNKNOWN: _ClassVar[SingleFoundation.FoundationType]
@@ -55,20 +55,6 @@ class SingleFoundation(_message.Message):
55
55
  SUBSOIL_CONDITION_TYPE_UNDRAINED: _ClassVar[SingleFoundation.SubsoilConditionType]
56
56
  SUBSOIL_CONDITION_TYPE_DRAINED: SingleFoundation.SubsoilConditionType
57
57
  SUBSOIL_CONDITION_TYPE_UNDRAINED: SingleFoundation.SubsoilConditionType
58
- class AngleOfSoilFriction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
59
- __slots__ = ()
60
- ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION: _ClassVar[SingleFoundation.AngleOfSoilFriction]
61
- ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION: _ClassVar[SingleFoundation.AngleOfSoilFriction]
62
- ANGLE_OF_SOIL_FRICTION_CAST_IN_SITU_CONCRETE_FOUNDATION: SingleFoundation.AngleOfSoilFriction
63
- ANGLE_OF_SOIL_FRICTION_SMOOTH_PRECAST_FOUNDATION: SingleFoundation.AngleOfSoilFriction
64
- class AngleOfWallFriction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
65
- __slots__ = ()
66
- ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL: _ClassVar[SingleFoundation.AngleOfWallFriction]
67
- ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL: _ClassVar[SingleFoundation.AngleOfWallFriction]
68
- ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL: _ClassVar[SingleFoundation.AngleOfWallFriction]
69
- ANGLE_OF_WALL_FRICTION_UNIMPROVED_FOUNDATION_WALL: SingleFoundation.AngleOfWallFriction
70
- ANGLE_OF_WALL_FRICTION_ROUGH_FOUNDATION_WALL: SingleFoundation.AngleOfWallFriction
71
- ANGLE_OF_WALL_FRICTION_SMOOTH_FOUNDATION_WALL: SingleFoundation.AngleOfWallFriction
72
58
  class GeometryConfigTreeTable(_message.Message):
73
59
  __slots__ = ("rows",)
74
60
  ROWS_FIELD_NUMBER: _ClassVar[int]
@@ -251,11 +237,6 @@ class SingleFoundation(_message.Message):
251
237
  SOIL_LAYER_BOTTOM_FIELD_NUMBER: _ClassVar[int]
252
238
  SOIL_LAYER_MIDDLE_FIELD_NUMBER: _ClassVar[int]
253
239
  SOIL_LAYER_TOP_FIELD_NUMBER: _ClassVar[int]
254
- EARTH_COVERING_THICKNESS_FIELD_NUMBER: _ClassVar[int]
255
- GROUNDWATER_ENABLED_FIELD_NUMBER: _ClassVar[int]
256
- GROUNDWATER_LEVEL_FIELD_NUMBER: _ClassVar[int]
257
- ANGLE_OF_SOIL_FRICTION_FIELD_NUMBER: _ClassVar[int]
258
- ANGLE_OF_WALL_FRICTION_FIELD_NUMBER: _ClassVar[int]
259
240
  SOIL_PARAMETERS_FIELD_NUMBER: _ClassVar[int]
260
241
  TO_DESIGN_FIELD_NUMBER: _ClassVar[int]
261
242
  SELECTED_NODES_FIELD_NUMBER: _ClassVar[int]
@@ -312,11 +293,6 @@ class SingleFoundation(_message.Message):
312
293
  soil_layer_bottom: int
313
294
  soil_layer_middle: int
314
295
  soil_layer_top: int
315
- earth_covering_thickness: float
316
- groundwater_enabled: bool
317
- groundwater_level: float
318
- angle_of_soil_friction: SingleFoundation.AngleOfSoilFriction
319
- angle_of_wall_friction: SingleFoundation.AngleOfWallFriction
320
296
  soil_parameters: SingleFoundation.SoilParametersTreeTable
321
297
  to_design: bool
322
298
  selected_nodes: _containers.RepeatedScalarFieldContainer[int]
@@ -333,4 +309,4 @@ class SingleFoundation(_message.Message):
333
309
  comment: str
334
310
  id_for_export_import: str
335
311
  metadata_for_export_import: str
336
- def __init__(self, no: _Optional[int] = ..., foundation_type: _Optional[_Union[SingleFoundation.FoundationType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., nodal_supports: _Optional[_Iterable[int]] = ..., plate_material: _Optional[int] = ..., bucket_material: _Optional[int] = ..., design_properties_enabled: bool = ..., geometry_config: _Optional[_Union[SingleFoundation.GeometryConfigTreeTable, _Mapping]] = ..., plate_reinforcement_config: _Optional[_Union[SingleFoundation.PlateReinforcementConfigTreeTable, _Mapping]] = ..., bucket_reinforcement_config: _Optional[_Union[SingleFoundation.BucketReinforcementConfigTreeTable, _Mapping]] = ..., rough_bucket_reinforcement_config: _Optional[_Union[SingleFoundation.RoughBucketReinforcementConfigTreeTable, _Mapping]] = ..., block_reinforcement_config: _Optional[_Union[SingleFoundation.BlockReinforcementConfigTreeTable, _Mapping]] = ..., reinforcement_material: _Optional[int] = ..., reinforcement_type: _Optional[_Union[SingleFoundation.ReinforcementType, str]] = ..., plate_reinforcement_automatically_enabled: bool = ..., horizontal_stirrups_type: _Optional[_Union[SingleFoundation.HorizontalStirrupsType, str]] = ..., bucket_block_reinforcement_automatically_enabled: bool = ..., concrete_cover_user_defined_enabled: bool = ..., concrete_cover_different_at_section_sides_enabled: bool = ..., concrete_cover: _Optional[float] = ..., concrete_cover_surface_top: _Optional[float] = ..., concrete_cover_surface_bottom: _Optional[float] = ..., concrete_cover_surface_side: _Optional[float] = ..., concrete_cover_bucket_or_block: _Optional[float] = ..., concrete_cover_min: _Optional[float] = ..., concrete_cover_min_surface_top: _Optional[float] = ..., concrete_cover_min_surface_bottom: _Optional[float] = ..., concrete_cover_min_surface_side: _Optional[float] = ..., concrete_cover_min_bucket_or_block: _Optional[float] = ..., concrete_durability: _Optional[int] = ..., concrete_durability_surface_top: _Optional[int] = ..., concrete_durability_surface_bottom: _Optional[int] = ..., concrete_durability_surface_side: _Optional[int] = ..., concrete_durability_bucket: _Optional[int] = ..., soil_definition_type: _Optional[_Union[SingleFoundation.SoilDefinitionType, str]] = ..., subsoil_condition_type: _Optional[_Union[SingleFoundation.SubsoilConditionType, str]] = ..., soil_layer_bottom: _Optional[int] = ..., soil_layer_middle: _Optional[int] = ..., soil_layer_top: _Optional[int] = ..., earth_covering_thickness: _Optional[float] = ..., groundwater_enabled: bool = ..., groundwater_level: _Optional[float] = ..., angle_of_soil_friction: _Optional[_Union[SingleFoundation.AngleOfSoilFriction, str]] = ..., angle_of_wall_friction: _Optional[_Union[SingleFoundation.AngleOfWallFriction, str]] = ..., soil_parameters: _Optional[_Union[SingleFoundation.SoilParametersTreeTable, _Mapping]] = ..., to_design: bool = ..., selected_nodes: _Optional[_Iterable[int]] = ..., nodes_to_design: _Optional[_Iterable[int]] = ..., nodes_removed_from_design: _Optional[_Iterable[int]] = ..., not_valid_deactivated_nodes: _Optional[_Iterable[int]] = ..., all_nodes_to_design: bool = ..., concrete_design_configuration: _Optional[int] = ..., geotechnical_design_configuration: _Optional[int] = ..., borehole: _Optional[int] = ..., borehole_soil_layers: _Optional[_Union[SingleFoundation.BoreholeSoilLayersTable, _Mapping]] = ..., is_generated: bool = ..., generated_by: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
312
+ def __init__(self, no: _Optional[int] = ..., foundation_type: _Optional[_Union[SingleFoundation.FoundationType, str]] = ..., user_defined_name_enabled: bool = ..., name: _Optional[str] = ..., nodal_supports: _Optional[_Iterable[int]] = ..., plate_material: _Optional[int] = ..., bucket_material: _Optional[int] = ..., design_properties_enabled: bool = ..., geometry_config: _Optional[_Union[SingleFoundation.GeometryConfigTreeTable, _Mapping]] = ..., plate_reinforcement_config: _Optional[_Union[SingleFoundation.PlateReinforcementConfigTreeTable, _Mapping]] = ..., bucket_reinforcement_config: _Optional[_Union[SingleFoundation.BucketReinforcementConfigTreeTable, _Mapping]] = ..., rough_bucket_reinforcement_config: _Optional[_Union[SingleFoundation.RoughBucketReinforcementConfigTreeTable, _Mapping]] = ..., block_reinforcement_config: _Optional[_Union[SingleFoundation.BlockReinforcementConfigTreeTable, _Mapping]] = ..., reinforcement_material: _Optional[int] = ..., reinforcement_type: _Optional[_Union[SingleFoundation.ReinforcementType, str]] = ..., plate_reinforcement_automatically_enabled: bool = ..., horizontal_stirrups_type: _Optional[_Union[SingleFoundation.HorizontalStirrupsType, str]] = ..., bucket_block_reinforcement_automatically_enabled: bool = ..., concrete_cover_user_defined_enabled: bool = ..., concrete_cover_different_at_section_sides_enabled: bool = ..., concrete_cover: _Optional[float] = ..., concrete_cover_surface_top: _Optional[float] = ..., concrete_cover_surface_bottom: _Optional[float] = ..., concrete_cover_surface_side: _Optional[float] = ..., concrete_cover_bucket_or_block: _Optional[float] = ..., concrete_cover_min: _Optional[float] = ..., concrete_cover_min_surface_top: _Optional[float] = ..., concrete_cover_min_surface_bottom: _Optional[float] = ..., concrete_cover_min_surface_side: _Optional[float] = ..., concrete_cover_min_bucket_or_block: _Optional[float] = ..., concrete_durability: _Optional[int] = ..., concrete_durability_surface_top: _Optional[int] = ..., concrete_durability_surface_bottom: _Optional[int] = ..., concrete_durability_surface_side: _Optional[int] = ..., concrete_durability_bucket: _Optional[int] = ..., soil_definition_type: _Optional[_Union[SingleFoundation.SoilDefinitionType, str]] = ..., subsoil_condition_type: _Optional[_Union[SingleFoundation.SubsoilConditionType, str]] = ..., soil_layer_bottom: _Optional[int] = ..., soil_layer_middle: _Optional[int] = ..., soil_layer_top: _Optional[int] = ..., soil_parameters: _Optional[_Union[SingleFoundation.SoilParametersTreeTable, _Mapping]] = ..., to_design: bool = ..., selected_nodes: _Optional[_Iterable[int]] = ..., nodes_to_design: _Optional[_Iterable[int]] = ..., nodes_removed_from_design: _Optional[_Iterable[int]] = ..., not_valid_deactivated_nodes: _Optional[_Iterable[int]] = ..., all_nodes_to_design: bool = ..., concrete_design_configuration: _Optional[int] = ..., geotechnical_design_configuration: _Optional[int] = ..., borehole: _Optional[int] = ..., borehole_soil_layers: _Optional[_Union[SingleFoundation.BoreholeSoilLayersTable, _Mapping]] = ..., is_generated: bool = ..., generated_by: _Optional[str] = ..., comment: _Optional[str] = ..., id_for_export_import: _Optional[str] = ..., metadata_for_export_import: _Optional[str] = ...) -> None: ...
@@ -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/rfem/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/rfem/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'\n8dlubal/api/rfem/digital_twins/digital_twins/sensor.proto\x12+dlubal.api.rfem.digital_twins.digital_twins\x1a\x1e\x64lubal/api/common/common.proto\"\xad\x11\n\x06Sensor\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12K\n\x04type\x18\x02 \x01(\x0e\x32\x38.dlubal.api.rfem.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`\n\x0cmeasurements\x18\x0e \x01(\x0b\x32\x45.dlubal.api.rfem.digital_twins.digital_twins.Sensor.MeasurementsTableH\r\x88\x01\x01\x12T\n\x06values\x18\x0f \x01(\x0b\x32?.dlubal.api.rfem.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\x1a\x66\n\x11MeasurementsTable\x12Q\n\x04rows\x18\x01 \x03(\x0b\x32\x43.dlubal.api.rfem.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\x1aZ\n\x0bValuesTable\x12K\n\x04rows\x18\x01 \x03(\x0b\x32=.dlubal.api.rfem.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.rfem.digital_twins.digital_twins.sensor_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_SENSOR']._serialized_start=138
36
+ _globals['_SENSOR']._serialized_end=2359
37
+ _globals['_SENSOR_MEASUREMENTSTABLE']._serialized_start=945
38
+ _globals['_SENSOR_MEASUREMENTSTABLE']._serialized_end=1047
39
+ _globals['_SENSOR_MEASUREMENTSROW']._serialized_start=1050
40
+ _globals['_SENSOR_MEASUREMENTSROW']._serialized_end=1505
41
+ _globals['_SENSOR_VALUESTABLE']._serialized_start=1507
42
+ _globals['_SENSOR_VALUESTABLE']._serialized_end=1597
43
+ _globals['_SENSOR_VALUESROW']._serialized_start=1600
44
+ _globals['_SENSOR_VALUESROW']._serialized_end=1901
45
+ _globals['_SENSOR_TYPE']._serialized_start=1903
46
+ _globals['_SENSOR_TYPE']._serialized_end=2024
47
+ # @@protoc_insertion_point(module_scope)