Volume() of closed Shell returns area
Open
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
```py
import cadquery as cq
b = cq.Workplane().box(1, 1, 1)
v = b.val().Shells()[0].Volume()
print(v)
a = b.val().Shells()[0].Area()
print(a)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.