Proe/E Relation Compairing more than 2 variables and catch min value
Proe/E Relation Compairing more than 2 variables and catch min value
(OP)
Dear All,
In Pro/E relation I have 5 sets of variable values (x1 to x5). Depending on model input these values will keep on changing. I need to catch the minimum out of these 5 variables. In Pro/E relation the fumction "min()" can compair only 2 set of values at a time. Let me know how to compair all 5 sets and catch the minimum value.
Thanks and regards
Muzamil
In Pro/E relation I have 5 sets of variable values (x1 to x5). Depending on model input these values will keep on changing. I need to catch the minimum out of these 5 variables. In Pro/E relation the fumction "min()" can compair only 2 set of values at a time. Let me know how to compair all 5 sets and catch the minimum value.
Thanks and regards
Muzamil





RE: Proe/E Relation Compairing more than 2 variables and catch min value
min(var1,min(var2,min(var3,min(var4,var5))))
RE: Proe/E Relation Compairing more than 2 variables and catch min value
Thank you very much for your help. It's working WELL !!!!
Thanks and regards
Muzamil