NurbsSurfaceKnotList.InsertKnot Method (Double)

NurbsSurfaceKnotListInsertKnot 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)
Syntax
public bool InsertKnot(
	double value
)
Public Function InsertKnot ( 
	value As Double
) As Boolean

Parameters

value
Type: SystemDouble
Knot value to insert.

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.14
See Also