HalfFace.halffaces

HalfFace.halffaces(data=False)[source]

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 is False. The next face as a (face, attr) tuple, if data is True.