Brep.Remove (IList<Brep>, out Brep()) Method

Removes a list of non-intersecting solids from the original Brep object.
Public Function Remove( _ 
ByVal solids As IList(Of Brep), _ 
ByRef leftOvers As Brep() _ 
) As Boolean
This language is not supported or no code example is available.
public bool Remove( 
IList<Brep> solids
out Brep[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

solids
IList<Brep>

The list of disjoint breps to remove

leftOvers
Brep[]

The resulting left overs of the operation (null if not present)

Return Value

bool

True if the operation succeeded, false otherwise keeping the Brep object unmutated.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition