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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class > InsertKnot Method : InsertKnot(Point3D,Int32) Method
The point to be projected on the curve
The number of times to insert
Inserts a knot a number of times. It is added at the parameter corresponding to the projection of the given point on the curve. The insertion does not affect the shape of the curve.
Syntax
'Declaration
 
Public Overloads Function InsertKnot( _
   ByVal ctrlPoint As Point3D, _
   ByVal r As Integer _
) As Boolean
public bool InsertKnot( 
   Point3D ctrlPoint,
   int r
)

Parameters

ctrlPoint
The point to be projected on the curve
r
The number of times to insert

Return Value

True if the operation is successful, false otherwise.
See Also

Reference

Curve Class
Curve Members
Overload List