GBrep.ExtrudeAdd (GRegion, Double) Method

Extrudes the specified region, overriding the original GBrep with the result of the cut and adds it to the original GBrep object.
Public Function ExtrudeAdd( _ 
ByVal reg As GRegion, _ 
ByVal amount As Double
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeAdd( 
GRegion reg
double amount 
)
This language is not supported or no code example is available.

Parameters

reg
GRegion

The region

amount
double

The extrusion amount

Return Value

bool

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

.NET Framework

Supported in: 4.7.2

In this article

Definition