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

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

    Parameters

    plane
    The plane to test
    tol
    The tolerance

    Return Value

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