Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Evaluate Method / Evaluate(Point2D) Method
The point in parametric domain

In This Topic
    Evaluate(Point2D) Method
    In This Topic
    Computes the surface point.
    Syntax
    'Declaration
     
    Public Overloads Function Evaluate( _
       ByVal pt As Point2D _
    ) As Point3D
    public Point3D Evaluate( 
       Point2D pt
    )

    Parameters

    pt
    The point in parametric domain
    See Also