filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,8,0))
w1=cq.Workplane('YZ',origin=(-18,0,0))
r=w0.sketch().push([(-34,-15)]).circle(16).circle(6,mode='s').push([(27,-9)]).circle(23).finalize().extrude(-16).union(w0.sketch().push([(-11.5,-8)]).rect(11,14).push([(-11.5,-9.5)]).rect(9,3,mode='s').finalize().extrude(-2)).union(w0.workplane(offset=7/2).moveTo(-11.5,-8.5).box(13,9,7)).union(w1.sketch().push([(-2.5,-11)]).rect(25,32).push([(-3,-11)]).circle(7,mode='s').finalize().extrude(50))