ICurve.RevolveAsSurface (Double, Double, Vector3D, Point3D) Method

Revolves this curve around an arbitrary axis.
Function RevolveAsSurface( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D
) As Surface()
This language is not supported or no code example is available.
Surface[] RevolveAsSurface( 
double startAngle
double deltaAngle
Vector3D axis
Point3D center 
)
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

Revolution axis direction

center
Point3D

Revolution axis origin

Return Value

Surface[]

The list of resulting surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition