Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-9,0,0)) | |
| r=w0.workplane(offset=-90/2).moveTo(-68,-24).cylinder(90,32).union(w0.workplane(offset=109/2).moveTo(62,5.5).box(76,101,109)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-9,0,0)) | |
| r=w0.workplane(offset=-90/2).moveTo(-68,-24).cylinder(90,32).union(w0.workplane(offset=109/2).moveTo(62,5.5).box(76,101,109)) |