Region.RevolveAsSurface (Double, Double, Point3D, Point3D) Method

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

The axis start point

axisEnd
Point3D

The axis end point

Return Value

Surface[]

The resulting Surface array object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition