Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_PurgeInternalEdges.cxx142 TopTools_ListIteratorOfListOfShape itFac,itFacToTreat; in BuildList() local
202 for (itFacToTreat.Initialize(LstFacToTreat); itFacToTreat.More(); itFacToTreat.Next()) { in BuildList()
203 const TopoDS_Shape& face = itFacToTreat.Value(); in BuildList()