Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-49,0,0)) | |
| r=w0.workplane(offset=98/2).moveTo(-8,-41).box(122,118,98).union(w0.workplane(offset=99/2).moveTo(56.5,92).box(25,16,99)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-49,0,0)) | |
| r=w0.workplane(offset=98/2).moveTo(-8,-41).box(122,118,98).union(w0.workplane(offset=99/2).moveTo(56.5,92).box(25,16,99)) |