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

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

Potentially problematic release.


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

Files changed (61) hide show
  1. dlubal/api/rfem/__init__.py +1 -0
  2. dlubal/api/rfem/application.py +17 -17
  3. dlubal/api/rfem/base_data_objects/terrain_pb2.py +8 -8
  4. dlubal/api/rfem/base_data_objects/terrain_pb2.pyi +6 -2
  5. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +1 -1
  6. dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +2 -2
  7. dlubal/api/rfem/guide_objects/visual_object_pb2.py +6 -6
  8. dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +10 -2
  9. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py +12 -12
  10. dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
  11. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py +13 -13
  12. dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi +2 -0
  13. dlubal/api/rfem/mesh/mesh_settings_pb2.py +7 -11
  14. dlubal/api/rfem/mesh/mesh_settings_pb2.pyi +18 -76
  15. dlubal/api/rfem/object_type_pb2.py +2 -2
  16. dlubal/api/rfem/object_type_pb2.pyi +4 -0
  17. dlubal/api/rfem/structure_core/line_pb2.py +17 -17
  18. dlubal/api/rfem/structure_core/line_pb2.pyi +2 -0
  19. dlubal/api/rfem/structure_core/member_pb2.py +190 -190
  20. dlubal/api/rfem/structure_core/member_pb2.pyi +14 -2
  21. dlubal/api/rfem/structure_core/member_representative_pb2.py +286 -286
  22. dlubal/api/rfem/structure_core/member_representative_pb2.pyi +14 -2
  23. dlubal/api/rfem/structure_core/member_set_representative_pb2.py +404 -404
  24. dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +14 -2
  25. dlubal/api/rfem/structure_core/solid_pb2.py +28 -28
  26. dlubal/api/rfem/structure_core/solid_pb2.pyi +10 -2
  27. dlubal/api/rfem/structure_core/surface_pb2.py +62 -62
  28. dlubal/api/rfem/structure_core/surface_pb2.pyi +14 -2
  29. dlubal/api/rfem/types_for_wind_simulation/__init__.py +2 -0
  30. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  31. dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +85 -0
  32. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
  33. dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi +59 -0
  34. dlubal/api/rsection/application.py +16 -0
  35. dlubal/api/rstab/__init__.py +1 -0
  36. dlubal/api/rstab/application.py +17 -17
  37. dlubal/api/rstab/base_data_objects/terrain_pb2.py +8 -8
  38. dlubal/api/rstab/base_data_objects/terrain_pb2.pyi +6 -2
  39. dlubal/api/rstab/guide_objects/visual_object_pb2.py +6 -6
  40. dlubal/api/rstab/guide_objects/visual_object_pb2.pyi +10 -2
  41. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py +12 -12
  42. dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi +10 -2
  43. dlubal/api/rstab/object_type_pb2.py +2 -2
  44. dlubal/api/rstab/object_type_pb2.pyi +4 -0
  45. dlubal/api/rstab/structure_core/member_pb2.py +178 -178
  46. dlubal/api/rstab/structure_core/member_pb2.pyi +14 -2
  47. dlubal/api/rstab/structure_core/member_representative_pb2.py +274 -274
  48. dlubal/api/rstab/structure_core/member_representative_pb2.pyi +14 -2
  49. dlubal/api/rstab/structure_core/member_set_representative_pb2.py +394 -394
  50. dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi +14 -2
  51. dlubal/api/rstab/types_for_wind_simulation/__init__.py +2 -0
  52. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py +40 -0
  53. dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi +81 -0
  54. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py +40 -0
  55. dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi +55 -0
  56. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/METADATA +2 -2
  57. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/RECORD +61 -51
  58. examples/rfem/import_from_ifc.py +3 -3
  59. examples/rstab/import_from_ifc.py +1 -1
  60. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/WHEEL +0 -0
  61. {dlubal_api-2.12.1.dist-info → dlubal_api-2.12.2.dist-info}/top_level.txt +0 -0
@@ -21,10 +21,10 @@ dlubal/api/common/import_export/export_attributes_pb2.py,sha256=DZM93M-4D90KOAMx
21
21
  dlubal/api/common/import_export/export_attributes_pb2.pyi,sha256=bYBQ3IuA4AYfPk66WPfgdZ9Wbx8LnG3Bc6Q1HXCNVxo,4623
22
22
  dlubal/api/common/import_export/import_attributes_pb2.py,sha256=Bb4Z0FhneeUgY5HN1TMkn_zjjVteN6xsqopYTxLrfpE,1790
23
23
  dlubal/api/common/import_export/import_attributes_pb2.pyi,sha256=hfVWeItWcGnXHiCQlG62nKcKkwzh-Hl6WBQj8r8HFKE,508
24
- dlubal/api/rfem/__init__.py,sha256=Q6FZOVhiIwSi-E9k2NNJhFlLfnmjC8oBntRiYlSJQso,1686
24
+ dlubal/api/rfem/__init__.py,sha256=tTrAIA9pu7Cg0Ztgh_jJliVFh-DIFJGDc6_PpM-9svs,1726
25
25
  dlubal/api/rfem/all_pb2.py,sha256=MCCByVcazWHrwdvA4yWDw8ujabPdlFoFF3nU2tEwyaM,1309
26
26
  dlubal/api/rfem/all_pb2.pyi,sha256=B9MEtgw7rc3XQscf2aooQmcxZBvPRFLdNUDa71rSf5I,277
27
- dlubal/api/rfem/application.py,sha256=jSfRiklyicLGvtigJvNJyF7xy9YY3ZQ3dQyhcQ5L2v4,36649
27
+ dlubal/api/rfem/application.py,sha256=J1h8f9ejag2AWnQdPRYfgX_DIK-VotdFAQjP2M_d9QU,36624
28
28
  dlubal/api/rfem/application_pb2.py,sha256=ZXoQQ9vGne3SImI3RLIzuTLgZ2-Ic-yHB_z9j5kj63U,13188
29
29
  dlubal/api/rfem/application_pb2.pyi,sha256=8lFsSJOwrESbaw68OUB5xAOlBOIPcMlKYoNVT3XvIoI,8072
30
30
  dlubal/api/rfem/application_pb2_grpc.py,sha256=SVis27nFEAiCjLEM-TkT6WggmDqVzQNsCdcXjkEbfAg,87263
@@ -36,16 +36,16 @@ dlubal/api/rfem/dynamic_analysis_pb2.py,sha256=7stlZ-xrflA9HMNPFV--VmQrTHEzyIRNn
36
36
  dlubal/api/rfem/dynamic_analysis_pb2.pyi,sha256=qhnZ5ZC-ZuaXxMGz-KRHjx6_MAN1koj_wjHjsYeBL30,1167
37
37
  dlubal/api/rfem/object_id_pb2.py,sha256=uWLKenTsbYhUhyV1h_DJIup9MO68lSkvIBlyxCNB_vs,1989
38
38
  dlubal/api/rfem/object_id_pb2.pyi,sha256=taj9vs-yqANYW_opllOc_n6G5T0xAoN7ANCGeObET-Y,1362
39
- dlubal/api/rfem/object_type_pb2.py,sha256=Bl5fhydpZbDq3uWgsZkHpf7kbMd8GyKJ0LZwOBmeWRc,11353
40
- dlubal/api/rfem/object_type_pb2.pyi,sha256=Z1C_d7Mo0uZmDIJSVzeXkhP50GSmycdYdwIMzRKoM3k,20730
39
+ dlubal/api/rfem/object_type_pb2.py,sha256=YMjDRTxUYftuH70xjmAHA3TdvDelh_KpO_9FY5rR7iw,11461
40
+ dlubal/api/rfem/object_type_pb2.pyi,sha256=KZUbVbZonMnmE_6IBFUCFuTmi3mdsHJVQPzpQXuj9UM,20946
41
41
  dlubal/api/rfem/aluminum_design_objects/__init__.py,sha256=6e4pV4SgsJre2SVFo2z5y63iFiyfQi8-K3AKYIJAgS0,106
42
42
  dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py,sha256=MttnuqK2aoI9mVsNn1WEN2ob0KYuHkrV8-2H3Qc0IH8,16739
43
43
  dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi,sha256=7U5KL9cZM0Fi6oLB6iShfbNZzEaRpDrxPI_cNyz3Dgw,20124
44
44
  dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py,sha256=ZZfn6nw2oJ_95beYKXSMW-8hlVk7E1PxDUVCuTGb314,16739
45
45
  dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi,sha256=jBCfULpD34lhkbT646zOefpv9kvfOdKckOnzUm2NpAk,20124
46
46
  dlubal/api/rfem/base_data_objects/__init__.py,sha256=M_kTRuni5wQ6C6xoGbTlC_zRPEzh-FKzA1nh4cEpdm8,27
47
- dlubal/api/rfem/base_data_objects/terrain_pb2.py,sha256=IynN5DpGbEbYk4o-p1G6dFSMXphz9D4-Qizudw0_la0,3737
48
- dlubal/api/rfem/base_data_objects/terrain_pb2.pyi,sha256=wkRe_mIaCo8s4VNFU4h65efwHx6kPFkKhkrTPLN6JGY,3825
47
+ dlubal/api/rfem/base_data_objects/terrain_pb2.py,sha256=GN9CweEHKznYlZPV5HlNq597HVuPy2NNsQ-QPkK7hjw,3859
48
+ dlubal/api/rfem/base_data_objects/terrain_pb2.pyi,sha256=bCcRsLylPb9pt4dypq-seji-OJc8BadOnYtR4P97GX0,4046
49
49
  dlubal/api/rfem/beam_panels/__init__.py,sha256=DJHHOtycpBXJZH8u_5jF_Tu26HUqa___8HQvs1_Dkss,159
50
50
  dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.py,sha256=8NQsm50MIzvARYcZo-2dJCsO5I4dxTd1Z-P1f9s7veo,2739
51
51
  dlubal/api/rfem/beam_panels/beam_to_beam_connector_pb2.pyi,sha256=kl9Lx2Fr9bomZKR4AL0gWqocT0cCXhWkvSwcwJT9__U,2429
@@ -101,8 +101,8 @@ dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py,sha256=nnONuPgxxHnfirW8sIJ
101
101
  dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi,sha256=yDCLcii8tOrRSTpMq1dN7rofBjHm_MT18d6X7Icb3J8,4195
102
102
  dlubal/api/rfem/geotechnical_analysis/pile_resistance_pb2.py,sha256=oc6IuxMNejm2UWB-33aVTHSCH4IrPxfiSNLRlSchHLE,4522
103
103
  dlubal/api/rfem/geotechnical_analysis/pile_resistance_pb2.pyi,sha256=3_bK0VYg2dMchjbaQ9gU8VtJBMjFKuSG0shAgN9SARw,4877
104
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py,sha256=hZOcL8YoSmwnvNvluHl5-H8a9IIqiVg6x9_2cEN-P9o,9521
105
- dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi,sha256=oHhdNcM15iemN9z_F7EuNLVaTN9kz2KD403diubBhNA,13328
104
+ dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py,sha256=L3rb_Tjacnpa0q6Z-Joi21Ur7VlzgTQtS0wqSZlS6UQ,9521
105
+ dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi,sha256=--J89WJx60PN-0c0t2Fd1ov9s5ZEYXetPdRTKGbouHA,13328
106
106
  dlubal/api/rfem/glass_design_objects/__init__.py,sha256=KbIiJSQQfdSuX7RW2AXkAFH5s7QNrJnuRDyRXO8lwW4,100
107
107
  dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.py,sha256=WPpHVzh2nX51uC43IU3JojNevj8v03NNEIH0-eoQaf4,13475
108
108
  dlubal/api/rfem/glass_design_objects/glass_design_sls_configuration_pb2.pyi,sha256=Bil8p_5RjmR9MbahoWRmig681RUjL8DSoK62jLKi7Q8,15721
@@ -140,11 +140,11 @@ dlubal/api/rfem/guide_objects/object_snap_pb2.py,sha256=nos9rfti2KhMl3Kh8HNwtIY_
140
140
  dlubal/api/rfem/guide_objects/object_snap_pb2.pyi,sha256=Zugpx0xj4KHrX8c_A-tXYFeQpSBFTJSdYRt2jhg58jY,5780
141
141
  dlubal/api/rfem/guide_objects/texture_pb2.py,sha256=dZPSYQwto-f3blgHIi9IradJOWVwQYKttGcagEt7opM,2870
142
142
  dlubal/api/rfem/guide_objects/texture_pb2.pyi,sha256=xMzvRT-SQmEB8us3A0JDiAP3oOaZ0wGKTjf9yZCXrrk,2532
143
- dlubal/api/rfem/guide_objects/visual_object_pb2.py,sha256=fcmzmcLVXT_IQ-Bg3eujNeDRjhdJKQfrA5-DvQfEZoA,6092
144
- dlubal/api/rfem/guide_objects/visual_object_pb2.pyi,sha256=8g2I7-uwnnyTc5ca5BYBWccs3ogmflKTBaa4JWQ1p3o,8479
143
+ dlubal/api/rfem/guide_objects/visual_object_pb2.py,sha256=x7CoszBLTN1ZK5bub0Nope1dn5tLbMpMSfDEPyOo_1k,6521
144
+ dlubal/api/rfem/guide_objects/visual_object_pb2.pyi,sha256=kQSyGWiZJbZn17314nvZIKmwgDVJubVWe3kkQwrNoeA,9177
145
145
  dlubal/api/rfem/ifc_objects/__init__.py,sha256=zbixdD5bVs6McKbXMlp3ssV9GDmQftK53h3oAHhaAbk,77
146
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py,sha256=boERFNSqTv0tijYDCCsJG_-fhUFJh-mw8TihBRmu2PU,4893
147
- dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi,sha256=8rDBspQyOllRlN8uYcOp74pJyiNx-784mTyQ0rT76hE,5942
146
+ dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.py,sha256=kR2egBQYw9Kc7zAsfUNvTp6Dyw5xD51YGVVvEUo_33A,5411
147
+ dlubal/api/rfem/ifc_objects/ifc_file_model_object_pb2.pyi,sha256=X-6HuCi5RMQ_Nb_2L03IyIAMpkM9W4j9xiUnfGyCLjw,6832
148
148
  dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.py,sha256=t6O1nxe-sOgFpVDTfwjPWYIFe1LttjPuZyC1yyqhK1I,2250
149
149
  dlubal/api/rfem/ifc_objects/ifc_model_object_pb2.pyi,sha256=2WXd6cQmviVKxmiXsKCzIUNZkMse_7kW_0KATPsNDJA,1619
150
150
  dlubal/api/rfem/imperfections/__init__.py,sha256=GT2pw9koN38ojx4x48h3B73RKOm1i3t0AyeQj1Jrwfw,119
@@ -155,8 +155,8 @@ dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi,sha256=U-jqvfvblo9hdhP
155
155
  dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py,sha256=Y9-tNZFAE3x4ipRmfUYjUk7DnQkv6tOvCOmd_Y2u8bE,10051
156
156
  dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi,sha256=IUvy9M1VXHl5TYCDH8PjzhfHy3X_zzQbQNrYZshovaY,16718
157
157
  dlubal/api/rfem/layout_and_drawing/__init__.py,sha256=YnItM3qu7Sxtb-l_x6U4vaAAszCSxaCNr879kSo_1oc,62
158
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py,sha256=2PRC5vuyqBnSkGXlyA3_MVplrwX7bGRqvz_ViCu74p0,20870
159
- dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi,sha256=VIPW-WIRASqfaFGq6e0VUhL18ugxioWHaoflW_J35p0,30587
158
+ dlubal/api/rfem/layout_and_drawing/cad_line_pb2.py,sha256=AGwH4DO5ZYXOeLOpc6Oh7LlaZ_nl9PgtX_ZwqcRwihU,20940
159
+ dlubal/api/rfem/layout_and_drawing/cad_line_pb2.pyi,sha256=EQvQL_NSfvZbTgfD6dRDesYomkPE5KZOOECYIR9gzsc,30786
160
160
  dlubal/api/rfem/layout_and_drawing/cad_line_point_pb2.py,sha256=AvuQ8-iJx27DJkWT83Qey2vfSW5tzPhJbKNDcG9-6_w,2758
161
161
  dlubal/api/rfem/layout_and_drawing/cad_line_point_pb2.pyi,sha256=EUD1MRIbX7qACtkHlQmseCsUGHxBdP4QTGBM9K3HlJI,2132
162
162
  dlubal/api/rfem/load_wizards/__init__.py,sha256=QdSlPUWU_ihfnPw3JKz-Tp-TI4gFRuYp3leQpCTTxyM,271
@@ -247,8 +247,8 @@ dlubal/api/rfem/loads/surface_load_pb2.pyi,sha256=_BYeaT8XG87bCRsKycOAfgVS9pfgwy
247
247
  dlubal/api/rfem/loads/surface_set_load_pb2.py,sha256=lIFVIk54Tsvk457a1rnAX63655bQ4NS_Q4v0LxWtPDs,17375
248
248
  dlubal/api/rfem/loads/surface_set_load_pb2.pyi,sha256=HTT1BHx2Za0puUSwNLmTf2SJphrrAp-29wFqqXA9YgE,26760
249
249
  dlubal/api/rfem/mesh/__init__.py,sha256=yW9CFt0mNSGkjP7y5tJPHt0Y2hd7Y1zOfmXs_QidH0A,33
250
- dlubal/api/rfem/mesh/mesh_settings_pb2.py,sha256=y-2mm28ZvcqubdDCStHmaRiPCx7b6KypsLH0KB4DtsM,13727
251
- dlubal/api/rfem/mesh/mesh_settings_pb2.pyi,sha256=dpymyliOOgYSJ5g-w8DnFITYIzxn6X-VG0ZH5HyMWKI,35895
250
+ dlubal/api/rfem/mesh/mesh_settings_pb2.py,sha256=IYU4abGu9KkA4m8E-Il627kIbuq2pxF3bo90I9eVu_0,10345
251
+ dlubal/api/rfem/mesh/mesh_settings_pb2.pyi,sha256=FiAvhxXAmJhZ82lW318j6bLRZBCx-Oy1R8XkEMRUgJ0,26149
252
252
  dlubal/api/rfem/result_objects/__init__.py,sha256=XSflSzNGdIkIuHgFjm2AiK6lFrXPAzlzNMr33XgORVw,66
253
253
  dlubal/api/rfem/result_objects/result_point_pb2.py,sha256=Je7FMO90s9tUr0sMkA83slllILncFlY0-La1fcYG0h0,4638
254
254
  dlubal/api/rfem/result_objects/result_point_pb2.pyi,sha256=FR_xb8kv__Kafe3ObbAWokDmZ4KhaNdnU70DepcRWpM,5439
@@ -316,32 +316,32 @@ dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi,sha256=HQO
316
316
  dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py,sha256=_jU26Q0opnG7mi3jdhsyS_FWPYxCaV3wp8Alj7i0MiE,2813
317
317
  dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi,sha256=BTgOcu4_isEUzrEBjV_g8TZNylk9ypQUNtb1mfacNyY,2621
318
318
  dlubal/api/rfem/structure_core/__init__.py,sha256=r3Dy8PNU-btURXEzabd5-N453QZTyo_AJGeu-3jBxHU,441
319
- dlubal/api/rfem/structure_core/line_pb2.py,sha256=0quIZhs2DLw1Xt3soY_alLouxGsHdFUPVuYPIfhr2kw,32120
320
- dlubal/api/rfem/structure_core/line_pb2.pyi,sha256=wAaNjQncwRVZ1xsyTs9wj_MW_M5Ls0wD-qF4YWYUl-g,48650
319
+ dlubal/api/rfem/structure_core/line_pb2.py,sha256=Be2ppwduxz8xrLHLi_17rvsoOqaint-pxbfY04Fc9Yc,32190
320
+ dlubal/api/rfem/structure_core/line_pb2.pyi,sha256=Pkc6dEgfBBk9rEQVMASjt1thVHgnUAL_PE72tNNxHxM,48843
321
321
  dlubal/api/rfem/structure_core/line_set_pb2.py,sha256=sUlw7-jmzS7YPp5hrhN7rVB06Qu8VXNf8I7NRIp_lMs,3823
322
322
  dlubal/api/rfem/structure_core/line_set_pb2.pyi,sha256=Yer0ED3rKpN6q2BCIg3n2XkbDSVJouAX6bH7j0G3k20,4071
323
323
  dlubal/api/rfem/structure_core/material_pb2.py,sha256=YYOqcFHQJIhCj-zXrOee0LArrlg3N4i_3FKU7dZ9jgc,73863
324
324
  dlubal/api/rfem/structure_core/material_pb2.pyi,sha256=FNBAOOenOMJxbr4gQ0xQ8uKq_HT4BOqBoI0Efoe9nME,141435
325
- dlubal/api/rfem/structure_core/member_pb2.py,sha256=n5GfF3jIIcQSUP-GQ0S9tceCTk3I09g2i_IgVwHbAyw,136827
326
- dlubal/api/rfem/structure_core/member_pb2.pyi,sha256=71EdLKnXEvLxPQIPkrOqbFzQ-hznfzywaaHLXP3iQe0,306269
327
- dlubal/api/rfem/structure_core/member_representative_pb2.py,sha256=1HvdAAcUsQ1If0VMq5eqvmiduXe_N1GJ4tDMZiAN1q0,227363
328
- dlubal/api/rfem/structure_core/member_representative_pb2.pyi,sha256=qnB1ZK2vpzrIbcsg_D4N0Cd1P-pIPQOBrNTyUvCOYR8,557638
325
+ dlubal/api/rfem/structure_core/member_pb2.py,sha256=m54IapS3dGSngHCpZy2ZL9XehmlOU-vOrNKa4vXhvEg,137690
326
+ dlubal/api/rfem/structure_core/member_pb2.pyi,sha256=IwdXkSc-829Fcve25zNSgfYJYIrE2mB1Unfw1iZbBNo,307694
327
+ dlubal/api/rfem/structure_core/member_representative_pb2.py,sha256=52Einvzj6k_wgvga1v7tNHSyM_z0m8ojSC1h60u4BMk,228224
328
+ dlubal/api/rfem/structure_core/member_representative_pb2.pyi,sha256=_sSj9JEN3PID9iXd5eLGSQlCT72uanP_i3UzqyAb2NU,559063
329
329
  dlubal/api/rfem/structure_core/member_set_pb2.py,sha256=0wad6gg7crS7o5XVhrzFZsumqHoztPPUZUCzx25rJz4,100119
330
330
  dlubal/api/rfem/structure_core/member_set_pb2.pyi,sha256=2BpT_op0u1Ol0eMhFFPHg6it3JinBSPo6KP5uR-J91g,243583
331
- dlubal/api/rfem/structure_core/member_set_representative_pb2.py,sha256=c81Uqikg3FaydF270tzdWqnHuDkbnVErzZW9cyiHzNM,347218
332
- dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi,sha256=RGF-YAFy5SUfVcpG6Z-Y_i-DmHSIUPaXBqeMyXIoOLo,878200
331
+ dlubal/api/rfem/structure_core/member_set_representative_pb2.py,sha256=zrhvXmbf86dF12g91FbiCqsuzMFfoEBdfZGO4yr8Y-M,348232
332
+ dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi,sha256=xp6kt1_IYp0HOaeD0foyCJVeaDBzZkcExffg6rgta0Y,879937
333
333
  dlubal/api/rfem/structure_core/node_pb2.py,sha256=zhx_1R8eCEO82xwosKCnU0dfKesm-rmLcYvYBiNzxVQ,9858
334
334
  dlubal/api/rfem/structure_core/node_pb2.pyi,sha256=gUuPjJWJT4oz2N6KvXltIUtc9GLsnxjU2afwnOiAqtE,13868
335
335
  dlubal/api/rfem/structure_core/opening_pb2.py,sha256=YveJMGT3fAB0q8PPZwlh9X6cq46C1KiNKGF1QuFnehc,3062
336
336
  dlubal/api/rfem/structure_core/opening_pb2.pyi,sha256=aH-R9p9d-qKYOponLnUMjxrtUFMC-48I8U5RHbRJgPc,3006
337
337
  dlubal/api/rfem/structure_core/section_pb2.py,sha256=3ndRA-XR8ML-ZQoLzUFrMXKd_LjFj75UBk3UxItq4co,89749
338
338
  dlubal/api/rfem/structure_core/section_pb2.pyi,sha256=nvlCvcKNFJb5wvWr-UJkfsYAIcX_guH6Ls9s5Ioifxw,150491
339
- dlubal/api/rfem/structure_core/solid_pb2.py,sha256=2lmln3fnOJLeH2FJ-WIVaKfVZS4iWalOsqcW36pj0EU,14658
340
- dlubal/api/rfem/structure_core/solid_pb2.pyi,sha256=ShUP19Fsi2O6L7BsWepOwJrOyzbQaEL416EC-f1575Q,23012
339
+ dlubal/api/rfem/structure_core/solid_pb2.py,sha256=YOgTxFlDRP-9u7ygHzxHpYyHdAuSWGSDQ1aFv9k4lYc,15077
340
+ dlubal/api/rfem/structure_core/solid_pb2.pyi,sha256=Shk_U7BmNxz9FNlj1ruYJIVpkhTI6arl3pl30R_lO0U,23710
341
341
  dlubal/api/rfem/structure_core/solid_set_pb2.py,sha256=EObfKrdX77pbDQ28EyuQcCnW3YeQteGMxcHjoohnarU,5899
342
342
  dlubal/api/rfem/structure_core/solid_set_pb2.pyi,sha256=DgC8F35QPqDqbjhnd1do_SI6aJX2KXkIE2m4u2YD3is,7485
343
- dlubal/api/rfem/structure_core/surface_pb2.py,sha256=68i-rjakppp0NtjOfgUPxuJ_LsP_syqdlB0-ikS5WSU,34348
344
- dlubal/api/rfem/structure_core/surface_pb2.pyi,sha256=687qRBqTi8_mS19SJiyEaQmtA1CUVE3lVF7PTInJ9PU,53527
343
+ dlubal/api/rfem/structure_core/surface_pb2.py,sha256=-L9mLA4kQf60cG0FcXoI8B0ps0IH2Pe1mrnfq19WoYY,35222
344
+ dlubal/api/rfem/structure_core/surface_pb2.pyi,sha256=TOqJZWj4_FuXSZyHKxx6kM4RlGU-AbN7MFsm1XHJ3UY,54968
345
345
  dlubal/api/rfem/structure_core/surface_set_pb2.py,sha256=iSF76AHA3MoQG8_FT9RCKNesFi4ug-rDuM61_GTB6mk,11283
346
346
  dlubal/api/rfem/structure_core/surface_set_pb2.pyi,sha256=eqNd5CDWQvU9tpq0jtzLmj8XFwe1nCMGuLk7yciakmI,16806
347
347
  dlubal/api/rfem/structure_core/thickness_pb2.py,sha256=NiVzt5GeQEWTIH8a29iES2Dy2abHa6lT2bf82OLewog,27501
@@ -483,10 +483,15 @@ dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py,sha256=4_3D8
483
483
  dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi,sha256=MniKmi6M_o9js9PypAslycXuq_Uj6PYzmpeQxACkvYs,3213
484
484
  dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py,sha256=iKuGm8uj2rHnEUxqrEZAakVo-qnZ_4bcjm5uf_2D_d0,5828
485
485
  dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi,sha256=IXfVLEglH0lHtF-wk8fZYodXIWmR9MGEL6Zy4b_4oko,8935
486
+ dlubal/api/rfem/types_for_wind_simulation/__init__.py,sha256=9oKCU05O-8GXZld25cp1G-7OuGe7LlSV5_UVJ3XQpDo,81
487
+ dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.py,sha256=H-H7sXfOUKh6KnxQmdJknMsjjPwWgpJfDe_VAn8mlAg,4682
488
+ dlubal/api/rfem/types_for_wind_simulation/roughness_and_permeability_pb2.pyi,sha256=OeZ_KxHDwH76c-aZZqIBF6VF_-iSIiDpNX7kfN4yQO8,7489
489
+ dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.py,sha256=51__yHdSBY1QNRGHObl8GKtr8cwmb7ORcwojEhp_ecw,3814
490
+ dlubal/api/rfem/types_for_wind_simulation/shrink_wrapping_pb2.pyi,sha256=O9nZPVEC166gVOuyRkIbzd_9Ftjhhyo9qjGg32UM4so,4599
486
491
  dlubal/api/rsection/__init__.py,sha256=Lujd4QT9kAQ-HVXC4Y3T3CZatp33WEbhGvukfxb6OXU,398
487
492
  dlubal/api/rsection/all_pb2.py,sha256=1EHWU6KY8EZu5iqIPC3Ucv0L0PzOJw36kE43aISosT8,1329
488
493
  dlubal/api/rsection/all_pb2.pyi,sha256=B9MEtgw7rc3XQscf2aooQmcxZBvPRFLdNUDa71rSf5I,277
489
- dlubal/api/rsection/application.py,sha256=aFM6HMSz0LvessuW5OOD1HEpoOckoNOeSfwmPrhw0fY,21109
494
+ dlubal/api/rsection/application.py,sha256=kaW-1gq51Xozo4mH1V-T9BBq6x4nNupehi1ACY1jXEU,21621
490
495
  dlubal/api/rsection/application_pb2.py,sha256=pvP7lgH8v9sMemWjdaLKfA6DqsBPITSoQfprWMqXWl8,6392
491
496
  dlubal/api/rsection/application_pb2.pyi,sha256=SkFlJ61g90yfYWpzIsI63dzdgMYtphGJ-E04k-NRM5E,2100
492
497
  dlubal/api/rsection/application_pb2_grpc.py,sha256=FeKn0onibOllzRlyddoDJRWvsmlO_eLmkrBvrEq5r6g,57630
@@ -563,10 +568,10 @@ dlubal/api/rsection/structure_core/subpanel_pb2.py,sha256=-E64Ft3MbWjLUVpSaZDK-g
563
568
  dlubal/api/rsection/structure_core/subpanel_pb2.pyi,sha256=iRBg8VSZJMN1n8BQ_CepDuIFGm8CIVNjHjgFkzcZ2FM,2879
564
569
  dlubal/api/rsection/structure_core/weld_pb2.py,sha256=fh5l5UTqXZ5nbmsJ8VoT8ZROhy70GNQ35F2o-kYOkXQ,3098
565
570
  dlubal/api/rsection/structure_core/weld_pb2.pyi,sha256=03lv5ze1_BpptEUGV_aXLWV_VSC7Z1faoWJWpCNr3OM,2972
566
- dlubal/api/rstab/__init__.py,sha256=SOuBPPD4D5-QlktL9RIf4xKBJkd1TWKDy0nYtPAx3gA,1153
571
+ dlubal/api/rstab/__init__.py,sha256=fena5eV9_m9OggcfxveqG-zbB9vGSqoBs1jLthfHSvE,1193
567
572
  dlubal/api/rstab/all_pb2.py,sha256=1kVFgbFt_r2C5ZzuOSDX2spprpejHeGT0sZ7lYq1n0c,1314
568
573
  dlubal/api/rstab/all_pb2.pyi,sha256=B9MEtgw7rc3XQscf2aooQmcxZBvPRFLdNUDa71rSf5I,277
569
- dlubal/api/rstab/application.py,sha256=0dVMX_6whkgH8l1_WSSDn9PigRz7VuGgWEt4IVhcnsg,33527
574
+ dlubal/api/rstab/application.py,sha256=cKURDfHYb5dPWV620YTo_errgsunuFfC6PwHa7Xkgio,33515
570
575
  dlubal/api/rstab/application_pb2.py,sha256=0ij5Hcje-ROeZdaQPbJBVJlmg6NIeMXS77RjbkBFKd8,11790
571
576
  dlubal/api/rstab/application_pb2.pyi,sha256=m1azuCrizRMPHWoutaRqo2ow4vd8NbxXB6Csu8PMP-o,7066
572
577
  dlubal/api/rstab/application_pb2_grpc.py,sha256=Stc-3Wjk-MlrpXsODl3lwTDX6WPrXpHv9Zg0KrDzlLo,77568
@@ -578,16 +583,16 @@ dlubal/api/rstab/dynamic_analysis_pb2.py,sha256=3Ps3s7FQbspihw9fGYnm6vexL8f_QPRV
578
583
  dlubal/api/rstab/dynamic_analysis_pb2.pyi,sha256=qhnZ5ZC-ZuaXxMGz-KRHjx6_MAN1koj_wjHjsYeBL30,1167
579
584
  dlubal/api/rstab/object_id_pb2.py,sha256=SeyB_VMbjG-X81P11v10Y5hF6ZKeAJrSebXNnGqYybY,1995
580
585
  dlubal/api/rstab/object_id_pb2.pyi,sha256=3UiIXyr3QWGp8zlvEHaVXxYuaZuUb-N5BdgL55RXoxM,1363
581
- dlubal/api/rstab/object_type_pb2.py,sha256=LDP-8llb0edRK_ZC6riKcsvIlLNxLpJMkgTVrJRV46s,7544
582
- dlubal/api/rstab/object_type_pb2.pyi,sha256=kGmmxMLOC9epX76TuejPNc8oUBM_FZEFU-xBDu2x4Kg,12903
586
+ dlubal/api/rstab/object_type_pb2.py,sha256=DAz2PZvezcFfc-KkKMsKIo5uHIZAbmQS6YqS2W12SGo,7652
587
+ dlubal/api/rstab/object_type_pb2.pyi,sha256=TDRrD3eVWDsiA6gz7R5qwzwyah7x1qcPZp5ABj4xtS8,13119
583
588
  dlubal/api/rstab/aluminum_design_objects/__init__.py,sha256=6e4pV4SgsJre2SVFo2z5y63iFiyfQi8-K3AKYIJAgS0,106
584
589
  dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py,sha256=zM1CdJOILBJmr1Dx_BzR64FfOHW519mZRG6dtrEHHTc,16427
585
590
  dlubal/api/rstab/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi,sha256=ZB4n-2qNCYy_qlMXtvn-oepoOqy-hzcozoY2a0HNkp4,19348
586
591
  dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py,sha256=m4AXbfWwQVeWdAlv9N_oTyAkgK2MK8IsqAGrFD92TYc,16427
587
592
  dlubal/api/rstab/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi,sha256=Svdj6NcVoPM7Q4Z2RS35IbMUO1GR6zCns0WLReyCJiY,19348
588
593
  dlubal/api/rstab/base_data_objects/__init__.py,sha256=M_kTRuni5wQ6C6xoGbTlC_zRPEzh-FKzA1nh4cEpdm8,27
589
- dlubal/api/rstab/base_data_objects/terrain_pb2.py,sha256=Dlihem76G8dXaRtXnJut7FRYAvPUGF4VQxXJouI1F_Q,3749
590
- dlubal/api/rstab/base_data_objects/terrain_pb2.pyi,sha256=wkRe_mIaCo8s4VNFU4h65efwHx6kPFkKhkrTPLN6JGY,3825
594
+ dlubal/api/rstab/base_data_objects/terrain_pb2.py,sha256=83ujWEkH4AxWuNEiqwPMZdisg7Le_IFxbrRMLqwM9yQ,3871
595
+ dlubal/api/rstab/base_data_objects/terrain_pb2.pyi,sha256=bCcRsLylPb9pt4dypq-seji-OJc8BadOnYtR4P97GX0,4046
591
596
  dlubal/api/rstab/calculation_diagrams/__init__.py,sha256=r_KHQvs0QC0pmnUn08WXE4oeynafJkr9Py1S3gWVxUk,39
592
597
  dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.py,sha256=COxE38Sh1-lDJ1UEh7k89a7QBqrg620kNnC3sjeAS2Q,73920
593
598
  dlubal/api/rstab/calculation_diagrams/calculation_diagram_pb2.pyi,sha256=oxftw9R72gvckIuYdO3Gwig9HchjCmrCJbDyThMMBXA,194158
@@ -644,11 +649,11 @@ dlubal/api/rstab/guide_objects/object_snap_pb2.py,sha256=tog9na1nTno_RKphIexWE8M
644
649
  dlubal/api/rstab/guide_objects/object_snap_pb2.pyi,sha256=Zugpx0xj4KHrX8c_A-tXYFeQpSBFTJSdYRt2jhg58jY,5780
645
650
  dlubal/api/rstab/guide_objects/texture_pb2.py,sha256=aWR-5LiSmLNwjKIIeV6ZFc0fDBky8bsKAAoPiRqDe1Y,2875
646
651
  dlubal/api/rstab/guide_objects/texture_pb2.pyi,sha256=xMzvRT-SQmEB8us3A0JDiAP3oOaZ0wGKTjf9yZCXrrk,2532
647
- dlubal/api/rstab/guide_objects/visual_object_pb2.py,sha256=3624L_F7q1v3XzAcaGwUyqnJfLF3OQqnjujlaX7DP-A,6099
648
- dlubal/api/rstab/guide_objects/visual_object_pb2.pyi,sha256=8g2I7-uwnnyTc5ca5BYBWccs3ogmflKTBaa4JWQ1p3o,8479
652
+ dlubal/api/rstab/guide_objects/visual_object_pb2.py,sha256=Scta5ACEi93HxLjHToRu2Yb-aRmc4Ebfwu5WWx2npMg,6528
653
+ dlubal/api/rstab/guide_objects/visual_object_pb2.pyi,sha256=kQSyGWiZJbZn17314nvZIKmwgDVJubVWe3kkQwrNoeA,9177
649
654
  dlubal/api/rstab/ifc_objects/__init__.py,sha256=zbixdD5bVs6McKbXMlp3ssV9GDmQftK53h3oAHhaAbk,77
650
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py,sha256=8U4yhiRw6aLo47ts74T9O5V4aQtZLbBMi64tQBNBjAw,4900
651
- dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi,sha256=8rDBspQyOllRlN8uYcOp74pJyiNx-784mTyQ0rT76hE,5942
655
+ dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.py,sha256=tkhUGiXxlY_o0ayV2e0y8U_C63tL9_Ml0eYRAD1nxFs,5418
656
+ dlubal/api/rstab/ifc_objects/ifc_file_model_object_pb2.pyi,sha256=X-6HuCi5RMQ_Nb_2L03IyIAMpkM9W4j9xiUnfGyCLjw,6832
652
657
  dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.py,sha256=k8st9MPaGaxDWzC5mS-dcEjVI5yKxYn1FX461kwL9dY,2256
653
658
  dlubal/api/rstab/ifc_objects/ifc_model_object_pb2.pyi,sha256=2WXd6cQmviVKxmiXsKCzIUNZkMse_7kW_0KATPsNDJA,1619
654
659
  dlubal/api/rstab/imperfections/__init__.py,sha256=GT2pw9koN38ojx4x48h3B73RKOm1i3t0AyeQj1Jrwfw,119
@@ -751,14 +756,14 @@ dlubal/api/rstab/structure_advanced/structure_modification_pb2.pyi,sha256=V7aL3f
751
756
  dlubal/api/rstab/structure_core/__init__.py,sha256=m2ZbwNditbqld92J5mhH7j9jyEl5mpOVTEIZHDxSogk,221
752
757
  dlubal/api/rstab/structure_core/material_pb2.py,sha256=IIjK9_q7BtXf2q4EMywhv0deuDVVcF_omBAtuC3FIXo,45850
753
758
  dlubal/api/rstab/structure_core/material_pb2.pyi,sha256=1LUJcHJ-QoMlD9pc6_0V30SvjzzGrLwMb0asr3E2HDQ,87867
754
- dlubal/api/rstab/structure_core/member_pb2.py,sha256=xeniKo3F8TOzET7uo4cuPR4Dm4-_nNKJ_5nD3OmbnLM,129785
755
- dlubal/api/rstab/structure_core/member_pb2.pyi,sha256=wxynvBpGeo7O5PxtnZfAWcBvytruuLSdpQksY7jOBaM,293651
756
- dlubal/api/rstab/structure_core/member_representative_pb2.py,sha256=aSu-jzaecb6T7w2sb2nodrxJ9WjMTbEXosO0mPOTKmE,220084
757
- dlubal/api/rstab/structure_core/member_representative_pb2.pyi,sha256=tMMnBKo0HezWzPRFGzQhLAQIzK50B0K6lPPIWEGtESE,543900
759
+ dlubal/api/rstab/structure_core/member_pb2.py,sha256=rUJdON5xvzJFqtYwe5u5X6gTEz7gr9TXNGSBJXAqaDc,130648
760
+ dlubal/api/rstab/structure_core/member_pb2.pyi,sha256=ucHZnGUnErPv_DRRCclQKuC85xdZgmRdLZ_9hcWwlpw,295076
761
+ dlubal/api/rstab/structure_core/member_representative_pb2.py,sha256=hp_splrQaS9-cn2bPPSrlNRP4ek3EnW4UDWOTtzDmYw,220947
762
+ dlubal/api/rstab/structure_core/member_representative_pb2.pyi,sha256=a1gNiIzHXSUb9mzsJNKo2_aq3Mx96sQHVfxZzddcc9o,545325
758
763
  dlubal/api/rstab/structure_core/member_set_pb2.py,sha256=0A0aawmJP78CdXrXdJYDdl2hSlMeJ9jpohY0ID4ptdo,100181
759
764
  dlubal/api/rstab/structure_core/member_set_pb2.pyi,sha256=8eH8YtYE45F7M57cDZJNGGkbWjyfGHe7nOmazU3XjlI,243584
760
- dlubal/api/rstab/structure_core/member_set_representative_pb2.py,sha256=rmr7hC8Q7Ni5ilxO63pWT57yLIdMT-lc4uclt5AXg2E,341360
761
- dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi,sha256=zaS6w0_hGg9gYS58uK-SFB3prpMPv0bzYlogJ5HpB_s,866546
765
+ dlubal/api/rstab/structure_core/member_set_representative_pb2.py,sha256=aF27tA_1IoklD7Wwg0U65snwSoyXqmzR9jwsIj3SEuc,342374
766
+ dlubal/api/rstab/structure_core/member_set_representative_pb2.pyi,sha256=BQbqF8G2obQTT6RQhVNrmAOWJZK1zPsMEpWye9GG_js,868283
762
767
  dlubal/api/rstab/structure_core/node_pb2.py,sha256=oKj5RtLq3_dscNH45C0vGUIrec4AUi4Sw0mMqeZTa9g,9538
763
768
  dlubal/api/rstab/structure_core/node_pb2.pyi,sha256=hL2hIkiJn94Iljs66XajmtfCeZrSeg85kDWSG7nJk-E,13337
764
769
  dlubal/api/rstab/structure_core/section_pb2.py,sha256=BkUlNBb-5ElDC98HdlWITWUvT3mppQafCBxsXDkD_dU,89773
@@ -849,6 +854,11 @@ dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.py,sha256=cS5U
849
854
  dlubal/api/rstab/types_for_timber_design/timber_service_class_pb2.pyi,sha256=HW6iEmQmPgEeQuA_kFVzpN42HCH_i-R7hniGeXsXkRs,2541
850
855
  dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.py,sha256=q_QJqkHf1gZvvr0c1azGBfn4m-N7-Q075L9nWc2TakE,5665
851
856
  dlubal/api/rstab/types_for_timber_design/timber_service_conditions_pb2.pyi,sha256=xJG5UtjSyRmkeBS9391lOjxt1ZKmXdVhV3-jITGDIlQ,8263
857
+ dlubal/api/rstab/types_for_wind_simulation/__init__.py,sha256=9oKCU05O-8GXZld25cp1G-7OuGe7LlSV5_UVJ3XQpDo,81
858
+ dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.py,sha256=NLHW0MtCwV5F_3q6gv2Mi5N2yNNwvwyoGARDlykgYAg,4588
859
+ dlubal/api/rstab/types_for_wind_simulation/roughness_and_permeability_pb2.pyi,sha256=LCHRq9ycnLR8PIFj597_oq-H21-lByyOQOmnm5WfJqw,7107
860
+ dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.py,sha256=J8TfhRBUz83oEVf7SLe81HztRj6DnVOvd-nQbZhwnuE,3719
861
+ dlubal/api/rstab/types_for_wind_simulation/shrink_wrapping_pb2.pyi,sha256=-ac1qpLRpbN9XpAIWA_uBVvggk5_IwFC5B8r0UqESes,4217
852
862
  examples/rfem/base_data.py,sha256=VmB7h0FuSTA_KsftEjyxBy6_ySxE6eG7seve4ke2dVM,1397
853
863
  examples/rfem/block.py,sha256=4QQserE9H5ckcDmCdyx7w7_5UhzSYEu6yrndOJH8Ph4,1063
854
864
  examples/rfem/bus_station.py,sha256=WH6gzvMU2sPTGd0MnKoVnlQNJ_kqCfbDAXfLtBIDb4Q,11562
@@ -861,7 +871,7 @@ examples/rfem/design_settings.py,sha256=wQXLLjq8R4l-fNLGsz1CfMTeYAyKACo4nUh37mps
861
871
  examples/rfem/excel.py,sha256=wdVkiWXeQvFly3g9I2W-D8paNsC4xYH54wasmkFHkEY,2305
862
872
  examples/rfem/export_model_to.py,sha256=CUAd03rud3owaKC2aYJd0-4AuxnNUecM9D3IJkhRgRo,4430
863
873
  examples/rfem/frame.py,sha256=8RUTvcmux-o4WnMoVmNvZBBQJ0Bl9ROEvG3T9nEdNtw,9585
864
- examples/rfem/import_from_ifc.py,sha256=W_SwgBcDXTu2ofWYDuq6qvGJFez18t2OYm69CrnX__8,1922
874
+ examples/rfem/import_from_ifc.py,sha256=uio345Yx6iFWLk4zW0U7-srBdG5ghFcPgOVGwZR2I7k,1913
865
875
  examples/rfem/import_from_rsection.py,sha256=ZNdxMUZA8gjoeWRdlP9cC0_Qe3Yyra28OkXo0NOF_pU,4874
866
876
  examples/rfem/import_from_xml.py,sha256=MNblmO9Bft5rPuVfYqVqNDOhiDz-idNNqyd_jrqkAX8,913
867
877
  examples/rfem/material_user_defined.py,sha256=TTltkTOhc6UOCe1hQvu3v7mZtQKfCkWOovTVBw-K_h0,482
@@ -892,7 +902,7 @@ examples/rstab/design_settings.py,sha256=l4xt9Y25wdlHJRjdNJIH32wlyTu0-35zbappDRk
892
902
  examples/rstab/excel.py,sha256=8N5LABld3VTuB7geovEsR1N-hB8EIKOBTbA3TQ1ZA2E,2318
893
903
  examples/rstab/export_model_to.py,sha256=3vhDO6ZeIKisLgUdK9P9e3QWCDNZdx5cei8U1ytWT88,4369
894
904
  examples/rstab/frame.py,sha256=cTzYYAsD1pIXgcW_8ZKoHvrtue9F2HhwPXBAHXiXCeA,9540
895
- examples/rstab/import_from_ifc.py,sha256=N5syzco1RX4yPZraWCsNJ8v5wFqGcvXDlqSUH3UAmU4,1369
905
+ examples/rstab/import_from_ifc.py,sha256=UKwkR0UNX_g6C-0jH3I3T14oBY4GX9K3Z2hn7gtk0OQ,1366
896
906
  examples/rstab/import_from_rsection.py,sha256=7KbVp30W7gyx-jrtzYCU06UZ5lz6Bn6U4sAtiU5Fe5Q,4801
897
907
  examples/rstab/import_from_xml.py,sha256=rfVUqIkLQpHugBLlX9IgTUVqxgNIC3owO1mOqcZlpbw,924
898
908
  examples/rstab/multiple_models.py,sha256=Na_iQim0hYGbDvU5dDQ1PAcf5XokHCrcWV727NrpJ38,39449
@@ -911,7 +921,7 @@ google/protobuf/empty_pb2.py,sha256=DMg9DR9bEU4vnR7daGsVrcp3GjCaxYMep1pFAv-GXQA,
911
921
  google/protobuf/empty_pb2.pyi,sha256=pra-Zqb8TfSmOE8R3TaET8RJKIiLuznwQb65BDvD2wI,279
912
922
  google/protobuf/wrappers_pb2.py,sha256=Ep-ZNv9reqNUau7XMJeJ7-oabILTSPGYk0TKDZkKRvM,3008
913
923
  google/protobuf/wrappers_pb2.pyi,sha256=RvxFl4kAP_pGFBEyTqaypzqaSUYpK3bbCIMb15YYujo,1918
914
- dlubal_api-2.12.1.dist-info/METADATA,sha256=IvZ4zce40EAsDsnuVS_qUrx54cjTdhxzkZzmlEtTdjE,2530
915
- dlubal_api-2.12.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
916
- dlubal_api-2.12.1.dist-info/top_level.txt,sha256=B9-9ee1pQJwtiMyeNWOcyocIngJBBMxosWGysTMYJ8c,23
917
- dlubal_api-2.12.1.dist-info/RECORD,,
924
+ dlubal_api-2.12.2.dist-info/METADATA,sha256=MuaR-AMWXbRDtT1eKCyWjvDypLCA1mKOncKfbis44yU,2530
925
+ dlubal_api-2.12.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
926
+ dlubal_api-2.12.2.dist-info/top_level.txt,sha256=B9-9ee1pQJwtiMyeNWOcyocIngJBBMxosWGysTMYJ8c,23
927
+ dlubal_api-2.12.2.dist-info/RECORD,,
@@ -45,16 +45,16 @@ with rfem.Application() as rfem_app:
45
45
  # Convert columns and beams to RFEM straight members
46
46
  rfem_app.convert_objects(
47
47
  convert_into=common.ConvertObjectInto.CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER,
48
- objects=members
48
+ objs=members
49
49
  )
50
50
  # Convert walls and slabs to RFEM surfaces
51
51
  rfem_app.convert_objects(
52
52
  convert_into=common.ConvertObjectInto.CONVERT_IFC_OBJECT_INTO_SURFACE,
53
- objects=surfaces
53
+ objs=surfaces
54
54
  )
55
55
  # Convert footings to RFEM solids
56
56
  rfem_app.convert_objects(
57
57
  convert_into=common.ConvertObjectInto.CONVERT_IFC_OBJECT_INTO_SOLID,
58
- objects=solids
58
+ objs=solids
59
59
  )
60
60
 
@@ -41,6 +41,6 @@ with rstab.Application() as rstab_app:
41
41
  # Convert columns and beams to RSTAB straight members
42
42
  rstab_app.convert_objects(
43
43
  convert_into=common.ConvertObjectInto.CONVERT_IFC_OBJECT_INTO_STRAIGHT_MEMBER,
44
- objects=members
44
+ objs=members
45
45
  )
46
46