MPI 04.00 Reference >> mpiMotion
mpiMotionSimplePTMove
Declaration
MPI_RESULT mpiMotionSimplePTMove(MPIMotion motion, int32_t pointCount, const MPIMotionPTPoint point[]);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiMotionSimplePTMove begins a path move. It is equivalent to mpiMotionPTMove(motion, pointCount, point, MPIMotionPathAttrMaskNONE, NULL).
| motions | The Motion object to use. | 
|---|---|
| pointCount | The length of the points array. | 
| point | An array of multi-dimensional points for the motion to pass through with associated time values. For more information, see MPIMotionPTPoint. | 
Return Values
| Return Values | 
|---|
| MPIMessageOK | 
