Hello
I have tried reading up on this, and as far as I have understood it this far, this is my question:
How do i create an ElementSet from an input list of Revit elements?
I want to input elements into Python, and add them to a circuit. Python says it wants ElementSet. How do I convert it to an ElementSet?
On this Python script IN[0] is just the list of the elements, and IN[1] is the Circuit element.
Here is a picture of the working script where i input a circuit, and get the “Elements” from it, which actually is read as an ElementSet, and move that ElementSet over to another circuit.
What I want to be able to do (for now) is to input elements and convert them to an ElementSet, like shown in the picture above where the arrows with the questionmarks are.
On a sidenote: What should I categorize basic python coding questions as?