Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam2D Class / SetForce Method / SetForce(Double,Double,Point3D[]) Method
Amount
The parameter, comprised between 0 and the beam length
Nodes array

In This Topic
    SetForce(Double,Double,Point3D[]) Method
    In This Topic
    Sets a punctual force perpendicular to the beam, at the specified point.
    Syntax
    'Declaration
     
    Public Overloads Sub SetForce( _
       ByVal amount As Double, _
       ByVal t As Double, _
       ByVal nodes() As Point3D _
    ) 
    public void SetForce( 
       double amount,
       double t,
       Point3D[] nodes
    )

    Parameters

    amount
    Amount
    t
    The parameter, comprised between 0 and the beam length
    nodes
    Nodes array
    See Also