CadQuery / CadQuery/cadquery

makeTorus has a plane surface inside when angleDegrees2 is set

Open
#725 1 comment 0 reactions 0 assignees View on GitHub
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:

![image](https://user-images.githubusercontent.com/1665542/114850414-07438500-9de1-11eb-813b-e1b0798d226f.png)

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.