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

In This Topic
    SetForce(Vector3D,Double,Point3D[]) Method
    In This Topic
    Sets a force at the specified point along the beam.
    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 in global coordinates
    t
    The parameter, comprised between 0 and the beam length
    nodes
    Nodes array
    See Also