| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(9,0,0)) | |
| r=w0.workplane(offset=-28/2).moveTo(33,25.5).box(6,49,28).union(w0.workplane(offset=9/2).moveTo(-25,-39).cylinder(9,11)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(9,0,0)) | |
| r=w0.workplane(offset=-28/2).moveTo(33,25.5).box(6,49,28).union(w0.workplane(offset=9/2).moveTo(-25,-39).cylinder(9,11)) |