Get2 (NurbsCurveList) *
Description
Returns a complete data description of the Nurbs Curve list. The data is returned in a 1-dimensional array and is ordered the same as for the NurbsCurveList.Get method output arguments.
Note: This method must be used with scripting languages that don't support arguments passed by reference such as JScript and PerlScript. For more information on getting output arguments, see About Output Argument Arrays.
Scripting Syntax
NurbsCurveList.Get2( [NurbsFormat] )
C# Syntax
Object NurbsCurveList.Get2( siNurbsFormat in_eNurbsFormat );Parameters
|
Parameter |
Type |
Description |
|
NurbsFormat |
Specifies how the data is formatted. Default Value: siSINurbs |
Return Value
Array ordered as Count, ControlPoints, NbControlPoints, Knots, NbKnots, Closed, Degree, Parameterization.
See Also
Examples
• See NurbsCurveList.Get2.1.js
Autodesk Softimage 2011