|
|
| void PathListStart |
( |
double * |
startPosition |
) |
|
- Description:
- PathListStart starts a line and arc point list for path motion.
- Parameters:
-
| startPosition | Array of starting positions (in UserUnits). |
- Sample Code:
- Notes:
- You must set VectorVelocity, Acceleration and TimeSlice before calling this method
- See also:
- PathListEnd, PathMotionStart
- Examples:
-
pathMotion.cpp.
|