| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,4)) | |
| r=w0.workplane(offset=-35/2).moveTo(38,-47).cylinder(35,3).union(w0.workplane(offset=27/2).moveTo(-13,22).cylinder(27,28)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,4)) | |
| r=w0.workplane(offset=-35/2).moveTo(38,-47).cylinder(35,3).union(w0.workplane(offset=27/2).moveTo(-13,22).cylinder(27,28)) |