1
0
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:
isn
2015-06-25 14:47:00 +03:00
committed by bugmaster
parent 73722cc947
commit b4d4dbe8b4
4 changed files with 392 additions and 13 deletions

View File

@@ -389,7 +389,10 @@ void BRepOffsetAPI_MiddlePath::Build()
break;
}
}
myPaths.Append(Edges);
if (!Edges.IsEmpty())
myPaths.Append(Edges);
else
return;
}
//Filling of "myPaths"