Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-3,0,0)) | |
| r=w0.workplane(offset=-47/2).moveTo(-62.5,49.5).box(75,71,47).union(w0.workplane(offset=54/2).moveTo(94,-79).cylinder(54,6)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-3,0,0)) | |
| r=w0.workplane(offset=-47/2).moveTo(-62.5,49.5).box(75,71,47).union(w0.workplane(offset=54/2).moveTo(94,-79).cylinder(54,6)) |