Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,68,0)) | |
| r=w0.workplane(offset=-137/2).moveTo(-57,33).cylinder(137,43).union(w0.workplane(offset=-72/2).moveTo(41,-53.5).box(118,45,72)) |
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,68,0)) | |
| r=w0.workplane(offset=-137/2).moveTo(-57,33).cylinder(137,43).union(w0.workplane(offset=-72/2).moveTo(41,-53.5).box(118,45,72)) |