ImatiSTL is a C++ library for applications that need to finely post-process raw polygon meshes represented by STL files.
It is particularly useful in 3D printing scenarios: the repairing functions provided by ImatiSTL bridge the gap between printable meshes and real-world meshes with diverse potential defects and flaws (e.g. degenerate triangles, self-intersections, surface holes, ...).
ImatiSTL provides both functions for local mesh repairing and methods for global remeshing. Local...