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

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

    Parameters

    tol
    line
    See Also