Datasets:

ArXiv:
License:
filapro's picture
1st commit
5e6439e
raw
history blame contribute delete
187 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(33,0,0))
r=w0.sketch().arc((-16,16),(19,-1),(9,37)).arc((-20,46),(-16,16)).assemble().push([(11,-46)]).circle(4).finalize().extrude(-66)