Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,46)) | |
| r=w0.workplane(offset=-92/2).moveTo(-29,5).cylinder(92,32).union(w0.workplane(offset=-43/2).moveTo(17,0).box(88,200,43)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,46)) | |
| r=w0.workplane(offset=-92/2).moveTo(-29,5).cylinder(92,32).union(w0.workplane(offset=-43/2).moveTo(17,0).box(88,200,43)) |