NurbSplineCreateCurve(Int32, IListDouble, IListXYZ, IListDouble) 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,
	IList<double> weights
)

Parameters

degree  Int32
 
knots  IListDouble
 
controlPoints  IListXYZ
 
weights  IListDouble
 

Return Value

Curve
See Also