Mesh.halfedge_loop_vertices
- Mesh.halfedge_loop_vertices(edge)[source]
Find all vertices on the same loop as a given halfedge.
- Parameters:
- edgetuple[int, int]
The identifier of the starting halfedge.
- Returns
- ——-
- list[int]
The vertices on the same loop as the given halfedge.