ForceVolMesh.edges
- ForceVolMesh.edges(data=False)
Iterate over the edges of the volmesh.
- Parameters
data (bool, optional) – Return the edge data as well as the edge identifiers if true.
- Yields
tuple – The next edge as a (u, v) tuple, if
data
is false. The next edge as a ((u, v), attr) tuple, ifdata
is true.