Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-40)) | |
| r=w0.workplane(offset=61/2).moveTo(91,57.5).box(12,71,61).union(w0.workplane(offset=81/2).box(200,188,81)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-40)) | |
| r=w0.workplane(offset=61/2).moveTo(91,57.5).box(12,71,61).union(w0.workplane(offset=81/2).box(200,188,81)) |