Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(46,0,0)) | |
| r=w0.workplane(offset=-104/2).moveTo(46,75).cylinder(104,25).union(w0.workplane(offset=12/2).moveTo(-21,-50).cylinder(12,50)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(46,0,0)) | |
| r=w0.workplane(offset=-104/2).moveTo(46,75).cylinder(104,25).union(w0.workplane(offset=12/2).moveTo(-21,-50).cylinder(12,50)) |