Open bernhard-42 opened 2 years ago
Try with clean=False
as a workaround.
Sorry for the late reply, missed your answer.
Do you mean
import cadquery as cq
obj = cq.Workplane().sphere(1).cut(
cq.Workplane().box(0.5, 2, 2),
clean=True
)
show_object(obj)
It still shows the wrong behaviour
I meant clean=False
(see above).
Sorry, clean=False
works, my bad
Please feel free to close the issue, if you don't want to track the workaround.
Thank you!
The issue is fine, those things do get improved with newer OCCT releases.
Test code
Result: The top cut is ok, the bottom cut is broken
Environment:
CadQuery: