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

Rotates nodes and elements selected.
Public Sub Rotate( _ 
ByVal plane As Plane, _ 
ByVal alongX As Interval, _ 
ByVal alongY As Interval, _ 
ByVal inflateBy As Double, _ 
ByVal angle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D, _ 
ByVal copy As Boolean
)
This language is not supported or no code example is available.
public void Rotate( 
Plane plane
Interval alongX
Interval alongY
double inflateBy
double angle
Vector3D axis
Point3D center
bool copy 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Search reference plane

alongX
Interval

Distance span along plane X axis

alongY
Interval

Distance span along plane Y axis

inflateBy
double

Search volume offset

angle
double

Rotation angle in radians

axis
Vector3D

Rotation axis

center
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