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

In This Topic
    IsPlanar Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsPlanar( _
       ByVal tol As Double, _
       ByRef plane As Plane _
    ) As Boolean
    public bool IsPlanar( 
       double tol,
       out Plane plane
    )

    Parameters

    tol
    plane
    See Also