| 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)) |
| 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)) |