DCL:GRPH1:SGPACK: User Interface:Explanation of Subroutines: Polyline Primitives
Draws polylines in the U/V/R-coordinates. Specifies attributes at the same time.
CALL SGPLZU(N,UPX,UPY,ITYPE,INDEX)
CALL SGPLZV(N,VPX,VPY,ITYPE,INDEX)
CALL SGPLZR(N,RPX,RPY,ITYPE,INDEX)
N (I) The 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 of length N. Gives the (X, Y) coordinates of points to connect to form the polyline in the VC. RPX, RPY (R) An array of length N. Gives the (X, Y) coordinates of points to connect to form the polyline in the RC. ITYPE (I) The line type See. SGSPLT. INDEX (I) The line index. See SGSPLI.