1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0026572: Error in ShapeUpgrade_UnifySameDomain algorithm: can not merge two edges in customer's shape

Obsolete code deleted.
Test case for issue CR26572
Small correction
This commit is contained in:
aml
2015-08-20 16:57:10 +03:00
committed by ski
parent 5212bbb005
commit f2d685a9cb
4 changed files with 42 additions and 12 deletions

View File

@@ -848,12 +848,6 @@ static Standard_Boolean MergeEdges(const TopTools_SequenceOfShape& SeqEdges,
}
}
}
if(aChain.Length()<SeqEdges1.Length()) {
#ifdef OCCT_DEBUG
cout<<"can not create correct chain..."<<endl;
#endif
return Standard_False;
}
Standard_Boolean IsClosed = Standard_False;
if (VF.IsSame ( VL ))