|
IGeom3DSpline::ControlPoints
Description
This property allows you to get the array of control points for the given surface.
Syntax
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. |
Note
All coordinates are given relative to the model's main UCS.
|