Open
Description
Asymmetric chamfer is not applied consistently. The chamfers on the top of this ring look correct; however, the inner chamfer on the bottom is reversed.
Error found on cadquery master.
import cadquery as cq
chamferBody = (
cq.Workplane("XY")
.circle(8)
.circle(4)
.extrude(4)
.faces(">Z").chamfer(0.5,1.5)
.faces("<Z").chamfer(0.5,1.5)
)
if "show_object" in locals():
show_object(chamferBody,name="chamferBody")
Metadata
Metadata
Assignees
Labels
No labels