Mesh.face_normal

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

Compute the normal of a face.

Parameters
  • fkey (int) – The identifier of the face.

  • unitized (bool, optional) – If True, the vector is unitized.

Returns

list[float] – The components of the normal vector.