MPIGeometricPathElementType
Definition
typedef enum { MPIGeometricPathElementTypeINVALID = -1,
MPIGeometricPathElementTypeARC, /* only 2D */ MPIGeometricPathElementTypeARC_CENTER, /* only 2D */ MPIGeometricPathElementTypeARC_END_POINT, /* both 2D and 3D */ MPIGeometricPathElementTypeLINE, /* both 2D and 3D */
MPIGeometricPathElementTypeEND, MPIGeometricPathElementTypeFIRST = MPIGeometricPathElementTypeINVALID + 1, } MPIGeometricPathElementType;
Required Header: stdmpi.h
Change History: Modified in 04.00.
Description
MPIGeometricPathElementTypeARC | This type generates an arc specified by the arc's start angle, included angle, and radius. |
---|---|
MPIGeometricPathElementTypeARC_CENTER | This type generates an arc specified by the arc's center and angle. |
MPIGeometricPathElementTypeARC_END_POINT | This type generates an arc specified by the arc's center, end point, and direction. |
MPIGeometricPathElementTypeLINE | This type generates a line specified by the position coordinates. |
See Also
MPIGeometricPathArc | MPIGeometricPathLine