Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,47,0)) | |
| r=w0.workplane(offset=-95/2).moveTo(-34,40).box(132,106,95).union(w0.workplane(offset=-3/2).moveTo(62,-55).cylinder(3,38)) |
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,47,0)) | |
| r=w0.workplane(offset=-95/2).moveTo(-34,40).box(132,106,95).union(w0.workplane(offset=-3/2).moveTo(62,-55).cylinder(3,38)) |