Datasets:

ArXiv:
License:
filapro's picture
1st commit
5e6439e
raw
history blame contribute delete
184 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,35))
r=w0.workplane(offset=-70/2).moveTo(25,-21).cylinder(70,25).union(w0.workplane(offset=-20/2).moveTo(-43.5,40).box(13,12,20))