Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(29,0,0)) | |
| r=w0.workplane(offset=-78/2).moveTo(-90.5,0).box(19,106,78).union(w0.workplane(offset=19/2).moveTo(20,0.5).box(160,89,19)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(29,0,0)) | |
| r=w0.workplane(offset=-78/2).moveTo(-90.5,0).box(19,106,78).union(w0.workplane(offset=19/2).moveTo(20,0.5).box(160,89,19)) |