Mesh.face_coordinates

Mesh.face_coordinates(fkey, axes='xyz')[source]

Compute the coordinates of the vertices of a face.

Parameters:
fkeyint

The identifier of the face.

axesstr, optional

The axes along which to take the coordinates. Should be a combination of x, y, and z.

Returns:
list[list[float]]

The coordinates of the vertices of the face.