CRA_Assembly.edge_blocks

CRA_Assembly.edge_blocks(edge)

Retrieve the two blocks corresponding to a graph edge.

Parameters:
edgetuple[hashable, hashable]

The identifier of the edge.

Returns:
tuple[compas_assembly.datastructures.Block, compas_assembly.datastructures.Block]