Mesh.halfedge_strip_faces

Mesh.halfedge_strip_faces(edge)[source]

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

Parameters:
edgetuple[int, int]

The identifier of the starting halfedge.

Returns:
list[int]

The faces on the same strip as the given halfedge.