3.4.1 SCPLZU/SCPLZV

1.
Function
Draws a polyline in the U/V-coordinates. Specifies attributes at the same time.
2.
Call
CALL SCPLZU(N,UPX,UPY,UPZ,ITYPE)
CALL SCPLZV(N,VPX,VPY,VPZ,ITYPE)
3.
Explanation of Parameters
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.
4.
Notes
(a)
N must be larger than 2.
(b)
The ITYPE and INDEX specified here do not change the INDEX inquired by SCPLU, SCPLV.