From f4d8b0ff54539c6d1f6261e895266bcd50f59549 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 16 Jul 2014 13:57:14 +0200 Subject: [PATCH] + fix mesh triming --- src/Mod/Mesh/App/Core/Trim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Mesh/App/Core/Trim.cpp b/src/Mod/Mesh/App/Core/Trim.cpp index 1a883756c..880ed965e 100644 --- a/src/Mod/Mesh/App/Core/Trim.cpp +++ b/src/Mod/Mesh/App/Core/Trim.cpp @@ -357,7 +357,7 @@ bool MeshTrimming::CreateFacets(unsigned long ulFacetPos, int iSide, const std:: } // in this case we can use the original triangle - if (iCtPts < 2) + if (iCtPts < 3) aclNewFacets.push_back(myMesh.GetFacet(ulFacetPos)); } // one intersection point found => triangle is also touched at a corner point