Brep.ExtrudeAdd (Region, Double, Double) Method

Extrudes the specified region with a draft angle and adds it to the original Brep object.
Public Function ExtrudeAdd( _ 
ByVal reg As Region, _ 
ByVal amount As Double, _ 
ByVal angleInRadians As Double
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeAdd( 
Region reg
double amount
double angleInRadians 
)
This language is not supported or no code example is available.

Parameters

reg
Region

The region

amount
double

The extrusion amount

angleInRadians
double

The draft angle in radians

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