Solid.ExtrudeRemove (Region, Vector3D, Double, Solid(), Boolean) Method

Modifies current solid extruding a contour by a given vector and removing.
Public Function ExtrudeRemove( _ 
ByVal region As Region, _ 
ByVal amount As Vector3D, _ 
ByVal tolerance As Double, _ 
ByRef leftOvers As Solid(), _ 
Optional ByVal keepOriginalColors As Boolean = false _ 
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeRemove( 
Region region
Vector3D amount
double tolerance
out Solid[] leftOvers
bool keepOriginalColors = false 
)
This language is not supported or no code example is available.

Parameters

region
Region

The Region to extrude

amount
Vector3D

Extrusion amount

tolerance
double

Entity region needs to be converted to solid, this is the conversion tolerance

leftOvers
Solid[]

The other solids that may result from the remove operation

keepOriginalColors
bool

When true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition