ansys / pyprimemesh

Pythonic Meshing Client for Ansys Prime Server
https://prime.docs.pyansys.com/
MIT License
18 stars 8 forks source link

Add the Mechanical APDL 'ANF' file type to import_cad #619

Open mikerife opened 9 months ago

mikerife commented 9 months ago

📝 Description of the feature

In MAPDL the ANF file format, ANF, is the cleanest geometry that it can export. Would it be possible to add importing ANF files? We have many customers with MAPDL scripts that create geometry, and it would be nice to be able to step over to PyPrimeMesh for meshing, then back to MAPDL (via PyMAPDL).

💡 Steps for implementing the feature

No idea. Perhaps it is better for PyGeometry to add an importer for ANF files, then we can export SDOC file and go to PyPrimeMesh from there?

🔗 Useful links and references

https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v232/en/ans_ope/Hlp_G_OPE6_NeutralFile.html?q=anf

waltersma commented 8 months ago

@mikerife is this a standard way of working for many users? Presumably this would be to support geometry creation in MAPDL? Would there be any issue with migrating to creating geometry in Pyansys-Geometry and then going to PyPrimeMesh?