Hi all, Good evening !
Hope you’re doing well. I was wondering in searching an equivalent node in dynamo that exactly does the same in grasshopper node called “Element Release”
I found a node called “Elemen Release” in grasshopper to release or to remove element binding for each run. But I want to use the same thing or similar node in dynamo. Can anyone suggest me which node can fulfill the requirement ( Either Element release or Remove Element Binding ).

Thanks in advance.
1 Like
There is no equivalent node in Dynamo that will perform that same function as this “release” component in Grasshopper.
In Grasshopper it is known as element “tracking”
in Dynamo it is known as element “binding”
Grasshopper element tracking has some aspects of Dynamo’s element binding but
they are two different functions. One is significantly more robust over the other.
and so Grasshopper has much more control over this aspect of managing element control.
So, what do you do for Dynamo?
Do you want to release or remove “Element Binding” in Dynamo?
That is inherently hard coded into Dynamo.
If you use Dynamo Player then it does not use Element Binding once you close Dynamo Player. There are other “tricks” you could use but you will need to go to the dynamo forums and get more information on removing element binding in Dynamo if that is the way you would like to go.
1 Like
Yeah thanks @msgambelluri I got it. Actually we can use beyond dynamo extension for dynamo to remove bindings of elements in dynamo. Thanks for your time and information.