openscad/testdata/scad/bugs/stl-cgal-convert_to_Polyhed...

8 lines
242 B
OpenSCAD
Raw Normal View History

2013-03-02 19:28:58 +04:00
// Triggers a CGAL assertion_exception after calling
// convert_to_Polyhedron() which, for some reason, we don't manage to
// crash, causing std::terminate() to be called.
render() {
import("stl-cgal-convert_to_Polyhedron-crash.stl");
}