CadQuery / CadQuery/cadquery

findSolid returns Compound that does not contain a Solid

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.