Eyeshot 10 WPF API Reference
FindSpan Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > KnotVectorExtender Class : FindSpan Method
Number of control points
Degree
Determines the knot span index.
Syntax
'Declaration
 
Public Shared Function FindSpan( _
   ByVal U() As Double, _
   ByVal n As Integer, _
   ByVal p As Integer, _
   ByVal u1 As Double _
) As Integer
public static int FindSpan( 
   double[] U,
   int n,
   int p,
   double u1
)

Parameters

U
n
Number of control points
p
Degree
u1

Return Value

The knot span index.
See Also

Reference

KnotVectorExtender Class
KnotVectorExtender Members