| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-48)) | |
| r=w0.workplane(offset=78/2).moveTo(36,0).cylinder(78,14).union(w0.workplane(offset=97/2).moveTo(-22,0).cylinder(97,28)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-48)) | |
| r=w0.workplane(offset=78/2).moveTo(36,0).cylinder(78,14).union(w0.workplane(offset=97/2).moveTo(-22,0).cylinder(97,28)) |