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

<animationpath>.pause

Pause the animation path

<animationpath>.pause()  

Remarks

This will pause the animation path.

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

Return Value

None

Example

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

See also

<animationpath>.play
<animationpath>.setPaused
<animationpath>.getPaused