NurbsSurfaceKnotList.RemoveKnotsAt Method

NurbsSurfaceKnotListRemoveKnotsAt Method

Remove knots from the surface and adjusts the remaining control points to maintain surface position as closely as possible.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool RemoveKnotsAt(
	double u,
	double v
)
Public Function RemoveKnotsAt ( 
	u As Double,
	v As Double
) As Boolean

Parameters

u
Type: SystemDouble
The u parameter on the surface that is closest to the knot to be removed.
v
Type: SystemDouble
The v parameter on the surface that is closest to the knot to be removed.

Return Value

Type: Boolean
true if successful, false on failure.
Version Information

Rhino for Windows

Supported in: 6.14
See Also