HalfEdge.face_vertices
- HalfEdge.face_vertices(fkey)[source]
The vertices of a face.
- Parameters
fkey (int) – Identifier of the face.
- Returns
list[int] – Ordered vertex identifiers.
The vertices of a face.
fkey (int) – Identifier of the face.
list[int] – Ordered vertex identifiers.