Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetPressure Method / SetPressure(Tuple<Int32,Int32>[],Vector3D) Method
Face indices
The distributed load value

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

    Parameters

    indices
    Face indices
    pressure
    The distributed load value

    Return Value

    Returns the number of affected faces.
    See Also