Isolate Elements based on System Abbreviation

Tried Filtering out the elements based on system abbreviation and then tried to isolate temporarily, but I couldn’t.

Let me know if anyone could lend me some help ?

You need to add a filter to the element list, so far you have only retrieved the values. Look into adding a list.filterbyboolmask node which feeds into the isolate in view node. The list should be the output of the all elements of category node. The bool input needs to be a true/false based on a comparison - say if the parameter value is equal to TBD return true. If not return false.

Look into the dynamo primer if you’re stuck with making booleans.

1 Like

Hi Jacob,

Made some progress, ignore previous img,

Issue still persist, ?Isolate_Elements_Test-2.dyn (17.8 KB)