CadQuery / CadQuery/cadquery

Allow constraints involving complete subassys

Open
#1,239 0 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.