Mesh.face_points

Mesh.face_points(fkey)[source]

Compute the points of the vertices of a face.

Parameters:
fkeyint

The identifier of the face.

Returns:
list[compas.geometry.Point]

The points of the vertices of the face.