Use a relation to create a parameter

Discussion in 'Pro/Engineer & Creo Elements/Pro' started by Pete, Jan 29, 2004.

  1. Pete

    Pete Guest

    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.
     
    Pete, Jan 29, 2004
    #1
  2. Pete

    David Janes Guest

    : 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.

    Try concatenating the string values as DESCRIPTION=THREAD+CLASS or "THREAD" + "
    CLASS"
     
    David Janes, Feb 2, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.