M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_CreateUniformKnots - mcneel/rhinocommon-api-docs GitHub Wiki
Compute a clamped, uniform knot vector based on the current degree and control point count. Does not change values of control vertices.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool CreateUniformKnots(
double knotSpacing
)
VB
Public Function CreateUniformKnots (
knotSpacing As Double
) As Boolean
- knotSpacing
- Type: System.Double
Spacing of subsequent knots.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurfaceKnotList Class
Rhino.Geometry.Collections Namespace