| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,35)) | |
| r=w0.workplane(offset=-85/2).moveTo(2.5,-15.5).box(53,43,85).union(w0.workplane(offset=15/2).moveTo(-15,23).cylinder(15,14)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,35)) | |
| r=w0.workplane(offset=-85/2).moveTo(2.5,-15.5).box(53,43,85).union(w0.workplane(offset=15/2).moveTo(-15,23).cylinder(15,14)) |