DCL:GRPH1:SCPACK: 3-D User Interface:Explanation of Subroutines: Polyline Primitives
Draws a polyline in the U/V-coordinates. Specifies attributes at the same time.
CALL SCPLZU(N,UPX,UPY,UPZ,ITYPE)
CALL SCPLZV(N,VPX,VPY,VPZ,ITYPE)
N (I) The length of array UPX, UPY, UPZ UPX, UPY, UPZ (R) An array of length N. Gives the (X, Y, Z,) coordinates for the points of a polyline in UC. VPX, VPY, VPZ (R) An array of length N. Gives the (X, Y, Z,) coordinates for the points of a polyline in VC. INDEX (I) The line index. See SCSPLI.