NurbsSurfaceDataGetKnotU Method |
Get the knot in the u-direction.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double GetKnotU(
int idx
)
Public Function GetKnotU (
idx As Integer
) As Double
public:
double GetKnotU(
int idx
)
member GetKnotU :
idx : int -> float
Parameters
- idx Int32
-
The index of the knot.
Return Value
Double
Exceptions
See Also