Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Circle Class / IsInPlane Method
The plane
Tolerance

In This Topic
    IsInPlane Method (Circle)
    In This Topic
    Checks if the Circle lies on a specific plane.
    Syntax
    'Declaration
     
    Public Function IsInPlane( _
       ByVal testPlane As Plane, _
       ByVal tolerance As Double _
    ) As Boolean
    public bool IsInPlane( 
       Plane testPlane,
       double tolerance
    )

    Parameters

    testPlane
    The plane
    tolerance
    Tolerance

    Return Value

    True if the test succeeded, false otherwise.
    See Also