Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter3d.cxx423 TopTools_IndexedMapOfShape VEmap; in ConnexIntByInt() local
431 TopExp::MapShapes (SI, TopAbs_EDGE, VEmap); in ConnexIntByInt()
436 aNb = VEmap.Extent(); in ConnexIntByInt()
485 const TopoDS_Shape& aS = VEmap(i); in ConnexIntByInt()
583 aNb = VEmap.Extent(); in ConnexIntByInt()
590 const TopoDS_Shape& aS = VEmap(i); in ConnexIntByInt()
961 TopTools_IndexedMapOfShape VEmap; in ContextIntByInt() local
968 aNbVE = VEmap.Extent(); in ContextIntByInt()
970 const TopoDS_Shape& aS = VEmap(j); in ContextIntByInt()
1040 if (VEmap.Contains(aE)) { in ContextIntByInt()
[all …]
H A DBRepOffset_MakeOffset.cxx4365 TopTools_IndexedMapOfShape VEmap; in TrimEdges() local
4368 TopExp::MapShapes(FI.Oriented(TopAbs_FORWARD), TopAbs_EDGE , VEmap); in TrimEdges()
4369 TopExp::MapShapes(FI.Oriented(TopAbs_FORWARD), TopAbs_VERTEX, VEmap); in TrimEdges()
4371 aNb = VEmap.Extent(); in TrimEdges()
4373 const TopoDS_Shape& aS = VEmap(i); in TrimEdges()
H A DBRepOffset_Tool.cxx4159 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in UpdateVertexTolerances() local
4160 TopExp::MapShapesAndAncestors(theFace, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in UpdateVertexTolerances()
4162 for (Standard_Integer i = 1; i <= VEmap.Extent(); i++) in UpdateVertexTolerances()
4164 const TopoDS_Vertex& aVertex = TopoDS::Vertex(VEmap.FindKey(i)); in UpdateVertexTolerances()
4165 const TopTools_ListOfShape& Elist = VEmap(i); in UpdateVertexTolerances()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_ThruSections.cxx1215 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in Generated() local
1246 TopExp::MapShapesAndAncestors(myShape, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in Generated()
1248 const TopTools_ListOfShape& Elist = VEmap.FindFromKey(S); in Generated()
1277 const TopTools_ListOfShape& EElist = VEmap.FindFromKey(aVertex); in Generated()
1318 TopExp::MapShapesAndAncestors(FirstFace, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in Generated()
1350 const TopTools_ListOfShape& Elist = VEmap.FindFromKey(FirstVertex); in Generated()
1368 const TopTools_ListOfShape& Elist1 = VEmap.FindFromKey(FirstVertex); in Generated()
1374 VEmap.Clear(); in Generated()
1375 TopExp::MapShapesAndAncestors(FirstFace, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in Generated()
1376 const TopTools_ListOfShape& Elist2 = VEmap.FindFromKey(FirstVertex); in Generated()
H A DBRepOffsetAPI_MiddlePath.cxx370 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in Build() local
372 TopExp::MapShapesAndAncestors(myInitialShape, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in Build()
384 const TopTools_ListOfShape& LE = VEmap.FindFromKey(StartVertices(i)); in Build()
430 const TopTools_ListOfShape& LE = VEmap.FindFromKey(theVertex); in Build()
582 const TopTools_ListOfShape& LE = VEmap.FindFromKey(PrevVertex); in Build()
H A DBRepOffsetAPI_DraftAngle.cxx697 TopTools_DataMapOfShapeShape VEmap; in CorrectWires() local
730 VEmap.Bind (Vfirst, anEdge); in CorrectWires()
813 TopTools_DataMapIteratorOfDataMapOfShapeShape itve (VEmap); in CorrectWires()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx1654 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in FixHoles() local
1656 theEdge = (IsFirstF)? TopoDS::Edge(VEmap.FindFromKey( V1 ).First()) : in FixHoles()
1657 TopoDS::Edge(VEmap.FindFromKey( V2 ).First()); in FixHoles()
1692 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in FixHoles() local
1695 TopoDS::Edge(VEmap.FindFromKey( V2 ).First()); in FixHoles()
1730 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in FixHoles() local
1733 Efirst = TopoDS::Edge(VEmap.FindFromKey( Vf ).First()); in FixHoles()
1734 Elast = TopoDS::Edge(VEmap.FindFromKey( Vl ).First()); in FixHoles()
2431 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in IsInnerEdge() local
2433 for (Standard_Integer i = 1; i <= VEmap.Extent(); i++) in IsInnerEdge()
[all …]
H A DBRepFill_TrimShellCorner.cxx993 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in ChooseSection() local
997 if (VEmap.Contains( Extremity[j] )) in ChooseSection()
998 Vedges[j] = VEmap.FindFromKey( Extremity[j] ); in ChooseSection()
2324 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in FindEdgeCloseToBisectorPlane() local
2325 TopExp::MapShapesAndAncestors( theComp, TopAbs_VERTEX, TopAbs_EDGE, VEmap ); in FindEdgeCloseToBisectorPlane()
2328 if (!VEmap.Contains(theVertex)) in FindEdgeCloseToBisectorPlane()
2333 const TopTools_ListOfShape& Edges = VEmap.FindFromKey(theVertex); in FindEdgeCloseToBisectorPlane()
2388 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in FindMiddleEdges() local
2390 if (VEmap.IsEmpty()) in FindMiddleEdges()
2393 if (!VEmap.Contains(theVertex1) || in FindMiddleEdges()
[all …]
H A DBRepFill_PipeShell.cxx1315 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in BuildHistory() local
1316 TopExp::MapShapesAndAncestors(aShell, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in BuildHistory()
1360 const TopTools_ListOfShape& Elist = VEmap.FindFromKey(Vfirst); in BuildHistory()
1383 const TopTools_ListOfShape& Elist = VEmap.FindFromKey(CurVertex); in BuildHistory()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade_UnifySameDomain.cxx2965 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in IntUnifyFaces() local
2967 TopExp::MapShapesAndUniqueAncestors(edges(ind), TopAbs_VERTEX, TopAbs_EDGE, VEmap); in IntUnifyFaces()
3004 VEmap, EdgeNewPCurve, UsedEdges); in IntUnifyFaces()
3020 VEmap.Clear(); in IntUnifyFaces()
3128 RemoveEdgeFromMap(StartEdge, VEmap); in IntUnifyFaces()
3153 const TopTools_ListOfShape& Elist = VEmap.FindFromKey(CurVertex); in IntUnifyFaces()
3169 StartOfNextEdge, LastVertexOfSeam, VEmap); in IntUnifyFaces()
3180 StartOfNextEdge, LastVertexOfSeam, VEmap); in IntUnifyFaces()
3270 StartOfNextEdge, LastVertexOfSeam, VEmap); in IntUnifyFaces()
3287 StartOfNextEdge, LastVertexOfSeam, VEmap); in IntUnifyFaces()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_1.cxx108 TopTools_IndexedDataMapOfShapeListOfShape VEmap; in ReorderFaces() local
109 TopExp::MapShapesAndAncestors(PrevFace, TopAbs_VERTEX, TopAbs_EDGE, VEmap); in ReorderFaces()
110 const TopTools_ListOfShape& Elist = VEmap.FindFromKey(theCommonVertex); in ReorderFaces()