Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Intersection Method
First surface group
Second surface group
The tolerance
A list of intersection curves

In This Topic
    Intersection Method (Surface)
    In This Topic
    Computes the intersection of two groups of surfaces as a collection of curves.
    Syntax
    'Declaration
     
    Public Shared Function Intersection( _
       ByVal listF As IList(Of Surface), _
       ByVal listG As IList(Of Surface), _
       ByVal tol As Double, _
       ByRef iCurves As ICurve() _
    ) As ssiFailureType
    public static ssiFailureType Intersection( 
       IList<Surface> listF,
       IList<Surface> listG,
       double tol,
       out ICurve[] iCurves
    )

    Parameters

    listF
    First surface group
    listG
    Second surface group
    tol
    The tolerance
    iCurves
    A list of intersection curves

    Return Value

    The intersection failure type.
    See Also