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