Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam2D Class / SetDistributedLoad Method / SetDistributedLoad(Vector3D,Point3D[]) Method
Amount per unit length
Nodes array

In This Topic
    SetDistributedLoad(Vector3D,Point3D[]) Method
    In This Topic
    Sets an uniformly distributed load on the beam.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDistributedLoad( _
       ByVal amount As Vector3D, _
       ByVal nodes() As Point3D _
    ) 
    public void SetDistributedLoad( 
       Vector3D amount,
       Point3D[] nodes
    )

    Parameters

    amount
    Amount per unit length
    nodes
    Nodes array
    See Also