Eyeshot 10 WPF API Reference
SetMoment Method

WPF Assembly > devDept.Eyeshot.Fem Namespace > NodeBeam Class : SetMoment Method
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

Reference

NodeBeam Class
NodeBeam Members