Hi, I am writing a program to write the 3d data into .msh file. I wonder if the LoadMesh()loads everything in the .msh file? If not, where can I find any information on .msh data format?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yes it loads everything in the mesh format the mesh format is a modified version of a opensource file format from discreet. There was a cute little app called dejaview that I got the file format from. I can't seem to find the open souce discreet site at the moment. The format is really bare bones, I would probably write something much more flexible now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am writing a program to write the 3d data into .msh file. I wonder if the LoadMesh()loads everything in the .msh file? If not, where can I find any information on .msh data format?
Thank you.
yes it loads everything in the mesh format the mesh format is a modified version of a opensource file format from discreet. There was a cute little app called dejaview that I got the file format from. I can't seem to find the open souce discreet site at the moment. The format is really bare bones, I would probably write something much more flexible now.