HalfFace.halfface_vertex_descendent
- HalfFace.halfface_vertex_descendent(halfface, vertex)[source]
Return the vertex after the specified vertex in a specific face.
- Parameters
halfface (int) – The identifier of the halfface.
vertex (int) – The identifier of the vertex.
- Returns
int – The identifier of the vertex after the given vertex in the face cycle.
- Raises
ValueError – If the vertex is not part of the face.