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

Compare commits

..

2 Commits

Author SHA1 Message Date
nmanchen
570e4767e6 Merge branch 'master' into CR28720 2022-12-02 05:42:52 +03:00
nmanchen
5c3adda3e9 CR28720: Modeling Algorithms - HLRBrep_PolyAlgo crash with specific shape
1 link update for each new segment
2022-11-17 07:06:13 +03:00

View File

@@ -79,6 +79,8 @@ void HLRAlgo_PolyInternalData::UpdateLinks (HLRAlgo_Array1OfTData& theTData,
HLRAlgo_PolyInternalNode::NodeIndices& A3 = thePINod.ChangeValue(TD->Node3)->Indices(); HLRAlgo_PolyInternalNode::NodeIndices& A3 = thePINod.ChangeValue(TD->Node3)->Indices();
bool notFound = true; bool notFound = true;
if (notFound)
{ {
n1 = TD->Node1; n1 = TD->Node1;
n2 = TD->Node2; n2 = TD->Node2;