Skip to content
New issue

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

Part: Offset2D: fix save-load instability (bug #2699) #285

Merged
merged 1 commit into from Sep 19, 2016

Conversation

DeepSOIC
Copy link
Contributor

Fixes #2699
It was found out that when direction of normal found by FindPlane
depends on if we are using result of offset directly, or after copying.

The fix (workaround) is to copy offset result inside offset routine, so
that no unstable behavior makes its way to the user.

http://www.freecadweb.org/tracker/view.php?id=2699
http://forum.freecadweb.org/viewtopic.php?f=3&t=17449

Fixes FreeCAD#2699
It was found out that when direction of normal found by FindPlane
depends on if we are using result of offset directly, or after copying.

The fix (workaround) is to copy offset result inside  offset routine, so
that no unstable behavior makes its way to the user.
@yorikvanhavre yorikvanhavre merged commit c866df1 into FreeCAD:master Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants