summaryrefslogtreecommitdiff
path: root/testdata/scad/bugs/projectioncrash.scad
blob: 532ef8d222ceb0658c48823ed76068fa3829bc3d (plain)
1
2
3
4
5
// This causes OpenSCAD to crash. See source code comments:
// PolySetCGALEvaluator::evaluatePolySet(const ProjectionNode &node)
// Se also https://github.com/openscad/openscad/issues/80

projection(cut=true) translate([0,0,-4.999999]) cube(10, center=true);
contact: Jan Huwald // Impressum