From 040a5c16cd7ddfd767a371a02e5291580de140c1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 16 Dec 2011 11:13:59 +0000 Subject: [PATCH] + fix crash in refinement algorithm git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5314 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Mod/Part/App/modelRefine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/App/modelRefine.cpp b/src/Mod/Part/App/modelRefine.cpp index fa1c9a4fb9..29d44bc879 100644 --- a/src/Mod/Part/App/modelRefine.cpp +++ b/src/Mod/Part/App/modelRefine.cpp @@ -504,6 +504,7 @@ TopoDS_Face FaceTypedPlane::buildFace(const FaceVectorType &faces) const } ShapeFix_Face faceFix(current); + faceFix.SetContext(new ShapeBuild_ReShape()); for (size_t index(0); index