Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-76,0,0)) | |
| r=w0.workplane(offset=152/2).cylinder(152,100) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-76,0,0)) | |
| r=w0.workplane(offset=152/2).cylinder(152,100) |