Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Evaluate Method / Evaluate(Double,Double) Method
Parametric value along U direction
Parametric value along V direction

In This Topic
    Evaluate(Double,Double) Method
    In This Topic
    Computes the surface point at parametric values [u, v].
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Evaluate( _
       ByVal u As Double, _
       ByVal v As Double _
    ) As Point3D
    public virtual Point3D Evaluate( 
       double u,
       double v
    )

    Parameters

    u
    Parametric value along U direction
    v
    Parametric value along V direction
    See Also