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
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?
Instead of using == and List.FilterByBoolMask nodes, try using List.IndexOf and List.GetItemAtIndex.
Got it!
solved man, thanks!