From: emv Date: Tue, 29 Apr 2014 10:07:16 +0000 (+0400) Subject: 0024799: [regression] BRepAlgoAPI_Common returns empty result X-Git-Tag: V6_8_0_beta~339 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=6a43d224e4c6240d656f723fbc181e3b4bd1866d;p=occt-copy.git 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. --- diff --git a/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx b/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx index 3c131fa931..74c0de5cd5 100644 --- a/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx +++ b/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx @@ -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);