tt-acm / EnergyAnalysisForDynamo

Dynamo <> Autodesk Green Building Studio interoperability
Other
29 stars 18 forks source link

Decompose Zone node outputs empty Lists #96

Closed eertugrul closed 9 years ago

eertugrul commented 9 years ago

The output lists are the same length of the input list so there are empty items in the output list ! Clean Null values from output lists

image

eertugrul commented 9 years ago

I have revised two things : Remove the empty lists that returned from DecomposeZone node and Flatten the list of vectors in order to remap double values correctly. See sample file 'Drive Surfaces by Orientation' for more info

image

eertugrul commented 9 years ago

There is already a node for cull list with Boolean pattern. Sample file is updated ! image