Skip to content
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

Error when rendering an imported stl and mix with primitives #2118

Closed
FVivolo opened this issue Oct 2, 2017 · 4 comments
Closed

Error when rendering an imported stl and mix with primitives #2118

FVivolo opened this issue Oct 2, 2017 · 4 comments

Comments

@FVivolo
Copy link

FVivolo commented Oct 2, 2017

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

please let eme know to send you an example


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@t-paul
Copy link
Member

t-paul commented Oct 3, 2017

Please check the FAQ which has some tips.

Does "crash" mean the application actually crashes, or is it giving the error message above in the output window.

@t-paul t-paul added the Tag: STL label Oct 3, 2017
@FVivolo
Copy link
Author

FVivolo commented Oct 3, 2017

sorry the application not crash this is a log in the console side when the render is requested

=====================================

After fixing the stl using 3dBuilder it does not show the crash in the console log, but the object is not rendered

test code

module piece(){
off=[0,-300,0];
translate(off)
    import("fan_exporter_002.stl", convexity=3);
}

translate ([-15, -40, 6]) cube([4, 2, 8], center = true);
scale([1,1,0.8]) piece();

here the model after fix using 3dBuilder
https://drive.google.com/file/d/0B8W2ouqsL7KYSDlocTR3YjNCSVU/view?usp=sharing

@t-paul t-paul changed the title Crash when rendering an imported stl and mix with primitives Error when rendering an imported stl and mix with primitives Oct 3, 2017
@kintel
Copy link
Member

kintel commented Oct 3, 2017

We have a number of related issues, so this is most likely a duplicate, just don't know exactly which one yet: https://github.com/openscad/openscad/issues?q=is%3Aissue+is%3Aopen+label%3A%22Mesh+Repair%22

@kintel
Copy link
Member

kintel commented Mar 27, 2024

Closing as duplicate of "some known existing issue". Also: Manifold is expected to behave better in the vast majority of cases.

@kintel kintel closed this as completed Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants