FemMesh.Rotate (Point3D, Vector3D, Vector3D, Double, Double, Double, Vector3D, Point3D, Boolean) Method

Rotates nodes and elements selected.
Public Sub Rotate( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal inflateBy As Double, _ 
ByVal angleInRadians As Double, _ 
ByVal rotationAxis As Vector3D, _ 
ByVal rotationCenter As Point3D, _ 
ByVal copy As Boolean
)
This language is not supported or no code example is available.
public void Rotate( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
double inflateBy
double angleInRadians
Vector3D rotationAxis
Point3D rotationCenter
bool copy 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

Search cylinder center

axis
Vector3D

Search cylinder axis

refDir
Vector3D

Search cylinder reference direction

radius
double

Search cylinder radius

inflateBy
double

Search volume offset

angleInRadians
double

Rotation angle in radians

rotationAxis
Vector3D

Rotation axis

rotationCenter
Point3D

Rotation center

copy
bool

If true, the selection is rotated and duplicated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition