Home
last modified time | relevance | path

Searched refs:LstFacToTreat (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_PurgeInternalEdges.cxx143 TopTools_ListOfShape LstFacToTreat; in BuildList() local
156 LstFacToTreat.Clear(); in BuildList()
175 LstFacToTreat.Append(facecur); in BuildList()
180 LstFacToTreat.Clear(); in BuildList()
194 LstFacToTreat.Append(itFac.Value()); in BuildList()
200 if (!LstFacToTreat.IsEmpty()) { in BuildList()
202 for (itFacToTreat.Initialize(LstFacToTreat); itFacToTreat.More(); itFacToTreat.Next()) { in BuildList()