AllwineDesigns / stl_cmd

stl_cmd - commands for binary STL file manipulation
Other
50 stars 9 forks source link

Bug in Union #5

Open oschakravarthi opened 4 years ago

oschakravarthi commented 4 years ago

Hi, Overall it us a great implementation. Thanks you. When I union a lot of CSGs, noticed that few CSGs are missing in the result.

What could be wrong?

jallwine commented 4 years ago

stl_boolean doesn’t perform well when doing multiple operations. The rebuilding and simplifying of surfaces that OpenJSCAD does needs to be ported for it to work better.