| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(22,0,0)) | |
| r=w0.workplane(offset=-45/2).moveTo(-47,-42).cylinder(45,3).union(w0.workplane(offset=-6/2).moveTo(39,34).cylinder(6,11)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(22,0,0)) | |
| r=w0.workplane(offset=-45/2).moveTo(-47,-42).cylinder(45,3).union(w0.workplane(offset=-6/2).moveTo(39,34).cylinder(6,11)) |