Hello everyone,
I would like to create a filter based on element selection. It means I would like to create a filter with all the Id of elements that I give him.
It would be awesome if you have any idea !
PS: We can do that with Revit, so I guess we can do it with Dynamo
( https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Revit-DocumentPresent/files/GUID-C7D46082-6D22-4D17-BEFF-2171E435552A-htm.html )
Hi @baud.dem,
I think you need the SelectionSet.ByElements node of the Clockwork package.
1 Like
Thank you @Alban_de_Chasteigner. It works well. But do you know how to apply it as a view filter then ?
To my knowledge there is no node for this task.
One solution is described in that node.
It worked fine for me, thanks to templates.
Thanks