NurbSplineCreateCurve(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(
	IList<XYZ> controlPoints,
	IList<double> weights
)

Parameters

controlPoints  IListXYZ
 
weights  IListDouble
 

Return Value

Curve
See Also