Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter2d.cxx1738 TopoDS_Shape aLocalWire = W .Oriented(TopAbs_FORWARD); in ConnexIntByInt() local
1740 wexp.Init(TopoDS::Wire(aLocalWire),TopoDS::Face(aLocalFace)); in ConnexIntByInt()
1918 TopoDS_Shape aLocalWire = W .Oriented(TopAbs_FORWARD); in ConnexIntByIntInVert() local
1920 wexp.Init(TopoDS::Wire(aLocalWire),TopoDS::Face(aLocalFace)); in ConnexIntByIntInVert()
H A DBRepOffset_Tool.cxx3400 TopoDS_Shape aLocalWire = W.Oriented(TopAbs_FORWARD); in BuildNeighbour() local
3401 wexp.Init(TopoDS::Wire(aLocalWire),TopoDS::Face(aLocalFace)); in BuildNeighbour()
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_SplitShape.cxx391 … TopoDS_Shape aLocalWire = ChooseDirection(LastEdge, CurVertex, FaceRef, VerSecMap(CurVertex)); in Add() local
392 aSectionWire = TopoDS::Wire(aLocalWire); in Add()