NurbSpline.CreateCurve(Int32, IList<Double>, IList<XYZ>) Method

NurbSplineCreateCurve(Int32, IListDouble, IListXYZ) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Curve CreateCurve(
	int degree,
	IList<double> knots,
	IList<XYZ> controlPoints
)
Public Shared Function CreateCurve ( 
	degree As Integer,
	knots As IList(Of Double),
	controlPoints As IList(Of XYZ)
) As Curve
public:
static Curve^ CreateCurve(
	int degree, 
	IList<double>^ knots, 
	IList<XYZ^>^ controlPoints
)
static member CreateCurve : 
        degree : int * 
        knots : IList<float> * 
        controlPoints : IList<XYZ> -> Curve 

Parameters

degree  Int32
 
knots  IListDouble
 
controlPoints  IListXYZ
 

Return Value

Curve
See Also