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

Rotates nodes and elements selected.
Public Sub Rotate( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
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 min
Point3D max
double inflateBy
double angleInRadians
Vector3D rotationAxis
Point3D rotationCenter
bool copy 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

Defines the min 3D point of the box

max
Point3D

Defines the max 3D point of the box

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