Assembly.edge_interfaces

Assembly.edge_interfaces(edge)

Retrieve the interface corresponding to a graph edge.

Parameters:
edgetuple[hashable, hashable]

The identifier of the edge.

Returns:
List[compas_assembly.datastructures.Interface]