Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-21)) | |
| r=w0.workplane(offset=-78/2).moveTo(-26,-64.5).box(106,71,78).union(w0.workplane(offset=120/2).moveTo(75,96).cylinder(120,4)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-21)) | |
| r=w0.workplane(offset=-78/2).moveTo(-26,-64.5).box(106,71,78).union(w0.workplane(offset=120/2).moveTo(75,96).cylinder(120,4)) |