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