Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(38,0,0)) | |
| r=w0.workplane(offset=-77/2).moveTo(-47,53).cylinder(77,47).union(w0.workplane(offset=-54/2).moveTo(36,-26.5).box(116,147,54)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(38,0,0)) | |
| r=w0.workplane(offset=-77/2).moveTo(-47,53).cylinder(77,47).union(w0.workplane(offset=-54/2).moveTo(36,-26.5).box(116,147,54)) |