Mesh.halfedge_after
- Mesh.halfedge_after(edge)[source]
Find the halfedge after the given halfedge in the same face.
- Parameters:
- edgetuple[int, int]
The identifier of the starting halfedge.
- Returns:
- tuple[int, int]
The next halfedge.
Site Navigation
Find the halfedge after the given halfedge in the same face.
The identifier of the starting halfedge.
The next halfedge.