filapro's picture
add data
4696421
raw
history blame
182 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-45,0,0))
r=w0.workplane(offset=71/2).moveTo(8,-29).box(162,142,71).union(w0.workplane(offset=90/2).moveTo(-60,71).cylinder(90,29))