Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(60,0,0)) | |
| r=w0.workplane(offset=-121/2).moveTo(-19,-82).cylinder(121,18).union(w0.workplane(offset=-82/2).moveTo(0,31).box(74,138,82)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(60,0,0)) | |
| r=w0.workplane(offset=-121/2).moveTo(-19,-82).cylinder(121,18).union(w0.workplane(offset=-82/2).moveTo(0,31).box(74,138,82)) |