Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-39,0,0)) | |
| r=w0.workplane(offset=54/2).moveTo(-60,-93).cylinder(54,7).union(w0.workplane(offset=78/2).moveTo(0,91.5).box(178,17,78)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-39,0,0)) | |
| r=w0.workplane(offset=54/2).moveTo(-60,-93).cylinder(54,7).union(w0.workplane(offset=78/2).moveTo(0,91.5).box(178,17,78)) |