VolMesh.vertices

VolMesh.vertices(data=False)[source]

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, if data is true.