Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Evaluate Method / Evaluate(Point2D,Int32) Method
The point in parametric domain
The degree of the derivatives

In This Topic
    Evaluate(Point2D,Int32) Method
    In This Topic
    Computes the surface derivatives.
    Syntax
    'Declaration
     
    Public Overloads Function Evaluate( _
       ByVal pt As Point2D, _
       ByVal d As Integer _
    ) As Vector3D(,)
    public Vector3D[,] Evaluate( 
       Point2D pt,
       int d
    )

    Parameters

    pt
    The point in parametric domain
    d
    The degree of the derivatives
    See Also