Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(83,0,0)) | |
| r=w0.workplane(offset=-178/2).moveTo(-60.5,-28).box(79,24,178).union(w0.workplane(offset=12/2).moveTo(77,17).cylinder(12,23)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(83,0,0)) | |
| r=w0.workplane(offset=-178/2).moveTo(-60.5,-28).box(79,24,178).union(w0.workplane(offset=12/2).moveTo(77,17).cylinder(12,23)) |