Mesh.face_normal

Mesh.face_normal(fkey, unitized=True)[source]

Compute the normal of a face.

Parameters:
fkeyint

The identifier of the face.

unitizedbool, optional

If True, the vector is unitized.

Returns:
compas.geometry.Vector