diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-14 16:55:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-14 16:55:07 (GMT) |
commit | fd5e28713bd608fcfd6dfbd65973a175a44e17f8 (patch) | |
tree | 15ba2833694abb6224d3afda5c3058d9a79e54bd | |
parent | 2217eff627443bcedb14441c9ae58fb62a4b52d5 (diff) |
More info. case closed
-rw-r--r-- | testdata/scad/bugs/minkowski-assert.scad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/scad/bugs/minkowski-assert.scad b/testdata/scad/bugs/minkowski-assert.scad index 4ae81da..74bce5c 100644 --- a/testdata/scad/bugs/minkowski-assert.scad +++ b/testdata/scad/bugs/minkowski-assert.scad @@ -1,3 +1,15 @@ +/* + Originally reported by chrysn 20100516: + + terminate called after throwing an instance of 'CGAL::Assertion_exception' + what(): CGAL ERROR: assertion violation! + Expr: N.is_valid(0,0) + File: /usr/include/CGAL/convex_decomposition_3.h + Line: 113 + + This appears to have been a CGAL issue and it appears to work correctly in OpenSCAD-2011.12 with CGAL-3.9 +*/ + minkowski() { cube(20, center=true); rotate([20, 30, 40]) |