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

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

Potentially problematic release.


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

Files changed (189) hide show
  1. dlubal/api/rfem/__init__.py +7 -6
  2. dlubal/api/rfem/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  3. dlubal/api/rfem/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  4. dlubal/api/rfem/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  5. dlubal/api/rfem/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  6. dlubal/api/rfem/base_data_pb2.py +69 -69
  7. dlubal/api/rfem/base_data_pb2.pyi +8 -2
  8. dlubal/api/rfem/concrete_design_objects/__init__.py +1 -0
  9. dlubal/api/rfem/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  10. dlubal/api/rfem/concrete_foundations/single_foundation_pb2.py +79 -0
  11. dlubal/api/rfem/digital_twins/__init__.py +1 -0
  12. dlubal/api/rfem/digital_twins/digital_twins/__init__.py +2 -0
  13. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.py +47 -0
  14. dlubal/api/rfem/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  15. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  16. dlubal/api/rfem/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  17. dlubal/api/rfem/glass_design/glass_composition_model_pb2.py +91 -0
  18. dlubal/api/rfem/loading/design_situation_pb2.py +12 -12
  19. dlubal/api/rfem/loading/design_situation_pb2.pyi +28 -2
  20. dlubal/api/rfem/loads/line_load_pb2.py +21 -21
  21. dlubal/api/rfem/loads/line_load_pb2.pyi +10 -2
  22. dlubal/api/rfem/loads/line_set_load_pb2.py +21 -21
  23. dlubal/api/rfem/loads/line_set_load_pb2.pyi +10 -2
  24. dlubal/api/rfem/loads/member_load_pb2.py +41 -41
  25. dlubal/api/rfem/loads/member_load_pb2.pyi +10 -2
  26. dlubal/api/rfem/loads/member_set_load_pb2.py +41 -41
  27. dlubal/api/rfem/loads/member_set_load_pb2.pyi +10 -2
  28. dlubal/api/rfem/loads/surface_load_pb2.py +27 -27
  29. dlubal/api/rfem/loads/surface_load_pb2.pyi +10 -2
  30. dlubal/api/rfem/loads/surface_set_load_pb2.py +27 -27
  31. dlubal/api/rfem/loads/surface_set_load_pb2.pyi +10 -2
  32. dlubal/api/rfem/object_type_pb2.py +2 -2
  33. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  34. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/__init__.py +0 -1
  35. dlubal/api/rfem/reinforcement/concrete_durability_pb2.py +68 -0
  36. dlubal/api/rfem/reinforcement/punching_reinforcement_pb2.py +58 -0
  37. dlubal/api/rfem/reinforcement/reinforcement_direction_pb2.py +38 -0
  38. dlubal/api/rfem/reinforcement/surface_reinforcement_pb2.py +84 -0
  39. dlubal/api/rfem/{types_for_concrete_design → reinforcement}/surface_reinforcement_pb2.pyi +183 -165
  40. dlubal/api/rfem/steel_design/steel_boundary_conditions_pb2.py +51 -0
  41. dlubal/api/rfem/steel_design/steel_effective_lengths_pb2.py +117 -0
  42. dlubal/api/rfem/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  43. dlubal/api/rfem/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  44. dlubal/api/rfem/structure_core/member_pb2.py +192 -190
  45. dlubal/api/rfem/structure_core/member_pb2.pyi +8 -2
  46. dlubal/api/rfem/structure_core/member_representative_pb2.py +288 -286
  47. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +8 -2
  48. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +406 -404
  49. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +8 -2
  50. dlubal/api/rfem/timber_design/timber_effective_lengths_pb2.py +105 -0
  51. dlubal/api/rfem/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  52. dlubal/api/rfem/timber_design/timber_moisture_class_pb2.py +38 -0
  53. dlubal/api/rfem/timber_design/timber_screw_type_pb2.py +38 -0
  54. dlubal/api/rfem/timber_design/timber_service_class_pb2.py +38 -0
  55. dlubal/api/rfem/timber_design/timber_service_conditions_pb2.py +42 -0
  56. dlubal/api/rfem/types_for_lines/line_support_pb2.py +1 -1
  57. dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +14 -14
  58. dlubal/api/rstab/__init__.py +6 -5
  59. dlubal/api/rstab/aluminum_design/aluminum_boundary_conditions_pb2.py +51 -0
  60. dlubal/api/rstab/aluminum_design/aluminum_effective_lengths_pb2.py +91 -0
  61. dlubal/api/rstab/aluminum_design/aluminum_member_local_section_reduction_pb2.py +47 -0
  62. dlubal/api/rstab/aluminum_design/aluminum_member_transverse_weld_pb2.py +48 -0
  63. dlubal/api/rstab/base_data_pb2.py +53 -53
  64. dlubal/api/rstab/base_data_pb2.pyi +8 -2
  65. dlubal/api/rstab/concrete_design_objects/__init__.py +1 -0
  66. dlubal/api/rstab/concrete_design_objects/concrete_effective_lengths_pb2.py +107 -0
  67. dlubal/api/{rfem/types_for_foundations → rstab/concrete_foundations}/single_foundation_pb2.py +12 -12
  68. dlubal/api/rstab/digital_twins/__init__.py +1 -0
  69. dlubal/api/rstab/digital_twins/digital_twins/__init__.py +2 -0
  70. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.py +47 -0
  71. dlubal/api/rstab/digital_twins/digital_twins/sensor_pb2.pyi +126 -0
  72. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.py +44 -0
  73. dlubal/api/rstab/digital_twins/digital_twins/sensor_value_definition_pb2.pyi +98 -0
  74. dlubal/api/rstab/loading/design_situation_pb2.py +12 -12
  75. dlubal/api/rstab/loading/design_situation_pb2.pyi +28 -2
  76. dlubal/api/rstab/loads/member_load_pb2.py +41 -41
  77. dlubal/api/rstab/loads/member_load_pb2.pyi +10 -2
  78. dlubal/api/rstab/loads/member_set_load_pb2.py +41 -41
  79. dlubal/api/rstab/loads/member_set_load_pb2.pyi +10 -2
  80. dlubal/api/rstab/object_type_pb2.py +2 -2
  81. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  82. dlubal/api/rstab/reinforcement/__init__.py +1 -0
  83. dlubal/api/rstab/reinforcement/concrete_durability_pb2.py +68 -0
  84. dlubal/api/rstab/steel_design/steel_boundary_conditions_pb2.py +51 -0
  85. dlubal/api/rstab/steel_design/steel_effective_lengths_pb2.py +117 -0
  86. dlubal/api/rstab/steel_design/steel_member_local_section_reduction_pb2.py +47 -0
  87. dlubal/api/rstab/steel_design/steel_member_transverse_weld_pb2.py +48 -0
  88. dlubal/api/rstab/structure_core/member_pb2.py +180 -178
  89. dlubal/api/rstab/structure_core/member_pb2.pyi +8 -2
  90. dlubal/api/rstab/structure_core/member_representative_pb2.py +276 -274
  91. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +8 -2
  92. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +396 -394
  93. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +8 -2
  94. dlubal/api/rstab/timber_design/timber_effective_lengths_pb2.py +105 -0
  95. dlubal/api/rstab/timber_design/timber_member_local_section_reduction_pb2.py +48 -0
  96. dlubal/api/rstab/timber_design/timber_moisture_class_pb2.py +38 -0
  97. dlubal/api/rstab/timber_design/timber_screw_type_pb2.py +38 -0
  98. dlubal/api/rstab/timber_design/timber_service_class_pb2.py +38 -0
  99. dlubal/api/rstab/timber_design/timber_service_conditions_pb2.py +42 -0
  100. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/METADATA +2 -2
  101. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/RECORD +151 -139
  102. examples/rfem/column.py +1 -1
  103. examples/rstab/column.py +7 -7
  104. dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  105. dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  106. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  107. dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  108. dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  109. dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  110. dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -58
  111. dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -38
  112. dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -80
  113. dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -91
  114. dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  115. dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  116. dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  117. dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  118. dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  119. dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  120. dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  121. dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  122. dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -38
  123. dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  124. dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -51
  125. dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -91
  126. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -47
  127. dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -48
  128. dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -2
  129. dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -68
  130. dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -107
  131. dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -79
  132. dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -51
  133. dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -117
  134. dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -47
  135. dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -48
  136. dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -105
  137. dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -48
  138. dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -38
  139. dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -38
  140. dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -38
  141. dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -42
  142. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  143. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  144. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  145. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  146. /dlubal/api/rfem/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  147. /dlubal/api/rfem/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  148. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  149. /dlubal/api/rfem/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
  150. /dlubal/api/rfem/{types_for_glass_design → glass_design}/__init__.py +0 -0
  151. /dlubal/api/rfem/{types_for_glass_design → glass_design}/glass_composition_model_pb2.pyi +0 -0
  152. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  153. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/punching_reinforcement_pb2.pyi +0 -0
  154. /dlubal/api/rfem/{types_for_concrete_design → reinforcement}/reinforcement_direction_pb2.pyi +0 -0
  155. /dlubal/api/rfem/{types_for_steel_design → steel_design}/__init__.py +0 -0
  156. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  157. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  158. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  159. /dlubal/api/rfem/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  160. /dlubal/api/rfem/{types_for_timber_design → timber_design}/__init__.py +0 -0
  161. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  162. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  163. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  164. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  165. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  166. /dlubal/api/rfem/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  167. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/__init__.py +0 -0
  168. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_boundary_conditions_pb2.pyi +0 -0
  169. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_effective_lengths_pb2.pyi +0 -0
  170. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  171. /dlubal/api/rstab/{types_for_aluminum_design → aluminum_design}/aluminum_member_transverse_weld_pb2.pyi +0 -0
  172. /dlubal/api/rstab/{types_for_concrete_design → concrete_design_objects}/concrete_effective_lengths_pb2.pyi +0 -0
  173. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/__init__.py +0 -0
  174. /dlubal/api/rstab/{types_for_foundations → concrete_foundations}/single_foundation_pb2.pyi +0 -0
  175. /dlubal/api/rstab/{types_for_concrete_design → reinforcement}/concrete_durability_pb2.pyi +0 -0
  176. /dlubal/api/rstab/{types_for_steel_design → steel_design}/__init__.py +0 -0
  177. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_boundary_conditions_pb2.pyi +0 -0
  178. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_effective_lengths_pb2.pyi +0 -0
  179. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_local_section_reduction_pb2.pyi +0 -0
  180. /dlubal/api/rstab/{types_for_steel_design → steel_design}/steel_member_transverse_weld_pb2.pyi +0 -0
  181. /dlubal/api/rstab/{types_for_timber_design → timber_design}/__init__.py +0 -0
  182. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_effective_lengths_pb2.pyi +0 -0
  183. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_member_local_section_reduction_pb2.pyi +0 -0
  184. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_moisture_class_pb2.pyi +0 -0
  185. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_screw_type_pb2.pyi +0 -0
  186. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_class_pb2.pyi +0 -0
  187. /dlubal/api/rstab/{types_for_timber_design → timber_design}/timber_service_conditions_pb2.pyi +0 -0
  188. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/WHEEL +0 -0
  189. {dlubal_api-2.12.2.dist-info → dlubal_api-2.12.3.dist-info}/top_level.txt +0 -0
@@ -1,48 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nTdlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction.proto\x12(dlubal.api.rstab.types_for_timber_design\"\xf3\x16\n!TimberMemberLocalSectionReduction\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12t\n\ncomponents\x18\x06 \x01(\x0b\x32[.dlubal.api.rstab.types_for_timber_design.TimberMemberLocalSectionReduction.ComponentsTableH\x03\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12#\n\x16generating_object_info\x18\x08 \x01(\tH\x05\x88\x01\x01\x12\x14\n\x07\x63omment\x18\t \x01(\tH\x06\x88\x01\x01\x12!\n\x14id_for_export_import\x18\n \x01(\tH\x07\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x0b \x01(\tH\x08\x88\x01\x01\x1az\n\x0f\x43omponentsTable\x12g\n\x04rows\x18\x01 \x03(\x0b\x32Y.dlubal.api.rstab.types_for_timber_design.TimberMemberLocalSectionReduction.ComponentsRow\x1a\x9a\x11\n\rComponentsRow\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x84\x01\n\x0ereduction_type\x18\x03 \x01(\x0e\x32g.dlubal.api.rstab.types_for_timber_design.TimberMemberLocalSectionReduction.ComponentsRow.ReductionTypeH\x02\x88\x01\x01\x12\x15\n\x08position\x18\x04 \x01(\x01H\x03\x88\x01\x01\x12\x15\n\x08multiple\x18\x05 \x01(\x08H\x04\x88\x01\x01\x12\x11\n\x04note\x18\x06 \x01(\tH\x05\x88\x01\x01\x12\x1c\n\x0fmultiple_number\x18\x07 \x01(\x05H\x06\x88\x01\x01\x12\xa4\x01\n\x1fmultiple_offset_definition_type\x18\x08 \x01(\x0e\x32v.dlubal.api.rstab.types_for_timber_design.TimberMemberLocalSectionReduction.ComponentsRow.MultipleOffsetDefinitionTypeH\x07\x88\x01\x01\x12\x1c\n\x0fmultiple_offset\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x13\n\x06length\x18\n \x01(\x01H\t\x88\x01\x01\x12\x7f\n\x0borientation\x18\x0b \x01(\x0e\x32\x65.dlubal.api.rstab.types_for_timber_design.TimberMemberLocalSectionReduction.ComponentsRow.OrientationH\n\x88\x01\x01\x12\x12\n\x05\x64\x65pth\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12{\n\tdirection\x18\r \x01(\x0e\x32\x63.dlubal.api.rstab.types_for_timber_design.TimberMemberLocalSectionReduction.ComponentsRow.DirectionH\x0c\x88\x01\x01\x12\x16\n\tstability\x18\x0e \x01(\x08H\r\x88\x01\x01\x12\x18\n\x0b\x66ire_design\x18\x0f \x01(\x08H\x0e\x88\x01\x01\x12\x1e\n\x11\x66ire_exposure_top\x18\x10 \x01(\x08H\x0f\x88\x01\x01\x12\x1f\n\x12\x66ire_exposure_left\x18\x11 \x01(\x08H\x10\x88\x01\x01\x12 \n\x13\x66ire_exposure_right\x18\x12 \x01(\x08H\x11\x88\x01\x01\x12!\n\x14\x66ire_exposure_bottom\x18\x13 \x01(\x08H\x12\x88\x01\x01\x12\x14\n\x07support\x18\x14 \x01(\x08H\x13\x88\x01\x01\x12\x1d\n\x10support_distance\x18\x15 \x01(\x01H\x14\x88\x01\x01\x12&\n\x19stiffening_elements_apply\x18\x16 \x01(\x08H\x15\x88\x01\x01\x12\'\n\x1astiffening_elements_number\x18\x17 \x01(\x05H\x16\x88\x01\x01\x12\'\n\x1astiffening_elements_object\x18\x18 \x01(\x05H\x17\x88\x01\x01\"\xd4\x01\n\rReductionType\x12\x1a\n\x16REDUCTION_TYPE_UNKNOWN\x10\x00\x12\x35\n1REDUCTION_TYPE_REDUCTION_COMPONENT_TYPE_END_NOTCH\x10\x07\x12\x37\n3REDUCTION_TYPE_REDUCTION_COMPONENT_TYPE_INNER_NOTCH\x10\x06\x12\x37\n3REDUCTION_TYPE_REDUCTION_COMPONENT_TYPE_START_NOTCH\x10\x05\"z\n\x1cMultipleOffsetDefinitionType\x12,\n(MULTIPLE_OFFSET_DEFINITION_TYPE_ABSOLUTE\x10\x00\x12,\n(MULTIPLE_OFFSET_DEFINITION_TYPE_RELATIVE\x10\x01\"W\n\x0bOrientation\x12#\n\x1fORIENTATION_E_ORIENTATION_DEPTH\x10\x00\x12#\n\x1fORIENTATION_E_ORIENTATION_WIDTH\x10\x01\"\xb3\x01\n\tDirection\x12(\n$DIRECTION_E_DIRECTION_DEPTH_POSITIVE\x10\x00\x12(\n$DIRECTION_E_DIRECTION_DEPTH_NEGATIVE\x10\x01\x12(\n$DIRECTION_E_DIRECTION_WIDTH_NEGATIVE\x10\x03\x12(\n$DIRECTION_E_DIRECTION_WIDTH_POSITIVE\x10\x02\x42\x05\n\x03_noB\x0e\n\x0c_descriptionB\x11\n\x0f_reduction_typeB\x0b\n\t_positionB\x0b\n\t_multipleB\x07\n\x05_noteB\x12\n\x10_multiple_numberB\"\n _multiple_offset_definition_typeB\x12\n\x10_multiple_offsetB\t\n\x07_lengthB\x0e\n\x0c_orientationB\x08\n\x06_depthB\x0c\n\n_directionB\x0c\n\n_stabilityB\x0e\n\x0c_fire_designB\x14\n\x12_fire_exposure_topB\x15\n\x13_fire_exposure_leftB\x16\n\x14_fire_exposure_rightB\x17\n\x15_fire_exposure_bottomB\n\n\x08_supportB\x13\n\x11_support_distanceB\x1c\n\x1a_stiffening_elements_applyB\x1d\n\x1b_stiffening_elements_numberB\x1d\n\x1b_stiffening_elements_objectB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\r\n\x0b_componentsB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_timber_design.timber_member_local_section_reduction_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION']._serialized_start=131
35
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION']._serialized_end=3062
36
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSTABLE']._serialized_start=562
37
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSTABLE']._serialized_end=684
38
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW']._serialized_start=687
39
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW']._serialized_end=2889
40
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_REDUCTIONTYPE']._serialized_start=1829
41
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_REDUCTIONTYPE']._serialized_end=2041
42
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_start=2043
43
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_MULTIPLEOFFSETDEFINITIONTYPE']._serialized_end=2165
44
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_ORIENTATION']._serialized_start=2167
45
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_ORIENTATION']._serialized_end=2254
46
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_DIRECTION']._serialized_start=2257
47
- _globals['_TIMBERMEMBERLOCALSECTIONREDUCTION_COMPONENTSROW_DIRECTION']._serialized_end=2436
48
- # @@protoc_insertion_point(module_scope)
@@ -1,38 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rstab/types_for_timber_design/timber_moisture_class.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rstab/types_for_timber_design/timber_moisture_class.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDdlubal/api/rstab/types_for_timber_design/timber_moisture_class.proto\x12(dlubal.api.rstab.types_for_timber_design\"\x81\x05\n\x13TimberMoistureClass\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12 \n\x13\x61ssigned_to_objects\x18\x06 \x01(\tH\x03\x88\x01\x01\x12h\n\x0emoisture_class\x18\x07 \x01(\x0e\x32K.dlubal.api.rstab.types_for_timber_design.TimberMoistureClass.MoistureClassH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x05\x88\x01\x01\x12!\n\x14id_for_export_import\x18\t \x01(\tH\x06\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\n \x01(\tH\x07\x88\x01\x01\"m\n\rMoistureClass\x12\x1a\n\x16MOISTURE_CLASS_UNKNOWN\x10\x00\x12\x14\n\x10MOISTURE_CLASS_1\x10\x01\x12\x14\n\x10MOISTURE_CLASS_2\x10\x02\x12\x14\n\x10MOISTURE_CLASS_3\x10\x03\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x16\n\x14_assigned_to_objectsB\x11\n\x0f_moisture_classB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_timber_design.timber_moisture_class_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_TIMBERMOISTURECLASS']._serialized_start=115
35
- _globals['_TIMBERMOISTURECLASS']._serialized_end=756
36
- _globals['_TIMBERMOISTURECLASS_MOISTURECLASS']._serialized_start=490
37
- _globals['_TIMBERMOISTURECLASS_MOISTURECLASS']._serialized_end=599
38
- # @@protoc_insertion_point(module_scope)
@@ -1,38 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rstab/types_for_timber_design/timber_screw_type.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rstab/types_for_timber_design/timber_screw_type.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@dlubal/api/rstab/types_for_timber_design/timber_screw_type.proto\x12(dlubal.api.rstab.types_for_timber_design\"\xd0\n\n\x0fTimberScrewType\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\\\n\nscrew_type\x18\x04 \x01(\x0e\x32\x43.dlubal.api.rstab.types_for_timber_design.TimberScrewType.ScrewTypeH\x03\x88\x01\x01\x12\x1b\n\x0eouter_diameter\x18\x05 \x01(\x01H\x04\x88\x01\x01\x12\x1a\n\rcore_diameter\x18\x06 \x01(\x01H\x05\x88\x01\x01\x12\x19\n\x0cscrew_length\x18\x07 \x01(\x01H\x06\x88\x01\x01\x12\x1a\n\rthread_length\x18\x08 \x01(\x01H\x07\x88\x01\x01\x12\x1c\n\x0f\x65lastic_modulus\x18\t \x01(\x01H\x08\x88\x01\x01\x12\x1b\n\x0eyield_strength\x18\n \x01(\x01H\t\x88\x01\x01\x12,\n\x1f\x63haracteristic_tensile_strength\x18\x0b \x01(\x01H\n\x88\x01\x01\x12/\n\"characteristic_withdrawal_strength\x18\x0c \x01(\x01H\x0b\x88\x01\x01\x12\x1e\n\x11reference_density\x18\r \x01(\x01H\x0c\x88\x01\x01\x12$\n\x17minimum_screw_spacing_1\x18\x0e \x01(\x01H\r\x88\x01\x01\x12$\n\x17minimum_screw_spacing_2\x18\x0f \x01(\x01H\x0e\x88\x01\x01\x12*\n\x1dminimum_screw_edge_distance_1\x18\x10 \x01(\x01H\x0f\x88\x01\x01\x12*\n\x1dminimum_screw_edge_distance_2\x18\x11 \x01(\x01H\x10\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x12 \x01(\tH\x11\x88\x01\x01\x12\x19\n\x0cis_generated\x18\x13 \x01(\x08H\x12\x88\x01\x01\x12#\n\x16generating_object_info\x18\x14 \x01(\tH\x13\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x15 \x01(\tH\x14\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x16 \x01(\tH\x15\x88\x01\x01\"*\n\tScrewType\x12\x1d\n\x19SCREW_TYPE_FULLY_THREADED\x10\x00\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\r\n\x0b_screw_typeB\x11\n\x0f_outer_diameterB\x10\n\x0e_core_diameterB\x0f\n\r_screw_lengthB\x10\n\x0e_thread_lengthB\x12\n\x10_elastic_modulusB\x11\n\x0f_yield_strengthB\"\n _characteristic_tensile_strengthB%\n#_characteristic_withdrawal_strengthB\x14\n\x12_reference_densityB\x1a\n\x18_minimum_screw_spacing_1B\x1a\n\x18_minimum_screw_spacing_2B \n\x1e_minimum_screw_edge_distance_1B \n\x1e_minimum_screw_edge_distance_2B\n\n\x08_commentB\x0f\n\r_is_generatedB\x19\n\x17_generating_object_infoB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_timber_design.timber_screw_type_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_TIMBERSCREWTYPE']._serialized_start=111
35
- _globals['_TIMBERSCREWTYPE']._serialized_end=1471
36
- _globals['_TIMBERSCREWTYPE_SCREWTYPE']._serialized_start=924
37
- _globals['_TIMBERSCREWTYPE_SCREWTYPE']._serialized_end=966
38
- # @@protoc_insertion_point(module_scope)
@@ -1,38 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rstab/types_for_timber_design/timber_service_class.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rstab/types_for_timber_design/timber_service_class.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nCdlubal/api/rstab/types_for_timber_design/timber_service_class.proto\x12(dlubal.api.rstab.types_for_timber_design\"\xf7\x04\n\x12TimberServiceClass\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12 \n\x13\x61ssigned_to_objects\x18\x06 \x01(\tH\x03\x88\x01\x01\x12\x65\n\rservice_class\x18\x07 \x01(\x0e\x32I.dlubal.api.rstab.types_for_timber_design.TimberServiceClass.ServiceClassH\x04\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x08 \x01(\tH\x05\x88\x01\x01\x12!\n\x14id_for_export_import\x18\t \x01(\tH\x06\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\n \x01(\tH\x07\x88\x01\x01\"h\n\x0cServiceClass\x12\x19\n\x15SERVICE_CLASS_UNKNOWN\x10\x00\x12\x13\n\x0fSERVICE_CLASS_1\x10\x01\x12\x13\n\x0fSERVICE_CLASS_2\x10\x02\x12\x13\n\x0fSERVICE_CLASS_3\x10\x03\x42\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x16\n\x14_assigned_to_objectsB\x10\n\x0e_service_classB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_timber_design.timber_service_class_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_TIMBERSERVICECLASS']._serialized_start=114
35
- _globals['_TIMBERSERVICECLASS']._serialized_end=745
36
- _globals['_TIMBERSERVICECLASS_SERVICECLASS']._serialized_start=485
37
- _globals['_TIMBERSERVICECLASS_SERVICECLASS']._serialized_end=589
38
- # @@protoc_insertion_point(module_scope)
@@ -1,42 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: dlubal/api/rstab/types_for_timber_design/timber_service_conditions.proto
5
- # Protobuf Python Version: 5.28.1
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 1,
17
- '',
18
- 'dlubal/api/rstab/types_for_timber_design/timber_service_conditions.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHdlubal/api/rstab/types_for_timber_design/timber_service_conditions.proto\x12(dlubal.api.rstab.types_for_timber_design\"\x9e\x13\n\x17TimberServiceConditions\x12\x0f\n\x02no\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19user_defined_name_enabled\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\x04name\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x0f\n\x07members\x18\x04 \x03(\x05\x12\x13\n\x0bmember_sets\x18\x05 \x03(\x05\x12 \n\x13\x61ssigned_to_objects\x18\x06 \x01(\tH\x03\x88\x01\x01\x12\x83\x01\n\x1amoisture_service_condition\x18\x07 \x01(\x0e\x32Z.dlubal.api.rstab.types_for_timber_design.TimberServiceConditions.MoistureServiceConditionH\x04\x88\x01\x01\x12\x63\n\ttreatment\x18\x08 \x01(\x0e\x32K.dlubal.api.rstab.types_for_timber_design.TimberServiceConditions.TreatmentH\x05\x88\x01\x01\x12g\n\x0btemperature\x18\t \x01(\x0e\x32M.dlubal.api.rstab.types_for_timber_design.TimberServiceConditions.TemperatureH\x06\x88\x01\x01\x12 \n\x13outdoor_environment\x18\n \x01(\x08H\x07\x88\x01\x01\x12\x32\n%long_term_high_temperature_of_surface\x18\x0b \x01(\x08H\x08\x88\x01\x01\x12,\n\x1fpermanent_load_design_situation\x18\x0c \x01(\x08H\t\x88\x01\x01\x12\x1e\n\x11timber_structures\x18\r \x01(\x08H\n\x88\x01\x01\x12\x33\n&short_term_construction_or_maintenance\x18\x0e \x01(\x08H\x0b\x88\x01\x01\x12(\n\x1btimber_is_point_impregnated\x18\x0f \x01(\x08H\x0c\x88\x01\x01\x12$\n\x17member_pressure_treated\x18\x10 \x01(\x08H\r\x88\x01\x01\x12)\n\x1c\x65quilibrium_moisture_content\x18\x11 \x01(\x01H\x0e\x88\x01\x01\x12%\n\x18user_defined_temperature\x18\x12 \x01(\x01H\x0f\x88\x01\x01\x12=\n0impregnation_with_flame_retardant_under_pressure\x18\x13 \x01(\x08H\x10\x88\x01\x01\x12\x1f\n\x12pressure_treatment\x18\x14 \x01(\x08H\x11\x88\x01\x01\x12\x1e\n\x11recombined_timber\x18\x15 \x01(\x08H\x12\x88\x01\x01\x12\x14\n\x07\x63omment\x18\x16 \x01(\tH\x13\x88\x01\x01\x12!\n\x14id_for_export_import\x18\x17 \x01(\tH\x14\x88\x01\x01\x12\'\n\x1ametadata_for_export_import\x18\x18 \x01(\tH\x15\x88\x01\x01\"\xaf\x02\n\x18MoistureServiceCondition\x12&\n\"MOISTURE_SERVICE_CONDITION_UNKNOWN\x10\x00\x12\"\n\x1eMOISTURE_SERVICE_CONDITION_DRY\x10\x01\x12$\n MOISTURE_SERVICE_CONDITION_MOIST\x10\x03\x12)\n%MOISTURE_SERVICE_CONDITION_RATHER_DRY\x10\x05\x12)\n%MOISTURE_SERVICE_CONDITION_RATHER_WET\x10\x06\x12\'\n#MOISTURE_SERVICE_CONDITION_VERY_DRY\x10\x04\x12\"\n\x1eMOISTURE_SERVICE_CONDITION_WET\x10\x02\"p\n\tTreatment\x12\x15\n\x11TREATMENT_UNKNOWN\x10\x00\x12\x1c\n\x18TREATMENT_FIRE_RETARDANT\x10\x03\x12\x12\n\x0eTREATMENT_NONE\x10\x01\x12\x1a\n\x16TREATMENT_PRESERVATIVE\x10\x02\"\xcf\x02\n\x0bTemperature\x12\x17\n\x13TEMPERATURE_UNKNOWN\x10\x00\x12\x1b\n\x17TEMPERATURE_EQUAL_TO_50\x10\x06\x12!\n\x1dTEMPERATURE_LESS_OR_EQUAL_100\x10\x01\x12 \n\x1cTEMPERATURE_LESS_OR_EQUAL_35\x10\x04\x12\x1d\n\x19TEMPERATURE_RANGE_100_125\x10\x02\x12\x1d\n\x19TEMPERATURE_RANGE_125_150\x10\x03\x12\x1b\n\x17TEMPERATURE_RANGE_35_50\x10\x05\x12\"\n\x1eTEMPERATURE_TEMPERATURE_ZONE_1\x10\x07\x12\"\n\x1eTEMPERATURE_TEMPERATURE_ZONE_2\x10\x08\x12\"\n\x1eTEMPERATURE_TEMPERATURE_ZONE_3\x10\tB\x05\n\x03_noB\x1c\n\x1a_user_defined_name_enabledB\x07\n\x05_nameB\x16\n\x14_assigned_to_objectsB\x1d\n\x1b_moisture_service_conditionB\x0c\n\n_treatmentB\x0e\n\x0c_temperatureB\x16\n\x14_outdoor_environmentB(\n&_long_term_high_temperature_of_surfaceB\"\n _permanent_load_design_situationB\x14\n\x12_timber_structuresB)\n\'_short_term_construction_or_maintenanceB\x1e\n\x1c_timber_is_point_impregnatedB\x1a\n\x18_member_pressure_treatedB\x1f\n\x1d_equilibrium_moisture_contentB\x1b\n\x19_user_defined_temperatureB3\n1_impregnation_with_flame_retardant_under_pressureB\x15\n\x13_pressure_treatmentB\x14\n\x12_recombined_timberB\n\n\x08_commentB\x17\n\x15_id_for_export_importB\x1d\n\x1b_metadata_for_export_importb\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rstab.types_for_timber_design.timber_service_conditions_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_TIMBERSERVICECONDITIONS']._serialized_start=119
35
- _globals['_TIMBERSERVICECONDITIONS']._serialized_end=2581
36
- _globals['_TIMBERSERVICECONDITIONS_MOISTURESERVICECONDITION']._serialized_start=1240
37
- _globals['_TIMBERSERVICECONDITIONS_MOISTURESERVICECONDITION']._serialized_end=1543
38
- _globals['_TIMBERSERVICECONDITIONS_TREATMENT']._serialized_start=1545
39
- _globals['_TIMBERSERVICECONDITIONS_TREATMENT']._serialized_end=1657
40
- _globals['_TIMBERSERVICECONDITIONS_TEMPERATURE']._serialized_start=1660
41
- _globals['_TIMBERSERVICECONDITIONS_TEMPERATURE']._serialized_end=1995
42
- # @@protoc_insertion_point(module_scope)