Multiple views selection

Good day!
I want to copy borders of simple 2d geometry from some view to selected views.
I use node ‘Views’ to address to source view(from which I want to copy). Besides I have been writing a script to select views.
I struggled with format in which I should send my views to receive them in UnwrapElement for later processing. How can I manage it?

“Selection” is a class. Try to define your ids variable with

uidoc.Selection.GetElementIds()
1 Like

Thank you. I tried this way but it didn’t work with my script unfortunately.
I completed this task with Collect.CurrentSelection from Springs package. It works with multiple selection.