Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam2D Class / SetPressure Method / SetPressure(Int32,Vector3D,Point3D[]) Method

In This Topic
    SetPressure(Int32,Vector3D,Point3D[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub SetPressure( _
       ByVal edgeIndex As Integer, _
       ByVal pressure As Vector3D, _
       ByVal nodes() As Point3D _
    ) 
    public override void SetPressure( 
       int edgeIndex,
       Vector3D pressure,
       Point3D[] nodes
    )

    Parameters

    edgeIndex
    pressure
    nodes
    See Also