1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0024799: [regression] BRepAlgoAPI_Common returns empty result

To track the modification of the source vertices, the new vertices, created in PostTreatFF, have been added to myShapesSD map.
This commit is contained in:
emv 2014-04-29 14:07:16 +04:00 committed by bugmaster
parent 82fc327c7d
commit 6a43d224e4

View File

@ -835,6 +835,7 @@ Standard_Integer BOPAlgo_PaveFiller::PostTreatFF
const BOPDS_Pave& aP1 = !j ? aPB1->Pave1() : aPB1->Pave2();
if (aP1.Parameter() == aPave[j].Parameter() && aP1.Index() != iV) {
aDMI.Bind(aP1.Index(), iV);
myDS->AddShapeSD(aP1.Index(), iV);
}
//
aPave[j].SetIndex(iV);