FemMesh.Translate (Plane, Interval, Interval, Double, Double, Double, Double, Boolean) Method

Moves nodes and elements selected.
Public Sub Translate( _ 
ByVal plane As Plane, _ 
ByVal alongX As Interval, _ 
ByVal alongY 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( 
Plane plane
Interval alongX
Interval alongY
double inflateBy
double dx
double dy
double dz
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

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