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:
@@ -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 ))
|
||||
|
Reference in New Issue
Block a user