Vizard 7 » Command Index » Vizard objects » animationpath » <animationpath>.play
7.6

<animationpath>.play

Play the animation path

<animationpath>.play()  

Remarks

Play the animation path from its current position.

Note: The animation path is initially paused, so you must use the play command to start it.

Return Value

None

Example

path = viz.addAnimationPath()
path.play()

See also

<animationpath>.pause
<animationpath>.setPaused
<animationpath>.getPaused