|
This property allows you to get the array of control points for the given surface.
ControlPoints = ControlPoints ( );
Return: (Variant) ControlPoints |
Variant that contains a double array of a spline surface control points. One dimensional array where points stored in x,y,z order. |
All coordinates are given relative to the model's main UCS.
|