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

0026636: BRepOffsetAPI_ThruSections algorithm crashes on two inconsistent wires

Test case for issue CR26636
This commit is contained in:
jgv
2015-09-10 16:47:39 +03:00
committed by bugmaster
parent 79e9ce0ec2
commit 8891791e86
2 changed files with 29 additions and 0 deletions

View File

@@ -1143,6 +1143,8 @@ void BRepFill_CompatibleWires::
}
}
} //end of for(; itW.More(); itW.Next())
if (Esol.IsNull())
Standard_ConstructionError::Raise("BRepFill :: profiles are inconsistent");
MW.Add(Esol);
TopTools_ListOfShape ConnectedEdges;