mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0023252: Fillet regression
This commit is contained in:
@@ -94,7 +94,8 @@ TopAbs_State TopOpeBRepBuild_CompositeClassifier::Compare
|
||||
TopOpeBRepBuild_BlockIterator Bit2 = L2->BlockIterator();
|
||||
for (Bit2.Initialize(); Bit2.More(); Bit2.Next()) {
|
||||
const TopoDS_Shape& s2 = MYBB->Element(Bit2);
|
||||
CompareElement(s2);
|
||||
if (!CompareElement(s2))
|
||||
break;
|
||||
}
|
||||
state = State();
|
||||
}
|
||||
|
Reference in New Issue
Block a user