Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Difference Method

In This Topic
    Difference Method (Solid3D)
    In This Topic
    Compute the difference of the solidA with the solidB.
    Syntax
    'Declaration
     
    Public Shared Function Difference( _
       ByVal solidA As Solid3D, _
       ByVal solidB As Solid3D _
    ) As Solid3D()
    public static Solid3D[] Difference( 
       Solid3D solidA,
       Solid3D solidB
    )

    Parameters

    solidA
    solidB

    Return Value

    An array of solids if the operation is successful, null/Nothing otherwise.
    See Also