Multiple Selection Sets

Hi,

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.

Best regards,

 

SelSet

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:

Revit_2016-01-28_21-42-31

The other lacing nodes are “List.LaceShortest”, List.LaceLongest" and “List.CartesianProduct”.

Thank you very much Dimitar - hadn’t thought of that possibility :slight_smile:

how do you grab the selection set as element with Id in Dynamo?