Datasets:
ArXiv:
License:
File size: 167 Bytes
6b078bb | 1 2 3 | 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)) |