| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(25,0,0)) | |
| r=w0.workplane(offset=-50/2).moveTo(21,-5).cylinder(50,29).union(w0.workplane(offset=-5/2).moveTo(-28,12).cylinder(5,22)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(25,0,0)) | |
| r=w0.workplane(offset=-50/2).moveTo(21,-5).cylinder(50,29).union(w0.workplane(offset=-5/2).moveTo(-28,12).cylinder(5,22)) |