blob: 1c750cf51a02d56afbb4a425b0635906dc7060aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
sorry, this triangulation does not deal with
intersecting constraints
CGAL error: assertion violation!
Expression : false
File : ../libraries/install/include/CGAL/Constrained_triangulation_2.h
Line : 636
Explanation:
Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html
2013-12-29 21:15:18.937 OpenSCAD[35590:507] ERROR: CGAL NefPolyhedron Triangulation failed
2013-12-29 21:15:19.104 OpenSCAD[35590:507] ERROR: CGAL NefPolyhedron->Polyhedron conversion failed.
*/
render() import("issue578.stl");
|