Datasets:
ArXiv:
License:
File size: 270 Bytes
6b078bb | 1 2 3 4 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,1))
w1=cq.Workplane('XY',origin=(0,0,34))
r=w0.workplane(offset=-35/2).moveTo(-31.5,-57).box(27,86,35).union(w1.sketch().push([(15.5,47.5)]).rect(59,105).push([(39.5,53)]).rect(7,6,mode='s').finalize().extrude(-58)) |