Hi all,
I am trying to execute some code withe the python script node, I am a HUGE newbie at the moment, but I’m working on it
At the moment I am stuck at finding the name of the family from a list of elements.
If you can help me with that, it would be much appreciated.
This is the code so far:
#Collecting instances from the model with the Communication Device category
allCommDev = []
cl = FilteredElementCollector(doc).OfCategory(BuiltInCategory.OST_CommunicationDevices).WhereElementIsNotElementType()
allCommDev = cl.ToElements()
Obviously I’ve tried a lot of different pieces of codes (that I am not writing because are almost blasphemy), but ended nowhere
thanks in advance