filapro's picture
add data
4696421
raw
history blame
422 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-28,0,0))
r=w0.sketch().push([(-25,-22)]).circle(27).reset().face(w0.sketch().arc((26,-39),(95,-73),(32,-29)).arc((20,-28),(26,-39)).assemble()).finalize().extrude(-2).union(w0.sketch().push([(-65,57)]).circle(35).push([(-1,56)]).circle(7).finalize().extrude(25)).union(w0.sketch().push([(61.5,-51)]).rect(47,2).push([(74,-50)]).circle(1,mode='s').finalize().extrude(59))