| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(5,0,0)) | |
| r=w0.workplane(offset=-38/2).moveTo(40.5,1).box(19,34,38).union(w0.workplane(offset=27/2).moveTo(-29,0).cylinder(27,21)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(5,0,0)) | |
| r=w0.workplane(offset=-38/2).moveTo(40.5,1).box(19,34,38).union(w0.workplane(offset=27/2).moveTo(-29,0).cylinder(27,21)) |