Datasets:
ArXiv:
License:
File size: 187 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(-64,0,0))
r=w0.workplane(offset=110/2).moveTo(-24,-36.5).box(48,127,110).union(w0.workplane(offset=129/2).moveTo(41,48).box(14,104,129)) |