Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / Union Method / Union(IList<Solid>) Method
The entity list

In This Topic
    Union(IList<Solid>) Method
    In This Topic
    Union between a list of Solid entities.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Union( _
       ByVal solids As IList(Of Solid) _
    ) As Solid()
    public static Solid[] Union( 
       IList<Solid> solids
    )

    Parameters

    solids
    The entity list

    Return Value

    The union operation result if the operation succeeded, null/Nothing otherwise.
    Exceptions
    ExceptionDescription
    See Also