Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(40,0,0)) | |
| r=w0.workplane(offset=-88/2).moveTo(56.5,0).box(87,112,88).union(w0.workplane(offset=7/2).moveTo(-68.5,45).box(63,14,7)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(40,0,0)) | |
| r=w0.workplane(offset=-88/2).moveTo(56.5,0).box(87,112,88).union(w0.workplane(offset=7/2).moveTo(-68.5,45).box(63,14,7)) |