Tria3.Revolve Method

Revolves this FemMesh around an axis.
Public Overrides Sub Revolve( _ 
ByVal angle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D, _ 
ByVal slices As Integer, _ 
ByVal fm As FemMesh
)
This language is not supported or no code example is available.
public override void Revolve( 
double angle
Vector3D axis
Point3D center
int slices
FemMesh fm 
)
This language is not supported or no code example is available.

Parameters

angle
double

Revolution angle in radians

axis
Vector3D

Axis direction

center
Point3D

Axis start point

slices
int

Number of slices generated

fm
FemMesh

The FemMesh object

.NET Framework

Supported in: 4.8

In this article

Definition