🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Use a Variable value in Expression?

User: "Carlos Fondevila"
Altair Community Member
Updated by Carlos Fondevila

Hi all,

I'm trying to use a Variable value in a Expression, for example, I've created the variable "Speed":

image

And I want to use it as a variable in the body Motion Expression:

image

 

But it doesn't works.

Do you know haw can I use variables values to use in Expressions?

 

Thanks!

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "GTT Adam"
    Altair Employee
    Accepted Answer
    Updated by GTT Adam

    Hi Carlos,

    For variables in the Expression Builder, you usually have to wrap them in curly brackets: { }

    Solver Variables can also be referenced using the VARVAL call: {sv_position.VARVAL}

     

    Hope this helps!

    Adam Reid