libigl-python-bindings
libigl-python-bindings copied to clipboard
readMSH does not return tets, just triangles.
The readMSH function calls the version of readMSH that only reads in triangles. However, .MSH file format is often used to store tet meshes.
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.