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

<animationpath>.reset

Reset the animation path

<animationpath>.reset()  

Remarks

This will reset the animation path to the beginning. This is equivalent to setting the time to 0 seconds.

Return Value

None

Example

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

See also

<animationpath>.play
<animationpath>.pause