BlockResearchGroup / compas_assembly

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

interface to interfaces update #11

Closed franaudo closed 2 years ago

franaudo commented 2 years ago

Update of assembly.interface() to assembly.interfaces() (plural). The old method was returning None because it was looking for the interface attribute. The modified behaviour now loops for all the interfaces for each edge and yields them one by one.

tomvanmele commented 2 years ago

this would need to go together with updated interface detection. i have this locally. perhaps we can close this one and i push a PR with both at the same time?

franaudo commented 2 years ago

sure, whatever is the best.