HalfFace.halffaces
- HalfFace.halffaces(data=False)[source]
Iterate over the halffaces of the volmesh.
- Parameters
data (bool, optional) – If True, yield the half-face attributes in addition to half-face identifiers.
- Yields
int | tuple[int, dict[str, Any]] – If data is False, the next face identifier. If data is True, the next face as a (face, attr) tuple.