-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CGAL build fails #1
Comments
How are you triggering this? OpenSCAD preview, render and export to STL all seem to work for me. http://forum.openscad.org/CGAL-what-does-this-mean-td21992.html mentions this issue in relation to importing STL |
I'm running OpenSCAD version 2015.03-2. Maybe a bug. |
Now installed OpenSCAD version 2019.05. Stilll the same bug. Maybe Windows? |
Same issue on another windows machine with 2019.05 |
Do you get the error on startup? Or when you load the file or perform an operation? |
When I render the design (F6). Preview (F5) works fine |
Ah - looking closer I do have the same problem, and it prevents the 'obverse' side from being rendered correctly. Interesting! |
It could have something to do with illegal collision of faces or vertices. A redesign using polygons instead of dropping squares gave the same error. |
You'd expect OpenSCAD to have enough information to resolve the collision though... or at least give a better error msg |
Error message:
ERROR: CGAL error in CGAL_Nef_polyhedron3(): CGAL ERROR: assertion violation! Expr: e->incident_sface() != SFace_const_handle() File: /opt/mxe/usr/x86_64-w64-mingw32.static/include/CGAL/Nef_S2/SM_const_decorator.h Line: 326
Probably has to do with polygons.
The text was updated successfully, but these errors were encountered: