Copy 3d text string to group members parameter

Hello,
I want to copy a string from a 3d modeltext and write it to a parameter from group members.
This is not the hardest part, because i want to use Pick Model Elements two times.
First to select the 3d Model Text and then to select the model group(s).
Anyway, i can’s get this working.

Hi @thurevit3 ,

try getting the text from 3Dtext using getparametervaluebyname (The parameter’s name in english is “Text” ).
It should work fine:


1 Like

Thanks Mostafa,
My script is working now. I dont know what the problem was