summaryrefslogtreecommitdiff
path: root/testdata/scad/bugs/horn-torus.scad
blob: f93a3645c3710b4740c1c58b524e6eb3a9a1cacf (plain)
1
2
3
4
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);
contact: Jan Huwald // Impressum