Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,45,0)) | |
| r=w0.workplane(offset=-118/2).moveTo(-42,0).box(116,82,118).union(w0.workplane(offset=27/2).moveTo(86,25).cylinder(27,14)) |
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,45,0)) | |
| r=w0.workplane(offset=-118/2).moveTo(-42,0).box(116,82,118).union(w0.workplane(offset=27/2).moveTo(86,25).cylinder(27,14)) |