G

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

siNurbsFormat

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]

Array of Doubles

An array of knot values.

Closed [out]

Boolean

Specifies whether the nurbs curve is closed .

Degree [out]

Long

Degree of the nurbs curves.

Parameterization [out]

siKnotParameterization

The parameterization factor of the nurbs curve.

Examples

• See NurbsCurve.Get.1.vbs



Autodesk Softimage 2011