rotate
Open
docs
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
[https://pythonhosted.org/cadquery/classreference.html#cadquery.Workplane](url)
Gives the parameters of rotate as
rotate(start, end, degrees)
But only mentions start (3 tuple of floats) and degrees (float)
Also not sure how the 3 floats specify an axis of rotation
Could you please supply an example.
I tried res = shape.rotate((.0,.0,.0), .30) but got error
rotate missing 1 required one positional parameter degrees
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.