Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / SetDistributedLoad Method / SetDistributedLoad(Double,Point3D[]) Method
The amount per unit length
The nodes array

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

    Parameters

    amount
    The amount per unit length
    nodes
    The nodes array
    See Also