Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(61,0,0)) | |
| r=w0.workplane(offset=-123/2).moveTo(12,56).box(176,36,123).union(w0.workplane(offset=-82/2).moveTo(-52,-26).cylinder(82,48)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(61,0,0)) | |
| r=w0.workplane(offset=-123/2).moveTo(12,56).box(176,36,123).union(w0.workplane(offset=-82/2).moveTo(-52,-26).cylinder(82,48)) |