Eyeshot 10 WinForms API Reference
Union(IList<Solid>) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class > Union Method : Union(IList<Solid>) Method
The entity list
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

Reference

Solid Class
Solid Members
Overload List