LIST - find items on sublists that match

Hi All,
I’ve got a problem with matching items on list (sublists). I want to pass through bool mask only those surfaces, that has points with specific coordinates showed on anather list.
Anyone can help?


Thanks in advance
PS

better image:

Instead of using == and List.FilterByBoolMask nodes, try using List.IndexOf and List.GetItemAtIndex.

1 Like

Got it!
solved man, thanks!

1 Like