Eyeshot 10 WinForms API Reference
SetPressure(Int32,Double,Point3D[]) Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class > SetPressure Method : SetPressure(Int32,Double,Point3D[]) Method
The index of the edge or face
The magnitude of the pressure
The vertices of the FemMesh.
Loads an edge or a face of the element with a perpendicular pressure of the given magnitude.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetPressure( _
   ByVal edgeIndex As Integer, _
   ByVal pressure As Double, _
   ByVal vertices() As Point3D _
) 
public virtual void SetPressure( 
   int edgeIndex,
   double pressure,
   Point3D[] vertices
)

Parameters

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

Reference

Element Class
Element Members
Overload List