NurbsSurfaceKnotList.CreateUniformKnots Method

NurbsSurfaceKnotListCreateUniformKnots Method

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)
Syntax
public bool CreateUniformKnots(
	double knotSpacing
)
Public Function CreateUniformKnots ( 
	knotSpacing As Double
) As Boolean

Parameters

knotSpacing
Type: SystemDouble
Spacing of subsequent knots.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also