Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readMSH does not return tets, just triangles. #185

Open
otmanon opened this issue Feb 22, 2023 · 1 comment
Open

readMSH does not return tets, just triangles. #185

otmanon opened this issue Feb 22, 2023 · 1 comment

Comments

@otmanon
Copy link

otmanon commented Feb 22, 2023

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

@alecjacobson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants