BlockResearchGroup / compas_assembly

Assembly data structures for the COMPAS framework.
https://blockresearchgroup.github.io/compas_assembly
MIT License
9 stars 17 forks source link

yield the interfaces one by one #12

Closed franaudo closed 2 years ago

franaudo commented 2 years ago

Modification of the assembly.interfaces() method. Originally, it was returning the interfaces as lists, while now they are unpacked and returned one by one. Edges without interfaces are automatically skipped.