Eyeshot 10 WinForms API Reference
SetDistributedLoad(Double,Double,Point3D[]) Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Beam Class > SetDistributedLoad Method : SetDistributedLoad(Double,Double,Point3D[]) Method
The amount per unit length along the V axis
The amount per unit length along the W axis
The nodes array.
Loads the beam with a 2D vector given in the local VW section plane coordinates of the of the beam.
Syntax
'Declaration
 
Public Overloads Sub SetDistributedLoad( _
   ByVal amountInV As Double, _
   ByVal amountInW As Double, _
   ByVal nodes() As Point3D _
) 
public void SetDistributedLoad( 
   double amountInV,
   double amountInW,
   Point3D[] nodes
)

Parameters

amountInV
The amount per unit length along the V axis
amountInW
The amount per unit length along the W axis
nodes
The nodes array.
See Also

Reference

Beam Class
Beam Members
Overload List