MostafaElAyoubi / Data-shapes

code for revit, dynamo
50 stars 12 forks source link

Select faces only returns multiples of one face #26

Closed andydandy74 closed 7 years ago

andydandy74 commented 7 years ago

Hi Mostafa, In version 2017.7.5 when using UI.SelectFaces, the form only returns as many instances of the same surface as there were faces in the selection (probably multiple instances of the first face of the selection): grafik

MostafaElAyoubi commented 7 years ago

Hi Andreas, thanks for pointing this out. It was actually pretty fast to fix, just a mistake in code when trying to flatten the list of surfaces.

image

I'll update the package this afternoon .

MostafaElAyoubi commented 7 years ago

Alright it's done :)