Use a relation to create a parameter

I have a parameter called "DESCRIPTION"

I would like to define the value of this parameter based on other parameters in the family table.

As example.

Parameters in file DESCRIPTION CLASS THREAD

Something on the lines of DESCRIPTION=THREAD_CLASS

This would generate the description based on other parameters.

Reply to
Pete
Loading thread data ...

Set them up as a relation. Description = Thread + "-" + Class You will need to include them in the Family Table as Columns.

Reply to
Ben Loosli

Try concatenating the string values as DESCRIPTION=THREAD+CLASS or "THREAD" + " CLASS"

Reply to
David Janes

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.