Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Evaluate Feature

  • Thread starter Thread starter rjmcgill60
  • Start date Start date
Status
Not open for further replies.
R

rjmcgill60

Guest
I want to use an evaluate feature in a relation but can't seem to get the context for the evaluation feature right. Online helpsays:
*********************
Using relations, the Evaluate feature is used to create features in other models that are dependent on the measurement parameters.
Use one of the following formats to access measurement values in relations:
measurement_name:fid_N
...or...
measurement_name:fid_feature_name
In these formats, measurement_name is the name of the measurement within the evaluate feature, N is the internal feature identifier number (obtained by using Info), and feature_name is the name of the evaluate feature.
**********************
I've tried all combinations of this but i keep getting relation errors.
 
"Feature > Create > Evaluate". It asks you for the name of the feature, eg. "dist". Then it asks you for the type of measurement and you give it a name, eg."dist". You can now use this feature in a relationship:


d1=dist:fid_dist
 
Thanks. I knew that much. What took me a while to figure out is that I have to put "fid_" in the reference.
 
It does seem like an archaic way of doing things, but I think it is done because one evaluate feature can have more than one measurement, thus fid_
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top