Revit 2025.3 API
Nurb |
Return/set the knots of the nurb spline.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public DoubleArray Knots { get; set; }
Public Property Knots As DoubleArray Get Set
public: property DoubleArray^ Knots { DoubleArray^ get (); void set (DoubleArray^ value); }
member Knots : DoubleArray with get, set
Property Value
DoubleArraySee Also