HalfEdge.face_halfedges
- HalfEdge.face_halfedges(fkey)[source]
The halfedges of a face.
- Parameters
fkey (int) – Identifier of the face.
- Returns
list[tuple[int, int]] – The halfedges of a face.
The halfedges of a face.
fkey (int) – Identifier of the face.
list[tuple[int, int]] – The halfedges of a face.