*attributeupdate
Altair Forum User
Altair Employee
hai
Can any one say me the difference between
*attributeupdateint{} and *attributeupdatedouble{}
as dont find much difference in their syntex
thank you
0
Answers
-
I guess that depends on the type of the variable to set:
int ... integer value (e.g. 200):
*attributeupdatedouble(elements,100,1241,6,2,0,200)
double ... double value (e.g. 200.0):
*attributeupdatedouble(elements,100,1241,6,2,0,200.0)
0