Mesh.halfedge_strip

Mesh.halfedge_strip(edge)[source]

Find all edges on the same strip as a given halfedge.

Parameters:
edgetuple[int, int]

The identifier of the starting edge.

Returns:
list[tuple[int, int]]

The edges on the same strip as the given halfedge.