filapro's picture
add data
4696421
raw
history blame
251 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-100,0,0))
r=w0.workplane(offset=96/2).cylinder(96,55).union(w0.sketch().segment((-61,-85),(61,-85)).segment((61,85)).segment((24,85)).arc((-2,31),(-61,20)).close().assemble().finalize().extrude(200))