Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / IsInPlane Method
The plane to test
The tolerance

In This Topic
    IsInPlane Method (ICurve)
    In This Topic
    Checks if the curve lays on the specified plane.
    Syntax
    'Declaration
     
    Function IsInPlane( _
       ByVal plane As Plane, _
       ByVal tol As Double _
    ) As Boolean
    bool IsInPlane( 
       Plane plane,
       double tol
    )

    Parameters

    plane
    The plane to test
    tol
    The tolerance

    Return Value

    True if the curve lays on the plane, false otherwise.
    See Also