M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_InsertKnot - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfaceKnotList.InsertKnot Method (Double)

Inserts a knot and update control point locations. Does not change parameterization or locus of curve.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool InsertKnot(
	double value
)

VB

Public Function InsertKnot ( 
	value As Double
) As Boolean

Parameters

 

value
Type: System.Double
Knot value to insert.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfaceKnotList Class
InsertKnot Overload
Rhino.Geometry.Collections Namespace

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