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

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

    Parameters

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