*attributeupdate

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

hai

Can any one say me the difference between

*attributeupdateint{} and *attributeupdatedouble{}

as dont find much difference in their syntex

thank you

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited May 2007

    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)