Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset_1.cxx5982 TopTools_IndexedMapOfShape aMFToAdd; in FindFacesForIntersection() local
5998 if (theMFInt.Contains (aF) || aMFToAdd.Contains (aF) || !aMF.Contains (aF)) in FindFacesForIntersection()
6027 aMFToAdd.Add (aF); in FindFacesForIntersection()
6038 if (aMFToAdd.IsEmpty()) in FindFacesForIntersection()
6046 if ((aLCB.Extent() == 1) && (aMFToAdd.Extent() > 1)) in FindFacesForIntersection()
6055 aMFToAdd.Clear(); in FindFacesForIntersection()
6060 aMFToAdd.Add (aDMFOr.Find (aFIm)); in FindFacesForIntersection()
6063 if (aMFToAdd.Extent() == 1) in FindFacesForIntersection()
6065 const TopoDS_Shape& aF = aMFToAdd (1); in FindFacesForIntersection()