Mesh.face_corners
- Mesh.face_corners(fkey)[source]
Return triplets of face vertices forming the corners of the face.
- Parameters
fkey (int) – Identifier of the face.
- Returns
list[int] – The corners of the face in the form of a list of vertex triplets.