Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-78,0,0)) | |
| r=w0.workplane(offset=157/2).box(200,172,157) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-78,0,0)) | |
| r=w0.workplane(offset=157/2).box(200,172,157) |