Mesh.face_plane

Mesh.face_plane(face)[source]

A plane defined by the centroid and the normal of the face.

Parameters:
faceint

The face identifier.

Returns:
compas.geometry.Plane

The plane of the face.