Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / IsLinear Method
The tolerance
The line where the curve lays

In This Topic
    IsLinear Method (ICurve)
    In This Topic
    Checks if the curve is linear.
    Syntax
    'Declaration
     
    Function IsLinear( _
       ByVal tol As Double, _
       ByRef line As Segment3D _
    ) As Boolean
    bool IsLinear( 
       double tol,
       out Segment3D line
    )

    Parameters

    tol
    The tolerance
    line
    The line where the curve lays

    Return Value

    True if the curve lays on this plane, false otherwise.
    See Also