Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-7)) | |
| r=w0.workplane(offset=-51/2).moveTo(-58,-95).cylinder(51,5).union(w0.workplane(offset=11/2).moveTo(53,61).box(20,28,11)).union(w0.workplane(offset=65/2).moveTo(-38,77).cylinder(65,23)) |