| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,27)) | |
| r=w0.workplane(offset=-55/2).moveTo(-17,16).cylinder(55,33).union(w0.workplane(offset=-51/2).moveTo(44,-43).cylinder(51,6)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,27)) | |
| r=w0.workplane(offset=-55/2).moveTo(-17,16).cylinder(55,33).union(w0.workplane(offset=-51/2).moveTo(44,-43).cylinder(51,6)) |