Hello ,
I am new to the dynamo. I was trying to follow this tutorial video
I was stuck with this weird error stating one of the node is unresolved. what is it actually mean. how to solve this problem.
Thanks
Hello ,
I am new to the dynamo. I was trying to follow this tutorial video
I was stuck with this weird error stating one of the node is unresolved. what is it actually mean. how to solve this problem.
Thanks
Some nodes need an input and otherwise give an error.
I’m wondering why it’s there now in the first place.
It´s because you probably run dynamo without Revit, and this node needs a Revit file to run.
What happens if you put the All Elements of category into Element.GetLocation?
That should work right?
Hi @vamsi736,
I think it’s an old node that is not part of the custom package anymore (maybe replaced by an OOTB node).
Just to be sure have you installed the suggested custom packages ?
Kind regards,
Mark
Hi @vamsi736
Which Dynamo and Revit Version you have?
Dynamo 1.2 and revit 2015
@vamsi736 Unfortunately Element.Location is not available for Dynamo 1.2. However you can use Custom node from Clockwork Package called Element.Location. Cheers!