Skip to content

GDS import to "3D modeler", Not to EDB, Not to "3D-layout" but just to "3D Modeler" #3697

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

You must be logged in to vote

Hi @IkeChoice ,

AEDT Layout workflow is first to convert the ECAD format (gerber, odb++, dxf...) to Ansys layout format called EDB. Then once you have your EDB file, you can transform it to an HFSS, Q3D or Maxwell.

Using PyAEDT is just:

  1. First, if you want to see in graphical mode the layout, you can import the gerber using this method:

https://aedt.docs.pyansys.com/version/0.6/API/_autosummary/pyaedt.hfss3dlayout.Hfss3dLayout.import_gerber.html

Then you can manipulate the Layout.

If you need intensive Layout manipulation, I encourage you to use PyAEDT EDB (much better):

https://aedt.docs.pyansys.com/version/0.6/EDBAPI/_autosummary/pyaedt.edb.Edb.html#pyaedt.edb.Edb

As you can see in the…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by IkeChoice
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