Mesh.face_polygon

Mesh.face_polygon(face)[source]

The polygon of a face.

Parameters:
faceint

The face identifier.

Returns:
compas.geometry.Polygon

The polygon of the face.