Brep.ExtrudeFace (Int32, Vector3D, Double) Method

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

Parameters

faceIndex
int

the face index

amount
Vector3D

The extrusion amount

angleInRadians
double

The draft angle in radians

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