extrude.edge.next.index

Syntax

inext := extrude.edge.next.index(ep,i)

Get local index inext of an extrude point within the next edge attached to this point (note: the same point has local index i within the source edge ep). This can be used to iterate through all edges connected to a node with the extrude.edge.next.edge function.

Returns:

inext - extrude point index with 1 \(\le\) i \(\le\) 2

Arguments:

ep - source edge pointer

i - extrude point index with 1 \(\le\) i \(\le\) 2