I’m trying to gather the Rooms from my linked model and push the Room name to the furniture in those rooms. I’ve gotten almost all the way but can’t figure out middle step to get a list of the Furniture with the room.
You need to filter the furniture elements based on their respective intersections (FilterByBoolMask). Those then get supplied to the SetParameter node and the Rooms list gets sent to the GetParameter node.
@sovitek ,
This script works without any warnings, but it actually feeds the incorrect data to the parameters
I would greatly appreciate it if you could kindly assist me in identifying the issue so that it can be rectified.