VolMesh.face_vertices

VolMesh.face_vertices(face)[source]

The vertices of a face.

Parameters

halfface (int) – The identifier of the face.

Returns

list[int] – Ordered vertex identifiers.