File size: 155 Bytes
6b078bb
 
 
1
2
3
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,40))
r=w0.workplane(offset=-140/2).cylinder(140,16).union(w0.workplane(offset=60/2).cylinder(60,10))