M_Rhino_Geometry_Collections_NurbsCurveKnotList_ClampEnd - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurveKnotList.ClampEnd Method

Clamp end knots. Does not modify control point locations.

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

Syntax

C#

public bool ClampEnd(
	CurveEnd end
)

VB

Public Function ClampEnd ( 
	end As CurveEnd
) As Boolean

Parameters

 

end
Type: Rhino.Geometry.CurveEnd
Curve end to clamp.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurveKnotList Class
Rhino.Geometry.Collections Namespace

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