Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Intersect Method
First surface group
Second surface group
The tolerance

In This Topic
    Intersect Method (Surface)
    In This Topic
    Determines if two groups of surfaces intersect.
    Syntax
    'Declaration
     
    Public Shared Function Intersect( _
       ByVal listF As IList(Of Surface), _
       ByVal listG As IList(Of Surface), _
       ByVal tol As Double _
    ) As Boolean
    public static bool Intersect( 
       IList<Surface> listF,
       IList<Surface> listG,
       double tol
    )

    Parameters

    listF
    First surface group
    listG
    Second surface group
    tol
    The tolerance

    Return Value

    True if the surfaces intersect, false otherwise.
    See Also