Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-22,0,0)) | |
| r=w0.workplane(offset=-69/2).moveTo(58,49).cylinder(69,42).union(w0.workplane(offset=114/2).moveTo(-79,-47.5).box(42,87,114)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-22,0,0)) | |
| r=w0.workplane(offset=-69/2).moveTo(58,49).cylinder(69,42).union(w0.workplane(offset=114/2).moveTo(-79,-47.5).box(42,87,114)) |