| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-10,0,0)) | |
| r=w0.workplane(offset=1/2).moveTo(31.5,0.5).box(37,19,1).union(w0.sketch().push([(-22,0)]).circle(28).circle(25,mode='s').push([(31.5,0)]).rect(9,52).finalize().extrude(20)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-10,0,0)) | |
| r=w0.workplane(offset=1/2).moveTo(31.5,0.5).box(37,19,1).union(w0.sketch().push([(-22,0)]).circle(28).circle(25,mode='s').push([(31.5,0)]).rect(9,52).finalize().extrude(20)) |