Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Intersect Method
The first Solid to intersect
The second Solid to intersect

In This Topic
    Intersect Method (Solid3D)
    In This Topic
    Computes the intersection loops between two Solid3D objects.
    Syntax
    'Declaration
     
    Public Shared Function Intersect( _
       ByVal solidA As Solid3D, _
       ByVal solidB As Solid3D _
    ) As Boolean
    public static bool Intersect( 
       Solid3D solidA,
       Solid3D solidB
    )

    Parameters

    solidA
    The first Solid to intersect
    solidB
    The second Solid to intersect

    Return Value

    Result of the intersection.
    See Also