Home
last modified time | relevance | path

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

/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccgenmesh.cpp497 Array<PointIndex> pnums_other; in OCCFindEdges() local
498 pnums_other.Append (othersegs[0][0]); in OCCFindEdges()
500 pnums_other.Append (seg[1]); in OCCFindEdges()
504 for (auto oi : Range(pnums_other)) in OCCFindEdges()
506 PointIndex piother = pnums_other[pnums_other.Size()-oi-1]; in OCCFindEdges()