Debugging Meshes #896
stewartoallen
started this conversation in
General
Replies: 1 comment 3 replies
-
Currently, no, and not even with the C++ API. We should indeed give more explicit error messages for this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the JS/NPM package and would like to get more explicit error messages during Manifold construction. The error thrown from
new Instance.Manifold(mesh)
does not contain anything other than an integer code. Is it possible to get something like indexes to faces or edges that are failing the manifold test?Beta Was this translation helpful? Give feedback.
All reactions