From 6a43d224e4c6240d656f723fbc181e3b4bd1866d Mon Sep 17 00:00:00 2001 From: emv Date: Tue, 29 Apr 2014 14:07:16 +0400 Subject: [PATCH] 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. --- src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | 1 + 1 file changed, 1 insertion(+) 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);