ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
206 stars 126 forks source link

Vector graphic export of 2D geometry and mesh (svg format) #5213

Open mheroth opened 1 month ago

mheroth commented 1 month ago

Description of the feature

Export of Mesh and of the 2D geometry as scalable vector graphic (svg).

Steps for implementing the feature

No response

Useful links and references

No response

SMoraisAnsys commented 1 month ago

Hi @mheroth, could you add a bit more information to the feature you would like to see in pyaedt ?

mheroth commented 4 weeks ago

I would like to be able to export the 2D geometry (modeled in Electronics Desktop Maxwell 2D) directly as an .svg file. Similar to how it is already possible as a .step file, for example. In addition to the 2D geometry, it would be important for me to be able to export the mesh used. So that in the end the 2D geometry and the mesh are described using corner points and connection types.