filapro's picture
add data
4696421
raw
history blame
224 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,2))
r=w0.workplane(offset=-102/2).cylinder(102,61).union(w0.sketch().segment((29,14),(37,-2)).segment((53,1)).segment((50,18)).close().assemble().finalize().extrude(98))