Datasets:

ArXiv:
License:
filapro's picture
1st commit
5e6439e
raw
history blame contribute delete
192 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-26))
r=w0.sketch().arc((-8,0),(-18,-49),(5,-5)).arc((17,48),(-8,0)).assemble().push([(14,34)]).circle(4,mode='s').finalize().extrude(51)