Datasets:

ArXiv:
License:
filapro's picture
1st commit
5e6439e
raw
history blame contribute delete
321 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(15,0,0))
w1=cq.Workplane('YZ',origin=(4,0,0))
r=w0.workplane(offset=-49/2).moveTo(-12,0).cylinder(49,28).union(w0.sketch().arc((-4,-5),(-6,-4),(-3,-4)).arc((-20,5),(-4,-5)).assemble().finalize().extrude(35)).union(w1.workplane(offset=-54/2).moveTo(37,-1).cylinder(54,3))