MPIPathPoint

MPIPathPoint  

 

typedef struct MPIPathPoint {
	double	position[MPIPathPointDIMENSION_MAX];
} MPIPathPoint;
Description
  position This array defines the axis command positions for a path point. There must be one position value for each dimension.
     
See Also MPIPathParams | mpiPathParamsGet | mpiPathParmsSet | mpiPathPointDIMENSION_MAX