Added horn torus example known to cause a CGAL assertion

stl_dim
Marius Kintel 2011-09-12 03:07:02 +02:00
parent 06a101df17
commit b68c63e3bd
1 changed files with 5 additions and 0 deletions

5
testdata/scad/bugs/horn-torus.scad vendored Normal file
View File

@ -0,0 +1,5 @@
// This model causes a CGAL assertion in CGAL_Nef_polyhedron3(CGAL_Polyhedron) constructor.
// One cause of this error could be that the grid handling in PolySet degenerated the original
// mesh into a non-manifold one.
rotate_extrude($fn = 24) translate ([ 1, 0, 0 ]) circle (r = 1);