Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,80)) | |
| r=w0.workplane(offset=-160/2).moveTo(-49,-20.5).box(102,137,160).union(w0.workplane(offset=-155/2).moveTo(71,60).cylinder(155,29)) |
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,80)) | |
| r=w0.workplane(offset=-160/2).moveTo(-49,-20.5).box(102,137,160).union(w0.workplane(offset=-155/2).moveTo(71,60).cylinder(155,29)) |