Renaming a parameter value based on a dimension value
Hello
I'm trying to find out if it is possible to rename a parameter value based on some dimension values.
I have a model where we use a parameter called "Local_Description". This parameter is used on drawings to indicate some outer dimensions of the part.
Can I create a relation that takes input from dimensions, converts them to string and set's them up in a desired way?
Something along this:
ad451 =100
ad452=200
ad453=300
Local_description = ad451 & "x" & ad452 & "x" & ad453
Resulting in the following
Local_description = 100x200x300
Is there a way to create this? Either with relations or with pro/program?

