Mesh3gs.face_normal
- Mesh3gs.face_normal(fkey, unitized=True)[source]
 Compute the normal of a face.
- Parameters
 fkey (int) – The identifier of the face.
unitized (bool, optional) – Unitize the normal vector. Default is
True.
- Returns
 list – The components of the normal vector.