libigl-python-bindings icon indicating copy to clipboard operation
libigl-python-bindings copied to clipboard

readMSH does not return tets, just triangles.

Open otmanon opened this issue 2 years ago • 1 comments

The readMSH function calls the version of readMSH that only reads in triangles. However, .MSH file format is often used to store tet meshes.

otmanon avatar Feb 22 '23 02:02 otmanon

This seems like an issue with the binding not the underlying libigl c++ function. hopefully an easy fix. https://github.com/libigl/libigl/blob/main/include/igl/readMSH.h

Happy to merge a PR if you get around to it first.

alecjacobson avatar Mar 08 '23 16:03 alecjacobson