FreeCAD: master 47c745f2

Author Committer Branch Timestamp Parent
DeepSOIC DeepSOIC master 2016-09-18 17:45:04 master 15c368d9
Affected Issues  0002699: Part Offset2D makes direction of Extrude unstable
Changeset Part: Offset2D: fix save-load instability

Fixes 0002699
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.
mod - src/Mod/Part/App/TopoShape.cpp Diff File