| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-9,0,0)) | |
| r=w0.workplane(offset=-2/2).moveTo(-12,33).cylinder(2,17).union(w0.workplane(offset=20/2).moveTo(21,-42).cylinder(20,8)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-9,0,0)) | |
| r=w0.workplane(offset=-2/2).moveTo(-12,33).cylinder(2,17).union(w0.workplane(offset=20/2).moveTo(21,-42).cylinder(20,8)) |