Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(64,0,0)) | |
| r=w0.workplane(offset=-129/2).moveTo(-19,30.5).box(86,139,129).union(w0.workplane(offset=-116/2).moveTo(0,-35.5).box(132,129,116)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(64,0,0)) | |
| r=w0.workplane(offset=-129/2).moveTo(-19,30.5).box(86,139,129).union(w0.workplane(offset=-116/2).moveTo(0,-35.5).box(132,129,116)) |