Set Parameter value by multiple intersecting values

I’m trying to have Dynamo set the Floor, Wall, Ceiling, etc Finish Parameters to match the geometry that exists in the rooms. Right now, starting from Floor Finish, I am able to have Dynamo input the correct parameter value but only for one (usually the last) of the instances. Is there a way I can create something like a for each loop and have that feed into a concatenating variable that is ultimately fed into the parameter? Thanks! Here’s what I have so far:

Room_FloorFinish-by-Floors

UPDATE: It’s been really bugging me that I don’t know how Dynamo knows which floor to assign to which room parameter… I just did some tests and turns out I was running on luck.

So what I need to do is determine which floors are in which room (I’m guessing via Geometry.Intersect but not sure where to go from there) and then assign the Floor Finish parameters appropriately, including when multiple values exist.

This might not do exactly what you want, but should help serve as a guide.

Finish.rvt

Finish.dyn

20151213-1

Wow that’s awesome, Thank you! I’m not at my computer right now to try but this is making sense.

So how does List.FilterByBoolMask work?

Definitely learning. Thanks again! I’ll update with the next phase.

This seems to be working reliably. I followed your lead with the list manipulation. The issue was maintaining room-order-geometry to room-intersect-boolean sorting. I’d like to try this out on a larger project to see how well it performs. Thank you so much for the assist!

Finish_v2

Finish_v2

 

 

 

 

 

 

 

 

 

 

I am having this issue, how did you solve this?
My floor information does not copy to the corresponding room, its just random.
realize it’s an old post, and the links in this post is no longer working

Here is what I ended up with: Finish_v2.dyn (14.2 KB)
I hope that helps! I can revisit the details of the strategy in text if you need.