Brep.ExtrudeRemove (Region, Interval) Method

Extrudes the specified region and removes it from the original Brep object.
Public Function ExtrudeRemove( _ 
ByVal reg As Region, _ 
ByVal amount As Interval
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeRemove( 
Region reg
Interval amount 
)
This language is not supported or no code example is available.

Parameters

reg
Region

The region

amount
Interval

The extrusion amount

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition