Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,90,0)) | |
| r=w0.workplane(offset=-180/2).moveTo(55,-28.5).box(90,111,180).union(w0.workplane(offset=-75/2).moveTo(-60,44).cylinder(75,40)) |
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,90,0)) | |
| r=w0.workplane(offset=-180/2).moveTo(55,-28.5).box(90,111,180).union(w0.workplane(offset=-75/2).moveTo(-60,44).cylinder(75,40)) |