Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / LiftCurve Method
The curve in parametric space.
Allowed tolerance

In This Topic
    LiftCurve Method
    In This Topic
    Creates the 3D curve corresponding to a 2D curve in the parametric space of the surface.
    Syntax
    'Declaration
     
    Public Function LiftCurve( _
       ByVal curve As Curve, _
       ByVal tol As Double _
    ) As ICurve
    public ICurve LiftCurve( 
       Curve curve,
       double tol
    )

    Parameters

    curve
    The curve in parametric space.
    tol
    Allowed tolerance

    Return Value

    The individual 3D curve.
    See Also