Parameter with value of the mass by MODELCHECK
Hello
Using creo 8
I've been trying so hard to create a parameter with the value of mass but nothings has worked for me
would love some help
my check file its set like this;
MODEL_NAME_STR YN Y N N N N
ADD_CHK_PARAM YN Y N N N N
STARTCHECK YNEW E E E E E
GEOM_CHECKS YNEW Y N N N N
PARAMCHECK YNEW W N N N N
STARTPARM YNEW W N N N N
PRT_DENSITY YNEW E N N N N
DEF_DENSITY YNEW Y N N N N
MATERIAL_DENSITY YNEW Y N N N N
ACCURACY_INFO YNEW Y N N N N
my start file:
PRT_ADD_CHK_PARAM PRT_NOME MODEL_NAME_STR
ASM_ADD_CHK_PARAM ASM_NOME MODEL_NAME_STR
ASM_ADD_CHK_PARAM Massa_Prompmass_add pro_mp_mass
ASM_ADD_CHK_PARAM Massa_mpmass_add mp_mass("")
ASM_PARAMETER Massa_prompmass_parameter REAL EQ pro_mp_mass
ASM_RELATION Massa_Prompmass_relation = pro_mp_mass
ASM_RELATION Massa_mpmass_relation = mp_mass("")
ive enalble calculating the mass automatic in config.pro

