Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-50,0,0)) | |
| r=w0.workplane(offset=-28/2).moveTo(0,-77).box(150,46,28).union(w0.workplane(offset=129/2).moveTo(26,90).cylinder(129,10)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-50,0,0)) | |
| r=w0.workplane(offset=-28/2).moveTo(0,-77).box(150,46,28).union(w0.workplane(offset=129/2).moveTo(26,90).cylinder(129,10)) |