VolMesh.halffaces
-
VolMesh.
halffaces
(data=False) Iterate over the halffaces of the volmesh.
- Parameters
data (bool, optional) – Return half-face data as well as identifiers if true.
- Yields
int or tuple – The next face identifier, if
data
isFalse
. The next face as a (face, attr) tuple, ifdata
isTrue
.