Mesh.face_vertices

Mesh.face_vertices(fkey)[source]

The vertices of a face.

Parameters:
fkeyint

Identifier of the face.

Returns:
list[int]

Ordered vertex identifiers.