Path statement in python

I got a list fo points in python script which is formed like [x,y,z]n , then i want to visualize these points in VC and teach the robot to move along with these points. I’d like to konw which function will be helpful. Thanks in advance!

vcFrameFeature would be a good one, or you can create robot frame directly.

That’s a great help. Thanks a lot!