PyMesh
PyMesh copied to clipboard
How to form mesh for procedural 3D tet mesh?
Hello,
I am wondering whether can I form my own 3D tet mesh by using PyMesh? E.g. My App can generate some vertices pos data and tet element data and I want it to save in the form of PyMesh.Mesh What should be the command that I should use?
I should have vertices and elements attributes and I have them by myself. But it looks like I cannot find a command to create a customized 3D tet mesh. (E.g. It looks like pymesh.meshio.form_mesh is a good candidate, but what does voxels stand for? Is it something like element? )
Thanks!