| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,39)) | |
| r=w0.workplane(offset=-78/2).moveTo(14,33).box(50,34,78).union(w0.workplane(offset=-77/2).moveTo(-1,-12).cylinder(77,38)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,39)) | |
| r=w0.workplane(offset=-78/2).moveTo(14,33).box(50,34,78).union(w0.workplane(offset=-77/2).moveTo(-1,-12).cylinder(77,38)) |