Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 22.0.0 ]
How can I make it run after I edit the animation of BASICFR in 3D model?
Solved! Go to Solution.
[ FlexSim 22.0.0 ]
How can I make it run after I edit the animation of BASICFR in 3D model?
Solved! Go to Solution.
To start or stop an animation you can either use the commands at the bottom of this page of the manual. Custom Animations
Or use the animation class:
'object.animations["animName"].start()' / 'object.animations["animName"].stop()'
Or, if you are using process flow, there is also an activity to start an animation: