Answered
pointOnPath method always return an error
I am a beginner with expression and each time I try to use "pointOnPath" method I receive an error saying that pointOnPath is undefined or is not a function.
Here is an example:

Thanks for your help
I am a beginner with expression and each time I try to use "pointOnPath" method I receive an error saying that pointOnPath is undefined or is not a function.
Here is an example:

Thanks for your help
The first line of the expression is ok.
You can replace the second line by :
pathProperty = // pickwhip a path property (not a TrimPaths)
pathProperty.pointOnPath(a);
It will work only if trimPath is applied to a single (custom) path.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.