Solid.Union Method

Union between a list of Solid entities.
Public Shared Function Union( _ 
ByVal solids As IList(Of Solid) _ 
) As Solid()
This language is not supported or no code example is available.
public static Solid[] Union( 
IList<Solid> solids 
)
This language is not supported or no code example is available.

Parameters

solids
IList<Solid>

The entity list

Return Value

Solid[]

The union operation result if the operation succeeded, null/Nothing otherwise.

Exception type Condition

ArithmeticException

ArithmeticException

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition