filapro's picture
add data
4696421
raw
history blame
386 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(30,0,0))
w1=cq.Workplane('ZX',origin=(0,-29,0))
r=w0.workplane(offset=-112/2).moveTo(-56.5,-26.5).box(65,89,112).union(w0.sketch().push([(18,87)]).circle(13).push([(35,-35)]).circle(21).finalize().extrude(-103)).union(w1.sketch().segment((-100,53),(-84,53)).segment((-84,16)).arc((-32,61),(-100,53)).assemble().finalize().extrude(118))