We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Thanks for checking! Constraint itself looks OK, but It might be the translation from the solver DOFs to cq.Edge.
Sorry, something went wrong.
No branches or pull requests
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.
Without solve:

With solve (not expected):

Angle constraint is likewise reversed. I'll plan to open a PR shortly.
The text was updated successfully, but these errors were encountered: