Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / DropCurve Method
The curve to be dropped
The resulting 2D curve

In This Topic
    DropCurve Method
    In This Topic
    Creates the 2D parametric curve corresponding to a 3D geometric curve which lies on or near a surface.
    Syntax
    'Declaration
     
    Public Function DropCurve( _
       ByVal curve As ICurve, _
       ByVal allowOutside As Boolean, _
       ByRef parametric As Curve _
    ) As Boolean
    public bool DropCurve( 
       ICurve curve,
       bool allowOutside,
       out Curve parametric
    )

    Parameters

    curve
    The curve to be dropped
    allowOutside
    parametric
    The resulting 2D curve

    Return Value

    True if the function succeeded, false otherwise.
    See Also