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

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

    Parameters

    v
    The V parametric value

    Return Value

    The iso-parametric curve
    See Also