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