FemMesh.SetForce (Plane, Interval, Interval, Double, Vector3D) Method

Sets the specified force on selected nodes.
Public Sub SetForce( _ 
ByVal plane As Plane, _ 
ByVal alongX As Interval, _ 
ByVal alongY As Interval, _ 
ByVal inflateBy As Double, _ 
ByVal amount As Vector3D
)
This language is not supported or no code example is available.
public void SetForce( 
Plane plane
Interval alongX
Interval alongY
double inflateBy
Vector3D amount 
)
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

amount
Vector3D

The force vector

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition