VolMesh.halffaces

VolMesh.halffaces(data=False)[source]

Iterate over the halffaces of the volmesh.

Parameters:
databool, 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 halfface identifier. If data is True, the next halfface as a (halfface, attr) tuple.