EGI.halfedge_strip
- EGI.halfedge_strip(edge)
Find all edges on the same strip as a given halfedge.
- Parameters
edge (tuple of int) – The identifier of the starting edge.
- Returns
list of tuple of int – The edges on the same strip as the given halfedge.