Description
This property allows you to get and set arrays of control points.
The number of array members = 3 * NumControlPtsU * NumControlPtsV
Syntax
Property get:
VariantArray = ControlPtsArray( );
|
Return: (Variant) VariantArray |
Array of control points. |
Property set:
ControlPtsArray( VariantArray );
|
Input: (Variant) VariantArray |
Array of control points. |
Create the control points array in the order shown below.
(For example P(u,v) defined by the 4x4 array of control points)
P(0,0)X
P(0,0)Y
P(0,0)Z
P(0,1)X
P(0,1)Y
P(0,1)Z
.
.
.
P(3,3)X
P(3,3)Y
P(3,3)Z
