Loving cadquery,
I created some code to convert SVGs to Cadquery Faces.
I am experiencing some issues with missing faces during the cutting process.
Some viewers don't show holes:
viewstl.com always show a complete model.
I would expect OCCT to handle simple cuts out of a block.
I must be doing something wrong.
I have produced the cutting objects by lofting and thickening, both show the same error.
How would an experienced cadquery dev isolate the issue?
I could isolate the problem cuts and find the minimal code to reproduce error.
I want to check with community first to see if there is a known error/bug.
Any methods to improve cut quality/speed?
I preform each cut individually and reduce them to the same solid.
Preforming cuts with compound objects can sometimes fail on complex objects.
I have a wide range of SVG cuts that exhibit this problem.
Sometimes reducing the fidelity of the SVG can fix the problem.
Things that might cause the issue? (guessing)
Duplicate points in the wire definition.
Cut boundaries very close to each other.
The missing back face are always accompanied by missing side faces.
-Raub