Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / IsocurveV Method
The U parametric value

In This Topic
    IsocurveV Method (Surface)
    In This Topic
    Generates an iso curve in the V parametric direction.
    Syntax
    'Declaration
     
    Public Overridable Function IsocurveV( _
       ByVal u As Double _
    ) As ICurve
    public virtual ICurve IsocurveV( 
       double u
    )

    Parameters

    u
    The U parametric value

    Return Value

    The iso-parametric curve
    See Also