Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(5,0,0)) | |
| w1=cq.Workplane('YZ',origin=(-14,0,0)) | |
| r=w0.workplane(offset=-103/2).moveTo(-73.5,5.5).box(53,93,103).union(w0.sketch().push([(9,-63)]).circle(7).push([(49,-54)]).circle(26).finalize().extrude(12)).union(w0.workplane(offset=92/2).moveTo(-67,64).cylinder(92,16)).union(w1.sketch().push([(52,24)]).circle(48).circle(15,mode='s').finalize().extrude(-17)) |