Allow constraints involving complete subassys
Open
assembly
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
The following code does not work, but there is no reason why it shouldn't.
```python
import cadquery as cq
piece=(cq.Workplane("XZ")
.sketch()
.trapezoid(10,5,60)
.finalize()
.extrude(1)
)
combi=(cq.Assembly()
.add(piece, name="top")
.add(piece, name="bottom")
.constrain("top@faces@
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.