Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / FixRevAngle Method

In This Topic
    FixRevAngle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FixRevAngle( _
       ByVal startAngle As Double, _
       ByVal revAngle As Double _
    ) As Interval
    public static Interval FixRevAngle( 
       double startAngle,
       double revAngle
    )

    Parameters

    startAngle
    revAngle
    See Also