Marius Kintel
Marius Kintel
Status as of 2024-03-24: This is still an issue, both with CGAL and Manifold
Status as of 2024-09-19: This seems to work fine with Manifold now. Still broken with CGAL.
Status as of 2024-03-24: Works when using the Manifold backend
Status as of 2024-03-24: * First example works with Manifold, but still fails with CGAL * Second example fails with both Manifold and CGAL *
Reported as a CGAL bug: https://github.com/CGAL/cgal/issues/8379
Status as of 2024-03-24: Still broken with CGAL, but works with Manifold
Confirmed on macOS using OpenSCAD-2017.12.23
It crashed for me using 4.11
It's definitely due to the polygons not being in order; when passing this to CGAL, we end up with two unclosed objects which causes the `CGAL::Polyhedron_3()` constructor to crash at...
Also crashes with Manifold. Not too unexpected as we use CGAL for most minkowski cases, but tagging it anyway.