Hi,
I’m trying to copy/paste element’s instance parameters.
Multiple Input Form is used to select the desired parameters. I get values but not keys / parameter names.
Do I miss something here or it can’t be done this way ?
Thanks
Przemek
Hi,
I’m trying to copy/paste element’s instance parameters.
Multiple Input Form is used to select the desired parameters. I get values but not keys / parameter names.
Do I miss something here or it can’t be done this way ?
Thanks
Przemek
Hey there,
Just an idea, but would it work for you to only select the parameter names through the form ?
You could use these outputs with Element.GetParameterValueByName followed by the Element.SetParameterByNamenode both using the parameter names from the form.
Otherwise my guess is that you could get the keys as outputs by editing the Python Node … I’m not sure on this, maybe @Mostafa_El_Ayoubi can give you more specific insights.
Hope I could be of any help.
Hi @Przemyslaw_Stepien ,
I can think of two ways to solve your issue:
Hi,
List.Transpose did the job.
Thank you !