Revit 2026 API
Nurb |
Returns the weights of the nurb spline.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DoubleArray Weights { get; }
Public ReadOnly Property Weights As DoubleArray Get
public: property DoubleArray^ Weights { DoubleArray^ get (); }
member Weights : DoubleArray with get
Property Value
DoubleArraySee Also