Does anyone know a way to create multiple selection sets from Dynamo? I’ve tried the node “SelectionSet.ByElements” from Clockwork, but it seems it will only create a single Selection Set and won’t accept lists in it’s input ports.
It’s quite challenging to create custom nodes that support all forms of lacing. But if you know how to use the core list management nodes, you can avoid the hassle completely. In your case the “List.Combine” node will work just fine:
The other lacing nodes are “List.LaceShortest”, List.LaceLongest" and “List.CartesianProduct”.