Revit 2026 API
Nurbs |
Tells if the spline is rational or not.
If it is true (rational), then the NURBS is a piecewise rational polynomial function.
If it is false (non-rational), then the NURBS is a piecewise polynomial function.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsRational { get; }
Public ReadOnly Property IsRational As Boolean Get
public: property bool IsRational { bool get (); }
member IsRational : bool with get
Property Value
BooleanSee Also