FormDiagram.edges

FormDiagram.edges(data=False)[source]

Edge iterator automatically discarding mesh edges that are not relevant in AGS.

Parameters

data (bool, optional) – If True, yield the data attributes of the edges together with their identifiers.

Yields

tuple – If data is False, the tuple of vertices identifying the edge. Otherwise, a tuple with the pair of vertices and an attribute dict.