Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Intersects Method / Intersects(Surface,Double) Method
The surface
The tolerance

In This Topic
    Intersects(Surface,Double) Method
    In This Topic
    Determines if the surface intersects with another surface.
    Syntax
    'Declaration
     
    Public Overloads Function Intersects( _
       ByVal G As Surface, _
       ByVal tol As Double _
    ) As Boolean
    public bool Intersects( 
       Surface G,
       double tol
    )

    Parameters

    G
    The surface
    tol
    The tolerance

    Return Value

    True if the surfaces intersect, false otherwise.
    See Also