Eyeshot 11 WinForms API Reference
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.

In This Topic
    SetForce(Double,Double,Double,Point3D[]) Method
    In This Topic
    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