|
IGeom3DIntCurve::ControlPoints
Description
This property allows you to get an array of control points for a 3D B-spline curve.
Syntax
ControlPoints = ControlPoints ( );
Return: (Variant) ControlPoints |
Variant that contains double array of control points coordinates in (x, y, z) order. |
Note
All coordinates are given relative to the model's main UCS.
|