Vizard 7 » Reference » Animation » Paths » Animation path command table
7.6

Animation path command table

Adding a path and linking to it

<viz>.addAnimationPath

<viz>.addControlPoint

<viz>.link

Methods for animation paths

<animationpath>.addControlPoint

<animationpath>.addEventAtControlPoint

<animationpath>.addEventAtDistance

<animationpath>.addEventAtEnd

<animationpath>.addEventAtTime

<animationpath>.clearControlPoints

<animationpath>.clearEvents

<animationpath>.computeTangents

<animationpath>.getAutoRotate

<animationpath>.getConstantSpeed

<animationpath>.getConstantSpeedMode

<animationpath>.getControlPoint

<animationpath>.getControlPointCount

<animationpath>.getControlPointTime

<animationpath>.getDistance

<animationpath>.getDistanceAtControlPoint

<animationpath>.getDistanceAtTime

<animationpath>.getDuration

<animationpath>.getLoopMode

<animationpath>.getMatrixAtTime

<animationpath>.getPaused

<animationpath>.getRotateMode

<animationpath>.getScaleMode

<animationpath>.getSpeed

<animationpath>.getTime

<animationpath>.getTimeAtControlPoint

<animationpath>.getTimeAtDistance

<animationpath>.getTranslateMode

<animationpath>.iterControlPoints

<animationpath>.pause

<animationpath>.play

<animationpath>.remove

<animationpath>.removeControlPoint

<animationpath>.removeEvent

<animationpath>.reset

<animationpath>.setAutoRotate

<animationpath>.setConstantSpeed

<animationpath>.setLoopMode

<animationpath>.setPaused

<animationpath>.setRotateMode

<animationpath>.setScaleMode

<animationpath>.setSpeed

<animationpath>.setTime

<animationpath>.setTranslateMode

Methods for control points

<controlpoint>.setAxisAngle

<controlpoint>.setEuler

<controlpoint>.setPosition

<controlpoint>.setPositionIn

<controlpoint>.setPositionOut

<controlpoint>.setQuat

<controlpoint>.setRotateMode

<controlpoint>.setScale

<controlpoint>.setScaleMode

<controlpoint>.setTranslateMode

See also

In this section:

Animation path basics

Animation path modes

Animation path events

Other sections:

Actions command table

Linking command table

Viewpoint command table

Example scripts:

Animation paths