Region.RevolveAsSolid<T> (Double, Double, Point3D, Point3D, Int32, Double) Method

Revolves this region around an axis.
Public Function RevolveAsSolid(Of  _ 
T As {Solid, New})( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axisStart As Point3D, _ 
ByVal axisEnd As Point3D, _ 
ByVal slices As Integer, _ 
ByVal tolerance As Double
) As T
This language is not supported or no code example is available.
public T RevolveAsSolid<T>( 
double startAngle
double deltaAngle
Point3D axisStart
Point3D axisEnd
int slices
double tolerance 

where T : Solid, new()
This language is not supported or no code example is available.

Type Parameters

T

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

slices
int

Number of slices generated. This value can be also found using NumberOfSegments

tolerance
double

The regeneration tolerance

Return Value

T

The resulting Solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition