mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0026219: ShapeUpgrade_UnifySameDomain fails with StdFail_NotDone exception
Avoid merging edges if the collapsed vertex has a third connected edge. Fix the problem when merged edges have different location. Test case for issue CR26219 Additional fix to improve robustness. Test cases for issue CR26219 Small correction of test cases for issue CR26219
This commit is contained in:
@@ -389,7 +389,10 @@ void BRepOffsetAPI_MiddlePath::Build()
|
||||
break;
|
||||
}
|
||||
}
|
||||
myPaths.Append(Edges);
|
||||
if (!Edges.IsEmpty())
|
||||
myPaths.Append(Edges);
|
||||
else
|
||||
return;
|
||||
}
|
||||
|
||||
//Filling of "myPaths"
|
||||
|
Reference in New Issue
Block a user