Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / NodeBeam Class / SetMoment Method

In This Topic
    SetMoment Method
    In This Topic
    Applies a bending moment to this node.
    Syntax
    'Declaration
     
    Public Sub SetMoment( _
       ByVal amountInX As Double, _
       ByVal amountInY As Double, _
       ByVal amountInZ As Double _
    ) 
    public void SetMoment( 
       double amountInX,
       double amountInY,
       double amountInZ
    )

    Parameters

    amountInX
    amountInY
    amountInZ
    See Also