File size: 182 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,12))
r=w0.workplane(offset=-24/2).moveTo(-23,21).cylinder(24,27).union(w0.workplane(offset=-15/2).moveTo(34,-12).box(32,72,15)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,12))
r=w0.workplane(offset=-24/2).moveTo(-23,21).cylinder(24,27).union(w0.workplane(offset=-15/2).moveTo(34,-12).box(32,72,15)) |