M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_CreateUniformKnots - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfaceKnotList.CreateUniformKnots 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) Version: Rhino 6.0

Syntax

C#

public bool CreateUniformKnots(
	double knotSpacing
)

VB

Public Function CreateUniformKnots ( 
	knotSpacing As Double
) As Boolean

Parameters

 

knotSpacing
Type: System.Double
Spacing of subsequent knots.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfaceKnotList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️