Eyeshot 10 WPF API Reference
InsertKnotV(Double,Int32) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > InsertKnotV Method : InsertKnotV(Double,Int32) Method
The knot to Insert
The number of times to Insert
Inserts a knot a number of times in the V parametric direction.
Syntax
'Declaration
 
Public Overloads Function InsertKnotV( _
   ByVal v As Double, _
   ByVal r As Integer _
) As Integer
public int InsertKnotV( 
   double v,
   int r
)

Parameters

v
The knot to Insert
r
The number of times to Insert

Return Value

The number of knots inserted, zero otherwise.
See Also

Reference

Surface Class
Surface Members
Overload List