Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_CompatibleWires.cxx2197 TopoDS_Shape alocalshape = SeqEdges.Value(rang); in SearchOrigin() local
2198 BW.Add(newwire,TopoDS::Edge(alocalshape)); in SearchOrigin()
2204 TopoDS_Shape alocalshape = SeqEdges.Value(rang).Reversed(); in SearchOrigin() local
2205 BW.Add(newwire,TopoDS::Edge(alocalshape)); in SearchOrigin()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx4702 TopoDS_Shape alocalshape = TopoDS_Shape (MapV1(i)); in ChFi3d_cherche_vertex() local
4703 Vcur1=TopoDS::Vertex(alocalshape); in ChFi3d_cherche_vertex()