Eyeshot 10 WinForms API Reference
InsertKnot(Double,Int32) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class > InsertKnot Method : InsertKnot(Double,Int32) Method
The knot to insert
The number of times to insert
Inserts a knot a number of times. It does not affect the shape of the curve.
Syntax
'Declaration
 
Public Overloads Function InsertKnot( _
   ByVal u As Double, _
   ByVal r As Integer _
) As Integer
public int InsertKnot( 
   double u,
   int r
)

Parameters

u
The knot to insert
r
The number of times to insert

Return Value

The number of knots inserted, zero otherwise.
See Also

Reference

Curve Class
Curve Members
Overload List