Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / SetPressure Method / SetPressure(Int32,Vector3D,Point3D[]) Method
The index of the edge or face
The pressure vector
The vertices of the FemMesh.

In This Topic
    SetPressure(Int32,Vector3D,Point3D[]) Method
    In This Topic
    Loads an edge or a face of the element given a pressure vector.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub SetPressure( _
       ByVal edgeIndex As Integer, _
       ByVal pressure As Vector3D, _
       ByVal vertices() As Point3D _
    ) 
    public virtual void SetPressure( 
       int edgeIndex,
       Vector3D pressure,
       Point3D[] vertices
    )

    Parameters

    edgeIndex
    The index of the edge or face
    pressure
    The pressure vector
    vertices
    The vertices of the FemMesh.
    See Also