Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-35,0,0)) | |
| r=w0.workplane(offset=68/2).moveTo(-1,-48.5).box(18,103,68).union(w0.workplane(offset=70/2).moveTo(0,56).box(92,88,70)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-35,0,0)) | |
| r=w0.workplane(offset=68/2).moveTo(-1,-48.5).box(18,103,68).union(w0.workplane(offset=70/2).moveTo(0,56).box(92,88,70)) |