MPIGeometricPathPoint
Definition
typedef struct MPIGeometricPathPoint {
double position[MPIGeometricPathPointDIMENSION_MAX];
} MPIGeometricPathPoint;
Description
| position | This array defines the axis command positions for a path point. There must be one position value for each dimension. |
|---|
See Also
MPIGeometricPathParams | mpiGeometricPathParamsGet | mpiGeometricPathParmsSet | mpiGeometricPathPointDIMENSION_MAX
