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