CRA_Assembly.add_interface_to_interfaces
- CRA_Assembly.add_interface_to_interfaces(u, v, interface)[source]
Add interface to edge (u, v) interfaces.
- Parameters
u (int) – block_j id.
v (int) – block_k id.
interface (class:compas_assembly.datastructures.Interface) – Interface.
- Returns
None