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
None
in 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
flippable
when skipping the test. Unchecked edge flipping results in undefined behavior.