import cadquery as cq result = cq.Workplane("XY").circle(25).workplane(offset=60).circle(0.001).loft()