System.Object[] to Revit.Elements.Element

Hi everyone,

I am making an update to my linked model positioning script and I am trying to get all the linked instances in the form of revit elements. My script works fine for individual links but I want to do all 300 of them in the same run.

I want to convert the list output of the archilab node to be a revit element opposed to a system object, that will then match the correct output that rhythm node gives me (one at a time).

Thanks!

EDIT:
Here is the script I started with for context: SharedCoordinates.dyn (40.9 KB)

I think you want to use All Elements of Type to get all instances of your RevitLinks.

1 Like