FormDiagram.edges

FormDiagram.edges(data=False)

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

Parameters:
databool, 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.