Skip to main content
4-Participant
December 3, 2015
Question

How to copy parameters from one to another model in WF5?

  • December 3, 2015
  • 2 replies
  • 2145 views

In order to save time I wanted to copy parameters from one model into different models that have incorrect parameters. Maybe someone had the same problem and could somehow solve it.

I would appreciate any quick response!

Thanks.

Michael


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

2 replies

23-Emerald IV
December 3, 2015

When you say "incorrect parameters", do you mean the parameter names themselves are wrong or the values are wrong?

You could always export the "good" parameters to a text file:

One you have them out, edit the file so they look something like this:

PARAMETER1 = "ABCDEF"

PARAMETER 2 = 123.25

PARAMETER3 = YES

...

Then you can copy this text into the relations section of the other parts.  Verify the relations, then simply delete the relations.  This process will create the new parameters and/or copy the values to the existing parameters.

mmasih4-ParticipantAuthor
4-Participant
December 4, 2015

Hello Tom,

To your question btw the name of the parameters are not wrong. But there are existing not all of them and have different values. They are simply different!

I'll try your idea later and give you a feedback.

Thanks a lot.

Michael

24-Ruby III
December 4, 2015

Hi,

test solution published by Doug Schaefer in Copy Parameters Between Models

MH

21-Topaz II
December 4, 2015

That post is 6 years old (never mind the system generated date), but I have tried it since in Creo 2 and it still works.