Revit 2025.3 API
Nurb |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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
CurveSee Also