Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx995 TopTools_ListOfShape Vedges [2]; in ChooseSection() local
998 Vedges[j] = VEmap.FindFromKey( Extremity[j] ); in ChooseSection()
999 if (Vedges[0].IsEmpty() && Vedges[1].IsEmpty()) in ChooseSection()
1005 if (Vedges[j].Extent() == 1) in ChooseSection()
1007 const TopoDS_Edge& anEdge = TopoDS::Edge( Vedges[j].First() ); in ChooseSection()
1015 ind = (Vedges[0].IsEmpty())? 1 : 0; in ChooseSection()
1017 TopTools_ListIteratorOfListOfShape itl( Vedges[ind] ); in ChooseSection()