flip_halfedge
- Mesh.flip_halfedge(halfedge, *, check=True)[source]
Flip halfedge.
Only halfedges incident to triangular faces can be flipped.
- Parameters:
- Returns:
The halfedge resulting from the edge flip or
Nonein case of failure (the latter behavior requirescheck=True).- Return type:
Note
It is assumed that the applicability of an edge flip has been checked explicitly via
flippablewhen skipping the test. Unchecked edge flipping results in undefined behavior.