Brep.RevolveFace Method

Revolves the specified Face, overriding the original Brep.
Public Sub RevolveFace( _ 
ByVal faceIndex As Integer, _ 
ByVal deltaAngle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D
)
This language is not supported or no code example is available.
public void RevolveFace( 
int faceIndex
double deltaAngle
Vector3D axis
Point3D center 
)
This language is not supported or no code example is available.

Parameters

faceIndex
int

the face index

deltaAngle
double

Revolution angle in radians

axis
Vector3D

Axis direction

center
Point3D

Axis start point

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