openscad/testdata/scad/bugs/polyset-reduce-crash.txt

5 lines
183 B
Plaintext

This testcase causes a crash in PolySet::PolyReducer::add_edges().
It appears to be because we collapse two close vertices into the same
vertex. This is handled by just abort()'ing.