curval
Returns a vector value at the current animation timestep.
Syntax
curval(time_vector, value_vector)
Input
- time_vector
 - Reference to the curve vector defining the animation steps.
 - value_vector
 - Reference to the vector of values to be returned.
 
Example
{report_animate}
Magnitude of curve p1w1c1 is {curval(p1w1c1.t, p1w1c1.y)} at time {curval(p1w1c1.t, p1w1c1.t)}Comment
N/A