Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / IsPlanar Method
The tolerance
The surface plane

In This Topic
    IsPlanar Method (Surface)
    In This Topic
    Checks if the surface is planar.
    Syntax
    'Declaration
     
    Public Overridable Function IsPlanar( _
       ByVal tol As Double, _
       ByRef plane As Plane _
    ) As Boolean
    public virtual bool IsPlanar( 
       double tol,
       out Plane plane
    )

    Parameters

    tol
    The tolerance
    plane
    The surface plane

    Return Value

    True if the surface is planar within tolerance, false otherwise.
    See Also