Returns one of the edges related to the given edge
e = obj.getEdge(edge, nextEdgeType)
Input
- edge Subdivision edge ID.
- nextEdgeType Parameter specifying which of the related
edges to return. The following edge type navigation values are
possible:
- NextAroundOrg next around the edge origin (
eOnext
on
the picture below if e
is the input edge).
- NextAroundDst next around the edge vertex (
eDnext
).
- PrevAroundOrg previous around the edge origin
(reversed
eRnext
).
- PrevAroundDst previous around the edge destination
(reversed
eLnext
).
- NextAroundLeft next around the left facet (
eLnext
).
- NextAroundRight next around the right facet (
eRnext
).
- PrevAroundLeft previous around the left facet
(reversed
eOnext
).
- PrevAroundRight previous around the right facet
(reversed
eDnext
).
Output
- e edge ID related to the input edge.
A sample output is shown below: