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
datais false. The next vertex as a (vertex, attr) a tuple, ifdatais true.