File size: 181 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-1,0))
r=w0.workplane(offset=-12/2).moveTo(-30.5,-13).box(39,4,12).union(w0.workplane(offset=15/2).moveTo(35,0).cylinder(15,15)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-1,0))
r=w0.workplane(offset=-12/2).moveTo(-30.5,-13).box(39,4,12).union(w0.workplane(offset=15/2).moveTo(35,0).cylinder(15,15)) |