<animationpath>.reset

Reset the animation path

 

<animationpath>.reset()

 

Remarks

This will reset the animation path to the beginning.

Return Value

None

Example

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

See also

<animationpath>.play
<animationpath>.pause