FreeCAD: master 7f891ebe

Author Committer Branch Timestamp Parent
Zheng, Lei Yorik van Havre master 2018-03-01 22:51:15 master e5f5e4b7
Changeset Path.Area: fix self intersect wire issue

Self intersected wire may cause a loop, and BRepBuilderAPI_MakeWire may
mistakenly consider the wire to be closed. And this makes
BrepTools_WireExplorer unhappy and cause it to skip edges. We now use
ShapeAnalysis_FreeBounds to connect edges to wires.
mod - src/Mod/Path/App/Area.cpp Diff File
mod - src/Mod/Path/App/Area.h Diff File