How can I change the default patient walking animation?

How can I change the default patient walking animation?

ALibreros
Not applicable
694 Views
3 Replies
Message 1 of 4

How can I change the default patient walking animation?

ALibreros
Not applicable

[ FlexSim 22.2.3 ]

Hello, I need to change the animation when walking for a percentage of the patients that enter the system. In other words, according to a label, some patients will have the animation by default and others the animation of walking injured. How can I achieve this? Thank you very much for the help.

0 Likes
Accepted solutions (1)
695 Views
3 Replies
Replies (3)
Message 2 of 4

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution
setProperty("WalkAnimation","WalkInjured")
0 Likes
Message 3 of 4

ALibreros
Not applicable
Thank you!!
0 Likes
Message 4 of 4

jason_lightfoot_adsk
Autodesk
Autodesk

Note that when you don't know the property name you can click the "Compare Properties" button and it will open the properties for that section in a table where the property names (for use in setProperty) can be seen, along with the current values.

1676898831494.png

1676898920764.png

Note for this to work with the people flowitems you must have instances in the model.

0 Likes