Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-64,0,0)) | |
| r=w0.workplane(offset=110/2).moveTo(-24,-36.5).box(48,127,110).union(w0.workplane(offset=129/2).moveTo(41,48).box(14,104,129)) |
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-64,0,0)) | |
| r=w0.workplane(offset=110/2).moveTo(-24,-36.5).box(48,127,110).union(w0.workplane(offset=129/2).moveTo(41,48).box(14,104,129)) |