Region.RevolveAsBrep (Double, Double, Vector3D, Point3D, Double) Method

Revolves this region around an axis.
Public Function RevolveAsBrep( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D, _ 
Optional ByVal tolerance As Double = Brep.REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
public Brep RevolveAsBrep( 
double startAngle
double deltaAngle
Vector3D axis
Point3D center
double tolerance = Brep.REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

startAngle
double

Revolution start angle in radians

deltaAngle
double

Revolution delta angle in radians

axis
Vector3D

Axis direction

center
Point3D

Axis start point

tolerance
double

the regeneration tolerance

Return Value

Brep

The resulting Brep object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition