Eyeshot 10 WinForms API Reference
GetStyle Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > KnotVectorExtender Class : GetStyle Method
Degree
Number of control points
Gets the knot vector style.
Syntax
'Declaration
 
Public Shared Function GetStyle( _
   ByVal U() As Double, _
   ByVal p As Integer, _
   ByVal n As Integer _
) As knotVectorType
public static knotVectorType GetStyle( 
   double[] U,
   int p,
   int n
)

Parameters

U
p
Degree
n
Number of control points

Return Value

The knot vector style.
See Also

Reference

KnotVectorExtender Class
KnotVectorExtender Members