DCL:GRPH1:SGPACK: User Interface:Explanation of Subroutines: Polyline Primitives
Draws a polyline in the U/V/R-coordinates.
CALL SGPLU(N,UPX,UPY)
CALL SGPLV(N,VPX,VPY)
CALL SGPLR(N,RPX,RPY)
N (I) Length of array UPX, UPY. UPX, UPY (R) An array with length N. Gives the (X, Y) coordinates of points to connect to form the polyline in the UC. VPX, VPY (R) An array with length N. Gives the (X, Y) coordinates of points to connect to form the polyline in the VC. RPX, RPY (R) An array with length N. Gives the (X, Y) coordinates of points to connect to form the polyline in the RC.