Brep.Remove (Brep()) Method

Removes a list of non-intersecting solids from the original Brep object.
Public Function Remove( _ 
ByVal ParamArray solids As Brep() _ 
) As Boolean
This language is not supported or no code example is available.
public bool Remove( 
params Brep[] solids 
)
This language is not supported or no code example is available.

Parameters

solids
Brep[]

The list of disjoint breps to remove

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