Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_ShellSplitter.cxx43 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
417 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF, in RefineShell() argument
429 Standard_Integer i, aNbMEF = theMEF.Extent(); in RefineShell()
431 const TopoDS_Edge& aE = TopoDS::Edge(theMEF.FindKey(i)); in RefineShell()
432 const TopTools_ListOfShape& aLF = theMEF(i); in RefineShell()
508 const TopTools_ListOfShape& aLF = theMEF.FindFromKey(aE); in RefineShell()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepTools_Modifier.hxx116 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
123 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
H A DBOPTools_AlgoTools.hxx280 … TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_Modifier.hxx116 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
123 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
H A DBRepTools_Modifier.cxx628 void BRepTools_Modifier::FillNewCurveInfo(const TopTools_IndexedDataMapOfShapeListOfShape& theMEF, … in FillNewCurveInfo() argument
634 for (int i = 1; i <= theMEF.Extent(); i++ ) in FillNewCurveInfo()
636 const TopoDS_Edge& anE = TopoDS::Edge(theMEF.FindKey(i)); in FillNewCurveInfo()
710 … const TopTools_IndexedDataMapOfShapeListOfShape& theMEF, in CreateOtherVertices() argument
738 const TopTools_ListOfShape& aLFaces = theMEF.FindFromKey(anE); in CreateOtherVertices()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepTools_Modifier.hxx119 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
126 const TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
H A DBOPTools_AlgoTools.hxx270 … TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools.hxx280 … TopTools_IndexedDataMapOfShapeListOfShape& theMEF,
H A DBOPTools_AlgoTools.cxx775 TopTools_IndexedDataMapOfShapeListOfShape& theMEF, in IsInternalFace() argument
795 if (!theMEF.Contains(aE)) { in IsInternalFace()
808 TopTools_ListOfShape& aLF=theMEF.ChangeFromKey(aE); in IsInternalFace()