Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / TrimCurve Class / TrimCurve Constructor / TrimCurve Constructor(Int32,Double[],Point4D[],ICurve)
The parametric space curve degree
The parametric space curve knot vector
The parametric space curve control points
The associated model space edge

In This Topic
    TrimCurve Constructor(Int32,Double[],Point4D[],ICurve)
    In This Topic
    Parametric space curve data and edge constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal degree As Integer, _
       ByVal knotVector() As Double, _
       ByVal ctrlPoints() As Point4D, _
       ByVal edge As ICurve _
    )
    public TrimCurve( 
       int degree,
       double[] knotVector,
       Point4D[] ctrlPoints,
       ICurve edge
    )

    Parameters

    degree
    The parametric space curve degree
    knotVector
    The parametric space curve knot vector
    ctrlPoints
    The parametric space curve control points
    edge
    The associated model space edge
    See Also