Skip to content

How to copy sheets from icepakdesign to maxwelldesign? #4364

Closed Answered by Samuelopez-ansys
aknsj asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aknsj
Comment options

Answer selected by aknsj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants