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

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

    Parameters

    amount
    Force vector
    t
    The parameter, comprised between 0 and the beam length
    nodes
    Nodes array
    Remarks
    The force vector must be on the XY Plane, the Z coordinate will be ignored.
    See Also