Datasets:

ArXiv:
License:
filapro's picture
1st commit
5e6439e
raw
history blame contribute delete
242 Bytes
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,19,0))
r=w0.workplane(offset=-39/2).moveTo(-17,-23).cylinder(39,27).union(w0.sketch().segment((-38,15),(-5,-32)).segment((44,3)).segment((10,50)).close().assemble().finalize().extrude(-27))