Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,100,0)) | |
| r=w0.workplane(offset=-200/2).moveTo(10,-62).cylinder(200,7).union(w0.workplane(offset=-40/2).moveTo(0,32).box(198,74,40)) |
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,100,0)) | |
| r=w0.workplane(offset=-200/2).moveTo(10,-62).cylinder(200,7).union(w0.workplane(offset=-40/2).moveTo(0,32).box(198,74,40)) |