Mesh.RevolvePlanar Method

Revolves a quasi-planar mesh.
Public Sub RevolvePlanar( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D, _ 
ByVal slices As Integer, _ 
ByVal natureType As natureType
)
This language is not supported or no code example is available.
public void RevolvePlanar( 
double startAngle
double deltaAngle
Vector3D axis
Point3D center
int slices
natureType natureType 
)
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

slices
int

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

natureType
natureType

The nature of the mesh

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition