Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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
Solved! Go to Solution.
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_##
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_##
Thanks Mahesh for your reply,
But still I am unable to add relation, I got relation error.
please can you suggest.
Regards,
Prashant
I think you are using feature number instead of feature ID, replace 7 by ID. It should work.
Yes. It is working now after replacing feature number to feature ID.
Thank you very much.
Regards,
Prashant Pandarkar
Hi,
I think you can also use notation new_param=ANGLE:FID_MEASURE_ANGLE_1
Martin Hanak