Thank you for taking a look:
I am trying to eliminate unplaced Rooms, ones that are not in the model, from a list of room properties. My approach is to find Rooms with an Area value of Null and then omit them since the Area is Null for Rooms that are not placed.
I have a list of lists. Each sublist is a Room and it contains the values for 9 room parameters. Index 4 of each Room (sublist) is Area. I want to remove the Rooms with null areas from the main list.
Note in the attached Dynamo workspace:
The list of Rooms is in a Watch Node labeled “LIST OF ROOM PARAMETER VALUES”
This link is to a method, it is Vikram’s post at the end of the thread, that looks promising from a previous thread:
http://dynamobim.org/forums/topic/filter-a-list/