EGI.halfedge_loop
- EGI.halfedge_loop(edge)
 Find all edges on the same loop as the halfedge, in the direction of the halfedge.
- Parameters
 edge (tuple of int) – The identifier of the starting edge.
- Returns
 list of tuple of int – The edges on the same loop as the given edge.