Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-25,0,0)) | |
| r=w0.workplane(offset=-75/2).moveTo(69.5,67.5).box(5,15,75).union(w0.workplane(offset=125/2).moveTo(-70,-73).cylinder(125,2)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-25,0,0)) | |
| r=w0.workplane(offset=-75/2).moveTo(69.5,67.5).box(5,15,75).union(w0.workplane(offset=125/2).moveTo(-70,-73).cylinder(125,2)) |