Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-60,0,0)) | |
| r=w0.workplane(offset=104/2).moveTo(-65,-1.5).box(64,197,104).union(w0.workplane(offset=120/2).moveTo(42,71).box(110,58,120)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-60,0,0)) | |
| r=w0.workplane(offset=104/2).moveTo(-65,-1.5).box(64,197,104).union(w0.workplane(offset=120/2).moveTo(42,71).box(110,58,120)) |