Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-26,0)) | |
| r=w0.workplane(offset=39/2).moveTo(35,0).cylinder(39,65).union(w0.workplane(offset=53/2).moveTo(-85.5,-23.5).box(29,57,53)) |
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-26,0)) | |
| r=w0.workplane(offset=39/2).moveTo(35,0).cylinder(39,65).union(w0.workplane(offset=53/2).moveTo(-85.5,-23.5).box(29,57,53)) |