Datasets:

ArXiv:
License:
filapro's picture
1st commit
5e6439e
raw
history blame contribute delete
242 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-17,0,0))
r=w0.sketch().segment((-47,11),(-39,7)).segment((-20,46)).segment((-29,50)).close().assemble().finalize().extrude(31).union(w0.workplane(offset=34/2).moveTo(26,-29).cylinder(34,21))