Mesh.halfedge_loop
- Mesh.halfedge_loop(edge)[source]
Find all edges on the same loop as the halfedge, in the direction of the halfedge.
- Parameters:
- edgetuple[int, int]
The identifier of the starting edge.
- Returns:
- list[tuple[int, int]]
The edges on the same loop as the given edge.