Skip to main content
15-Moonstone
June 15, 2015
Solved

How to convert feature parameter into model parameter ?

  • June 15, 2015
  • 1 reply
  • 2274 views

Hi..

 

I have created feature to measure dimension from analysis, now i got the feature parameter but i want to convert it to model parameter.

so please can anybody suggest how to do it ?

 

Regards,

Prashant Pandarkar


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.
Best answer by Mahesh_Sharma

Prashant,

You can try using relation as:

PARAM_NAME=<Parameter from analysis>:FID_## (## is feature id of analysis feature in part)

E.g. Analysis featuer was created for distance, use relation as NEW_PARAM=DISTANCE:FID_##

1 reply

Mahesh_Sharma
22-Sapphire I
June 15, 2015

Prashant,

You can try using relation as:

PARAM_NAME=<Parameter from analysis>:FID_## (## is feature id of analysis feature in part)

E.g. Analysis featuer was created for distance, use relation as NEW_PARAM=DISTANCE:FID_##

15-Moonstone
June 15, 2015

Thanks Mahesh for your reply,

But still I am unable to add relation, I got relation error.

please can you suggest.

relation_error.jpg

Regards,

Prashant

Mahesh_Sharma
22-Sapphire I
June 15, 2015

I think you are using feature number instead of feature ID, replace 7 by ID. It should work.