| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-4)) | |
| r=w0.workplane(offset=-21/2).moveTo(-43,24).cylinder(21,7).union(w0.workplane(offset=29/2).moveTo(38,-19).cylinder(29,12)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-4)) | |
| r=w0.workplane(offset=-21/2).moveTo(-43,24).cylinder(21,7).union(w0.workplane(offset=29/2).moveTo(38,-19).cylinder(29,12)) |