Eyeshot 11 WinForms API Reference
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.

In This Topic
    SetDistributedLoad(Double,Double,Point3D[]) Method
    In This Topic
    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