| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,17)) | |
| r=w0.workplane(offset=-67/2).moveTo(-20,39).cylinder(67,4).union(w0.workplane(offset=33/2).moveTo(3,-22).cylinder(33,21)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,17)) | |
| r=w0.workplane(offset=-67/2).moveTo(-20,39).cylinder(67,4).union(w0.workplane(offset=33/2).moveTo(3,-22).cylinder(33,21)) |