<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