How to copy sheets from icepakdesign to maxwelldesign? #4364
-
How to copy sheets from icepakdesign to maxwelldesign? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @aknsj , You can use copy_solids_bodies_from method like in this example: There is one extra argument in this method that allows you to export the sheets: If you only want to transfer the sheets, you can pass directly the sheet names in objec_list. |
Beta Was this translation helpful? Give feedback.
Hi @aknsj ,
You can use copy_solids_bodies_from method like in this example:
https://aedt.docs.pyansys.com/version/stable/examples/06-Multiphysics/Hfss_Icepak_Coupling.html#sphx-glr-examples-06-multiphysics-hfss-icepak-coupling-py
There is one extra argument in this method that allows you to export the sheets:
copy_solid_bodies_from(design, object_list=None, no_vacuum=True, no_pec=True, include_sheets=False)
If you only want to transfer the sheets, you can pass directly the sheet names in objec_list.