filapro's picture
add data
4696421
raw
history blame
305 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-48,0,0))
r=w0.workplane(offset=-3/2).moveTo(-45,-53).box(32,40,3).union(w0.sketch().segment((-78,-100),(9,-100)).segment((9,-21)).arc((44,94),(-26,-4)).segment((-63,-4)).arc((-64,-6),(-66,-4)).segment((-78,-4)).close().assemble().finalize().extrude(99))