File size: 175 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-13))
r=w0.workplane(offset=2/2).moveTo(3,-49).box(26,2,2).union(w0.workplane(offset=26/2).moveTo(-9,43).cylinder(26,7)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-13))
r=w0.workplane(offset=2/2).moveTo(3,-49).box(26,2,2).union(w0.workplane(offset=26/2).moveTo(-9,43).cylinder(26,7)) |