Discuss filled region form rooms parameter

Hi guys @jacob.small @truevis
I create this topic to discuss about the script of mr @truevis . Follow this link:

I have a question. Why is the item of index 6 7 8 9 false? see below image:


Any help would be much appreciated

Can you wire in an Object.Type node to both nodes going into the == node, and preview both of the nodes as well?

Looks like because you’re comparing Rooms Category to Rooms (string). You don’t want the String from Object node.

@Nick_Boyts You can explain more clearly

I originally misspoke. It looks like comparing category against category doesn’t work, but it’s hard to tell without showing the object types.

You should be able to fix it by putting another String from Object node between the Element.Category and the == nodes.

1 Like

Thank you so much. :slight_smile: it is worked

You could also use Elements in view by category from MEPover.

3 Likes