dlubal.api 2.11.4.post1__tar.gz → 2.11.5__tar.gz

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 (833) hide show
  1. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/PKG-INFO +2 -2
  2. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/README.md +1 -1
  3. dlubal_api-2.11.5/dlubal/api/rfem/results/result_table_pb2.py +36 -0
  4. dlubal_api-2.11.5/dlubal/api/rfem/results/result_table_pb2.pyi +1036 -0
  5. dlubal_api-2.11.5/dlubal/api/rfem/results/results_type_pb2.py +36 -0
  6. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/results_type_pb2.pyi +30 -0
  7. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/solid_pb2.py +13 -13
  8. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/solid_pb2.pyi +2 -0
  9. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.py +11 -11
  10. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_foundations/single_foundation_pb2.pyi +4 -0
  11. dlubal_api-2.11.5/dlubal/api/rstab/results/result_table_pb2.py +36 -0
  12. dlubal_api-2.11.5/dlubal/api/rstab/results/result_table_pb2.pyi +450 -0
  13. dlubal_api-2.11.5/dlubal/api/rstab/results/results_type_pb2.py +36 -0
  14. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/results_type_pb2.pyi +30 -0
  15. dlubal_api-2.11.5/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +50 -0
  16. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.pyi +4 -0
  17. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal.api.egg-info/PKG-INFO +2 -2
  18. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal.api.egg-info/SOURCES.txt +1 -0
  19. dlubal_api-2.11.5/examples/rfem/results_design_addons.py +58 -0
  20. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/results_in_location.py +1 -1
  21. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/tank_wind_load.py +1 -1
  22. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/pyproject.toml +1 -1
  23. dlubal_api-2.11.4.post1/dlubal/api/rfem/results/result_table_pb2.py +0 -36
  24. dlubal_api-2.11.4.post1/dlubal/api/rfem/results/result_table_pb2.pyi +0 -200
  25. dlubal_api-2.11.4.post1/dlubal/api/rfem/results/results_type_pb2.py +0 -36
  26. dlubal_api-2.11.4.post1/dlubal/api/rstab/results/result_table_pb2.py +0 -36
  27. dlubal_api-2.11.4.post1/dlubal/api/rstab/results/result_table_pb2.pyi +0 -76
  28. dlubal_api-2.11.4.post1/dlubal/api/rstab/results/results_type_pb2.py +0 -36
  29. dlubal_api-2.11.4.post1/dlubal/api/rstab/types_for_foundations/single_foundation_pb2.py +0 -50
  30. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/__init__.py +0 -0
  31. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/__init__.py +0 -0
  32. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/__init__.py +0 -0
  33. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/common_messages_pb2.py +0 -0
  34. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/common_messages_pb2.pyi +0 -0
  35. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/common_pb2.py +0 -0
  36. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/common_pb2.pyi +0 -0
  37. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/connection.py +0 -0
  38. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/exceptions.py +0 -0
  39. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/import_export/__init__.py +0 -0
  40. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/import_export/export_attributes_pb2.py +0 -0
  41. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/import_export/export_attributes_pb2.pyi +0 -0
  42. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/import_export/import_attributes_pb2.py +0 -0
  43. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/import_export/import_attributes_pb2.pyi +0 -0
  44. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/model_id_pb2.py +0 -0
  45. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/model_id_pb2.pyi +0 -0
  46. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/packing.py +0 -0
  47. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/table.py +0 -0
  48. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/table_data_pb2.py +0 -0
  49. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/table_data_pb2.pyi +0 -0
  50. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/common/utility.py +0 -0
  51. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/__init__.py +0 -0
  52. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/all_pb2.py +0 -0
  53. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/all_pb2.pyi +0 -0
  54. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  55. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  56. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  57. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  58. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  59. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/application.py +0 -0
  60. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/application_pb2.py +0 -0
  61. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/application_pb2.pyi +0 -0
  62. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  63. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/base_data_objects/__init__.py +0 -0
  64. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/base_data_objects/terrain_pb2.py +0 -0
  65. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +0 -0
  66. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/base_data_pb2.py +0 -0
  67. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/base_data_pb2.pyi +0 -0
  68. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/__init__.py +0 -0
  69. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py +0 -0
  70. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi +0 -0
  71. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.py +0 -0
  72. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/inner_studs_structure_pb2.pyi +0 -0
  73. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.py +0 -0
  74. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/beam_panels/sheathing_to_beam_connector_pb2.pyi +0 -0
  75. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/__init__.py +0 -0
  76. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  77. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  78. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  79. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  80. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  81. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  82. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  83. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  84. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  85. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  86. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  87. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  88. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  89. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  90. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  91. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  92. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  93. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  94. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  95. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  96. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  97. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  98. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  99. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  100. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  101. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  102. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  103. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  104. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.py +0 -0
  105. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/dynamic_loads/time_diagram_pb2.pyi +0 -0
  106. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/foundation_design_objects/__init__.py +0 -0
  107. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.py +0 -0
  108. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/foundation_design_objects/concrete_design_configuration_pb2.pyi +0 -0
  109. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.py +0 -0
  110. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/foundation_design_objects/geotechnical_design_configuration_pb2.pyi +0 -0
  111. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  112. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  113. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  114. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  115. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  116. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/glass_design_objects/__init__.py +0 -0
  117. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py +0 -0
  118. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi +0 -0
  119. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.py +0 -0
  120. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/glass_design_objects/glass_design_uls_configuration_pb2.pyi +0 -0
  121. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  122. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  123. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  124. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  125. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  126. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  127. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  128. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  129. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  130. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  131. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  132. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  133. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  134. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  135. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  136. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  137. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  138. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  139. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.py +0 -0
  140. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  141. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/guideline_pb2.py +0 -0
  142. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/guideline_pb2.pyi +0 -0
  143. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/layer_group_pb2.py +0 -0
  144. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/layer_group_pb2.pyi +0 -0
  145. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/layer_pb2.py +0 -0
  146. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/layer_pb2.pyi +0 -0
  147. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  148. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  149. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  150. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  151. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  152. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  153. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/ifc_objects/__init__.py +0 -0
  154. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  155. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  156. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py +0 -0
  157. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  158. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  159. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  160. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  161. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  162. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  163. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  164. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  165. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  166. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.py +0 -0
  167. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/import_support_reactions_pb2.pyi +0 -0
  168. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/load_model_pb2.py +0 -0
  169. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/load_model_pb2.pyi +0 -0
  170. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  171. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  172. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  173. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  174. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/moving_load_pb2.py +0 -0
  175. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/moving_load_pb2.pyi +0 -0
  176. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  177. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  178. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  179. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  180. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/__init__.py +0 -0
  181. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  182. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  183. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  184. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  185. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  186. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  187. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  188. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  189. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  190. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  191. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  192. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  193. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  194. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  195. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  196. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  197. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  198. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  199. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  200. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  201. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  202. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  203. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  204. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  205. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  206. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  207. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  208. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  209. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.py +0 -0
  210. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/time_history_analysis_settings_pb2.pyi +0 -0
  211. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  212. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  213. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/__init__.py +0 -0
  214. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/additional_foundation_load_pb2.py +0 -0
  215. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/additional_foundation_load_pb2.pyi +0 -0
  216. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  217. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  218. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  219. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  220. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  221. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  222. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  223. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  224. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  225. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  226. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  227. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  228. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  229. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  230. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  231. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  232. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  233. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  234. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  235. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  236. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  237. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  238. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  239. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  240. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  241. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  242. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  243. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  244. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  245. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  246. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  247. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  248. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  249. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  250. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/object_id_pb2.py +0 -0
  251. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/object_id_pb2.pyi +0 -0
  252. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/object_type_pb2.py +0 -0
  253. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
  254. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  255. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/result_objects/result_point_pb2.py +0 -0
  256. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/result_objects/result_point_pb2.pyi +0 -0
  257. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  258. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  259. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/__init__.py +0 -0
  260. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  261. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  262. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/settings/__init__.py +0 -0
  263. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/settings/result_settings_pb2.py +0 -0
  264. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/results/settings/result_settings_pb2.pyi +0 -0
  265. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/rsection_stresses/__init__.py +0 -0
  266. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.py +0 -0
  267. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/rsection_stresses/member_configuration_pb2.pyi +0 -0
  268. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  269. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  270. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  271. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  272. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  273. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  274. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  275. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  276. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  277. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_joint_design_addon_objects/__init__.py +0 -0
  278. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.py +0 -0
  279. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_stiffness_analysis_configuration_pb2.pyi +0 -0
  280. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.py +0 -0
  281. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/steel_joint_design_addon_objects/joint_uls_configuration_pb2.pyi +0 -0
  282. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/__init__.py +0 -0
  283. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.py +0 -0
  284. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/line_welded_joint_configuration_pb2.pyi +0 -0
  285. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.py +0 -0
  286. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/solid_configuration_pb2.pyi +0 -0
  287. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.py +0 -0
  288. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/stress_analysis_objects/surface_configuration_pb2.pyi +0 -0
  289. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  290. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  291. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  292. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/design_strip_pb2.py +0 -0
  293. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/design_strip_pb2.pyi +0 -0
  294. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.py +0 -0
  295. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/design_strip_wizard_pb2.pyi +0 -0
  296. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  297. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  298. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  299. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  300. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  301. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  302. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  303. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  304. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  305. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  306. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.py +0 -0
  307. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surface_cell_pb2.pyi +0 -0
  308. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  309. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  310. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  311. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  312. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  313. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  314. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  315. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  316. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  317. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  318. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  319. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
  320. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
  321. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  322. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  323. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  324. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  325. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  326. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  327. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  328. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  329. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  330. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  331. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  332. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  333. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  334. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  335. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  336. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  337. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  338. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  339. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  340. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  341. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  342. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  343. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  344. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  345. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  346. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  347. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  348. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  349. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  350. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  351. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  352. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  353. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  354. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  355. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  356. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  357. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  358. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  359. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  360. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  361. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  362. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  363. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  364. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  365. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  366. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  367. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  368. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  369. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  370. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_craneway_design/__init__.py +0 -0
  371. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.py +0 -0
  372. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_craneway_design/crane_pb2.pyi +0 -0
  373. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.py +0 -0
  374. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_craneway_design/craneway_pb2.pyi +0 -0
  375. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_foundations/__init__.py +0 -0
  376. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_glass_design/__init__.py +0 -0
  377. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.py +0 -0
  378. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_glass_design/glass_composition_model_pb2.pyi +0 -0
  379. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  380. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  381. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  382. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  383. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  384. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  385. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  386. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  387. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  388. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  389. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  390. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  391. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.py +0 -0
  392. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/diagonal_brace_pb2.pyi +0 -0
  393. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  394. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  395. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  396. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  397. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  398. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  399. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  400. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  401. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  402. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  403. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  404. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  405. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  406. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  407. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  408. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  409. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  410. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  411. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  412. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  413. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  414. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  415. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  416. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  417. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  418. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.py +0 -0
  419. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/nodal_link_pb2.pyi +0 -0
  420. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  421. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  422. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  423. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  424. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  425. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  426. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  427. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  428. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  429. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  430. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  431. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  432. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  433. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  434. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  435. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  436. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  437. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  438. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  439. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  440. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  441. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  442. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  443. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  444. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  445. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  446. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  447. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  448. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  449. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_joints/__init__.py +0 -0
  450. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.py +0 -0
  451. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_steel_joints/steel_joint_pb2.pyi +0 -0
  452. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  453. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  454. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  455. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  456. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  457. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  458. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  459. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  460. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  461. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  462. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  463. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  464. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  465. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  466. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  467. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  468. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  469. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  470. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  471. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  472. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  473. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  474. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/__init__.py +0 -0
  475. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/all_pb2.py +0 -0
  476. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/all_pb2.pyi +0 -0
  477. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/application.py +0 -0
  478. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/application_pb2.py +0 -0
  479. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/application_pb2.pyi +0 -0
  480. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/application_pb2_grpc.py +0 -0
  481. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/base_data_pb2.py +0 -0
  482. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/base_data_pb2.pyi +0 -0
  483. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/__init__.py +0 -0
  484. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/dimension_pb2.py +0 -0
  485. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/dimension_pb2.pyi +0 -0
  486. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.py +0 -0
  487. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  488. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.py +0 -0
  489. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  490. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/object_snap_pb2.py +0 -0
  491. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/guide_objects/object_snap_pb2.pyi +0 -0
  492. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/loading/__init__.py +0 -0
  493. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/loading/load_case_pb2.py +0 -0
  494. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/loading/load_case_pb2.pyi +0 -0
  495. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/loading/load_combination_pb2.py +0 -0
  496. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/loading/load_combination_pb2.pyi +0 -0
  497. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/object_id_pb2.py +0 -0
  498. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/object_id_pb2.pyi +0 -0
  499. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/object_type_pb2.py +0 -0
  500. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/object_type_pb2.pyi +0 -0
  501. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/__init__.py +0 -0
  502. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/result_table_pb2.py +0 -0
  503. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/result_table_pb2.pyi +0 -0
  504. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/results_query_pb2.py +0 -0
  505. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/results_query_pb2.pyi +0 -0
  506. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/results_type_pb2.py +0 -0
  507. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/results_type_pb2.pyi +0 -0
  508. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/settings/__init__.py +0 -0
  509. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/settings/result_settings_pb2.py +0 -0
  510. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/results/settings/result_settings_pb2.pyi +0 -0
  511. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/__init__.py +0 -0
  512. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/bar_pb2.py +0 -0
  513. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/bar_pb2.pyi +0 -0
  514. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/element_pb2.py +0 -0
  515. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/element_pb2.pyi +0 -0
  516. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/line_pb2.py +0 -0
  517. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/line_pb2.pyi +0 -0
  518. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/material_pb2.py +0 -0
  519. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/material_pb2.pyi +0 -0
  520. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/opening_pb2.py +0 -0
  521. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/opening_pb2.pyi +0 -0
  522. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/part_pb2.py +0 -0
  523. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/part_pb2.pyi +0 -0
  524. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/point_pb2.py +0 -0
  525. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/point_pb2.pyi +0 -0
  526. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/section_pb2.py +0 -0
  527. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/section_pb2.pyi +0 -0
  528. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/stirrup_pb2.py +0 -0
  529. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/stirrup_pb2.pyi +0 -0
  530. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/stress_point_pb2.py +0 -0
  531. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rsection/structure_core/stress_point_pb2.pyi +0 -0
  532. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/__init__.py +0 -0
  533. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/all_pb2.py +0 -0
  534. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/all_pb2.pyi +0 -0
  535. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/aluminum_design_objects/__init__.py +0 -0
  536. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  537. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  538. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  539. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  540. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/application.py +0 -0
  541. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/application_pb2.py +0 -0
  542. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/application_pb2.pyi +0 -0
  543. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/application_pb2_grpc.py +0 -0
  544. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/base_data_objects/__init__.py +0 -0
  545. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/base_data_objects/terrain_pb2.py +0 -0
  546. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +0 -0
  547. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/base_data_pb2.py +0 -0
  548. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/base_data_pb2.pyi +0 -0
  549. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/calculation_diagrams/__init__.py +0 -0
  550. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  551. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  552. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/__init__.py +0 -0
  553. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.py +0 -0
  554. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_fr_configuration_pb2.pyi +0 -0
  555. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.py +0 -0
  556. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_seismic_configuration_pb2.pyi +0 -0
  557. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  558. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  559. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  560. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  561. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/__init__.py +0 -0
  562. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.py +0 -0
  563. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/accelerogram_pb2.pyi +0 -0
  564. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.py +0 -0
  565. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  566. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.py +0 -0
  567. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/dynamic_loads/time_diagram_pb2.pyi +0 -0
  568. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/global_parameters/__init__.py +0 -0
  569. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/global_parameters/global_parameter_pb2.py +0 -0
  570. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/global_parameters/global_parameter_pb2.pyi +0 -0
  571. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/__init__.py +0 -0
  572. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/building_grid_pb2.py +0 -0
  573. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/building_grid_pb2.pyi +0 -0
  574. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/clipping_box_pb2.py +0 -0
  575. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/clipping_box_pb2.pyi +0 -0
  576. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.py +0 -0
  577. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/clipping_plane_pb2.pyi +0 -0
  578. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.py +0 -0
  579. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/coordinate_system_pb2.pyi +0 -0
  580. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/dimension_pb2.py +0 -0
  581. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/dimension_pb2.pyi +0 -0
  582. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.py +0 -0
  583. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  584. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.py +0 -0
  585. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/dxf_model_object_pb2.pyi +0 -0
  586. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.py +0 -0
  587. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/group_of_object_selections_pb2.pyi +0 -0
  588. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/guideline_pb2.py +0 -0
  589. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/guideline_pb2.pyi +0 -0
  590. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/layer_group_pb2.py +0 -0
  591. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/layer_group_pb2.pyi +0 -0
  592. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/layer_pb2.py +0 -0
  593. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/layer_pb2.pyi +0 -0
  594. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/note_pb2.py +0 -0
  595. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/note_pb2.pyi +0 -0
  596. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/object_snap_pb2.py +0 -0
  597. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/object_snap_pb2.pyi +0 -0
  598. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/visual_object_pb2.py +0 -0
  599. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +0 -0
  600. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/ifc_objects/__init__.py +0 -0
  601. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +0 -0
  602. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +0 -0
  603. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py +0 -0
  604. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi +0 -0
  605. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/__init__.py +0 -0
  606. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/imperfection_case_pb2.py +0 -0
  607. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/imperfection_case_pb2.pyi +0 -0
  608. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/member_imperfection_pb2.py +0 -0
  609. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/member_imperfection_pb2.pyi +0 -0
  610. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.py +0 -0
  611. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/imperfections/member_set_imperfection_pb2.pyi +0 -0
  612. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/__init__.py +0 -0
  613. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.py +0 -0
  614. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/import_support_reactions_pb2.pyi +0 -0
  615. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/load_model_pb2.py +0 -0
  616. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/load_model_pb2.pyi +0 -0
  617. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.py +0 -0
  618. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/member_loads_from_area_load_pb2.pyi +0 -0
  619. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.py +0 -0
  620. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/member_loads_from_free_line_load_pb2.pyi +0 -0
  621. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/moving_load_pb2.py +0 -0
  622. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/load_wizards/moving_load_pb2.pyi +0 -0
  623. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/__init__.py +0 -0
  624. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/action_combination_pb2.py +0 -0
  625. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/action_combination_pb2.pyi +0 -0
  626. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/action_pb2.py +0 -0
  627. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/action_pb2.pyi +0 -0
  628. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/combination_wizard_pb2.py +0 -0
  629. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/combination_wizard_pb2.pyi +0 -0
  630. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/design_situation_pb2.py +0 -0
  631. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/design_situation_pb2.pyi +0 -0
  632. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/load_case_pb2.py +0 -0
  633. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/load_case_pb2.pyi +0 -0
  634. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/load_combination_pb2.py +0 -0
  635. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/load_combination_pb2.pyi +0 -0
  636. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.py +0 -0
  637. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/modal_analysis_settings_pb2.pyi +0 -0
  638. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/optimization_settings_pb2.py +0 -0
  639. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/optimization_settings_pb2.pyi +0 -0
  640. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.py +0 -0
  641. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/relationship_between_load_cases_pb2.pyi +0 -0
  642. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/result_combination_pb2.py +0 -0
  643. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/result_combination_pb2.pyi +0 -0
  644. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.py +0 -0
  645. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/spectral_analysis_settings_pb2.pyi +0 -0
  646. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.py +0 -0
  647. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/stability_analysis_settings_pb2.pyi +0 -0
  648. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/static_analysis_settings_pb2.py +0 -0
  649. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/static_analysis_settings_pb2.pyi +0 -0
  650. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.py +0 -0
  651. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loading/time_history_analysis_settings_pb2.pyi +0 -0
  652. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/__init__.py +0 -0
  653. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/additional_foundation_load_pb2.py +0 -0
  654. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/additional_foundation_load_pb2.pyi +0 -0
  655. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.py +0 -0
  656. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  657. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/member_load_pb2.py +0 -0
  658. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/member_load_pb2.pyi +0 -0
  659. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/member_set_load_pb2.py +0 -0
  660. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/member_set_load_pb2.pyi +0 -0
  661. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/nodal_load_pb2.py +0 -0
  662. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/loads/nodal_load_pb2.pyi +0 -0
  663. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/object_id_pb2.py +0 -0
  664. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/object_id_pb2.pyi +0 -0
  665. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/object_type_pb2.py +0 -0
  666. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/object_type_pb2.pyi +0 -0
  667. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/__init__.py +0 -0
  668. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/results_query_pb2.py +0 -0
  669. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/results_query_pb2.pyi +0 -0
  670. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/settings/__init__.py +0 -0
  671. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/settings/result_settings_pb2.py +0 -0
  672. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/results/settings/result_settings_pb2.pyi +0 -0
  673. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/__init__.py +0 -0
  674. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  675. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  676. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  677. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  678. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  679. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  680. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  681. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  682. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/__init__.py +0 -0
  683. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/block_pb2.py +0 -0
  684. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/block_pb2.pyi +0 -0
  685. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.py +0 -0
  686. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/nodal_release_pb2.pyi +0 -0
  687. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.py +0 -0
  688. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi +0 -0
  689. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/__init__.py +0 -0
  690. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/material_pb2.py +0 -0
  691. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/material_pb2.pyi +0 -0
  692. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_pb2.py +0 -0
  693. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_pb2.pyi +0 -0
  694. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_representative_pb2.py +0 -0
  695. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_representative_pb2.pyi +0 -0
  696. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_set_pb2.py +0 -0
  697. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_set_pb2.pyi +0 -0
  698. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_set_representative_pb2.py +0 -0
  699. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +0 -0
  700. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/node_pb2.py +0 -0
  701. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/node_pb2.pyi +0 -0
  702. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/section_pb2.py +0 -0
  703. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/structure_core/section_pb2.pyi +0 -0
  704. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/__init__.py +0 -0
  705. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  706. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  707. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  708. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  709. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  710. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  711. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/__init__.py +0 -0
  712. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.py +0 -0
  713. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_boundary_conditions_pb2.pyi +0 -0
  714. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  715. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  716. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  717. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  718. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  719. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  720. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_concrete_design/__init__.py +0 -0
  721. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  722. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  723. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  724. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  725. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_craneway_design/__init__.py +0 -0
  726. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.py +0 -0
  727. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_craneway_design/crane_pb2.pyi +0 -0
  728. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.py +0 -0
  729. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_craneway_design/craneway_pb2.pyi +0 -0
  730. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_foundations/__init__.py +0 -0
  731. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/__init__.py +0 -0
  732. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/design_support_pb2.py +0 -0
  733. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/design_support_pb2.pyi +0 -0
  734. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.py +0 -0
  735. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/diagonal_brace_pb2.pyi +0 -0
  736. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.py +0 -0
  737. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  738. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.py +0 -0
  739. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_eccentricity_pb2.pyi +0 -0
  740. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_hinge_pb2.py +0 -0
  741. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_hinge_pb2.pyi +0 -0
  742. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.py +0 -0
  743. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  744. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  745. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  746. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.py +0 -0
  747. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  748. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.py +0 -0
  749. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_shear_panel_pb2.pyi +0 -0
  750. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_spring_pb2.py +0 -0
  751. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_spring_pb2.pyi +0 -0
  752. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.py +0 -0
  753. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  754. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_support_pb2.py +0 -0
  755. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_support_pb2.pyi +0 -0
  756. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  757. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  758. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_nodes/__init__.py +0 -0
  759. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.py +0 -0
  760. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_nodes/nodal_support_pb2.pyi +0 -0
  761. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_special_objects/__init__.py +0 -0
  762. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  763. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  764. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/__init__.py +0 -0
  765. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  766. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  767. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  768. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  769. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  770. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  771. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.py +0 -0
  772. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_steel_design/steel_member_transverse_weld_pb2.pyi +0 -0
  773. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/__init__.py +0 -0
  774. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  775. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  776. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  777. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  778. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  779. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  780. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.py +0 -0
  781. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_screw_type_pb2.pyi +0 -0
  782. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py +0 -0
  783. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  784. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  785. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  786. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal.api.egg-info/dependency_links.txt +0 -0
  787. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal.api.egg-info/not-zip-safe +0 -0
  788. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal.api.egg-info/requires.txt +0 -0
  789. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/dlubal.api.egg-info/top_level.txt +0 -0
  790. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/block.py +0 -0
  791. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/bus_station.py +0 -0
  792. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/cantilever.py +0 -0
  793. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/column.py +0 -0
  794. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/dataframe.py +0 -0
  795. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/demo_limits.py +0 -0
  796. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/excel.py +0 -0
  797. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/export_model_to.py +0 -0
  798. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/frame.py +0 -0
  799. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/import_model_from.py +0 -0
  800. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/multiple_models.py +0 -0
  801. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/nested_tables.py +0 -0
  802. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/pydantic_streamlit.py +0 -0
  803. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/results_access.py +0 -0
  804. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/results_axes_system.py +0 -0
  805. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/results_filtering.py +0 -0
  806. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/results_multiple_models.py +0 -0
  807. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/sectioned_roof.py +0 -0
  808. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/select_objects.py +0 -0
  809. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/silo.py +0 -0
  810. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/steel_hall.py +0 -0
  811. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rfem/steel_station.py +0 -0
  812. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rsection/steel_section.py +0 -0
  813. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/cantilever.py +0 -0
  814. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/column.py +0 -0
  815. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/dataframe.py +0 -0
  816. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/excel.py +0 -0
  817. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/frame.py +0 -0
  818. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/import_ifc.py +0 -0
  819. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/multiple_models.py +0 -0
  820. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/nested_tables.py +0 -0
  821. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/pydantic_streamlit.py +0 -0
  822. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/results_access.py +0 -0
  823. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/results_axes_system.py +0 -0
  824. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/results_in_location.py +0 -0
  825. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/results_multiple_models.py +0 -0
  826. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/examples/rstab/select_objects.py +0 -0
  827. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/google/protobuf/any_pb2.py +0 -0
  828. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/google/protobuf/any_pb2.pyi +0 -0
  829. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/google/protobuf/empty_pb2.py +0 -0
  830. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/google/protobuf/empty_pb2.pyi +0 -0
  831. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/google/protobuf/wrappers_pb2.py +0 -0
  832. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/google/protobuf/wrappers_pb2.pyi +0 -0
  833. {dlubal_api-2.11.4.post1 → dlubal_api-2.11.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dlubal.api
3
- Version: 2.11.4.post1
3
+ Version: 2.11.5
4
4
  Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
5
  Author-email: Dlubal Software <api@dlubal.com>
6
6
  License-Expression: MIT
@@ -24,7 +24,7 @@ Requires-Dist: pandas==2.2.3
24
24
 
25
25
  This package version is fully compatible with the following **Dlubal App version**:
26
26
 
27
- ✅ **X.11.0004.277.e3fb8eb82f6**
27
+ ✅ **X.11.0005.171.c105aa834b4**
28
28
 
29
29
  ## Overview
30
30
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -8,7 +8,7 @@
8
8
 
9
9
  This package version is fully compatible with the following **Dlubal App version**:
10
10
 
11
- ✅ **X.11.0004.277.e3fb8eb82f6**
11
+ ✅ **X.11.0005.171.c105aa834b4**
12
12
 
13
13
  ## Overview
14
14
  The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software **RFEM 6** and **RSTAB 9**, with plans for near-future support for additional products in the Dlubal portfolio.
@@ -0,0 +1,36 @@
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/results/result_table.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/results/result_table.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/rfem/results/result_table.proto\x12\x17\x64lubal.api.rfem.results*\x82\xa2\x02\n\x0bResultTable\x12\x18\n\x14INVALID_RESULT_TABLE\x10\x00\x12I\nDALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x97\x06\x12@\n;ALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DEEP_BEAM_TABLE\x10\x9c\x06\x12G\nBALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x98\x06\x12>\n9ALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x99\x06\x12?\n:ALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x9d\x06\x12?\n:ALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x9a\x06\x12>\n9ALUMINUM_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\x9b\x06\x12\x46\nAALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_ENDS_TABLE\x10\xb5\x06\x12\x41\n<ALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_TABLE\x10\xb4\x06\x12\x43\n>ALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_ENDS_TABLE\x10\xab\x06\x12R\nMALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_ENDS_TABLE\x10\xaf\x06\x12M\nHALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xae\x06\x12G\nBALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_ENDS_TABLE\x10\xad\x06\x12V\nQALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_ENDS_TABLE\x10\xb1\x06\x12Q\nLALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xb0\x06\x12\x42\n=ALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xac\x06\x12>\n9ALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_TABLE\x10\xaa\x06\x12G\nBALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_ENDS_TABLE\x10\xb3\x06\x12\x42\n=ALUMINUM_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_TABLE\x10\xb2\x06\x12,\n\'ALUMINUM_DESIGN_GOVERNING_LOADING_TABLE\x10\xb8\x06\x12\x46\nAALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xfa\x05\x12\x44\n?ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xfb\x05\x12;\n6ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xfc\x05\x12<\n7ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x81\x06\x12<\n7ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xfd\x05\x12>\n9ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_SET_TABLE\x10\x80\x06\x12:\n5ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_TABLE\x10\xff\x05\x12;\n6ALUMINUM_DESIGN_MEMBERS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xfe\x05\x12U\nPALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x82\x06\x12S\nNALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x83\x06\x12J\nEALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x84\x06\x12K\nFALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x88\x06\x12K\nFALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x85\x06\x12X\nSALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\x87\x06\x12J\nEALUMINUM_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\x86\x06\x12Y\nTALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x89\x06\x12W\nRALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x8a\x06\x12N\nIALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x8b\x06\x12O\nJALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x8f\x06\x12O\nJALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x8c\x06\x12`\n[ALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\x8e\x06\x12N\nIALUMINUM_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\x8d\x06\x12\x37\n2ALUMINUM_DESIGN_OVERVIEW_ERRORS_AND_WARNINGS_TABLE\x10\xba\x06\x12\x39\n4ALUMINUM_DESIGN_OVERVIEW_NOT_VALID_DEACTIVATED_TABLE\x10\xb9\x06\x12J\nEALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x90\x06\x12H\nCALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x91\x06\x12?\n:ALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x92\x06\x12@\n;ALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x96\x06\x12@\n;ALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x93\x06\x12?\n:ALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\x94\x06\x12\x42\n=ALUMINUM_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SHEAR_WALL_TABLE\x10\x95\x06\x12?\n:ALUMINUM_DESIGN_SLENDERNESS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xa8\x06\x12\x43\n>ALUMINUM_DESIGN_SLENDERNESS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xa9\x06\x12\x34\n/ALUMINUM_DESIGN_SLENDERNESS_BY_MEMBER_SET_TABLE\x10\xa7\x06\x12\x30\n+ALUMINUM_DESIGN_SLENDERNESS_BY_MEMBER_TABLE\x10\xa6\x06\x12I\nDCONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xe9\x03\x12@\n;CONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DEEP_BEAM_TABLE\x10\xee\x03\x12G\nBCONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xea\x03\x12>\n9CONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xeb\x03\x12?\n:CONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xef\x03\x12?\n:CONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xec\x03\x12>\n9CONCRETE_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xed\x03\x12\x32\n-CONCRETE_DESIGN_DEEP_BEAM_REINFORCEMENT_TABLE\x10\xf6\x03\x12L\nGCONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x81\x04\x12J\nECONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x82\x04\x12\x46\nACONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_DESIGN_STRIP_TABLE\x10\x86\x04\x12\x41\n<CONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x83\x04\x12\x42\n=CONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x87\x04\x12\x42\n=CONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x84\x04\x12\x41\n<CONCRETE_DESIGN_DESIGN_STRIPS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\x85\x04\x12\x35\n0CONCRETE_DESIGN_DESIGN_STRIP_REINFORCEMENT_TABLE\x10\x88\x04\x12\x46\nACONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_ENDS_TABLE\x10\xd2\x04\x12\x41\n<CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_TABLE\x10\xd1\x04\x12I\nDCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DESIGN_STRIP_ENDS_TABLE\x10\xd4\x04\x12\x44\n?CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DESIGN_STRIP_TABLE\x10\xd3\x04\x12\x43\n>CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_ENDS_TABLE\x10\xc8\x04\x12R\nMCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_ENDS_TABLE\x10\xcc\x04\x12M\nHCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xcb\x04\x12G\nBCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_ENDS_TABLE\x10\xca\x04\x12V\nQCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_ENDS_TABLE\x10\xce\x04\x12Q\nLCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xcd\x04\x12\x42\n=CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xc9\x04\x12>\n9CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_TABLE\x10\xc7\x04\x12<\n7CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_NODE_TABLE\x10\xd7\x04\x12G\nBCONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_ENDS_TABLE\x10\xd0\x04\x12\x42\n=CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_TABLE\x10\xcf\x04\x12\x43\n>CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SURFACE_SET_TABLE\x10\xd6\x04\x12?\n:CONCRETE_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SURFACE_TABLE\x10\xd5\x04\x12,\n\'CONCRETE_DESIGN_GOVERNING_LOADING_TABLE\x10\xd8\x04\x12\x46\nACONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x84\x03\x12\x44\n?CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x85\x03\x12;\n6CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x86\x03\x12<\n7CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x8b\x03\x12<\n7CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x87\x03\x12>\n9CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_SET_TABLE\x10\x8a\x03\x12:\n5CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_TABLE\x10\x89\x03\x12;\n6CONCRETE_DESIGN_MEMBERS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\x88\x03\x12/\n*CONCRETE_DESIGN_MEMBER_REINFORCEMENT_TABLE\x10\x93\x03\x12U\nPCONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xa1\x03\x12S\nNCONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xa2\x03\x12J\nECONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xa3\x03\x12K\nFCONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xa7\x03\x12K\nFCONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xa4\x03\x12X\nSCONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xa6\x03\x12J\nECONCRETE_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xa5\x03\x12>\n9CONCRETE_DESIGN_MEMBER_REPRESENTATIVE_REINFORCEMENT_TABLE\x10\xae\x03\x12\x33\n.CONCRETE_DESIGN_MEMBER_SET_REINFORCEMENT_TABLE\x10\x94\x03\x12Y\nTCONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xb9\x03\x12W\nRCONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xba\x03\x12N\nICONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xbb\x03\x12O\nJCONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xbf\x03\x12O\nJCONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xbc\x03\x12`\n[CONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xbe\x03\x12N\nICONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xbd\x03\x12\x42\n=CONCRETE_DESIGN_MEMBER_SET_REPRESENTATIVE_REINFORCEMENT_TABLE\x10\xc6\x03\x12\x44\n?CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xb5\x04\x12\x42\n=CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xb6\x04\x12\x39\n4CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xb7\x04\x12:\n5CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xb8\x04\x12\x36\n1CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_NODE_TABLE\x10\xbc\x04\x12\x39\n4CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_SURFACE_TABLE\x10\xbb\x04\x12;\n6CONCRETE_DESIGN_NODES_DESIGN_RATIOS_BY_THICKNESS_TABLE\x10\xb9\x04\x12]\nXCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_CONSTRUCTION_STAGE_TABLE\x10\xfb\x03\x12T\nOCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_DEEP_BEAM_TABLE\x10\xfe\x03\x12[\nVCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_DESIGN_SITUATION_TABLE\x10\xfc\x03\x12S\nNCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_LOCATION_TABLE\x10\xfd\x03\x12S\nNCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_MATERIAL_TABLE\x10\x80\x04\x12R\nMCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_SECTION_TABLE\x10\xff\x03\x12`\n[CONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_CONSTRUCTION_STAGE_TABLE\x10\x93\x04\x12^\nYCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_DESIGN_SITUATION_TABLE\x10\x94\x04\x12Z\nUCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_DESIGN_STRIP_TABLE\x10\x96\x04\x12V\nQCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_LOCATION_TABLE\x10\x95\x04\x12V\nQCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_MATERIAL_TABLE\x10\x98\x04\x12U\nPCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_SECTION_TABLE\x10\x97\x04\x12Z\nUCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_CONSTRUCTION_STAGE_TABLE\x10\x9a\x03\x12X\nSCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_DESIGN_SITUATION_TABLE\x10\x9b\x03\x12P\nKCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_LOCATION_TABLE\x10\x9c\x03\x12P\nKCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MATERIAL_TABLE\x10\xa0\x03\x12R\nMCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MEMBER_SET_TABLE\x10\x9e\x03\x12N\nICONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MEMBER_TABLE\x10\x9d\x03\x12O\nJCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBERS_BY_SECTION_TABLE\x10\x9f\x03\x12i\ndCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_CONSTRUCTION_STAGE_TABLE\x10\xb3\x03\x12g\nbCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_DESIGN_SITUATION_TABLE\x10\xb4\x03\x12_\nZCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_LOCATION_TABLE\x10\xb5\x03\x12_\nZCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_MATERIAL_TABLE\x10\xb8\x03\x12l\ngCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xb6\x03\x12^\nYCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_SECTION_TABLE\x10\xb7\x03\x12m\nhCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_CONSTRUCTION_STAGE_TABLE\x10\xcb\x03\x12k\nfCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_DESIGN_SITUATION_TABLE\x10\xcc\x03\x12\x63\n^CONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_LOCATION_TABLE\x10\xcd\x03\x12\x63\n^CONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_MATERIAL_TABLE\x10\xd0\x03\x12t\noCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xce\x03\x12\x62\n]CONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_SECTION_TABLE\x10\xcf\x03\x12^\nYCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_CONSTRUCTION_STAGE_TABLE\x10\xe3\x03\x12\\\nWCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_DESIGN_SITUATION_TABLE\x10\xe4\x03\x12T\nOCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_LOCATION_TABLE\x10\xe5\x03\x12T\nOCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_MATERIAL_TABLE\x10\xe8\x03\x12S\nNCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_SECTION_TABLE\x10\xe7\x03\x12V\nQCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_SHEAR_WALL_TABLE\x10\xe6\x03\x12[\nVCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_CONSTRUCTION_STAGE_TABLE\x10\xae\x04\x12Y\nTCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_DESIGN_SITUATION_TABLE\x10\xaf\x04\x12Q\nLCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_LOCATION_TABLE\x10\xb0\x04\x12Q\nLCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_MATERIAL_TABLE\x10\xb4\x04\x12T\nOCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_SURFACE_SET_TABLE\x10\xb2\x04\x12P\nKCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_SURFACE_TABLE\x10\xb1\x04\x12R\nMCONCRETE_DESIGN_NOT_COVERED_REINFORCEMENT_AREA_ON_SURFACES_BY_THICKNESS_TABLE\x10\xb3\x04\x12\x37\n2CONCRETE_DESIGN_OVERVIEW_ERRORS_AND_WARNINGS_TABLE\x10\xda\x04\x12\x39\n4CONCRETE_DESIGN_OVERVIEW_NOT_VALID_DEACTIVATED_TABLE\x10\xd9\x04\x12Q\nLCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_DEEP_BEAM_TABLE\x10\xf8\x03\x12P\nKCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_LOCATION_TABLE\x10\xf7\x03\x12P\nKCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_MATERIAL_TABLE\x10\xfa\x03\x12O\nJCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_SECTION_TABLE\x10\xf9\x03\x12W\nRCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_DESIGN_STRIP_TABLE\x10\x90\x04\x12S\nNCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_LOCATION_TABLE\x10\x8f\x04\x12S\nNCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_MATERIAL_TABLE\x10\x92\x04\x12R\nMCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_SECTION_TABLE\x10\x91\x04\x12M\nHCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBERS_BY_LOCATION_TABLE\x10\x95\x03\x12M\nHCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MATERIAL_TABLE\x10\x99\x03\x12O\nJCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MEMBER_SET_TABLE\x10\x97\x03\x12K\nFCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MEMBER_TABLE\x10\x96\x03\x12L\nGCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBERS_BY_SECTION_TABLE\x10\x98\x03\x12\\\nWCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_LOCATION_TABLE\x10\xaf\x03\x12\\\nWCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_MATERIAL_TABLE\x10\xb2\x03\x12i\ndCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xb0\x03\x12[\nVCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_SECTION_TABLE\x10\xb1\x03\x12`\n[CONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_LOCATION_TABLE\x10\xc7\x03\x12`\n[CONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_MATERIAL_TABLE\x10\xca\x03\x12q\nlCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xc8\x03\x12_\nZCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_SECTION_TABLE\x10\xc9\x03\x12K\nFCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_NODES_BY_MATERIAL_TABLE\x10\xc6\x04\x12G\nBCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_NODES_BY_NODE_TABLE\x10\xc4\x04\x12J\nECONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_NODES_BY_SURFACE_TABLE\x10\xc3\x04\x12L\nGCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_NODES_BY_THICKNESS_TABLE\x10\xc5\x04\x12Q\nLCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_LOCATION_TABLE\x10\xdf\x03\x12Q\nLCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_MATERIAL_TABLE\x10\xe2\x03\x12P\nKCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_SECTION_TABLE\x10\xe1\x03\x12S\nNCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_SHEAR_WALL_TABLE\x10\xe0\x03\x12N\nICONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SURFACES_BY_LOCATION_TABLE\x10\xa9\x04\x12N\nICONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SURFACES_BY_MATERIAL_TABLE\x10\xad\x04\x12Q\nLCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SURFACES_BY_SURFACE_SET_TABLE\x10\xab\x04\x12M\nHCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SURFACES_BY_SURFACE_TABLE\x10\xaa\x04\x12O\nJCONCRETE_DESIGN_PROVIDED_REINFORCEMENT_AREA_ON_SURFACES_BY_THICKNESS_TABLE\x10\xac\x04\x12Z\nUCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_CONSTRUCTION_STAGE_TABLE\x10\xf0\x03\x12Q\nLCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_DEEP_BEAM_TABLE\x10\xf3\x03\x12X\nSCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_DESIGN_SITUATION_TABLE\x10\xf1\x03\x12P\nKCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_LOCATION_TABLE\x10\xf2\x03\x12P\nKCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_MATERIAL_TABLE\x10\xf5\x03\x12O\nJCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DEEP_BEAMS_BY_SECTION_TABLE\x10\xf4\x03\x12]\nXCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_CONSTRUCTION_STAGE_TABLE\x10\x89\x04\x12[\nVCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_DESIGN_SITUATION_TABLE\x10\x8a\x04\x12W\nRCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_DESIGN_STRIP_TABLE\x10\x8c\x04\x12S\nNCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_LOCATION_TABLE\x10\x8b\x04\x12S\nNCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_MATERIAL_TABLE\x10\x8e\x04\x12R\nMCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_DESIGN_STRIPS_BY_SECTION_TABLE\x10\x8d\x04\x12W\nRCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_CONSTRUCTION_STAGE_TABLE\x10\x8c\x03\x12U\nPCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_DESIGN_SITUATION_TABLE\x10\x8d\x03\x12M\nHCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_LOCATION_TABLE\x10\x8e\x03\x12M\nHCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MATERIAL_TABLE\x10\x92\x03\x12O\nJCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MEMBER_SET_TABLE\x10\x90\x03\x12K\nFCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_MEMBER_TABLE\x10\x8f\x03\x12L\nGCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBERS_BY_SECTION_TABLE\x10\x91\x03\x12\x66\naCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_CONSTRUCTION_STAGE_TABLE\x10\xa8\x03\x12\x64\n_CONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_DESIGN_SITUATION_TABLE\x10\xa9\x03\x12\\\nWCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_LOCATION_TABLE\x10\xaa\x03\x12\\\nWCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_MATERIAL_TABLE\x10\xad\x03\x12i\ndCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xab\x03\x12[\nVCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_REPRESENTATIVES_BY_SECTION_TABLE\x10\xac\x03\x12j\neCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_CONSTRUCTION_STAGE_TABLE\x10\xc0\x03\x12h\ncCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_DESIGN_SITUATION_TABLE\x10\xc1\x03\x12`\n[CONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_LOCATION_TABLE\x10\xc2\x03\x12`\n[CONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_MATERIAL_TABLE\x10\xc5\x03\x12q\nlCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xc3\x03\x12_\nZCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_MEMBER_SET_REPRESENTATIVES_BY_SECTION_TABLE\x10\xc4\x03\x12U\nPCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_NODES_BY_CONSTRUCTION_STAGE_TABLE\x10\xbd\x04\x12S\nNCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_NODES_BY_DESIGN_SITUATION_TABLE\x10\xbe\x04\x12K\nFCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_NODES_BY_MATERIAL_TABLE\x10\xc2\x04\x12G\nBCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_NODES_BY_NODE_TABLE\x10\xc0\x04\x12J\nECONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_NODES_BY_SURFACE_TABLE\x10\xbf\x04\x12L\nGCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_NODES_BY_THICKNESS_TABLE\x10\xc1\x04\x12[\nVCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_CONSTRUCTION_STAGE_TABLE\x10\xd8\x03\x12Y\nTCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_DESIGN_SITUATION_TABLE\x10\xd9\x03\x12Q\nLCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_LOCATION_TABLE\x10\xda\x03\x12Q\nLCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_MATERIAL_TABLE\x10\xdd\x03\x12P\nKCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_SECTION_TABLE\x10\xdc\x03\x12S\nNCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SHEAR_WALLS_BY_SHEAR_WALL_TABLE\x10\xdb\x03\x12X\nSCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_CONSTRUCTION_STAGE_TABLE\x10\xa1\x04\x12V\nQCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_DESIGN_SITUATION_TABLE\x10\xa2\x04\x12N\nICONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_LOCATION_TABLE\x10\xa3\x04\x12N\nICONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_MATERIAL_TABLE\x10\xa7\x04\x12Q\nLCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_SURFACE_SET_TABLE\x10\xa5\x04\x12M\nHCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_SURFACE_TABLE\x10\xa4\x04\x12O\nJCONCRETE_DESIGN_REQUIRED_REINFORCEMENT_AREA_ON_SURFACES_BY_THICKNESS_TABLE\x10\xa6\x04\x12J\nECONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xd1\x03\x12H\nCCONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xd2\x03\x12?\n:CONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xd3\x03\x12@\n;CONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xd7\x03\x12@\n;CONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xd4\x03\x12?\n:CONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xd5\x03\x12\x42\n=CONCRETE_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SHEAR_WALL_TABLE\x10\xd6\x03\x12\x33\n.CONCRETE_DESIGN_SHEAR_WALL_REINFORCEMENT_TABLE\x10\xde\x03\x12G\nBCONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\x99\x04\x12\x45\n@CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\x9a\x04\x12<\n7CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\x9b\x04\x12=\n8CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xa0\x04\x12=\n8CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\x9c\x04\x12@\n;CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_SURFACE_SET_TABLE\x10\x9e\x04\x12<\n7CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_SURFACE_TABLE\x10\x9f\x04\x12>\n9CONCRETE_DESIGN_SURFACES_DESIGN_RATIOS_BY_THICKNESS_TABLE\x10\x9d\x04\x12\x30\n+CONCRETE_DESIGN_SURFACE_REINFORCEMENT_TABLE\x10\xa8\x04\x12\x1d\n\x19\x45RRORS_AND_WARNINGS_TABLE\x10\x01\x12L\nHNONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10y\x12I\nENONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10x\x12J\nFNONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10u\x12\x46\nBNONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10t\x12>\n:NONLINEAR_STABILITY_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10s\x12@\n<NONLINEAR_STABILITY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\x65\x12\x42\n=PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xce\x02\x12?\n:PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\xcd\x02\x12@\n;PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\xca\x02\x12<\n7PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\xc9\x02\x12\x34\n/PUSHOVER_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\xc8\x02\x12\x36\n1PUSHOVER_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\xba\x02\x12\x42\n=SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xc1\x01\x12?\n:SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\xc0\x01\x12@\n;SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\xbf\x01\x12<\n7SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\xbe\x01\x12\x34\n/SPECTRAL_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\xbb\x01\x12\x36\n1SPECTRAL_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\xac\x01\x12@\n<STATIC_ANALYSIS_BUILDING_STORIES_CENTRES_MASS_RIGIDITY_TABLE\x10G\x12?\n;STATIC_ANALYSIS_BUILDING_STORIES_FORCES_IN_DEEP_BEAMS_TABLE\x10I\x12@\n<STATIC_ANALYSIS_BUILDING_STORIES_FORCES_IN_SHEAR_WALLS_TABLE\x10H\x12<\n8STATIC_ANALYSIS_BUILDING_STORIES_INTERSTORY_DRIFTS_TABLE\x10\x46\x12G\nCSTATIC_ANALYSIS_BUILDING_STORIES_MEMBER_FORCES_IN_SHEAR_WALLS_TABLE\x10J\x12\x38\n4STATIC_ANALYSIS_BUILDING_STORIES_STORY_ACTIONS_TABLE\x10\x45\x12.\n*STATIC_ANALYSIS_CALCULATION_DIAGRAMS_TABLE\x10\x04\x12.\n*STATIC_ANALYSIS_CONVERGENCE_DIAGRAMS_TABLE\x10\x03\x12\x33\n/STATIC_ANALYSIS_LINES_HINGES_DEFORMATIONS_TABLE\x10\x0c\x12-\n)STATIC_ANALYSIS_LINES_HINGES_FORCES_TABLE\x10\r\x12\x35\n1STATIC_ANALYSIS_LINES_RELEASES_DEFORMATIONS_TABLE\x10\x0e\x12/\n+STATIC_ANALYSIS_LINES_RELEASES_FORCES_TABLE\x10\x0f\x12\x35\n1STATIC_ANALYSIS_LINES_SLAB_WALL_CONNECTIONS_TABLE\x10\x0b\x12.\n*STATIC_ANALYSIS_LINES_SUPPORT_FORCES_TABLE\x10\n\x12\x30\n,STATIC_ANALYSIS_MEMBERS_CONTACT_FORCES_TABLE\x10\x15\x12\x35\n1STATIC_ANALYSIS_MEMBERS_GLOBAL_DEFORMATIONS_TABLE\x10\x10\x12\x34\n0STATIC_ANALYSIS_MEMBERS_HINGE_DEFORMATIONS_TABLE\x10\x1a\x12.\n*STATIC_ANALYSIS_MEMBERS_HINGE_FORCES_TABLE\x10\x1b\x12?\n;STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\x19\x12<\n8STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\x18\x12=\n9STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\x17\x12\x39\n5STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\x16\x12\x31\n-STATIC_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\x13\x12\x34\n0STATIC_ANALYSIS_MEMBERS_LOCAL_DEFORMATIONS_TABLE\x10\x11\x12\x42\n>STATIC_ANALYSIS_MEMBERS_LOCAL_PLASTIC_DEFORMATION_RATIOS_TABLE\x10\x12\x12)\n%STATIC_ANALYSIS_MEMBERS_STRAINS_TABLE\x10\x14\x12\x33\n/STATIC_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\x05\x12\x34\n0STATIC_ANALYSIS_NODES_RELEASE_DEFORMATIONS_TABLE\x10\x08\x12.\n*STATIC_ANALYSIS_NODES_RELEASE_FORCES_TABLE\x10\t\x12.\n*STATIC_ANALYSIS_NODES_SUPPORT_FORCES_TABLE\x10\x06\x12\x43\n?STATIC_ANALYSIS_NODES_SUPPORT_FORCES_WITH_FOUNDATION_LOAD_TABLE\x10\x07\x12\x36\n2STATIC_ANALYSIS_SOLIDS_BASIC_PLASTIC_STRAINS_TABLE\x10\x41\x12/\n+STATIC_ANALYSIS_SOLIDS_BASIC_STRESSES_TABLE\x10;\x12\x34\n0STATIC_ANALYSIS_SOLIDS_BASIC_TOTAL_STRAINS_TABLE\x10>\x12-\n)STATIC_ANALYSIS_SOLIDS_DEFORMATIONS_TABLE\x10:\x12;\n7STATIC_ANALYSIS_SOLIDS_EQUIVALENT_PLASTIC_STRAINS_TABLE\x10\x43\x12\x34\n0STATIC_ANALYSIS_SOLIDS_EQUIVALENT_STRESSES_TABLE\x10=\x12\x39\n5STATIC_ANALYSIS_SOLIDS_EQUIVALENT_TOTAL_STRAINS_TABLE\x10@\x12/\n+STATIC_ANALYSIS_SOLIDS_GAS_QUANTITIES_TABLE\x10\x44\x12:\n6STATIC_ANALYSIS_SOLIDS_PRINCIPAL_PLASTIC_STRAINS_TABLE\x10\x42\x12\x33\n/STATIC_ANALYSIS_SOLIDS_PRINCIPAL_STRESSES_TABLE\x10<\x12\x38\n4STATIC_ANALYSIS_SOLIDS_PRINCIPAL_TOTAL_STRAINS_TABLE\x10?\x12!\n\x1dSTATIC_ANALYSIS_SUMMARY_TABLE\x10\x02\x12\x38\n4STATIC_ANALYSIS_SURFACES_BASIC_INTERNAL_FORCES_TABLE\x10\x1e\x12\x38\n4STATIC_ANALYSIS_SURFACES_BASIC_PLASTIC_STRAINS_TABLE\x10\x30\x12\x31\n-STATIC_ANALYSIS_SURFACES_BASIC_STRESSES_TABLE\x10!\x12\x36\n2STATIC_ANALYSIS_SURFACES_BASIC_TOTAL_STRAINS_TABLE\x10)\x12\x33\n/STATIC_ANALYSIS_SURFACES_CONTACT_STRESSES_TABLE\x10\x37\x12\x39\n5STATIC_ANALYSIS_SURFACES_DESIGN_INTERNAL_FORCES_TABLE\x10 \x12<\n8STATIC_ANALYSIS_SURFACES_ELASTIC_STRESS_COMPONENTS_TABLE\x10$\x12\x42\n>STATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_BACH_TABLE\x10\x36\x12\x43\n?STATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_MISES_TABLE\x10\x33\x12\x45\nASTATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_RANKINE_TABLE\x10\x35\x12\x44\n@STATIC_ANALYSIS_SURFACES_EQUIVALENT_PLASTIC_STRAINS_TRESCA_TABLE\x10\x34\x12;\n7STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_BACH_TABLE\x10(\x12<\n8STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_MISES_TABLE\x10%\x12>\n:STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_RANKINE_TABLE\x10\'\x12=\n9STATIC_ANALYSIS_SURFACES_EQUIVALENT_STRESSES_TRESCA_TABLE\x10&\x12@\n<STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_BACH_TABLE\x10/\x12\x41\n=STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_MISES_TABLE\x10,\x12\x43\n?STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_RANKINE_TABLE\x10.\x12\x42\n>STATIC_ANALYSIS_SURFACES_EQUIVALENT_TOTAL_STRAINS_TRESCA_TABLE\x10-\x12\x36\n2STATIC_ANALYSIS_SURFACES_GLOBAL_DEFORMATIONS_TABLE\x10\x1c\x12\x35\n1STATIC_ANALYSIS_SURFACES_LOCAL_DEFORMATIONS_TABLE\x10\x1d\x12:\n6STATIC_ANALYSIS_SURFACES_MAXIMUM_PLASTIC_STRAINS_TABLE\x10\x32\x12\x38\n4STATIC_ANALYSIS_SURFACES_MAXIMUM_TOTAL_STRAINS_TABLE\x10+\x12<\n8STATIC_ANALYSIS_SURFACES_PRINCIPAL_INTERNAL_FORCES_TABLE\x10\x1f\x12<\n8STATIC_ANALYSIS_SURFACES_PRINCIPAL_PLASTIC_STRAINS_TABLE\x10\x31\x12\x35\n1STATIC_ANALYSIS_SURFACES_PRINCIPAL_STRESSES_TABLE\x10#\x12:\n6STATIC_ANALYSIS_SURFACES_PRINCIPAL_TOTAL_STRAINS_TABLE\x10*\x12\x36\n1STEEL_DESIGN_BRACE_CONNECTION_BY_MEMBER_SET_TABLE\x10\x92\x05\x12\x32\n-STEEL_DESIGN_BRACE_CONNECTION_BY_MEMBER_TABLE\x10\x91\x05\x12\x46\nASTEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xfa\x04\x12=\n8STEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DEEP_BEAM_TABLE\x10\xff\x04\x12\x44\n?STEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xfb\x04\x12;\n6STEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xfc\x04\x12<\n7STEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\x80\x05\x12<\n7STEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xfd\x04\x12;\n6STEEL_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xfe\x04\x12\x43\n>STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_ENDS_TABLE\x10\x9e\x05\x12>\n9STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_TABLE\x10\x9d\x05\x12@\n;STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_ENDS_TABLE\x10\x94\x05\x12O\nJSTEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_ENDS_TABLE\x10\x98\x05\x12J\nESTEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\x97\x05\x12\x44\n?STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_ENDS_TABLE\x10\x96\x05\x12S\nNSTEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_ENDS_TABLE\x10\x9a\x05\x12N\nISTEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\x99\x05\x12?\n:STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\x95\x05\x12;\n6STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_TABLE\x10\x93\x05\x12\x44\n?STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_ENDS_TABLE\x10\x9c\x05\x12?\n:STEEL_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_TABLE\x10\x9b\x05\x12)\n$STEEL_DESIGN_GOVERNING_LOADING_TABLE\x10\xa1\x05\x12\x43\n>STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xdd\x04\x12\x41\n<STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xde\x04\x12\x38\n3STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xdf\x04\x12\x39\n4STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xe4\x04\x12\x39\n4STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xe0\x04\x12;\n6STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_SET_TABLE\x10\xe3\x04\x12\x37\n2STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_TABLE\x10\xe2\x04\x12\x38\n3STEEL_DESIGN_MEMBERS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xe1\x04\x12R\nMSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xe5\x04\x12P\nKSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xe6\x04\x12G\nBSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xe7\x04\x12H\nCSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xeb\x04\x12H\nCSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xe8\x04\x12U\nPSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xea\x04\x12G\nBSTEEL_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xe9\x04\x12V\nQSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xec\x04\x12T\nOSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xed\x04\x12K\nFSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xee\x04\x12L\nGSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xf2\x04\x12L\nGSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xef\x04\x12]\nXSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xf1\x04\x12K\nFSTEEL_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xf0\x04\x12=\n8STEEL_DESIGN_MOMENT_FRAME_CONNECTION_BY_MEMBER_SET_TABLE\x10\x90\x05\x12\x39\n4STEEL_DESIGN_MOMENT_FRAME_CONNECTION_BY_MEMBER_TABLE\x10\x8f\x05\x12\x34\n/STEEL_DESIGN_OVERVIEW_ERRORS_AND_WARNINGS_TABLE\x10\xdc\x04\x12\x36\n1STEEL_DESIGN_OVERVIEW_NOT_VALID_DEACTIVATED_TABLE\x10\xdb\x04\x12G\nBSTEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xf3\x04\x12\x45\n@STEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xf4\x04\x12<\n7STEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xf5\x04\x12=\n8STEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xf9\x04\x12=\n8STEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xf6\x04\x12<\n7STEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xf7\x04\x12?\n:STEEL_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SHEAR_WALL_TABLE\x10\xf8\x04\x12<\n7STEEL_DESIGN_SLENDERNESS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\x8b\x05\x12@\n;STEEL_DESIGN_SLENDERNESS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\x8c\x05\x12\x31\n,STEEL_DESIGN_SLENDERNESS_BY_MEMBER_SET_TABLE\x10\x8a\x05\x12-\n(STEEL_DESIGN_SLENDERNESS_BY_MEMBER_TABLE\x10\x89\x05\x12\x37\n2STEEL_DESIGN_STABILITY_BRACING_BY_MEMBER_SET_TABLE\x10\x8e\x05\x12\x33\n.STEEL_DESIGN_STABILITY_BRACING_BY_MEMBER_TABLE\x10\x8d\x05\x12\x45\n@TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_BEAM_PANEL_TABLE\x10\xd3\x05\x12M\nHTIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xce\x05\x12K\nFTIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xcf\x05\x12\x42\n=TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xd0\x05\x12\x43\n>TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xd6\x05\x12\x43\n>TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xd1\x05\x12\x45\n@TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_MEMBER_SET_TABLE\x10\xd5\x05\x12\x41\n<TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_MEMBER_TABLE\x10\xd4\x05\x12\x42\n=TIMBER_DESIGN_BEAM_PANELS_BEAM_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xd2\x05\x12K\nFTIMBER_DESIGN_BEAM_PANELS_CONNECTORS_DESIGN_RATIOS_BY_BEAM_PANEL_TABLE\x10\xe2\x05\x12Q\nLTIMBER_DESIGN_BEAM_PANELS_CONNECTORS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xe0\x05\x12\x45\n@TIMBER_DESIGN_BEAM_PANELS_CONNECTORS_DESIGN_RATIOS_BY_LINE_TABLE\x10\xe3\x05\x12H\nCTIMBER_DESIGN_BEAM_PANELS_CONNECTORS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xe1\x05\x12I\nDTIMBER_DESIGN_BEAM_PANELS_CONNECTORS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xe4\x05\x12J\nETIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_BEAM_PANEL_TABLE\x10\xdc\x05\x12R\nMTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xd7\x05\x12P\nKTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xd8\x05\x12G\nBTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xd9\x05\x12H\nCTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xdf\x05\x12H\nCTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xda\x05\x12K\nFTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_SURFACE_SET_TABLE\x10\xdd\x05\x12G\nBTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_SURFACE_TABLE\x10\xde\x05\x12I\nDTIMBER_DESIGN_BEAM_PANELS_SHEATHING_DESIGN_RATIOS_BY_THICKNESS_TABLE\x10\xdb\x05\x12G\nBTIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xbf\x05\x12>\n9TIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DEEP_BEAM_TABLE\x10\xc4\x05\x12\x45\n@TIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xc0\x05\x12<\n7TIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xc1\x05\x12=\n8TIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xc5\x05\x12=\n8TIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xc2\x05\x12<\n7TIMBER_DESIGN_DEEP_BEAMS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xc3\x05\x12\x44\n?TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_ENDS_TABLE\x10\xf4\x05\x12?\n:TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_DEEP_BEAM_TABLE\x10\xf3\x05\x12\x41\n<TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_ENDS_TABLE\x10\xea\x05\x12P\nKTIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_ENDS_TABLE\x10\xee\x05\x12K\nFTIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xed\x05\x12\x45\n@TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_ENDS_TABLE\x10\xec\x05\x12T\nOTIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_ENDS_TABLE\x10\xf0\x05\x12O\nJTIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xef\x05\x12@\n;TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\xeb\x05\x12<\n7TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_MEMBER_TABLE\x10\xe9\x05\x12\x45\n@TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_ENDS_TABLE\x10\xf2\x05\x12@\n;TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SHEAR_WALL_TABLE\x10\xf1\x05\x12\x41\n<TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SURFACE_SET_TABLE\x10\xf6\x05\x12=\n8TIMBER_DESIGN_GOVERNING_INTERNAL_FORCES_BY_SURFACE_TABLE\x10\xf5\x05\x12*\n%TIMBER_DESIGN_GOVERNING_LOADING_TABLE\x10\xf7\x05\x12\x44\n?TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xa2\x05\x12\x42\n=TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xa3\x05\x12\x39\n4TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xa4\x05\x12:\n5TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xa9\x05\x12:\n5TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xa5\x05\x12<\n7TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_SET_TABLE\x10\xa8\x05\x12\x38\n3TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_MEMBER_TABLE\x10\xa7\x05\x12\x39\n4TIMBER_DESIGN_MEMBERS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xa6\x05\x12S\nNTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xaa\x05\x12Q\nLTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xab\x05\x12H\nCTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xac\x05\x12I\nDTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xb0\x05\x12I\nDTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xad\x05\x12V\nQTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xaf\x05\x12H\nCTIMBER_DESIGN_MEMBER_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xae\x05\x12W\nRTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xb1\x05\x12U\nPTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xb2\x05\x12L\nGTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xb3\x05\x12M\nHTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xb7\x05\x12M\nHTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xb4\x05\x12^\nYTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xb6\x05\x12L\nGTIMBER_DESIGN_MEMBER_SET_REPRESENTATIVES_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xb5\x05\x12\x35\n0TIMBER_DESIGN_OVERVIEW_ERRORS_AND_WARNINGS_TABLE\x10\xf9\x05\x12\x37\n2TIMBER_DESIGN_OVERVIEW_NOT_VALID_DEACTIVATED_TABLE\x10\xf8\x05\x12H\nCTIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xb8\x05\x12\x46\nATIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xb9\x05\x12=\n8TIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xba\x05\x12>\n9TIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xbe\x05\x12>\n9TIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xbb\x05\x12=\n8TIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SECTION_TABLE\x10\xbc\x05\x12@\n;TIMBER_DESIGN_SHEAR_WALLS_DESIGN_RATIOS_BY_SHEAR_WALL_TABLE\x10\xbd\x05\x12=\n8TIMBER_DESIGN_SLENDERNESS_BY_MEMBER_REPRESENTATIVE_TABLE\x10\xe7\x05\x12\x41\n<TIMBER_DESIGN_SLENDERNESS_BY_MEMBER_SET_REPRESENTATIVE_TABLE\x10\xe8\x05\x12\x32\n-TIMBER_DESIGN_SLENDERNESS_BY_MEMBER_SET_TABLE\x10\xe6\x05\x12.\n)TIMBER_DESIGN_SLENDERNESS_BY_MEMBER_TABLE\x10\xe5\x05\x12\x45\n@TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_CONSTRUCTION_STAGE_TABLE\x10\xc6\x05\x12\x43\n>TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_DESIGN_SITUATION_TABLE\x10\xc7\x05\x12:\n5TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_LOADING_TABLE\x10\xc8\x05\x12;\n6TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_LOCATION_TABLE\x10\xcd\x05\x12;\n6TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_MATERIAL_TABLE\x10\xc9\x05\x12>\n9TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_SURFACE_SET_TABLE\x10\xcb\x05\x12:\n5TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_SURFACE_TABLE\x10\xcc\x05\x12<\n7TIMBER_DESIGN_SURFACES_DESIGN_RATIOS_BY_THICKNESS_TABLE\x10\xca\x05\x12\x46\nATIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_MEMBER_SET_TABLE\x10\x83\x02\x12\x43\n>TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_BY_SECTION_TABLE\x10\x82\x02\x12\x44\n?TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_DIFFERENCES_TABLE\x10\xff\x01\x12@\n;TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_PRIMARY_TABLE\x10\xfe\x01\x12\x38\n3TIME_HISTORY_ANALYSIS_MEMBERS_INTERNAL_FORCES_TABLE\x10\xfd\x01\x12:\n5TIME_HISTORY_ANALYSIS_NODES_GLOBAL_DEFORMATIONS_TABLE\x10\xed\x01\x62\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dlubal.api.rfem.results.result_table_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ DESCRIPTOR._loaded_options = None
34
+ _globals['_RESULTTABLE']._serialized_start=73
35
+ _globals['_RESULTTABLE']._serialized_end=37195
36
+ # @@protoc_insertion_point(module_scope)