Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-53,0,0)) | |
| r=w0.workplane(offset=31/2).moveTo(99,-53.5).box(2,41,31).union(w0.workplane(offset=107/2).moveTo(-34,8).cylinder(107,66)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-53,0,0)) | |
| r=w0.workplane(offset=31/2).moveTo(99,-53.5).box(2,41,31).union(w0.workplane(offset=107/2).moveTo(-34,8).cylinder(107,66)) |