GeometryCollective / boundary-first-flattening

MIT License
768 stars 96 forks source link

More verbose error messages when loading meshes #7

Closed GeometryCollective closed 5 years ago

GeometryCollective commented 6 years ago

Until #4 and #6 are resolved, would be good to have more verbose messages explaining why certain meshes can't be loaded (currently there's just a single catch-all message). For instance, saying that quads aren't supported, or that the mesh must have either sphere or disk topology (or a single connected component). Etc. (These cases will have to be detected at some point anyway, so this may be a good first step.)

JokerMartini commented 6 years ago

This would be very useful when trying to resolve import issues.