makeTorus has a plane surface inside when angleDegrees2 is set
Open
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
In the following code, I expect CQ to draw a torus with a 350° angle:
```python
cq.Solid.makeTorus(5, 1, angleDegrees2=350)
```
But instead I get a full torus with a plane surface inside:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.