Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetPressure Method / SetPressure(Tuple<Int32,Int32>[],Double) Method
Face indices
The pressure magnitude

In This Topic
    SetPressure(Tuple<Int32,Int32>[],Double) Method
    In This Topic
    Sets the specified pressure normal to selected faces.
    Syntax
    'Declaration
     
    Public Overloads Function SetPressure( _
       ByVal indices() As Tuple(Of Integer,Integer), _
       ByVal pressure As Double _
    ) As Integer
    public int SetPressure( 
       Tuple<int,int>[] indices,
       double pressure
    )

    Parameters

    indices
    Face indices
    pressure
    The pressure magnitude

    Return Value

    Returns the number of affected faces.
    See Also