CRA_Assembly.edge_blocks
- CRA_Assembly.edge_blocks(edge)[source]
Retrieve the two blocks corresponding to a graph edge.
- Parameters
edge (tuple[hashable, hashable]) – The identifier of the edge.
- Returns
tuple[
compas_assembly.datastructures.Block
,compas_assembly.datastructures.Block
]