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