File size: 168 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,30,0))
r=w0.workplane(offset=-60/2).cylinder(60,50).union(w0.workplane(offset=-39/2).moveTo(0,-43.5).box(26,13,39)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,30,0))
r=w0.workplane(offset=-60/2).cylinder(60,50).union(w0.workplane(offset=-39/2).moveTo(0,-43.5).box(26,13,39)) |