Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-71)) | |
| r=w0.workplane(offset=25/2).moveTo(33,-87).cylinder(25,13).union(w0.workplane(offset=143/2).moveTo(-12,69).box(68,62,143)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-71)) | |
| r=w0.workplane(offset=25/2).moveTo(33,-87).cylinder(25,13).union(w0.workplane(offset=143/2).moveTo(-12,69).box(68,62,143)) |