Hi
I am trying to create a dynamo Script that copy the width of a duct to a shared parameter with the same name. I am not getting any errors but the value for the shared parameter is not updating or not transferring
Hi
I am trying to create a dynamo Script that copy the width of a duct to a shared parameter with the same name. I am not getting any errors but the value for the shared parameter is not updating or not transferring
Unfortunatly there is no Node to SetparameterbyparameterId
That has always been on my wishlist
Give it a go you Python nerds ![]()
Hi @victorJohn.gregory yeah or just check if it shared in that case maybe…
Hi @sovitek , Thank you for example, I tried to do it but getting errors and it’s saying the parameter storage is not a number in Parameter Set Value
@sovitek I Convert the value into string then it works! Thanks!
Hi @victorJohn.gregory seems its a string if so try something here