File size: 308 Bytes
5e6439e
 
 
1
2
3
import cadquery as cq
w0=cq.Workplane('YZ',origin=(8,0,0))
r=w0.workplane(offset=-34/2).moveTo(4.5,-27).box(49,46,34).union(w0.sketch().segment((7,5),(13,-10)).segment((47,4)).segment((42,18)).arc((29,1),(7,5)).assemble().finalize().extrude(2)).union(w0.workplane(offset=18/2).moveTo(-34,37).cylinder(18,13))