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

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
)
Public Shared Function CreateCurve ( 
	controlPoints As IList(Of XYZ),
	weights As IList(Of Double)
) As Curve
public:
static Curve^ CreateCurve(
	IList<XYZ^>^ controlPoints, 
	IList<double>^ weights
)
static member CreateCurve : 
        controlPoints : IList<XYZ> * 
        weights : IList<float> -> Curve 

Parameters

controlPoints  IListXYZ
 
weights  IListDouble
 

Return Value

Curve
See Also