IGCurve.RevolveAsBrep (Double, Double, Point3D, Point3D, Double) Method

Revolves this igCurve around the specified axis.
Function RevolveAsBrep( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axisStart As Point3D, _ 
ByVal axisEnd As Point3D, _ 
Optional ByVal tolerance As Double = 0 _ 
) As GBrep
This language is not supported or no code example is available.
GBrep RevolveAsBrep( 
double startAngle
double deltaAngle
Point3D axisStart
Point3D axisEnd
double tolerance = 0 
)
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

axisStart
Point3D

Revolution axis start point

axisEnd
Point3D

Revolution axis end point

tolerance
double

The regeneration tolerance. 0 for default value

Return Value

GBrep

The resulting GBrep object.

.NET Framework

Supported in: 4.7.2

In this article

Definition