Hi everyone,
why does this node returns a number? it isn’t in my revit model.
thanks already!
Hi @419510,
Each Revit element has an ID (the number in green).
Use the command Select by Id in Revit to select the element.
You can do the same in Dynamo :
Use the Element.Name node to know the name of the phase.
thank you @Alban_de_Chasteigner!