0023169: [CEA 1594] Fuse fail

This commit is contained in:
skv 2015-10-12 17:51:55 +03:00
parent bff35f0310
commit 6c1ac0fb31

View File

@ -82,7 +82,7 @@ static TopoDS_Shape RemoveExtraEdges(const TopoDS_Shape &theShape)
else {
TopoDS_Shape aFixed;
ShHealOper_ShapeProcess aHealer;
aHealer.Perform(aResult, aFixed);
aHealer.Perform(aShape, aFixed);
if (aHealer.isDone() && GEOMUtils::CheckShape(aFixed))
aResult = aFixed;
}