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:
parent
82fc327c7d
commit
6a43d224e4
@ -835,6 +835,7 @@ Standard_Integer BOPAlgo_PaveFiller::PostTreatFF
|
|||||||
const BOPDS_Pave& aP1 = !j ? aPB1->Pave1() : aPB1->Pave2();
|
const BOPDS_Pave& aP1 = !j ? aPB1->Pave1() : aPB1->Pave2();
|
||||||
if (aP1.Parameter() == aPave[j].Parameter() && aP1.Index() != iV) {
|
if (aP1.Parameter() == aPave[j].Parameter() && aP1.Index() != iV) {
|
||||||
aDMI.Bind(aP1.Index(), iV);
|
aDMI.Bind(aP1.Index(), iV);
|
||||||
|
myDS->AddShapeSD(aP1.Index(), iV);
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
aPave[j].SetIndex(iV);
|
aPave[j].SetIndex(iV);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user