Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / IsLinear Method

In This Topic
    IsLinear Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsLinear( _
       ByVal tolerance As Double, _
       ByRef line As Segment3D _
    ) As Boolean
    public bool IsLinear( 
       double tolerance,
       out Segment3D line
    )

    Parameters

    tolerance
    line
    See Also