Sketch Angle, ArcAngle constraints are reversed
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
I find ArcAngle results are in the reversed sense.
For example, the results of the following Sketch with or without solve is expected to be the same.
```
s = (
cq.Sketch()
.arc((0,0), 1, 30, 120, "arc1")
.constrain("arc1", "FixedPoint", 0)
.constrain("arc1", "ArcAngle", 120)
#.solve()
)
```
Without solve:

With solve (not expected):

Angle constraint is likewise reversed. I'll plan to open a PR shortly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.