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