Eyeshot 10 WinForms API Reference
SetForce(Double,Double,Double,Point3D[]) Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Beam Class > SetForce Method : SetForce(Double,Double,Double,Point3D[]) Method
The amount along the V axis
The amount along the W axis
The parameter, comprised between 0 and the beam length
The nodes array.
Sets a force given in local coordinates, at the specified point along the beam.
Syntax
'Declaration
 
Public Overloads Sub SetForce( _
   ByVal amountInV As Double, _
   ByVal amountInW As Double, _
   ByVal t As Double, _
   ByVal nodes() As Point3D _
) 
public void SetForce( 
   double amountInV,
   double amountInW,
   double t,
   Point3D[] nodes
)

Parameters

amountInV
The amount along the V axis
amountInW
The amount along the W axis
t
The parameter, comprised between 0 and the beam length
nodes
The nodes array.
See Also

Reference

Beam Class
Beam Members
Overload List