Element Intersection

OK, I’ve gotten this far in Revit 2015 and Dynamo 1.0 but it is still not overriding the elements.

I am trying to get the structural elements to override their color if it is intersected by a specific family.

I see the preview in Dynamo, and have set the Lacing to Cross Product, but the framing elements are not getting overrode.

What am I missing??

Hi Tom

You have the bool output going into both inputs of the List.FilterByBool. The list input should be your flatten output.

Hi Tom

Like this


1 Like

Thank you that worked. Guess I was getting hung up on my list management, but also knew I was close.

Thanks for the help.