VolMesh.halfface_vertex_descendent
- VolMesh.halfface_vertex_descendent(halfface, vertex)[source]
Return the vertex after the specified vertex in a specific face.
- Parameters:
- halffaceint
The identifier of the halfface.
- vertexint
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.
See also