Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetNextCurve Method

In This Topic
    GetNextCurve Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetNextCurve( _
       ByVal endPoint As Point3D, _
       ByVal current As ICurve, _
       ByVal isPrevStart As Boolean, _
       ByRef minGap As Double, _
       ByRef needReverse As Boolean _
    ) As Integer
    public static int GetNextCurve( 
       Point3D endPoint,
       ICurve current,
       bool isPrevStart,
       out double minGap,
       out bool needReverse
    )

    Parameters

    endPoint
    current
    isPrevStart
    minGap
    needReverse
    See Also