FemMesh.Translate (Point3D, Vector3D, Vector3D, Double, Interval, Double, Double, Double, Double, Boolean) Method

Removes selected elements.
Public Sub Translate( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal angle As Interval, _ 
ByVal inflateBy As Double, _ 
ByVal dx As Double, _ 
ByVal dy As Double, _ 
ByVal dz As Double, _ 
ByVal copy As Boolean
)
This language is not supported or no code example is available.
public void Translate( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
Interval angle
double inflateBy
double dx
double dy
double dz
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

angle
Interval

Angular span in radians

inflateBy
double

Search volume offset

dx
double

Delta x

dy
double

Delta y

dz
double

Delta z

copy
bool

If true, the selection is moved and duplicated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition