ForceVolMesh.vertices
- ForceVolMesh.vertices(data=False)
Iterate over the vertices of the volmesh.
- Parameters
data (bool, optional) – Return the vertex data as well as the vertex identifiers if true.
- Yields
int or tuple – The next vertex identifier, if
data
is false. The next vertex as a (vertex, attr) a tuple, ifdata
is true.