filapro's picture
add data
4696421
raw
history blame
306 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-31,0,0))
w1=cq.Workplane('XY',origin=(0,0,-28))
r=w0.workplane(offset=-42/2).moveTo(96,-3).cylinder(42,4).union(w1.sketch().segment((-20,-31),(-20,14)).arc((-73,-66),(22,-80)).segment((78,-80)).segment((78,-31)).close().assemble().finalize().extrude(56))