FreeCAD: master d5854998

Author Committer Branch Timestamp Parent
realthunder realthunder master 2017-01-03 10:05:28 master e381b233
Changeset Make DraftGeomUtils.findWires use Part.sortEdges

Renamed the original DraftGeomUtils.findWires() to findWiresOld2(). The
original findWires() has a bug which may cause missing edge(s).
Besides, using C++ implementation of Part.sortEdges will have better
performance.
mod - src/Mod/Draft/DraftGeomUtils.py Diff File