Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-100,0,0)) | |
| r=w0.workplane(offset=62/2).moveTo(67,-45).cylinder(62,20).union(w0.workplane(offset=200/2).moveTo(-71,21).box(32,88,200)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-100,0,0)) | |
| r=w0.workplane(offset=62/2).moveTo(67,-45).cylinder(62,20).union(w0.workplane(offset=200/2).moveTo(-71,21).box(32,88,200)) |