File size: 237 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(25,0,0))
r=w0.sketch().segment((21,-17),(49,-18)).segment((50,2)).segment((22,3)).close().assemble().finalize().extrude(-50).union(w0.workplane(offset=-28/2).moveTo(-28,6).box(44,24,28)) |