NurbSplineCreateCurve(IListXYZ, IListDouble) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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