makeTorus doc string incorrect and non-functional defaults
Open
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
The doc string for cadquery.Solid.makeTorus is incorrect:
- The angle1 is actually named angleDegrees1
- The second angle1 parameter is named angleDegrees2
The default parameters do not work and are not as described. None is used whereas the defaults described in the doc string work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.