<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