Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-4,0,0)) | |
| r=w0.workplane(offset=-66/2).moveTo(-52,17).cylinder(66,48).union(w0.workplane(offset=74/2).moveTo(46,-17.5).box(108,95,74)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-4,0,0)) | |
| r=w0.workplane(offset=-66/2).moveTo(-52,17).cylinder(66,48).union(w0.workplane(offset=74/2).moveTo(46,-17.5).box(108,95,74)) |