Revit 2023 API |
NurbsSurfaceData..::..GetKnotsU Method |
NurbsSurfaceData Class See Also |
Get the list of knots in the u-direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2016
Syntax
C# |
---|
public IList<double> GetKnotsU() |
Visual Basic |
---|
Public Function GetKnotsU As IList(Of Double) |
Visual C++ |
---|
public: IList<double>^ GetKnotsU() |