filapro's picture
add data
4696421
raw
history blame
268 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(22,0,0))
r=w0.sketch().push([(-54,-3)]).circle(46).push([(47,41)]).circle(8).finalize().extrude(-45).union(w0.sketch().segment((76,23),(87,16)).segment((100,36)).arc((89,27),(76,23)).assemble().finalize().extrude(-7))