GPPL2 (npoint, width, pointlist) |
Purpose
Use GPPL2 to create a two-dimensional polyline element and insert it into the open structure following the element pointer or to replace the element pointed at by the element pointer with a Polyline 2 structure element depending on the current edit mode.
This structure element defines a list of two-dimensional points (x, y) (the z coordinate is assumed to be zero) that the graPHIGS API is to connect by straight lines starting with the first point and ending with the last point.
If the application specifies one point or less, then no output is generated. If the application specifies two contiguous points as the same point, then the graPHIGS API generates a point of one pixel in size.
Polyline attributes are applied to this primitive.
Parameters
The input array contains a list of points in which subsequent x values are separated by width fullwords.
Error Codes
Related Subroutines
RCP code
201328130 (X'0C000602')