Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / IsPlanar Method
The tolerance
The plane where the curve lays

In This Topic
    IsPlanar Method (Curve)
    In This Topic
    Checks if the curve is planar.
    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
    The tolerance
    plane
    The plane where the curve lays

    Return Value

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