building_blocks.edge.next.edge

Syntax

epnext = building_blocks.edge.next.edge(ep,i)

Get the next edge in a list. The list comprises edges connected to the point i on edge ep.

Returns:

epnext - next edge pointer

Arguments:

ep - source edge pointer

i - point index

This function and related functions (building_blocks.point.start.edge, building_blocks.point.start.edge, building_blocks.point.start.index, building_blocks.edge.next.index) can be used together to loop through the edges connected to a point.