Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Node Class / SetForce Method / SetForce(Double,Double,Double) Method

In This Topic
    SetForce(Double,Double,Double) Method
    In This Topic
    Applies a 3D concentrated load to this node.
    Syntax
    'Declaration
     
    Public Overloads Sub SetForce( _
       ByVal amountInX As Double, _
       ByVal amountInY As Double, _
       ByVal amountInZ As Double _
    ) 
    public void SetForce( 
       double amountInX,
       double amountInY,
       double amountInZ
    )

    Parameters

    amountInX
    amountInY
    amountInZ
    See Also