Brep.ExtrudeFace (Int32, Double) Method

Extrudes the specified Face, overriding the original Brep.
Public Sub ExtrudeFace( _ 
ByVal faceIndex As Integer, _ 
ByVal amount As Double
)
This language is not supported or no code example is available.
public void ExtrudeFace( 
int faceIndex
double amount 
)
This language is not supported or no code example is available.

Parameters

faceIndex
int

the face index

amount
double

The extrusion amount

Remarks
 
For this operation in particular, the specified face index will be kept along all the ExtrudeFace()(/RevolveFace() subsequent operations to make easier sheet metal part modeling.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition