How can I write/export a mesh file out of ANSYS to another program?


ANSYS does not have a translator to produce a mesh file in the format of other programs. However, ANSYS does have commands to write out mesh information in a general text format. Your options for outputting the mesh to a text file are using either the CDWRITE command or NWRITE & EWRITE commands. I suggest using CDWRITE,DB,myfile,txt then see if this is the correct format for your program. The text file produced, myfile.txt, is editable in a text editor to fit the desired format of the other program and to delete any commands that are not associated with the mesh. See the documentation on the CDWRITE command for further details.





Show Form
No comments yet. Be the first to add a comment!