M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_InsertKnot - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool InsertKnot(
double value
)
VB
Public Function InsertKnot (
value As Double
) As Boolean
- value
- Type: System.Double
Knot value to insert.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurfaceKnotList Class
InsertKnot Overload
Rhino.Geometry.Collections Namespace