findSolid returns Compound that does not contain a Solid
Open
bug
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
```py
import cadquery as cq
res = (
cq.Workplane()
.box(1, 2, 3)
.section(0)
.findSolid()
)
```
res is a Compound (Face). Should the result instead be the Solid on the first parent? See also #1480.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.