GetCurveLines
MethodGetCurveLines (Method)
Returns a curve object as an array of line segments
Syntax:
Function GetCurveLines(hCurve As Integer, x1() As Single, y1() As Single, z1() As Single, x2() As Single, y2() As Single, z2() As Single) As Integer
The GetCurveLines method syntax consists of the following:
Parameter |
Data Type |
Description |
hCurve |
Integer |
The handle of the curve |
x1() |
Single |
An array of the x coordinates for the first point of each line |
y1() |
Single |
An array of the y coordinates for the first point of each line |
z1() |
Single |
An array of the z coordinates for the first point of each line |
x2() |
Single |
An array of the x coordinates for the second point of each line |
y2() |
Single |
An array of the y coordinates for the second point of each line |
z2() |
Single |
An array of the z coordinates for the first point of each line |
Return value:
Integer - Returns the upper bound of the arrays