FemMesh.Revolve (Tuple<Int32Int32>(), Double, Vector3D, Point3D, Int32) Method

Revolves the selected element faces.
Public Sub Revolve( _ 
ByVal indices As Tuple(Of Integer, Integer)(), _ 
ByVal angle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D, _ 
Optional ByVal slices As Integer = 1 _ 
)
This language is not supported or no code example is available.
public void Revolve( 
Tuple<int, int>[] indices
double angle
Vector3D axis
Point3D center
int slices = 1 
)
This language is not supported or no code example is available.

Parameters

indices
Tuple<int, int>[]

Face indices

angle
double

Span angle in radians

axis
Vector3D

Axis of rotation

center
Point3D

Center of rotation

slices
int

Number of slices generated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition