filapro's picture
add data
4696421
raw
history blame
262 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,28,0))
r=w0.sketch().push([(-91,-21)]).circle(9).push([(71.5,-3.5)]).rect(57,21).finalize().extrude(-64).union(w0.sketch().push([(-6,15.5)]).rect(30,29).push([(-5,8)]).circle(5,mode='s').finalize().extrude(7))