+ fix crash in refinement algorithm

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5314 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-12-16 11:13:59 +00:00
parent 74cad3c134
commit 040a5c16cd

View File

@@ -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<facesParallel.size(); ++index)
{
if (current.IsSame(facesParallel.at(index)))