Get (NurbsCurve) *
Description
Returns a complete data description of the Nurbs Curve.
Note: This method uses output arguments. C# and some scripting languages (such as JScript and PerlScript) don't support arguments passed by reference. However, there is a alternate version of this method which is considered safe to use with C#, JScript and PerlScript: NurbsCurve.Get2.
Scripting Syntax
NurbsCurve.Get( [NurbsFormat], ControlPoints, [Knots], [Closed], [Degree], Parameterization )
C# Syntax
NurbsCurve.Get( siNurbsFormat in_eNurbsFormat, Object& out_vsaControlPoints, Object& out_vdKnots, Object& out_vbClosed, Object& out_vlDegree, Object& out_veParam );Parameters
|
Parameter |
Type |
Description |
|
NurbsFormat |
Specifies how the data is formatted. Default Value: siSINurbs |
|
|
ControlPoints [out] |
2D Array |
The control points are stored in a 2 dimensional array. The array is a 4 * Number of U ControlPoints |
|
Knots [out] |
An array of knot values. |
|
|
Closed [out] |
Specifies whether the nurbs curve is closed . |
|
|
Degree [out] |
Degree of the nurbs curves. |
|
|
Parameterization [out] |
The parameterization factor of the nurbs curve. |
Examples
• See NurbsCurve.Get.1.vbs
Autodesk Softimage 2011